


.foot-page-box {
	background: #2C4E84;/* 网页底颜色 */
	color: #fff;
	padding: 20px 0;
}

.foot-body {
	padding: 35px 0;
}

.foot-left {
	float: left;
	width: 46%;
}

/* 联系我们 */
.foot-contact {
	padding: 20px;
	border: 2px dotted #fff;
}

.contact-type-name-en {float: left;font-size: 46px; font-weight: bold; line-height: 50px; margin-right: 10px;}
.contact-typename-line {margin: 5px 0; width: 60px;}
.contact-type-name-box {overflow: hidden; line-height: 20px; padding: 5px 0;}

.foot-contact-info {
	padding-top: 10px;
	font-size: 18px;
}

.foot-contact-tel {
	margin-top: 20px;
}


.foot-right {
	float: right;
}

/* logo */
.foot-logo-box {
	margin-bottom: 30px;
}

.foot-logo-image {
	/* float: right; */
	display: block;
	margin: 0 auto;
}


/* 二维码 */
.foot-ewm-typename {
	font-size: 16px;
	width: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

.foot-ewm-ul {
	overflow: hidden;
	padding: 0;
}

.foot-ewm-li {
	float: left;
	width: 50%;
}
.foot-ewm-bg {
	padding-left: 40px;
}

.foot-ewm-image {
	width: 170px;
}

/* 底部导航 */
.foot-nav-box {
}

.foot-nav-ul {
	display: flex;
	justify-content: space-between;
}

.foot-nav-li {
	float: left;
	width: 20%;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.foot-nav-link {
	display: block;
	line-height: 25px;
	padding: 10px 0;
}

/* 版权 */
.foot-copyright {
	text-align: center;
	padding: 10px 0;
}

.foot-copyright .dpib {
	margin: 0 5px;
}





/* 底部按钮 start */
.footBg {
	height: 50px;
}

.footUl {
	background-color: #2b2b2b;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.footLi {
	float: left;
	width: 50%;
	text-align: center;
	background-image: url(../image/footLiBg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footLi.cur {
}
.footLink {
	display: block;
	position: relative;
	overflow: hidden;
}
.footLink::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 0;
	background-color:#fff;
}
.footLink.last::after {
	display: none;
}
.footLiBg {
	display: inline-block;
	padding: 10px 0;
}

.footIcon {
	height: 30px;
	float: left;
	margin-right: 5px;
}

.footTitle {
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	/* color: #012F60;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; */
	color: #fff;
}

/* 底部按钮 end */


@media (max-width:992px) {
	.foot-ul {
		padding: 20px;
	}
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pc-show {
		display: none;
	}

	.pm-show {
		display: block;
	}

	.foot-page-box {
		/* display: none; */
	}

	.foot-body {
		/* display:block; */
		padding: 10px 0 0;
	}

	.foot-left,
	.foot-right {
		width: auto;
		float: none;
	}


	.foot-contact {
		font-size: 18px;
		padding: 0;
		border: 0;
	}
	
	.contact-type-name-en {
		font-size: 3.6rem;
		line-height: 4rem;
		height: 4rem;
	}
	.contact-type-name-box {
		font-size: 1.2rem;
		line-height: 1.6rem;
		padding: .4rem 0;
	}
	.contact-typename-line {
		height: 1px;
		width: 40px;
	}
	
	.foot-contact-info {
		padding-top: 10px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	
	.foot-contact-tel {
		margin-top: 0;
	}
	
	
	
	.foot-logo-image {
		/* display: none; */
	}
	
	
	
	.foot-bottom-row {
		padding-top: 25px;
	}
	.foot-bottom-left {
		width: 50%;
		float: left;
	}
	
	.foot-nav-ul {
		display: block;
	}
	
	.foot-nav-li {
		width: 33.333333%;
		margin: 5px 0;
	}
	.foot-nav-link {
		padding: 0;
		font-size: 1.1rem;
	}
	
	.foot-copyright {
		font-size: 1rem;
		padding: .5rem 0;
	}
	.foot-copyright-item {
		float: none;
		display: inline-block;
	}

	
	.foot-bottom-right {
		overflow: hidden;
		float: right;
	}
	.foot-ewm-typename {
		float: right;
		margin: .7rem 1rem 0 1.6rem;
		font-size: 1.2rem;
		width: 1.2rem;
		line-height: 1.2rem;
	}
	.foot-ewm-li {
		width: auto;
	}
	.foot-ewm-bg {
		padding: 0;
	}
	.foot-ewm-image {
		width: 135px;
	}

}

@media (max-width:480px) {
	.pm-show {
		display: block;
	}
	
	.foot-bottom-left {width: 58%;}
	.foot-bottom-right {max-width: 38%;}
	.foot-ewm-image {
		width: 100px;
	}
}
