


/* pc底部 start */
.foot-box {
	/* background-color: #333333; */
    color: #fff;
	font-family: '宋体';
}
.foot-page-info {
	padding: 130px 0 100px;
}
.foot-left {
	float:left;
	/* width:30%; */
	margin-right: 60px;
}

.foot-logo {
	/* margin-top: 30px; */
	padding:0 ;
}

.foot-logo-image {
	max-height: 80px;
}

.foot-logo-icon {
	max-width: 100%; 
	height: auto;
	max-height: 39px;
}

.foot-webname {
	/* text-align: center; */
	margin-top: 25px;
	color: #fff;
	/* font-size: 28px; */
	font-size: 30px;
}


.foot-right {
	/* float:right;width:70%; */
	overflow: hidden;
}

.foot-nav-box {
	/* width: 65%; */
	/* padding-left: 5%; */
}

.foot-item-title {
	font-size: 16px;
	display: block;
	display: block;
	line-height: 28px;
	/* margin-bottom: 20px; */
}

.foot-type-name {
	/* font-weight: bold; */
	font-family: '黑体';
}

.foot-nav-ul-bg {
	
}
.foot-nav-ul {
	display: flex;
	flex-wrap: wrap;
}
.foot-nav-li {
	/* width: 33.333333333%; */
	width: 25%;
	float: left;
	/* font-size: 12px; */
	line-height: 28px;
}

.foot-nav-bg {
	/* padding-left: 30px; */
	padding-left: 10%;
}

.foot-nav-link {
	display: block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	/* font-size: 16px;
	color: inherit;
	font-weight: bold; */
}

.foot-nav-link:nth-of-type(2n+1) {
	clear: both;
}

.foot-nav-link:hover {
	color: inherit;
}

.foot-nav-line {
	height: 1px;
	width: 30px;
	background-color: #ccc;
	margin: 10px 0;
}

.foot-child-ul {
	padding-top: 3px;
	padding-bottom: 20px;
}

.foot-child-ul2 {
	padding-left: 10px;
}

.foot-child-link {
	margin: 22px 0;
	display: block;
	color: #CDCDCD;
	font-size: 15px;
	font-family: '黑体';
	line-height: 35px;
}

.foot-child-link:hover {
	color: #dedede;
}


.foot-ewm-body {
	display: flex;
}

.foot-ewm-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	background-color: #fff;
}

.foot-ewm-image {
	vertical-align: middle;
	width: 140px;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.foot-ewm-title {
	font-size: 14px;
	/* color: #fff; */
	font-family: '黑体';
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

@media (max-width: 1600px) {
	.foot-ewm-item {
		margin-left: 10px;
	}
}

@media (max-width: 1200px) {
	.foot-left { 
		width: auto;
		float: none;
		text-align: center;
		margin-right: 0;
	}
	.foot-page-info {
		padding: 80px 0;
	}
	
	.foot-right {
		margin-top: 60px;
	}
	.foot-nav-box {
		/* width: 57%; */
	}
}
@media (max-width: 992px) {
	.footer-bg {
		/* display: flex;
		justify-content: space-between; */
	}
	.foot-page-info {
		padding: 60px 0;
	}
	.foot-right {
		margin-top: 40px;
	}
	.foot-ewm-box {
		width: auto;
		float: none;
		text-align: center;
	}
	.foot-ewm-body {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	.foot-ewm-item {
		display: inline-block;
		width: auto;
		float: none;
		text-align: center;
		margin: 0 10px;
	}
	.foot-nav-box {
		/* width: 60%; */
		margin-top: 40px;
	}
	
	.foot-child-ul {
		float: none;
		padding-left: 0;
	}

}

@media (max-width: 888px) {
	.foot-ewm-box {
	}
	.foot-nav-box {
		/* width: 55%; */
	}
}
@media (max-width: 768px) {
	.foot-box {
		/* display: none;
		background-color: #2a2a2a; */
	}
	.foot-page-info {
		padding: 60px 0;
	}
	.foot-nav-box {
		/* width: 50%; */
		display: none;
	}
	.foot-contact-box {
		width: 50%;
		border: none;
		padding-left: 10px;
	}

	.foot-box.box .fr {
		/* margin-top: 12px; */
		padding-left: 10px;
	}
	.foot-ewm-item {
		margin: 0 5px;
	}
	.foot-box.box .fr img {
		margin: 0;
		margin-right: 10px;
	}
	.foot-ewm-image {margin: 0 auto; display: block; height: auto;}
}

@media (max-width: 560px) {
	.footer-bg {display: block;}
	
	.foot-logo-image {
		max-height: 50px;
	}
	.foot-webname {
		font-size: 25px;
	}
	
	.foot-right {
		margin: 0 -12px;
	}
	.foot-ewm-box {
		margin-top: 40px;
	}
	.foot-ewm-item {
		margin: 0 3px;
	}
	.foot-contact-box, .foot-ewm-box {float: none; width: auto;}
	
	/* .foot-ewm-body {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foot-ewm-item {
		width: 48%;
		margin: 1%;
	} */
}

@media (max-width: 480px) {
	.footer-bg {display: block;}
	.foot-page-info {
		padding: 68px 0 40px;
	}
	.foot-webname {
		margin-top: 10px;
	}
	.foot-item-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foot-contact-box { padding: 0;}
	.foot-contact-box p {
		font-size: 12px;
		line-height: 20px;
	}

	.foot-contact-box p a {
		font-size: 13px;
	}
	.foot-ewm-title {
		font-size: 12px;
		font-weight: normal;
	}
	
	.foot-right {
		margin: 0 -13px;
	}
	.foot-ewm-box {
		margin-top: 40px;
	}
	.foot-ewm-item {
		margin: 0 2px;
	}

}
@media (max-width: 380px) {
	.foot-contact-box {float: none;width: auto;}
}


.copyright {
	border-top: 1px solid #ffffff19;
	padding: 40px 0;
	color: #aaa;
	text-align: center;
	font-size: 12px;
}

.copyright p {
	font-size: 14px;
	line-height: 24px;
	color: inherit;
	display: block;
	text-align: center;
}

.copyright-span {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 768px) {
	.copyright {
		/* border: 0; */
	}
}
@media (max-width: 480px) {
	.copyright {
		padding: 30px 1%;
	}

	.copyright p {
		line-height: 20px;
		font-size: 12px;
	}
}

/* pc底部 end */






/* 底部按钮 start */
.footBg {
	height: 50px;
}

.footUl {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: flex;
}

.footLi {
	float: left;
	width: 20%;
	text-align: center;
	background-color: #a87d45;
}

.footLi.cur {
	background-color: #866537;
}

.footLink {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
}
.foot-zhaoshang {
	border: 0;
	height: auto;
	margin: 0;
	background: none;
	display: block;
	width: 100%;
}
.footIcon {
	height: 20px;
	display: block;
	margin: 0 auto;
}

.footTitle {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 18px;
}

/* 底部按钮 end */


/* 底部电话弹窗 start */
.foot-modal-ul {
	padding: 10px 0;
}
.foot-modal-link {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
/* 底部电话弹窗 end */


.go-top {
	position: fixed;
	height: 48px;
	width: 48px;;
	right: 21px;
	bottom: 48px; 
	display: block; opacity: 1;
	cursor: pointer;
	background-image: url(../images/goTop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* -webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s; */
}
.go-top:hover {
	opacity: 0.8;
}


.pc-show {
	display: block;
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pc-show {
		display: none;
	}

	.pm-show {
		display: block;
	}
}

@media (min-width: 992px) {
	.pc-last {
		margin-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 992px) {
	.tpc-last {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ph-last {
		margin-right: 0;
	}
}
