


/* pc底部 start */
.foot-box {
    color: #eee;
	position: relative;
}
.foot-page-row1 {
	padding: 80rem 0 70rem;
    position: relative;
}
@media (max-width:1200px) {
  .foot-page-row1 {
    padding: 80rem 0 30rem;
  }
}
@media (max-width: 768px) {
  .foot-page-row1 {
    padding-top: 25rem;
  }
}
.foot-logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 0.52rem; */
  padding: 40rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-logo-row:after {display: none;}

.foot-row1-left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .foot-row1-left {
    flex-direction: column;
  }
}
.foot-logo-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .foot-logo-box {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.foot-logo-link {
  display: block;
  width: 238rem;
  overflow: hidden;
  margin-right: 36rem;
}
@media (max-width: 1580px) {
  .foot-logo-link {
    width: 320rem;
  }
}
@media (max-width: 768px) {
}
.foot-logo-image {
  width: 100%;
  float: left;
  height: 52px;
  object-fit: cover;
}
.foot-flink-box {
  width: 210rem;
  height: 45rem;
  background-color: rgba(0, 54, 134, 0.1);
  border: solid 1px rgba(51, 94, 158, 0.5);
}
.foot-flink-type {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  user-select: none;
  align-items: center;
  justify-content: space-between;
}
.foot-flink-type-name {
  display: block;
  width: calc(100% - 90rem);
  padding: 0 22rem;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .foot-flink-type-name {
    font-size: 14px;
  }
}
.foot-flink-type-arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44rem;
  height: 100%;
  position: relative;
}
.foot-flink-type-arrow-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #335e9e;
}
.foot-flink-type-arrow {
  display: block;
  width: 12px;
  float: left;
}
.flink-page-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.flink-page-body .container{
  position: relative;
}
.flink-page-body-bg {
  width: 100%;
  height: 100%;
}
.flink-page-body-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flink-page-row {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 110rem 0 120rem; */
  padding: 120rem 0;
  box-sizing: border-box;
}
.flink-page-name-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25rem;
  position: relative;
}
@media (max-width: 768px) {
  .flink-page-name-box {
    padding-bottom: 8rem;
  }
}
.flink-close-icon-box {
  /* width: 20rem;
  height: 20rem;
  min-width: 15px;
  min-height: 15px; */
  position: absolute;
  right: 0;
  width: 45rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.flink-close-icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.flink-close-icon-box:hover .flink-close-icon, .flink-close-icon-box:hover svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flink-close-icon {
  /* width: 100%; */
  /* height: 100%; */
      width: 20rem;
      height: 20rem;
      min-width: 15px;
      min-height: 15px;
}
.flink-page-info {
  display: flex;
  flex-wrap: wrap;
  max-height: 380rem;
  overflow-y: auto;
  margin-top: 35rem;
}
@media (max-width: 768px) {
	.flink-page-row .wrap {height: 100%;}
	.flink-page-info {
		max-height: calc(100% - 50rem);
		margin-top: 20rem;
	}
}
.flink-page-info::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.flink-page-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999999;
}
.flink-page-info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f5f5;
}
.flink-list-li {
  width: 25%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .flink-list-li {
    width: 50%;
  }
}
.flink-list-li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.flink-list-li a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .foot-logo-row > .select {
    margin-top: 50rem;
  }
}
.foot-share-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .foot-share-box {
    width: 100%;
    align-items: flex-end;
  }
}
.foot-share-bg {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .foot-share-bg {
    flex-wrap: wrap;
  }
}
.foot-share-type-name {
  font-size: 16px;
  margin-right: 30rem;
}
@media (max-width: 1580px) {
  .foot-share-type-name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .foot-share-type-name {
    width: 100%;
    margin-bottom: 6px;
  }
}
.foot-share-list-ul {
  display: flex;
  align-items: center;
}
.foot-share-list-li {
  position: relative;
  margin-right: 20rem;
}
.foot-share-list-li:last-child {
  margin-right: 0;
}
.foot-share-list-li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .foot-share-list-li .er {
    width: 100px;
  }
}
.foot-share-list-li .er img {
  width: 100%;
}
.foot-share-list-ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 50rem;
  background-color: rgba(51, 94, 158, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media (max-width: 992px) {
  .foot-share-list-ul a {
    width: 30rem;
    height: 30rem;
  }
}
.foot-share-list-ul a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #333;
}
.foot-share-list-ul a img {
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 16px;
  max-height: 16px;
}
@media (max-width: 1580px) {
  .foot-share-list-ul a img {
    max-width: 12px;
    max-height: 12px;
  }
}
@media (min-width: 768px) {
  .foot-share-list-ul a img {
    max-width: 25rem;
    max-height: 25rem;
  }
  .foot-share-list-ul a:hover {
    border-color: #333;
  }
  .foot-share-list-ul a:hover img {
    opacity: 1;
  }
  .foot-share-list-ul a:hover:before {
    width: 100%;
  }
}



.foot-body {
	padding: 10px 0;
}


.foot-nav-ul-bg {
	
}
.foot-nav-ul {
	margin-top: 68rem;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.foot-nav-ul:after {
	display: none;
}
.foot-nav-li {
	margin-right: 0.8rem;
}

.foot-nav-bg {
	/* padding-left: 30rem; */
	/* padding-left: 10%; */
}
.foot-item-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 16px;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	/* font-size: 16rem;
	color: inherit;
	font-weight: bold; */
}
.foot-item-title:after {display: none;}
.foot-nav-link {display: block;}
.foot-type-arrow {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 0.44rem;
    height: 100%;
    position: relative;
	display: none;
}
.foot-type-arrow {width: 10px;}
.foot-type-arrow-icon {display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.foot-item-title.cur .foot-type-arrow-icon {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.foot-item-title:nth-of-type(2n+1) {
	clear: both;
}

.foot-item-title:hover {
	color: inherit;
}
.foot-child-ul {
	padding-top: 18rem;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-child-li {
	margin-right: 40rem;
	line-height: 1.5;
}
.foot-child-link {
	display: block;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 
}
.foot-child-link:hover {
    opacity: 0.9;
    color: #fff;
}

.copyright {padding: 20px 0; background-color: #161616; text-align:center; line-height:25px; color: #888;}
.copyright span {display: inline-block; margin: 0 3px;}
.copyright span, .copyright a { }

@media (max-width:992px){
	.foot-nav-ul {
		margin-top: 40rem;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foot-nav-li {width: 33.33333333%; margin-right: 0;}
	.foot-nav-bg { margin-top: 15px;}
	.foot-item-title {font-size: 14px;}
	.foot-child-ul {
		float: none;
		padding-left: 0;
		display: block;
	}
	.foot-child-link {font-size: 12px; margin-bottom: 6px;}
}

@media (max-width:768px){
	.foot-box {}
	.foot-body {
		/* display:block; */
		display:none;
		padding: 10px 0 0;
	}
	
	.foot-logo-row {flex-wrap: wrap; padding-top: 0; padding-bottom: 20rem;}
	.foot-flink-box {margin-top: 5rem; width: 140rem;height: 35rem;}
	.foot-flink-type-name {padding:0 11rem; width: calc(100% - 52rem);}
	.foot-flink-type-arrow-box {width: 30rem;}
	
	.flink-page-row {padding: 40rem 0;}
	.flink-close-icon-box {width: 30rem; height: 35rem;}
	.flink-close-icon {width: 16rem; height: 16rem;}
	
	.foot-nav-ul {margin-top: 20px;}
	.foot-nav-li {width: 100%; margin-right: 0; float: none;}
	.foot-nav-bg { margin: 10px 0;}
	.foot-type-arrow {display: flex; padding-left: 10px;}
	.foot-child-ul {display: none; padding-top: 10px;}
	
	.copyright {border: 0; padding: 10px 0;}
}

@media (max-width:480px){
	.pm-show {display:block;}
	.foot-nav-ul {margin-top: 20px;}

	.copyright { font-size: 13px; line-height: 20px;}
}
/* pc底部 end */


/* 图片弹窗 start */
#img-pop-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#img-pop-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-pop-close {
    position: fixed;
    top: 85%;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
.img-pop-close:after,
.img-pop-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin:  -1px 0 0 -10px;
    background: #333;
    transition: .3s;
}
.img-pop-close:hover {
    background: #c2b2a5;
}
.img-pop-close:hover:after,
.img-pop-close:hover:before {
    background: #fff;
}
.img-pop-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-pop-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.img-pop-image {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* 图片弹窗 start */



/* 底部按钮 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: #009aff;
}

.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;
	}
}
