/* 底部导航 start */
.foot-nav-page-box {
	background-color: #191919;
	border-bottom: 1px solid #333;
}
.foot-nav-ul {
	text-align: center; 
	padding: 25px 0;
}
.foot-nav-li {
	display: inline;
}
.foot-nav-line {
	margin: 0 30px;
	display: inline-block;
	color: #fff;
}
.foot-nav-link {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.foot-nav-link:hover {
	color: #eee;
}

.foot-nav-son-ul {min-width:100%; position:absolute; display:none; z-index:9999;background-color:rgba(0,45,94,0.5);
/* margin-left: -10px;padding:0 5px; */
}
.foot-nav-son-li { line-height:36px;  text-align:center; }
.foot-nav-son-link {width:100%; font-size:14px; display:block; color:#fff;text-align:center;}
@media (max-width: 768px) {
	.foot-nav-ul {
		padding: 20px 0;
	}
	.foot-nav-link {
		font-size: 14px;
	}
	.foot-nav-line {
		margin: 0 15px;
	}
}
@media (max-width: 666px) {
	.foot-nav-ul {
		padding: 15px 0;
	}
	.foot-nav-line {
		margin: 0 5px;
	}
}
@media (max-width: 480px) {
	.foot-nav-ul {
		padding: 10px 0;
	}
	.foot-nav-li {
		display: block;
		width: 33.333333333333%;
		float: left;
	}
	.foot-nav-line {
		margin: 0 3px;
		display: none;
	}
	.foot-nav-link {
		line-height: 25px;
	}
}
/* 底部导航 end */

/* 电脑站底部 start */
.foot-box {
	background-color: #222325;
	color: #eee;
}

@media (min-width: 768px) {
	.foot-box {
		padding: 50px 0;
	}
}

.foot-box a {
	color: #eee;
}

@media (min-width: 768px) {
	.foot-box a:hover {
		color: #076ce0;
	}
}
.footer-title {
	color: #fff;
	font-size: 25px;
	/* font-weight: bold; */
	margin-bottom: 30px;
	display: none;
}
.footer-title small {
	display: block;
	font-size: 12px;
	color: #eee;
	opacity: 0.5;
}
.footer-title:after {
	display: block;
	content: '';
	margin-top: 5px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.footer-nav {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.04);
	width: 22.5%;
}
.footer-nav-ul {
	overflow: hidden;
}
.footer-nav-li {
	float: left;
	width: 50%;
}
.footer-nav-link {
	display: block;
	padding-right: 10px;
	line-height: 38px;
}
.footer-contact {
	float: left;
	width: 40%;
	padding-left: 5%;
	border-right: 1px solid rgba(255,255,255,0.04);
	padding-right: 5%;
}
.footer-contact-li {
	font-size: 14px;
	padding: 8px 0 8px 0;
	background: no-repeat 0 center;
}

/* .footer-contact-li.i1 {
	background-image: url(../images/foot_icon1.png);
}
.footer-contact-li.i2 {
	background-image: url(../images/foot_icon2.png);
}
.footer-contact-li.i3 {
	background-image: url(../images/foot_icon3.png);
}
.footer-contact-li.i4 {
	background-image: url(../images/foot_icon4.png);
} */

.footer-ewm {
	float: right;
	width: 23%;
}
.footer-ewm ul {
	overflow: hidden;
	margin-left: -30px;
}
.footer-ewm li {
	float: left;
	width: 50%;
}
.foot-ewm-bg {
	margin-left: 30px;
	text-align: center;
}
.foot-ewm-image {
	width: 100px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.foot-ewm-title {
	margin: 8px 0 0;
	/* padding-left: 32px;
	background: url(../images/foot_ss.png) left center no-repeat; */
	text-align: center;
	font-size: 16px;
}

.dpib {display: inline-block;}
.footer-copyright {text-align: center; padding: 20px 0; background-color: #222325; color: #eee; border-top: 1px solid #333;}
.footer-copyright a {color: #eee;}
.footer-copyright .dpib {margin: 0 5px;}
@media (max-width: 1200px) {
	.foot-box {padding: 30px 0;}
	.footer-contact {padding: 0 3%;}
	.footer-title  {font-size: 20px; margin-bottom: 15px;}
	.footer-contact-li {font-size: 14px; padding: 5px 0 5px 0;}
	
	.footer-ewm {width: 28%;}
	.foot-ewm-title {padding: 0; background-image: none; text-align: center; margin-top: 5px;}
}
@media (max-width: 992px) {
	.footer-contact {padding: 0 2%}
	.foot-box {padding: 20px 0;}
	.footer-ewm {width: 30%;}

}
@media (max-width: 768px) {
	.foot-box {display: none;}
	.footer-copyright {
		line-height: 20px;
		padding: 10px 0;
		font-size: 13px;
	}
}
/* 电脑站底部 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: #076ce0;
}

.footLi.cur {
	background-color: #5B6FF3;
}

.footLink {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
}

.footIcon {
	height: 20px;
	display: block;
	margin: 0 auto;
}

.footTitle {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 18px;
}

/* 底部按钮 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;
	}
}
