


/* pc底部 start */
.foot-box {
	background: #292D38;
    color: #999;
	/* padding: 50px 0; */
	height: auto;
}
@media (min-width: 769px) {
	.foot-box {
		padding: 60px 0;
	}
}
.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 {
	/* padding-top: 10px; */
	text-align:center;
	line-height:25px;
	/* color: #ccc; */
	/* border-top: 1px solid #4A5061; */
}
.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 {background: #171717;color:#666666;}
	.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 */




/* 底部按钮 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: #A92F33;
}

.footLi.cur {
	background-color: #E62129;
}

.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;
	}
}
