


/* pc底部 start */
.foot-box {
	background: #292D38;
    color: #eee;
	padding:10px 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: #032a4d;
}

.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 */


/* 底部按钮 start */
.foot-tel-box {
	height: 60px;
}
.foot-tel-box-bg {}
.foot-tel-ul {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: flex;
	background-color: #333333;
	/* box-shadow: 0 0 3px #dedede; */
}
.foot-tel-li {
	text-align: center;
	width:100%;
}

.foot-tel-link {
	/* display: block; */
	background-color: #d61b1b;
	margin: 8px;
	border-radius: 25px;
}
.foot-tel-link-bg {padding: 10px;}
.foot-tel-link-icon {
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

.foot-tel-link-title {
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	line-height: 24px;
	overflow-hidden
}
/* 底部按钮 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;
	}
}
