


/* pc底部 start */
.foot-box {
	background: #4B4B4B;
    color: #eee;
}
.foot-body {
	padding: 10px 0;
}
.foot-left {float:left;width:30%;}

.foot-logo {padding:0 ;/* font-size:30px; */}
.foot-logo img {max-width: 100%; height: auto;}

.foot-webname {font-weight: bold; font-size: 30px; text-align: center; color: #e5e5e5;}
.foot-hot-row { text-align: center; margin-top: 10px;}
.foot-hot-title { line-height: 45px; }
.foot-hot-tel {font-size: 36px; color: #2758A4; font-weight: bold;}

.foot-right {float:right;width:70%;}
.foot-ul {padding:10px 80px; /* border-left:1px solid #dedede; */}
.foot-li {float:left; width:41%; padding: 10px 3.5%; min-height:50px; line-height: 25px; color: #9e9e9e;}

.foot-li-address {
	clear: both;
	width: 100%;
	float: none;
}

.copyright {text-align:center; line-height:25px; color: #ccc;}
.copyright span {display: inline-block; margin: 0 3px;}
.copyright span, .copyright a { }

@media (max-width:992px){
	.foot-ul {padding:20px;}
}

@media (max-width:768px){
	.foot-box {
		
	}
	.foot-body {
		/* display:block; */
		display:none;
		padding:10px 0 0;
	}
	.foot-left, .foot-right {width:auto;float:none;}
	.foot-logo {font-size:18px;padding:0;}
	.foot-ul {border:0;padding:0;}
	.foot-li {width:auto;float:none;line-height:20px;min-height:auto;padding:0;}
	
	.copyright {border: 0; padding: 0;}
}

@media (max-width:480px){
	.pm-show {display:block;}
	.copyright { font-size:13px; line-height: 20px;}
	.footTitle {font-size:12px;}
}
/* pc底部 end */




.online-page-box {
	width: 200px;
	position: fixed;
	right: 50px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}

.online-page-bg {
	background-color: #fafafa;
}

.online-close {
	position: absolute;
	top: -15px;
	right: 5px;
	padding: 7px;
	cursor: pointer;
	border-radius: 50%;
}
.online-close:hover {
	background-color: #4d4e4e;
}
.online-close-icon {
	display: block;
	width: 16px;
	height: 16px;
}

.online-page-title {
	background-color: #009fe9;
	color: #fff;
	line-height: 45px;
	padding: 0 10px;
	font-size: 16px;
}

.online-page-row {
	padding: 10px;
	border-top: 1px dashed #dedede;
}
.online-jump-link {
	display: block;
	padding: 5px 0;
	color: #666;
}

.online-jump-image {
	margin-right: 5px;
	height: 16px;
}

.online-jump-info {
	overflow: hidden;
}


.online-ul-title-box {
}

.online-ul-icon {
	height: 27px;
	margin-right: 2px;
}

.online-ul-title {
	line-height: 30px;
}
.online-txt-li {
	padding: 3px 0;
	font-size: 13px;
	color: #666;
}


/* 底部按钮 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: #16498B;
}

.footLi.cur {
	background-color: #076ce0;
}

.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;
	}
}
