/* pc底部 start */
.foot-box-bg {
	
}
.foot-box{
	width: 100%;
	/* background: #2a2a2a; */
	color: #fff;
}
@media (min-width: 769px) {
	.foot-box {
		padding: 50px 0;
	}
}

.foot-contact-box {
	padding-right: 2%;
	/* float: left; */
	/* border-right: 1px solid #aaa; */
	width: 23%;
}

.foot-contact-box p {
	font-size: 12px;
	line-height: 28px;
	/* color: #888; */
}


.foot-ewm-box {
	width: 10%;
}

.foot-ewm-body {
	display: flex;
}

.foot-ewm-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.foot-ewm-image {
	vertical-align: middle;
	/* height: 100px; */
	width: 100px;
	border-radius: 5px;
	max-width: 100%;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.foot-ewm-title {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
}

.foot-right {
	float:right; width: 70%;
}



.foot-nav-box {
	width: 65%;
	/* padding-left: 5%; */
}

.foot-item-title {
	font-size: 18px;
	display: block;
	display: block;
	line-height: 28px;
	margin-bottom: 20px;
}

.foot-type-name-en {
	text-transform: uppercase;
	margin-bottom: -5px;
	/* color: #476ed0; */
	font-size: 14px;
}
.foot-type-name {
	font-weight: bold;
}

.foot-nav-ul-bg {
	
}

.foot-nav-li {
	width: 33.333333333%;
	float: left;
	/* font-size: 12px; */
	line-height: 28px;
}

.foot-nav-bg {
	/* padding-left: 30px; */
	padding-left: 10%;
}

.foot-nav-link {
	display: block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	/* font-size: 16px;
	color: inherit;
	font-weight: bold; */
}

.foot-nav-link:nth-of-type(2n+1) {
	clear: both;
}

.foot-nav-link:hover {
	color: inherit;
}

.foot-nav-line {
	height: 1px;
	width: 30px;
	background-color: #fff;
	margin: 10px 0;
}

.foot-child-ul2 {
	padding-left: 10px;
}

.foot-child-link {
	display: block;
	font-size: 12px;
	/* color: #aaa; */
}

.foot-child-link:hover {
	color: #007aec;
}

@media (max-width: 1200px) {
	.foot-ewm-box {
		width: 13%;
	}
	.foot-nav-box {
		width: 57%;
	}
}
@media (max-width: 992px) {
	.footer-bg {
		/* display: flex;
		justify-content: space-between; */
	}
	.foot-ewm-box {
		width: 15%;
	}
	.foot-nav-box {
		width: 60%;
	}
	.foot-nav-box {}
	.foot-nav-box {}
	
	.foot-child-ul {
		float: none;
		padding-left: 0;
	}

}

@media (max-width: 888px) {
	.foot-ewm-box {
		width: 20%;
	}
	.foot-nav-box {
		width: 55%;
	}
}
@media (max-width: 768px) {
	.foot-box{
		padding: 20px 0;
		display: none;
		background-color: #2a2a2a;
	}
	.foot-nav-box {
		width: 50%;
		display: none;
	}
	.foot-contact-box {
		width: 50%;
		border: none;
		padding-left: 10px;
	}

	.foot-box.box .fr {
		/* margin-top: 12px; */
		padding-left: 10px;
	}

	.foot-ewm-item {
		float: right;
	}

	.foot-box.box .fr img {
		margin: 0;
		margin-right: 10px;
	}

	.foot-ewm-image {
		/* height: 90px; */
	}

	.foot-box{
		padding: 20px 0;
	}

}

@media (max-width: 560px) {
	.footer-bg {display: block;}
	.foot-contact-box, .foot-ewm-box {float: none; width: auto;}
	.foot-ewm-item {width: 33.333333333%;}
	.foot-ewm-image {margin: 0 auto; display: block;}
}

@media (max-width: 480px) {
	.foot-box{padding: 15px 0;}
	.foot-box.wrap {padding: 0 10px;}
	.footer-bg {display: block;}
	.foot-item-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foot-contact-box { padding: 0;}
	.foot-contact-box p {
		font-size: 12px;
		line-height: 20px;
	}

	.foot-contact-box p a {
		font-size: 13px;
	}
	.foot-ewm-title {
		font-size: 12px;
		font-weight: normal;
	}

}
@media (max-width: 380px) {
	.foot-contact-box {float: none;width: auto;}
	.foot-ewm-box {float: none; margin-top: 10px;}
}



.copyright {
	padding: 15px 0;
	/* border-top: 1px solid #333; */
	border-top: 1px solid #666;
	/* background: #2a2a2a; */
	/* color: #888; */
	color: #fff;
}

.copyright p {
	font-size: 14px;
	line-height: 24px;
	color: inherit;
	display: block;
	text-align: center;
}

.copyright-span {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 768px) {
	.copyright {
		border: 0;
	}
}
@media (max-width: 480px) {
	.copyright {
		padding: 8px 1%;
	}

	.copyright p {
		line-height: 20px;
		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: #007aec;
}

.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;
	}
}
