


/* pc底部 start */
.foot-box {
	background: #161616;
    color: #696969;
	padding: 20px 0;
}
.foot-body {
	padding: 40px 0;
}


.foot-page-row {
	margin-top: 30px;
}
.foot-page-row1 {
	margin-top: 0;
}
.foot-left {float:left;width:30%;}

.foot-logo {/* font-size:30px; */}
.foot-logo img {max-width: 100%; height: auto;}

.foot-webname {
	font-weight: bold; font-size: 30px; text-align: center; color: #007DC7;
}
/* .foot-webname-border {
	display: inline-block;
	border: 1px solid #fff;
	padding: 3px;
}
.foot-webname-bg {
	border: 1px solid #fff;
	padding: 12px 30px;
} */
.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-nav-box {  
	text-align: center;
}
.foot-nav-link {display: inline-block; vertical-align: top; padding: 0 20px; position: relative; line-height: 26px;font-size:14px;}
/* .foot-nav-link:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #ccc;
}
.foot-nav-link1:after {
	display: none;
} */
.foot-nav-link:hover{color: #ff0000;}

@media (max-width: 1200px) {
	.foot-nav-box {text-align: center;}
}
@media (max-width: 768px) {
	.foot-nav-box {}
	.foot-nav-link:after {
		display: none;
	}
}
@media (max-width: 480px) {
	.foot-nav-link {width: 33.333333%; float: left; padding: 0;}
}

.foot-right {float:right;width:70%;}
.foot-ul {
	padding: 0 50px; /* border-left:1px solid #dedede; */
	text-align: center;
}
.foot-li {
	display: inline-block;
	vertical-align: top;
 }
.foot-li-info {
	margin: 0 40px;
}





.copyright {padding-top: 20px;text-align:center;line-height:25px;border-top: 1px solid #2b2b2b;}
.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 {padding: 15px 0; 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: 25%;
	text-align: center;
	background-color: #333;
}

.footLi.cur {
	background-color: #007DC7;
}

.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 */

/* 底部微信咨询 start */
.foot-fixed-bg {
	height: 64px;
}
.foot-fixed-ul {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: flex;
	background-color: #fff;
}
.foot-fixed-li {
	width: 50%;
	float: left;
}
.foot-fixed-link {
	display: block;
	margin: 12px 5px;
	color: #fff;
	background-color: #BF0000;
	border-radius: 24px;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
}
.foot-fixed-link-weixin {
	background-color: #417803;
}
.foot-fixed-icon {
	height: 19px;
	float: left;
	margin-right: 3px;
	margin-top: 1px;
}
.foot-fixed-title {
	overflow: hidden;
	font-size: 17px;
	line-height: 20px;
}
.foot-fixed-link:hover {
	color: #fff;
}


@media(max-width: 340px) {
	.foot-fixed-title {
		font-size: 16px;
	}
}
/* 底部微信咨询 end */
/* 遮罩弹窗 start */
.popup-page-box {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.popup-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}

.popup-body {
  background-color: #fff;
  width: 80%;
  border-radius: 15px;
  /* overflow: hidden; */
  padding: 30px 0;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-image-box {
  margin-bottom: 5px;
}

.popup-image {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.popup-close {
  padding: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.popup-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}

.popup-info {
  padding: 0 20px;
  max-height: 300px;
  overflow: auto;
}

.popup-row {
  color: #777;
  line-height: 20px;
  padding: 3px 0;
  clear: both;
  display: flex;
  justify-content: center;
  font-size: 15px;
}

.popup-row-title {
  color: #333;
  float: left;
}

.popup-row-info {
  display: block;
  overflow: hidden;
}
.popup-row-tips {

}
.popup-btn {
	margin: 15px auto 0;
	display: block;
	background-color: #1aad17;
	border-radius: 8px;
	width: 100px;
	padding: 10px 15px;;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	border: 0;
	text-align: center;
}
.popup-btn:hover {
	color: #fff;
}
/* 遮罩弹窗 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;
	}
}
