﻿.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.font2 {
  font-family: "gpb", Arial;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
@font-face {
  font-family: "icon";
  src: url('fonts/iconfont.eot');
  /* IE9 */
  src: url('fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/add4bea5c901473c905f91dc3a30b395.woff') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 80%;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 0.16rem;
  font-family: 微软雅黑;
  overflow-x: hidden;
}
@font-face {
  font-family: "gpb";
  src: url('fonts/gpb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinm";
  src: url('../fonts/dinm.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thin";
  src: url('../fonts/thin.TTF');
  src: url('fonts/thin.eot');
  /* IE9 */
  font-weight: normal;
  font-style: normal;
}
.header-section {
  background: #fff;
  position: relative;
  z-index: 10;
}
.header-section > .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  height: 1.14rem;
}
.header-section .logo-box {
  width: 0.68rem;
  position: relative;
  z-index: 2;
}
.header-section .logo-box a {
  display: block;
  font-size: 0;
}
.header-section .logo-box a img {
  width: 100%;
}
.header-section .pc-nav-box {
  margin: 0 1.88rem;
  flex: 1;
  overflow: hidden;
}
.header-section .pc-nav-box ul {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-section .pc-nav-box ul li:hover .hide-box {
  z-index: 20;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-section .pc-nav-box ul li.on > a:after,
.header-section .pc-nav-box ul li:hover > a:after {
  height: 0.03rem;
}
.header-section .pc-nav-box ul li > a {
  position: relative;
  display: block;
  color: #434243;
  font-size: 0.16rem;
  line-height: 1.14rem;
  padding-bottom: 0.1rem;
}
.header-section .pc-nav-box ul li > a:after {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 10;
  content: '';
  display: block;
  width: 0.27rem;
  height: 0;
  background: #00afc3;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
}
.header-section .pc-nav-box .hide-box {
  position: absolute;
  left: 0;
  top: 1.14rem;
  z-index: -1;
  border-top: 1px solid #f1f1f1;
  background: #f6f6f6 url(img/nav-l-bg.jpg) no-repeat left top;
  padding: 0.4rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.header-section .pc-nav-box .hide-box.on {
  z-index: 20;
}
.header-section .pc-nav-box .hide-box .box-container {
  height: auto;
  overflow: hidden;
  font-size: 0;
}
.header-section .pc-nav-box .hide-box:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 4.07rem;
  height: 100%;
  background: url(img/nav-r-bg.jpg) no-repeat;
}
.header-section .pc-nav-box .hide-box .left,
.header-section .pc-nav-box .hide-box .right {
  float: left;
  width: 50%;
}
.header-section .pc-nav-box .hide-box .left {
  position: relative;
  border-right: 1px solid #eaeaea;
}
.header-section .pc-nav-box .hide-box .left > img {
  position: absolute;
  width: 41.5%;
}
.header-section .pc-nav-box .hide-box .right {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  padding-left: 0.85rem;
  font-size: 0;
  padding-right: 15%;
}
.header-section .pc-nav-box .hide-box .right a {
  min-width: 120px;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 0.53rem;
  margin-right: 30px;
}
.header-section .pc-nav-box .hide-box .right a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #dadada;
  margin-right: 0.12rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-section .pc-nav-box .hide-box .right a:hover,
.header-section .pc-nav-box .hide-box .right a.on {
  font-weight: 700;
}
.header-section .pc-nav-box .hide-box .right a:hover:before,
.header-section .pc-nav-box .hide-box .right a.on:before {
  background: #00afc3;
}
.header-section .pc-nav-box .hide-box .info {
  padding-left: 47.5%;
}
.header-section .pc-nav-box .hide-box .info .title,
.header-section .pc-nav-box .hide-box .info .brief {
  font-size: 0.24rem;
  color: #000;
  font-weight: 700;
}
.header-section .pc-nav-box .hide-box .info .brief {
  margin: 0.27rem auto 0.18rem;
}
.header-section .pc-nav-box .hide-box .info .en {
  font-size: 0.18rem;
  font-family: gpb;
  color: #dbdada;
  width: 85%;
}
.header-section .pc-search-box {
  position: relative;
  /* input placeholder  */
}
.header-section .pc-search-box .search-form {
  position: relative;
  z-index: 100;
  width: 250px;
  height: 45px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 0;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.header-section .pc-search-box .search-form.on {
  width: 305px;
  z-index: 100;
}
.header-section .pc-search-box .txt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
  border: none;
  padding-right: 0.35rem;
}
.header-section .pc-search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}
.header-section .pc-search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 14px;
}
.header-section .pc-search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.header-section .pc-search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}
.header-section .pc-search-box a {
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 10;
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(img/search3.png) no-repeat center center;
  vertical-align: middle;
}
.footer-wrapper {
  position: relative;
  z-index: 1;
  background: #443f8f;
  padding-bottom: 0.9rem;
}
.footer-wrapper .box-container > .link {
  display: none;
}
.footer-wrapper .box-1 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: #f7f7f7;
  padding: 0.64rem 0.55rem 0.56rem 12.36%;
  top: -0.88rem;
}
.footer-wrapper .box-1 .other-box {
  width: 1.38rem;
  overflow: hidden;
}
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: -0.28rem;
}
.footer-wrapper .box-2 .other {
  flex: 1;
}
.footer-wrapper .footer-nav-box {
  flex: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-wrapper .footer-nav-box dl {
  flex: 1;
}
.footer-wrapper .footer-nav-box dl a {
  display: block;
}
.footer-wrapper .footer-nav-box dl dt {
  margin-bottom: 0.32rem;
}
.footer-wrapper .footer-nav-box dl dt a {
  font-size: 14px;
  color: #595959;
  font-weight: 700;
  line-height: 36px;
}
.footer-wrapper .footer-nav-box dl dt a:hover {
  color: #00afc3;
}
.footer-wrapper .footer-nav-box dl dd a {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.footer-wrapper .footer-nav-box dl dd a:hover {
  color: #00afc3;
}
.footer-wrapper .qrcode {
  float: right;
  width: 1.03rem;
  font-size: 0;
  text-align: center;
}
.footer-wrapper .qrcode img {
  width: 100%;
}
.footer-wrapper .qrcode img.phone {
  display: none;
}
.footer-wrapper .qrcode p {
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin-top: 8px;
}
.footer-wrapper .share {
  font-size: 0;
  margin-top: 0.66rem;
}
.footer-wrapper .share a {
  display: inline-block;
  margin-right: 0.15rem;
}
.footer-wrapper .share a:hover img.original {
  display: none;
}
.footer-wrapper .share a:hover img.on {
  display: inline-block;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share img {
  width: 0.34rem;
}
.footer-wrapper .share img.on {
  display: none;
}
.footer-wrapper .friend-link {
  width: 246px;
  margin-top: 25px;
  position: relative;
}
.footer-wrapper .friend-link .title {
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #fefefe;
  padding-left: 15px;
  border: 1px solid #fff;
  padding-right: 20px;
  background: url(img/up.png) no-repeat 91% center;
}
.footer-wrapper .friend-link .title:hover {
  color: #00afc3;
}
.footer-wrapper .friend-link .list {
  width: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  margin-bottom: -1px;
  display: none;
  background: #443f8f;
}
.footer-wrapper .friend-link .list a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
}
.footer-wrapper .friend-link .list a:hover {
  color: #00afc3;
}
.footer-wrapper .friend-link .list a:last-child {
  border-bottom: none;
}
.footer-wrapper .link {
  font-size: 0;
  margin-bottom: 0.2rem;
}
.footer-wrapper .link a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 0.2rem;
  line-height: 24px;
}
.footer-wrapper .link a:hover {
  text-decoration: underline;
  color: #00afc3;
}
.footer-wrapper .link a:last-child {
  margin-right: 0;
}
.footer-wrapper .copy {
  width: 410px;
  text-align: right;
  text-transform: uppercase;
}
.footer-wrapper .copy a:hover {
  color: #00afc3;
}
.footer-wrapper .copy,
.footer-wrapper .copy a {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.phone-nav-box,
.phone-footer-nav {
  display: none;
}
.index-line div {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
}
.index-line div:first-child {
  left: 10%;
}
.index-line div:nth-child(2) {
  left: 20%;
}
.index-line div:nth-child(3) {
  left: 30%;
}
.index-line div:nth-child(4) {
  left: 40%;
}
.index-line div:nth-child(5) {
  left: 50%;
}
.index-line div:nth-child(6) {
  left: 60%;
}
.index-line div:nth-child(7) {
  left: 70%;
}
.index-line div:nth-child(8) {
  left: 80%;
}
.index-line div:nth-child(9) {
  left: 90%;
}
.index-more {
  display: block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #028d88;
}
.page-more {
  display: inline-block;
  width: 47px;
  height: 33px;
  border-radius: 15px;
  background: #fff url(img/more.png) no-repeat center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.load {
  font-family: Arial;
  display: block;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  line-height: 0.6rem;
  background: #f7f7f7;
}
.load:hover {
  color: #fff;
  background: #00afc3;
}
.index-title-box {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
}
.index-title-box .line {
  width: 1px;
  height: 0.5rem;
  background: #00afc3;
  margin: 0 auto;
}
.index-title-box .name {
  font-size: 0.4rem;
  margin: 0.2rem auto 0.12rem;
}
.index-title-box .en {
  font-size: 0.18rem;
  text-transform: uppercase;
  font-family: Arial;
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .swiper-slide {
  font-size: 0;
}
.index-banner-wrapper .swiper-slide a {
  position: relative;
  display: block;
}
.index-banner-wrapper .swiper-slide a img {
  width: 100%;
  height: 87.8vh;
  object-fit: cover;
}
.index-banner-wrapper .swiper-slide a img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
  width: 100%;
  text-align: center;
  color: #03aec2;
  padding-top: 1.8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.index-banner-wrapper .swiper-slide .info .en {
  font-family: "gpb", Arial;
  font-size: 0.48rem;
}
.index-banner-wrapper .swiper-slide .info .en span {
  display: block;
  font-size: 1.2rem;
}
.index-banner-wrapper .swiper-slide .info .cn {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin-top: 0.15rem;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.72rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: url(img/page.png) no-repeat;
  background-size: contain;
  width: 0.39rem;
  height: 0.38rem;
  margin-right: 5px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(img/page-active.png) no-repeat;
  background-size: contain;
}
.index-box-1 {
  position: relative;
  z-index: 1;
  margin: 1.25rem auto 0.76rem;
}
.index-box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-1 .info {
  width: 45.3%;
  color: #090a0c;
  padding-right: 0.55rem;
}
.index-box-1 .info .line {
  width: 1px;
  height: 0.5rem;
  background: #00afc3;
  position: relative;
  z-index: 1;
}
.index-box-1 .info .name {
  font-size: 0.4rem;
  font-weight: 700;
  margin: 0.46rem 0 0.16rem;
}
.index-box-1 .info .brief {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.index-box-1 .info .desc {
  font-size: 14px;
  line-height: 0.24rem;
  color: #b4b4b4;
  text-align: justify;
  margin: 0.16rem auto 0.48rem;
}
.index-box-1 .pic {
  width: 54.7%;
  position: relative;
  z-index: 1;
  margin-top: 0.56rem;
  font-size: 0;
}
.index-box-1 .pic img {
  width: 100%;
  height: auto;
}
.index-box-1 .data {
  width: 100%;
  margin-top: 1.25rem;
}
.index-box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .data li {
  flex: 1;
  position: relative;
  z-index: 1;
}
.index-box-1 .data li:last-child {
  flex: 0 0 90px;
}
.index-box-1 .data .num {
  color: #000;
  font-size: 14px;
}
.index-box-1 .data .num span {
  display: inline-block;
  font-family: "gpb", Arial;
  font-size: 0.36rem;
  margin-right: 8px;
}
.index-box-1 .data p {
  font-size: 14px;
  color: #b4b4b4;
  margin-top: 7px;
}
.index-box-2 {
  background: #f7f7f7;
  padding-top: 0.82rem;
}
.index-box-2 .swiper-box {
  position: relative;
  z-index: 10;
  margin-top: 0.65rem;
  overflow: hidden;
}
.index-box-2 .swiper-box .swiper-slide {
  background: #f7f7f7;
  padding: 0.42rem 0.6rem 0.62rem 1.9rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .swiper-box .swiper-slide:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .swiper-box .swiper-slide .cat-name {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.index-box-2 .swiper-box .swiper-slide .date {
  font-size: 0.36rem;
  font-family: "dinm", Arial;
  font-weight: 700;
  color: #c9c9c9;
  margin: 5px auto 0.22rem;
}
.index-box-2 .swiper-box .swiper-slide .pic {
  width: 91%;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.index-box-2 .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 1.86rem;
  object-fit: contain;
  transition: tranform 0.3s ease;
  -webkit-transition: tranform 0.3s ease;
  -moz-transition: tranform 0.3s ease;
  -ms-transition: tranform 0.3s ease;
  -o-transition: tranform 0.3s ease;
}
.index-box-2 .swiper-box .swiper-slide .name {
  font-weight: 700;
  font-size: 0.24rem;
  color: #3f3f3f;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-2 .swiper-box .swiper-slide .desc {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0.3rem auto 0.64rem;
  text-align: justify;
}
.index-box-2 .swiper-box .swiper-slide .index-more {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.index-box-2 .swiper-box .swiper-slide.swiper-slide-active {
  padding: 0.42rem 1.2rem 0.62rem 1.3rem;
}
.index-box-2 .swiper-box .swiper-slide.swiper-slide-active + .swiper-slide {
  padding: 0.42rem 1.9rem 0.62rem 0.6rem;
}
.index-box-2 .swiper-box .swiper-slide.active {
  background: #fff;
}
.index-box-2 .swiper-box .swiper-slide.active .cat-name {
  color: #00afc3;
}
.index-box-2 .swiper-box .swiper-slide.active .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .swiper-box:hover .swiper-btn.prev {
  left: 0.66rem;
}
.index-box-2 .swiper-box:hover .swiper-btn.next {
  right: 0.66rem;
}
.index-box-2 .swiper-btn {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  top: 47.5%;
  z-index: 10;
  transition: 0.8s 0.3s ease;
  -webkit-transition: 0.8s 0.3s ease;
  -moz-transition: 0.8s 0.3s ease;
  -ms-transition: 0.8s 0.3s ease;
  -o-transition: 0.8s 0.3s ease;
}
.index-box-2 .swiper-btn.prev {
  left: -100%;
  background: url(img/left.png) no-repeat;
  background-size: contain;
}
.index-box-2 .swiper-btn.prev:hover {
  left: 0.66rem;
  background: url(img/left2.png) no-repeat;
  background-size: contain;
}
.index-box-2 .swiper-btn.next {
  right: -100%;
  background: url(img/right.png) no-repeat;
  background-size: contain;
}
.index-box-2 .swiper-btn.next:hover {
  right: 0.66rem;
  background: url(img/right2.png) no-repeat;
  background-size: contain;
}
.index-box-2 .swiper-pagination {
  display: none;
}
.index-box-3 {
  margin: 0.8rem auto 0;
}
.index-box-3 ul {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  margin-top: 0.75rem;
}
.index-box-3 li {
  width: 33.33%;
}
.index-box-3 li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-box-3 li:hover .info {
  height: 100%;
  background: rgba(0, 175, 195, 0.95);
  text-align: center;
  padding: 0.76rem 0.1rem 0.84rem;
}
.index-box-3 li:hover .name {
  order: 1;
  font-size: 0.36rem;
  margin: 0.28rem auto 0.16rem;
}
.index-box-3 li:hover .en {
  order: 0;
  font-size: 0.4rem;
  font-weight: 700;
  margin-top: 0;
}
.index-box-3 li:hover .desc,
.index-box-3 li:hover .index-more {
  opacity: 1;
}
.index-box-3 li a {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 0;
}
.index-box-3 li img {
  width: 100%;
  height: 4.6rem;
  object-fit: cover;
  transition: transform 0.7s ease;
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -ms-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition-delay: 0.3s;
}
.index-box-3 li .info {
  width: 100%;
  height: 1.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.26rem 0.1rem 0 0.6rem;
  transition: height 0.3s;
}
.index-box-3 li .name-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-3 li .name {
  width: 100%;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-3 li .en {
  width: 100%;
  font-family: "gpb", Arial;
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.09rem;
}
.index-box-3 li .desc {
  font-size: 12px;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  width: 75%;
  margin: 0 auto 0.43rem;
}
.index-box-3 li .index-more {
  border: 2px solid #fff;
  background: transparent;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  margin: 0 auto;
  line-height: 44px;
}
.index-box-3 li .index-more:hover {
  background: #fff;
  color: #00afc3;
}
.index-box-3 li .desc,
.index-box-3 li .index-more {
  opacity: 0;
}
.index-box-4 {
  margin-top: 0.8rem;
}
.index-box-4 .swiper-box {
  position: relative;
  margin-top: 0.76rem;
}
.index-box-4 .swiper-box .item {
  position: relative;
  display: none;
}
.index-box-4 .swiper-box .item.on {
  display: block;
}
.index-box-4 .swiper-box .swiper-slide {
  font-size: 0;
}
.index-box-4 .swiper-box .swiper-slide img {
  width: 100%;
  height: 9rem;
  object-fit: cover;
}
.index-box-4 .swiper-box .swiper-slide .info {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  z-index: 10;
  color: #fff;
  text-align: right;
  padding-left: 20.05%;
  padding-right: 0.35rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transition: 1s;
}
.index-box-4 .swiper-box .swiper-slide .name {
  font-size: 0.36rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-4 .swiper-box .swiper-slide .cat {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px auto 0.18rem;
}
.index-box-4 .swiper-box .swiper-slide .index-more {
  display: inline-block;
}
.index-box-4 .swiper-box .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-4 .swiper-box .cat-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  width: 20.05%;
  height: 7.16rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-right: 2px;
}
.index-box-4 .swiper-box .cat-box .inner {
  width: 100%;
}
.index-box-4 .swiper-box .cat-box a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.47rem;
  margin-bottom: 0.28rem;
  transition: font-size 0.8s ease;
  -webkit-transition: font-size 0.8s ease;
  -moz-transition: font-size 0.8s ease;
  -ms-transition: font-size 0.8s ease;
  -o-transition: font-size 0.8s ease;
  padding-left: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-4 .swiper-box .cat-box a:last-child {
  margin-bottom: 0;
}
.index-box-4 .swiper-box .cat-box a:before {
  position: absolute;
  left: 0;
  top: 0.23rem;
  z-index: 10;
  content: '';
  display: inline-block;
  width: 0;
  height: 0.05rem;
  background: #00afc3;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.index-box-4 .swiper-box .cat-box a.on,
.index-box-4 .swiper-box .cat-box a:hover {
  font-weight: 700;
  font-size: 0.36rem;
}
.index-box-4 .swiper-box .cat-box a.on:before,
.index-box-4 .swiper-box .cat-box a:hover:before {
  width: 0.3rem;
}
.index-box-4 .swiper-box .btn-box {
  width: 20.05%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  overflow: hidden;
}
.index-box-4 .swiper-box .swiper-btn {
  display: inline-block;
  width: 50%;
  height: 2.34rem;
  background: #fff;
  float: left;
  color: #3f4147;
  padding: 0.46rem 0.2rem 0;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.08);
}
.index-box-4 .swiper-box .swiper-btn:hover {
  color: #fff;
  background: #00afc3;
  box-shadow: 0px 3px 27px 0px rgba(0, 175, 195, 0.33);
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled {
  cursor: default;
  background: #f6f6f6;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled:hover {
  background: #f6f6f6;
  color: #3f4147;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled:hover.prev .icon {
  background: url(img/icon-left3.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled:hover.next .icon {
  background: url(img/icon-right4.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled .name {
  color: #999;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled.prev .icon {
  background: url(img/icon-left3.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.swiper-button-disabled.next .icon {
  background: url(img/icon-right4.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn .name {
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-4 .swiper-box .swiper-btn .icon {
  width: 8px;
  height: 12px;
  margin: 0.38rem auto 0.56rem;
}
.index-box-4 .swiper-box .swiper-btn.prev .icon {
  background: url(img/icon-left2.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.prev:hover .icon {
  background: url(img/icon-left.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.next .icon {
  background: url(img/icon-right2.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn.next:hover .icon {
  background: url(img/icon-right.png) no-repeat;
  background-size: contain;
}
.index-box-4 .swiper-box .swiper-btn p {
  font-size: 12px;
  opacity: 0.5;
}
.index-box-5 {
  position: relative;
  background: #f7f7f7;
  padding-top: 2.25rem;
}
.index-box-5:after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.index-box-5 .txt-bg {
  position: absolute;
  text-transform: uppercase;
  right: 10%;
  top: 0;
  z-index: 10;
  font-size: 1.5rem;
  font-family: "gpb", Arial;
  writing-mode: tb-rl;
  color: rgba(215, 215, 215, 0.2);
}
.index-box-5 .index-caption-box .en {
  font-family: "gpb", Arial;
}
.index-box-5 .index-caption-box .cn {
  font-weight: 700;
  margin-top: 0.2rem;
}
.index-box-5 .index-caption-box .en,
.index-box-5 .index-caption-box .cn {
  color: #000;
  font-size: 0.4rem;
}
.index-box-5 .pic {
  font-size: 0;
  overflow: hidden;
}
.index-box-5 .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-box-5 .pic a {
  display: block;
}
.index-box-5 .pic img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.index-box-5 .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-5 .inner {
  width: 100%;
}
.index-box-5 .box-1 {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 2.32rem;
}
.index-box-5 .box-1 .info,
.index-box-5 .box-1 .pic {
  width: 50%;
}
.index-box-5 .box-1 .info {
  position: relative;
  padding-left: 10%;
  padding-right: 9.9%;
  align-items: flex-end;
}
.index-box-5 .box-1 .brief {
  font-size: 0.4rem;
  color: #000;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.44rem;
  margin: 0.45rem auto 0.2rem;
}
.index-box-5 .box-1 .desc {
  font-size: 0.18rem;
  color: #6b6b6b;
  line-height: 0.3rem;
  height: 0.9rem;
  margin-bottom: 0.06rem;
}
.index-box-5 .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-5 .box-1 ul li {
  text-align: center;
  flex: 1;
  height: 2.06rem;
  background: #fff;
  border-right: 1px solid #f7f7f7;
  padding-top: 0.42rem;
}
.index-box-5 .box-1 ul li:hover {
  background: #00afc3;
  border-color: #00afc3;
}
.index-box-5 .box-1 ul li:hover .name {
  color: #fff;
}
.index-box-5 .box-1 ul li:hover .angle-right {
  background: url(img/icon-right3.png) no-repeat;
  background-size: contain;
}
.index-box-5 .box-1 ul li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.index-box-5 .box-1 ul li:hover .icon img.on {
  display: inline-block;
}
.index-box-5 .box-1 ul li:hover .icon img.original {
  display: none;
}
.index-box-5 .box-1 ul li a {
  display: block;
}
.index-box-5 .box-1 ul .icon {
  width: 0.5rem;
  font-size: 0;
  margin: 0 auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.index-box-5 .box-1 ul .icon img {
  width: 100%;
  height: 0.45rem;
  object-fit: contain;
}
.index-box-5 .box-1 ul .icon img.on {
  display: none;
}
.index-box-5 .box-1 ul .name {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 0.14rem auto 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.1rem;
}
.index-box-5 .box-1 ul .angle-right {
  width: 8px;
  height: 12px;
  margin: 0 auto;
  background: url(img/icon-right4.png) no-repeat;
  background-size: contain;
}
.index-box-5 .box-2,
.index-box-5 .box-3 {
  position: relative;
  z-index: 1;
}
.index-box-5 .box-2 .info,
.index-box-5 .box-3 .info {
  align-items: center;
}
.index-box-5 .box-2 .pic img,
.index-box-5 .box-3 .pic img {
  height: 4.8rem;
}
.index-box-5 .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-5 .box-2 .pic {
  width: 60%;
}
.index-box-5 .box-2 .info {
  width: 40%;
  padding: 0 10%;
  color: #000;
}
.index-box-5 .box-2 .brief {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.3rem auto;
}
.index-box-5 .box-2 .desc {
  font-size: 0.26rem;
  line-height: 0.48rem;
}
.index-box-5 .box-3 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-5 .box-3 .info {
  width: 60%;
  padding: 0 10%;
}
.index-box-5 .box-3 .pic {
  width: 40%;
}
.index-box-5 .box-3 .brief {
  font-size: 0.24rem;
  color: #19a9bd;
  line-height: 0.3rem;
  margin: 0.3rem auto 0.1rem;
}
.index-box-5 .box-3 .desc,
.index-box-5 .box-3 ul li p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.index-box-5 .box-3 ul {
  font-size: 0;
  margin-top: 0.38rem;
}
.index-box-5 .box-3 ul li {
  display: inline-block;
  min-width: 55px;
  margin-right: 0.5rem;
  text-align: center;
}
.index-box-5 .box-3 ul li:hover .icon {
  transform: rotateY(180deg);
}
.index-box-5 .box-3 ul li .icon {
  width: 0.32rem;
  margin: 0 auto 0.1rem;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-6 {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin: 0.78rem auto 1.7rem;
}
.index-box-6 a {
  display: block;
}
.index-box-6 a > img {
  width: 100%;
  height: auto;
}
.page-box {
  background: #f7f7f7;
  padding-top: 0.82rem;
}
.page-box .box-container {
  background: url(img/p-bg.jpg) no-repeat right top;
  background-size: contain;
}
.page-box .page-caption-box {
  color: #333;
  padding-bottom: 0.64rem;
}
.page-box .page-caption-box .en {
  position: relative;
  font-size: 0.45rem;
  font-family: "gpb", Arial;
  margin-bottom: 0.26rem;
}
.page-box .page-caption-box .en:before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.05rem;
  background: #333;
  position: absolute;
  left: -0.54rem;
  top: 0.2rem;
  z-index: 10;
}
.page-box .page-caption-box .cn {
  font-size: 0.22rem;
}
.page-box .page-nav-box .nav-list .introduct-caption {
  display: none;
}
.page-box .page-nav-box .nav-list .nav {
  font-size: 0;
}
.page-box .page-nav-box .nav-list .nav a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #999;
  margin-right: 0.55rem;
  line-height: 36px;
  padding-bottom: 0.6rem;
}
.page-box .page-nav-box .nav-list .nav a:last-child {
  margin-right: 0;
}
.page-box .page-nav-box .nav-list .nav a:hover,
.page-box .page-nav-box .nav-list .nav a.on {
  color: #00afc3;
}
.page-box .page-nav-box .nav-list .nav a:hover:after,
.page-box .page-nav-box .nav-list .nav a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-box .page-nav-box .nav-list .nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #00afc3;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s 0.3s ease;
  -webkit-transition: 0.3s 0.3s ease;
  -moz-transition: 0.3s 0.3s ease;
  -ms-transition: 0.3s 0.3s ease;
  -o-transition: 0.3s 0.3s ease;
}
.page-box .page-banner-box {
  width: 100%;
  font-size: 0;
}
.page-box .page-banner-box img {
  width: 100%;
  height: auto;
}
.page-box .page-banner-box .info {
  display: none;
}
.inner-box {
  margin: 0.8rem auto 2.12rem;
}
.inner-box .page-cat-box {
  background: #f7f7f7;
}
.inner-box .page-cat-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.inner-box .page-cat-box ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 25%;
  height: 1.3rem;
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.inner-box .page-cat-box ul li:hover,
.inner-box .page-cat-box ul li.on {
  background: #00afc3;
}
.inner-box .page-cat-box ul li:hover .icon img.on,
.inner-box .page-cat-box ul li.on .icon img.on {
  display: inline-block;
}
.inner-box .page-cat-box ul li:hover .icon img.original,
.inner-box .page-cat-box ul li.on .icon img.original {
  display: none;
}
.inner-box .page-cat-box ul li:hover p,
.inner-box .page-cat-box ul li.on p {
  color: #fff;
}
.inner-box .page-cat-box ul li a {
  display: block;
  width: 100%;
}
.inner-box .page-cat-box ul li .icon {
  width: 0.3rem;
  margin: 0 auto 0.18rem;
}
.inner-box .page-cat-box ul li .icon img {
  width: 100%;
}
.inner-box .page-cat-box ul li .icon img.on {
  display: none;
}
.inner-box .page-cat-box ul li p {
  color: #999;
  font-size: 14px;
}
.inner-box .page-title-box {
  color: #000;
  margin: 1rem auto 0.9rem;
}
.inner-box .page-title-box .en,
.inner-box .page-title-box .cn {
  font-size: 0.4rem;
}
.inner-box .page-title-box .en {
  font-family: "gpb", Arial;
  margin-bottom: 0.12rem;
}
.inner-box .page-title-box .cn {
  font-weight: 700;
}
.page-desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-bottom: 30px;
  text-align: justify;
}
.about-wrapper .caption-box {
  color: #19a9bd;
  padding-top: 0.82rem;
}
.about-wrapper .caption-box .en {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-family: "thin", Arial;
  text-transform: uppercase;
  margin-bottom: 0.16rem;
}
.about-wrapper .caption-box .cn {
  font-size: 0.26rem;
}
.about-wrapper .box-1 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-1 .left {
  width: 60%;
}
.about-wrapper .box-1 .right {
  font-size: 0;
  width: 30.05%;
}
.about-wrapper .box-1 .right img {
  width: 100%;
  height: auto;
}
.about-wrapper .box-1 .info {
  color: #090a0c;
  margin-bottom: 0.3rem;
}
.about-wrapper .box-1 .info .name {
  font-size: 0.4rem;
  font-family: "gpb", Arial;
}
.about-wrapper .box-1 .info .brief {
  font-size: 0.3rem;
  line-height: 0.48rem;
  margin: 0.14rem auto 0.36rem;
}
.about-wrapper .box-1 .info .content {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  text-align: justify;
}
.about-wrapper .box-1 .info,
.about-wrapper .box-1 .data ul,
.about-wrapper .box-1 .introduce,
.about-wrapper .box-1 .swiper-box {
  padding-left: 16.5%;
  padding-right: 13.02%;
}
.about-wrapper .box-1 .data {
  width: 100%;
  background: #fafafa;
  padding: 0.48rem 0 0.1rem;
}
.about-wrapper .box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.about-wrapper .box-1 .data li {
  width: 33.33%;
  margin-bottom: 0.3rem;
}
.about-wrapper .box-1 .data li .num {
  color: #000;
  font-size: 14px;
}
.about-wrapper .box-1 .data li .num span {
  display: inline-block;
  font-family: "gpb", Arial;
  font-size: 0.36rem;
  margin-right: 0.1rem;
}
.about-wrapper .box-1 .data li p {
  font-size: 14px;
  color: #b4b4b4;
  line-height: 30px;
}
.about-wrapper .box-1 .introduce {
  margin-bottom: 0.9rem;
}
.about-wrapper .box-1 .introduce .content {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-top: 0.48rem;
  text-align: justify;
}
.about-wrapper .box-2 {
  background: #f5f5f5 url(img/a2-bg.png) no-repeat 60% bottom;
  padding-bottom: 0.7rem;
}
.about-wrapper .box-2 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .pic {
  width: 60%;
  font-size: 0;
  padding-top: 0.7rem;
}
.about-wrapper .box-2 .pic img {
  max-width: 100%;
  height: auto;
}
.about-wrapper .box-2 .info {
  width: 40%;
}
.about-wrapper .box-2 .info .brief {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.36rem;
  margin: 0.66rem auto 0.28rem;
}
.about-wrapper .box-2 .info .desc {
  font-size: 14px;
  line-height: 32px;
  color: #808080;
  text-align: justify;
}
.about-wrapper .box-3 {
  display: none;
  padding-top: 0.3rem;
}
.about-wrapper .box-3 .brief {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 0.42rem auto 0.6rem;
}
.about-wrapper .swiper-box .swiper-slide {
  height: 2.5rem;
  background: url(img/a3-bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 0.1rem;
}
.about-wrapper .swiper-box .swiper-slide:hover img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.about-wrapper .swiper-box .swiper-slide .inner {
  width: 100%;
}
.about-wrapper .swiper-box .swiper-slide:last-child {
  margin-right: 0;
}
.about-wrapper .swiper-box .swiper-slide img {
  width: 0.5rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.about-wrapper .swiper-box .swiper-slide .name {
  font-size: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.36rem;
  margin: 0.28rem auto 3px;
}
.about-wrapper .swiper-box .swiper-slide .en {
  font-family: Arial;
  font-size: 12px;
  opacity: 0.2;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
.about-wrapper .swiper-box .swiper-slide .line {
  width: 0.24rem;
  height: 0.04rem;
  background: rgba(215, 215, 215, 0.3);
  margin: 0.2rem auto 0;
}
.research-wrapper .page-title-box {
  margin-bottom: 0.32rem;
}
.research-wrapper .form-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.research-wrapper .form-box .group {
  position: relative;
  width: 49.9%;
  background: #f7f7f7;
  /* input placeholder  */
}
.research-wrapper .form-box .group .text,
.research-wrapper .form-box .group .caption {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 14px;
  color: #666;
  padding: 0 50px;
}
.research-wrapper .form-box .group .text {
  width: 100%;
  border: none;
  background: none;
}
.research-wrapper .form-box .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}
.research-wrapper .form-box .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 14px;
}
.research-wrapper .form-box .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.research-wrapper .form-box .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}
.research-wrapper .form-box .caption {
  cursor: pointer;
}
.research-wrapper .form-box .caption.on span:after {
  transform: rotate(180deg);
}
.research-wrapper .form-box .years {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #eee;
  text-align: right;
  display: none;
  max-height: 2.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.research-wrapper .form-box .years::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
.research-wrapper .form-box .years::-webkit-scrollbar-track {
  background-color: #eee;
}
.research-wrapper .form-box .years::-webkit-scrollbar-thumb {
  background-color: #00afc3;
}
.research-wrapper .form-box .years a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 0.5rem;
  padding: 0 0.68rem 0 0.5rem;
  border-bottom: 1px solid #f7f8f9;
}
.research-wrapper .form-box .years a:hover,
.research-wrapper .form-box .years a.on {
  background: #00afc3;
  color: #fff;
}
.research-wrapper .form-box .btn {
  position: absolute;
  top: 0.28rem;
  right: 0.6rem;
  z-index: 10;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
}
.research-wrapper .form-box .btn img {
  width: 14px;
  margin: 0 auto;
}
.research-wrapper .form-box span {
  position: absolute;
  right: 0.5rem;
  top: 0;
  z-index: 10;
}
.research-wrapper .form-box span:after {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(img/down.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.research-wrapper .list ul li {
  background: #f7f7f7;
  padding: 0.68rem 0 0.8rem;
}
.research-wrapper .list ul li:nth-child(odd) {
  background: #fff;
}
.research-wrapper .list ul li .name {
  display: block;
  font-weight: 700;
  color: #353744;
  font-size: 0.24rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.24rem auto 0.13rem;
}
.research-wrapper .list ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.research-wrapper .list ul li .date {
  font-family: Arial;
  font-size: 14px;
  color: #767676;
}
.research-wrapper .list ul li .date .detail {
  font-family: "gpb", Arial;
  font-size: 0.36rem;
  color: #999;
}
.research-wrapper .list ul li .date i {
  color: #028d88;
  display: inline-block;
  margin: 0 7px;
}
.research-wrapper .list ul li:hover .page-more {
  border-color: #028d88;
  background: #028d88 url(img/more_on.png) no-repeat center center;
}
.team-wrapper {
  margin-top: 0;
}
.team-wrapper .page-title-box {
  position: relative;
}
.team-wrapper .page-title-box .data {
  position: absolute;
  right: 0;
  top: 0.36rem;
  z-index: 10;
}
.team-wrapper .page-title-box .data ul {
  font-size: 0;
}
.team-wrapper .page-title-box .data ul li {
  display: inline-block;
  margin-right: 1.04rem;
}
.team-wrapper .page-title-box .data ul li:last-child {
  margin-right: 0;
}
.team-wrapper .page-title-box .data ul li .num {
  color: #000;
  font-family: "gpb", Arial;
}
.team-wrapper .page-title-box .data ul li .num span {
  font-size: 0.36rem;
  margin-right: 8px;
}
.team-wrapper .page-title-box .data ul li i {
  font-style: normal;
  font-size: 0.22rem;
  position: relative;
  top: -6px;
}
.team-wrapper .page-title-box .data ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 0.1rem;
}
.team-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.team-wrapper .list ul li {
  position: relative;
  width: 46.875%;
  height: 3.68rem;
  background: #f7f7f7;
  margin-bottom: 0.96rem;
  padding: 0.34rem 0.26rem 0.3rem 0;
}
.team-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.team-wrapper .list ul li .pic {
  width: 2.88rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
}
.team-wrapper .list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.team-wrapper .list ul li .info {
  height: 3.04rem;
  padding-left: 3.24rem;
  padding-right: 0.1rem;
  overflow-y: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.team-wrapper .list ul li .info::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.team-wrapper .list ul li .info::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 5px;
}
.team-wrapper .list ul li .info::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #00afc3;
}
.team-wrapper .list ul li .name {
  font-size: 0.26rem;
  color: #333;
}
.team-wrapper .list ul li .brief {
  margin: 0.3rem auto 0.25rem;
}
.team-wrapper .list ul li .brief,
.team-wrapper .list ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: justify;
}
.project-wrapper .cat-box {
  background: #fafafa;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.6rem;
}
.project-wrapper .cat-box .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.24rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.project-wrapper .cat-box .item .list {
  flex: 1;
  overflow: hidden;
}
.project-wrapper .cat-box .item span {
  font-size: 16px;
  color: #000;
  margin-right: 1.4rem;
}
.project-wrapper .cat-box .item a {
  display: inline-block;
  color: #999;
  font-size: 14px;
  margin-right: 0.3rem;
  margin-bottom: 0.16rem;
}
.project-wrapper .cat-box .item a:last-child {
  margin-right: 0;
}
.project-wrapper .cat-box .item a:hover,
.project-wrapper .cat-box .item a.on {
  color: #000;
}
.project-wrapper .cat-box .item:last-child {
  border-bottom: none;
}
.project-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.project-wrapper ul li {
  width: 48.05%;
  margin-bottom: 0.6rem;
  background: #fafafa;
}
.project-wrapper ul li:hover {
  background: #fff;
}
.project-wrapper ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-wrapper ul li:hover .page-more {
  background: #00afc3 url(img/more_on.png) no-repeat center center;
  border-color: #00afc3;
}
.project-wrapper ul li:hover .name {
  color: #00afc3;
}
.project-wrapper ul li:hover a {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.project-wrapper ul li a {
  display: block;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.project-wrapper ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.project-wrapper ul li .pic img {
  width: 100%;
  height: 3.46rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.project-wrapper ul li .info {
  position: relative;
  padding: 0.46rem 0.5rem 0.57rem;
}
.project-wrapper ul li .name {
  color: #393435;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-wrapper ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.3rem auto 0.2rem;
}
.project-wrapper ul li .date {
  font-family: Arial;
  font-size: 12px;
  color: #999;
}
.project-wrapper ul li .date span {
  font-size: 0.3rem;
  font-family: "gpb", Arial;
  display: inline-block;
  color: #767676;
  margin-right: 0.15rem;
}
.project-wrapper ul li .page-more {
  position: absolute;
  right: 0.5rem;
  bottom: 0.57rem;
  z-index: 10;
}
.news-wrapper .swiper-box {
  position: relative;
  margin-bottom: 1rem;
}
.news-wrapper .swiper-slide a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .swiper-slide .pic,
.news-wrapper .swiper-slide .info {
  width: 50%;
}
.news-wrapper .swiper-slide .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .swiper-slide .info {
  position: relative;
  padding: 0.54rem 0.78rem 0;
  background-color: #00afc3;
}
.news-wrapper .swiper-slide .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/newsbg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.news-wrapper .swiper-slide .info div {
  position: relative;
  z-index: 1;
}
.news-wrapper .swiper-slide .date {
  font-size: 0.16rem;
  color: #fff;
  font-family: "gpb";
}
.news-wrapper .swiper-slide .date b {
  font-size: 0.3rem;
  margin-right: 0.22rem;
}
.news-wrapper .swiper-slide .name {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.42rem;
  height: 0.84rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 2px;
  margin: 0.2rem auto 0.36rem;
}
.news-wrapper .swiper-slide .desc {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
  line-height: 0.3rem;
}
.news-wrapper .swiper-slide .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .swiper-pagination {
  display: block;
  bottom: 0.44rem;
  font-size: 0;
  padding: 0 0.78rem;
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem 0 0;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  border: none;
  background: #fff;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news-wrapper .form-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-bottom: 0.7rem;
}
.news-wrapper .form-box .group {
  position: relative;
  width: 49.9%;
  background: #f7f7f7;
  /* input placeholder  */
}
.news-wrapper .form-box .group .text,
.news-wrapper .form-box .group .caption {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 14px;
  color: #666;
  padding: 0 50px;
}
.news-wrapper .form-box .group .text {
  width: 100%;
  border: none;
  background: none;
}
.news-wrapper .form-box .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}
.news-wrapper .form-box .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 14px;
}
.news-wrapper .form-box .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.news-wrapper .form-box .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}
.news-wrapper .form-box .caption {
  cursor: pointer;
}
.news-wrapper .form-box .caption.on span:after {
  transform: rotate(180deg);
}
.news-wrapper .form-box .years {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #eee;
  text-align: right;
  display: none;
  max-height: 2.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.news-wrapper .form-box .years::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
.news-wrapper .form-box .years::-webkit-scrollbar-track {
  background-color: #eee;
}
.news-wrapper .form-box .years::-webkit-scrollbar-thumb {
  background-color: #00afc3;
}
.news-wrapper .form-box .years a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 0.5rem;
  padding: 0 0.68rem 0 0.5rem;
  border-bottom: 1px solid #f7f8f9;
}
.news-wrapper .form-box .years a:hover,
.news-wrapper .form-box .years a.on {
  background: #00afc3;
  color: #fff;
}
.news-wrapper .form-box .btn {
  position: absolute;
  top: 0.28rem;
  right: 0.6rem;
  z-index: 10;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
}
.news-wrapper .form-box .btn img {
  width: 14px;
  margin: 0 auto;
}
.news-wrapper .form-box span {
  position: absolute;
  right: 0.5rem;
  top: 0;
  z-index: 10;
}
.news-wrapper .form-box span:after {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(img/down.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  margin-bottom: 0.1rem;
}
.news-wrapper .list ul li {
  width: 26.04%;
  margin-right: 10.9%;
  margin-bottom: 0.6rem;
}
.news-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news-wrapper .list ul li:hover .name {
  color: #00afc3;
}
.news-wrapper .list ul li a {
  display: block;
}
.news-wrapper .list ul li .date {
  font-size: 0.36rem;
  color: #c9c9c9;
  font-family: "dinm", Arial;
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.news-wrapper .list ul li .pic {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.news-wrapper .list ul li .pic img {
  width: 100%;
  height: 2.15rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.news-wrapper .list ul li .name {
  font-weight: 700;
  font-size: 0.24rem;
  color: #3f3f3f;
  line-height: 0.36rem;
  height: 0.72rem;
  margin: 0.24rem auto 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.news-wrapper .list ul li .desc {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
.newsinfo-wrapper {
  margin: 0.88rem auto;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 1.4rem;
}
.newsinfo-wrapper .newsinfo-box {
  width: 75%;
  padding-right: 6%;
}
.newsinfo-wrapper .header {
  margin-bottom: 0.35rem;
}
.newsinfo-wrapper .header .name {
  font-weight: 700;
  font-size: 0.3rem;
  color: #231e37;
  line-height: 0.5rem;
}
.newsinfo-wrapper .header .other-box {
  font-size: 14px;
  color: #ccc;
  line-height: 24px;
  margin-top: 0.23rem;
}
.newsinfo-wrapper .header .other-box span {
  display: inline-block;
  margin-right: 0.2rem;
}
.newsinfo-wrapper .header .other-box img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-right: 0.1rem;
}
.newsinfo-wrapper .news-content .p {
  line-height: 0.32rem;
  color: #828282;
  font-size: 14px;
  margin-bottom: 0.33rem;
}
.newsinfo-wrapper .news-content img {
  width: 100%!important;
  height: auto!important;
}
.newsinfo-wrapper .news-content .img {
  font-size: 0;
  width: 100%;
  margin-bottom: 0.3rem;
}
.newsinfo-wrapper .relative-box {
  width: 30%;
}
.newsinfo-wrapper .relative-box .title-box {
  width: 100%;
  padding-top: 0.93rem;
}
.newsinfo-wrapper .relative-box .title-box .name {
  font-weight: 700;
  font-size: 0.3rem;
  color: #353744;
  margin-bottom: 0.1rem;
}
.newsinfo-wrapper .relative-box .title-box .en {
  font-family: Arial;
  position: relative;
  font-size: 16px;
  color: rgba(53, 55, 68, 0.3);
  padding-bottom: 0.5rem;
}
.newsinfo-wrapper .relative-box .title-box .en:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  content: '';
  width: 24px;
  height: 4px;
  background: #353744;
}
.newsinfo-wrapper .relative-box .title-box,
.newsinfo-wrapper .relative-box ul,
.newsinfo-wrapper .relative-box .info-box {
  background: #fafafa;
  padding: 0 0.5rem;
}
.newsinfo-wrapper .relative-box .title-box {
  padding-top: 0.44rem;
}
.newsinfo-wrapper .relative-box ul {
  padding-top: 0.2rem;
}
.newsinfo-wrapper .relative-box ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ededed;
}
.newsinfo-wrapper .relative-box ul li:last-child {
  border-bottom: none;
}
.newsinfo-wrapper .relative-box ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsinfo-wrapper .relative-box ul li:hover .page-more {
  border-color: #028d88;
  background: #028d88 url(img/more_on.png) no-repeat center center;
}
.newsinfo-wrapper .relative-box ul li:hover .name {
  color: #028d88;
}
.newsinfo-wrapper .relative-box ul li a {
  display: block;
}
.newsinfo-wrapper .relative-box ul li .pic {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.newsinfo-wrapper .relative-box ul li .pic img {
  width: 100%;
  height: auto;
  transition: 1s 0.3s ease;
  -webkit-transition: 1s 0.3s ease;
  -moz-transition: 1s 0.3s ease;
  -ms-transition: 1s 0.3s ease;
  -o-transition: 1s 0.3s ease;
}
.newsinfo-wrapper .relative-box ul li .name {
  line-height: 0.36rem;
  color: #666;
  font-size: 16px;
  margin: 0.2rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsinfo-wrapper .relative-box .info-box {
  margin-top: 0.2rem;
  padding: 0.3rem 0.5rem 0.53rem;
}
.newsinfo-wrapper .relative-box .info-box p {
  font-size: 16px;
  color: #999;
  margin-bottom: 0.25rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.newsinfo-wrapper .relative-box .info-box p span {
  flex: 1;
}
.newsinfo-wrapper .relative-box .info-box p a {
  flex: 0 0 78%;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}
.newsinfo-wrapper .relative-box .info-box p a:hover {
  color: #028d88;
}
.newsinfo-wrapper .relative-box .info-box .share-box {
  font-size: 0;
  margin-bottom: 20px;
}
.newsinfo-wrapper .relative-box .info-box .share-box a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
}
.newsinfo-wrapper .relative-box .info-box .share-box a img.on {
  display: none;
}
.newsinfo-wrapper .relative-box .info-box .share-box a:hover img.on {
  display: inline-block;
}
.newsinfo-wrapper .relative-box .info-box .share-box a:hover img.original {
  display: none;
}
.newsinfo-wrapper .relative-box .info-box .return {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #19a9bd;
}
.newsinfo-wrapper .relative-box .info-box .return img {
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.planner-wrapper {
  margin-top: 0;
}
.planner-wrapper .box-1 {
  position: relative;
}
.planner-wrapper .box-1 .info {
  width: 100%;
  padding-right: 50%;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #e5e5e5;
}
.planner-wrapper .box-1 .info .brief {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333;
}
.planner-wrapper .box-1 .info .content {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: justify;
  margin-top: 0.3rem;
}
.planner-wrapper .box-1 .pic {
  position: absolute;
  width: 40.36%;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
}
.planner-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.planner-wrapper .box-2 {
  margin-top: 0.98rem;
}
.planner-wrapper .development-swiper-box {
  position: relative;
  z-index: 10;
  padding: 0 7.6%;
}
.planner-wrapper .development-swiper-box .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.planner-wrapper .development-swiper-box .swiper-slide .year {
  font-size: 0.3rem;
  font-family: "gpb", Arial;
  font-weight: 700;
  color: #999;
}
.planner-wrapper .development-swiper-box .swiper-slide .icon {
  width: 16px;
  height: 20px;
  background: url(img/d-dot.png) no-repeat center center;
  background-size: contain;
  margin: 0.18rem auto 0;
}
.planner-wrapper .development-swiper-box .swiper-slide.active .year {
  color: #00afc3;
}
.planner-wrapper .development-swiper-box .swiper-slide.active .icon {
  background: url(img/d-dot-on.png) no-repeat center center;
  background-size: contain;
}
.planner-wrapper .development-swiper-box .swiper-btn {
  display: inline-block;
  width: 0.49rem;
  height: 0.49rem;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.planner-wrapper .development-swiper-box .swiper-btn.prev {
  left: 0;
  background: url(img/circle-left.png) no-repeat;
  background-size: contain;
}
.planner-wrapper .development-swiper-box .swiper-btn.prev:hover {
  background: url(img/circle-lefton.png) no-repeat;
  background-size: contain;
}
.planner-wrapper .development-swiper-box .swiper-btn.next {
  right: 0;
  background: url(img/circle-right.png) no-repeat;
  background-size: contain;
}
.planner-wrapper .development-swiper-box .swiper-btn.next:hover {
  background: url(img/circle-righton.png) no-repeat;
  background-size: contain;
}
.planner-wrapper .swiper-box {
  position: relative;
  top: -0.12rem;
  background: #f7f7f7;
  padding: 0.8rem 0;
}
.planner-wrapper .swiper-box .item {
  display: none;
}
.planner-wrapper .swiper-box .item.on {
  display: block;
}
.planner-wrapper .swiper-box .swiper-slide:hover .name {
  color: #00afc3;
}
.planner-wrapper .swiper-box .swiper-slide:hover .icon {
  background: url(img/eye2.png) no-repeat;
  background-size: contain;
}
.planner-wrapper .swiper-box .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.planner-wrapper .swiper-box .swiper-slide a {
  display: block;
}
.planner-wrapper .swiper-box .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.planner-wrapper .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.planner-wrapper .swiper-box .swiper-slide .info {
  background: #fff;
  padding: 0.25rem 0.1rem 0.3rem 0.25rem;
}
.planner-wrapper .swiper-box .swiper-slide .name {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.16rem;
}
.planner-wrapper .swiper-box .swiper-slide .name span {
  display: inline-block;
  margin-right: 0.15em;
}
.planner-wrapper .swiper-box .swiper-slide .icon {
  width: 0.22rem;
  height: 0.16rem;
  background: url(img/eye.png) no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.book-wrapper {
  margin-top: 0;
}
.book-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  margin-bottom: 0.3rem;
}
.book-wrapper .list ul li {
  width: 15.625%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.book-wrapper .list ul li:nth-child(6n) {
  margin-right: 0;
}
.book-wrapper .list ul li:hover .name {
  color: #00afc3;
}
.book-wrapper .list ul li:hover .icon {
  background: url(img/eye2.png) no-repeat;
  background-size: contain;
}
.book-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.book-wrapper .list ul li a {
  display: block;
}
.book-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.book-wrapper .list ul li .pic img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.book-wrapper .list ul li .info {
  background: #fafafa;
  padding: 0.25rem 0.1rem 0.3rem 0.25rem;
}
.book-wrapper .list ul li .name {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.16rem;
}
.book-wrapper .list ul li .icon {
  width: 0.22rem;
  height: 0.16rem;
  background: url(img/eye.png) no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.introduce-wrapper {
  margin-top: 0;
}
.introduce-wrapper > .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 1rem;
}
.introduce-wrapper .caption-box {
  color: #19a9bd;
  margin-bottom: 0.42rem;
}
.introduce-wrapper .caption-box .en {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-family: "thin", Arial;
  text-transform: uppercase;
  margin-bottom: 0.16rem;
}
.introduce-wrapper .caption-box .cn {
  font-size: 0.26rem;
}
.introduce-wrapper .info,
.introduce-wrapper .pic {
  width: 50%;
}
.introduce-wrapper .info {
  padding-right: 0.9rem;
}
.introduce-wrapper .info .page-title-box {
  margin-top: 0;
  margin-bottom: 0.78rem;
}
.introduce-wrapper .info .content-box {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: justify;
}
.introduce-wrapper .info .item {
  margin-bottom: 0.92rem;
}
.introduce-wrapper .info .item:last-child {
  margin-bottom: 0;
}
.introduce-wrapper .pic {
  font-size: 0;
  overflow: hidden;
}
.introduce-wrapper .pic img {
  width: 100%;
  height: auto;
}
.concept-wrapper {
  margin-top: 0;
}
.concept-wrapper .list {
  font-size: 0;
  background: url(img/concept.jpg) no-repeat;
  background-size: cover;
  padding: 0.96rem 0 0.95rem;
}
.concept-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.concept-wrapper .list ul li {
  flex: 1;
  height: 6.25rem;
  background: #fff;
  margin-right: 0.2rem;
  padding: 0.5rem 0.36rem 0 0.46rem;
}
.concept-wrapper .list ul li:last-child {
  margin-right: 0;
}
.concept-wrapper .list ul li .name {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.concept-wrapper .list ul li .en {
  font-size: 0.48rem;
  font-family: dinm;
  color: rgba(0, 0, 0, 0.05);
  margin: 0.1rem auto 0.24rem;
}
.concept-wrapper .list ul li .brief {
  font-size: 0.22rem;
  color: #333;
  font-weight: 700;
  line-height: 0.4rem;
  margin-bottom: 0.32rem;
}
.concept-wrapper .list ul li .content {
  font-size: 14px;
  color: #999;
  line-height: 0.3rem;
  padding-right: 0.1rem;
  height: 3rem;
  overflow-y: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.concept-wrapper .list ul li .content::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.concept-wrapper .list ul li .content::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.concept-wrapper .list ul li .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #00afc3;
}
.organizationalInfo-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.organizationalInfo-wrapper .page-title-box {
  margin-top: 0;
}
.organizationalInfo-wrapper .info {
  flex: 1;
  padding-right: 15.625%;
  margin-bottom: 0.96rem;
}
.organizationalInfo-wrapper .info .caption {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #19a9bd;
  margin-bottom: 0.34rem;
}
.organizationalInfo-wrapper .info .content {
  font-size: 14px;
  color: #999;
  line-height: 0.3rem;
  text-align: justify;
}
.organizationalInfo-wrapper .pic {
  width: 37.5%;
  font-size: 0;
  overflow: hidden;
}
.organizationalInfo-wrapper .pic img {
  width: 100%;
  height: auto;
}
.organizationalInfo-wrapper .relative-box {
  background: #fafafa;
  padding: 0.5rem 0;
}
.organizationalInfo-wrapper .relative-box .box-container {
  position: relative;
}
.organizationalInfo-wrapper .relative-box p,
.organizationalInfo-wrapper .relative-box p a {
  font-size: 14px;
  color: #999;
}
.organizationalInfo-wrapper .relative-box p {
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.organizationalInfo-wrapper .relative-box p:hover a {
  color: #00afc3;
}
.organizationalInfo-wrapper .relative-box .return {
  position: absolute;
  top: 0.2rem;
  right: 0;
  z-index: 10;
  display: inline-block;
  width: 1.5rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: #028d88;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.organizationalInfo-wrapper .relative-box .return:hover {
  background: #19a9bd;
}
.organizationalInfo-wrapper .relative-box .return:hover img {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}
.organizationalInfo-wrapper .relative-box .return img {
  margin-right: 15px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.organizational-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.organizational-wrapper .box .caption {
  background: #009491;
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 0.6rem;
  margin-right: 0.3rem;
}
.organizational-wrapper .box .caption span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.organizational-wrapper .box ul {
  flex: 1;
}
.organizational-wrapper .box ul li {
  margin-bottom: 0.3rem;
}
.organizational-wrapper .box ul li:last-child {
  margin-bottom: 0;
}
.organizational-wrapper .box ul li .title {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #f5f5f5;
  font-size: 0.18rem;
  color: #000;
}
.organizational-wrapper .box ul li .list {
  border: 1px solid #efefef;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.organizational-wrapper .box ul li .list a {
  width: 25%;
  font-size: 14px;
  height: 0.6rem;
  color: #999;
  line-height: 0.28rem;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.organizational-wrapper .box ul li .list a.no-border {
  border-bottom: none;
}
.organizational-wrapper .box ul li .list a:hover {
  color: #00afc3;
  text-decoration: underline;
}
.organizational-wrapper .box ul li .list a:nth-child(4n) {
  border-right: none;
}
.organizational-wrapper .box ul li .title,
.organizational-wrapper .box ul li .list a {
  padding: 0 0.1rem 0 0.25rem;
}
.honor-wrapper {
  margin-top: 0;
}
.honor-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list ul li {
  font-size: 0;
  width: 22.79%;
  margin-right: 2.9%;
  border: 1px solid #f3f3f3;
  margin-bottom: 0.45rem;
  padding: 0.05rem 0 0.22rem;
  background: #fff;
}
.honor-wrapper .list ul li:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.honor-wrapper .list ul li:hover .name {
  color: #00afc3;
}
.honor-wrapper .list ul li:nth-child(4n) {
  margin-right: 0;
}
.honor-wrapper .list ul li img {
  width: 100%;
  height: 4.2rem;
  object-fit: contain;
}
.honor-wrapper .list ul li .name {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.08rem;
}
.service-wrapper {
  margin-top: 0;
}
.service-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 1rem;
  margin-bottom: 0.94rem;
}
.service-wrapper .box-1 .page-title-box {
  margin-top: 0;
}
.service-wrapper .box-1 .info {
  flex: 1;
  overflow: hidden;
  padding-right: 1.8rem;
}
.service-wrapper .box-1 .info .content-box {
  margin-bottom: 0.5rem;
}
.service-wrapper .box-1 .info .content-box .caption {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #00afc3;
  margin-bottom: 5px;
}
.service-wrapper .box-1 .info .content-box .content {
  font-size: 14px;
  line-height: 0.45rem;
  color: #999;
}
.service-wrapper .box-1 .info .contact {
  color: #009491;
}
.service-wrapper .box-1 .info .contact .tit {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-wrapper .box-1 .info .contact .tit img {
  width: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.service-wrapper .box-1 .info .contact .num {
  font-family: "gpb";
  font-size: 0.3rem;
}
.service-wrapper .box-1 .pic {
  width: 37.5%;
  font-size: 0;
  overflow: hidden;
}
.service-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.service-wrapper .box-2 {
  font-size: 0;
  background: url(img/service-bg.jpg) no-repeat;
  background-size: cover;
  padding: 0.9rem 0 0.8rem;
}
.service-wrapper .box-2 .caption-box {
  line-height: 0.3rem;
}
.service-wrapper .box-2 .caption-box .cn {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 2px;
}
.service-wrapper .box-2 .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.service-wrapper .box-2 .content {
  font-size: 14px;
  color: #999;
  line-height: 0.45rem;
  margin-top: 0.2rem;
}
.projectinfo-wrapper {
  margin-top: 0;
}
.projectinfo-wrapper .swiper-btn {
  display: inline-block;
  width: 0.49rem;
  height: 0.49rem;
  position: absolute;
  top: 46%;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.projectinfo-wrapper .swiper-btn.prev {
  left: -0.96rem;
  background: url(img/circle-left.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .swiper-btn.prev:hover {
  background: url(img/circle-lefton.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .swiper-btn.next {
  right: -0.96rem;
  background: url(img/circle-right.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .swiper-btn.next:hover {
  background: url(img/circle-righton.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .swiper-pagination {
  display: none;
}
.projectinfo-wrapper .box-1 {
  position: relative;
  margin-bottom: 0.96rem;
}
.projectinfo-wrapper .box-1 > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.projectinfo-wrapper .box-1 .info {
  width: 100%;
  padding-top: 0.94rem;
}
.projectinfo-wrapper .box-1 .project-box {
  text-align: center;
  color: #fff;
  line-height: 0.3rem;
}
.projectinfo-wrapper .box-1 .project-box .name {
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.24rem;
}
.projectinfo-wrapper .box-1 .project-box p {
  text-transform: uppercase;
  opacity: 0.5;
  font-family: "thin", Arial;
  font-size: 0.28rem;
}
.projectinfo-wrapper .box-1 .swiper-box {
  position: relative;
  margin-top: 0.9rem;
}
.projectinfo-wrapper .box-1 .swiper-box .swiper-slide {
  font-size: 0;
}
.projectinfo-wrapper .box-1 .swiper-box .swiper-slide img {
  width: 100%;
  height: auto;
}
.projectinfo-wrapper .box-1 .data-box {
  font-size: 0;
  margin-top: 0.94rem;
}
.projectinfo-wrapper .box-1 .data-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.projectinfo-wrapper .box-1 .data-box ul li {
  position: relative;
  flex: 1;
  line-height: 0.3rem;
  text-align: center;
}
.projectinfo-wrapper .box-1 .data-box ul li:first-child,
.projectinfo-wrapper .box-1 .data-box ul li:last-child {
  text-align: left;
}
.projectinfo-wrapper .box-1 .data-box ul li:last-child:after {
  display: none;
}
.projectinfo-wrapper .box-1 .data-box ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.2rem;
  background: #e0e0e0;
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: 10;
}
.projectinfo-wrapper .box-1 .data-box ul li:last-child {
  flex: 0 0 90px;
}
.projectinfo-wrapper .box-1 .data-box ul .num {
  font-size: 0.36rem;
  color: #000;
  font-family: gpb;
  margin-bottom: 8px;
}
.projectinfo-wrapper .box-1 .data-box ul p {
  font-size: 14px;
  color: #999;
}
.projectinfo-wrapper .baseinfo-box .content-box {
  margin-top: 0.92rem;
}
.projectinfo-wrapper .baseinfo-box .content-box .title {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.projectinfo-wrapper .baseinfo-box .content-box .content {
  font-size: 14px;
  line-height: 0.3rem;
  color: #999;
}
.projectinfo-wrapper .baseinfo-box .content-box .target {
  display: block;
  font-size: 0.16rem;
  color: #00afc3;
  margin-top: 0.9rem;
}
.projectinfo-wrapper .baseinfo-box .content-box .target:hover {
  color: #028d88;
}
.projectinfo-wrapper .baseinfo-box .content-box .target img {
  width: 0.13rem;
  margin-right: 0.16rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.projectinfo-wrapper .box-2 {
  background: #fafafa;
  padding: 0.9rem 0 0.98rem;
}
.projectinfo-wrapper .box-2 .btn-box {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10;
  font-size: 0;
}
.projectinfo-wrapper .box-2 .btn-box .swiper-btn {
  position: static;
}
.projectinfo-wrapper .box-2 .btn-box .swiper-btn.prev {
  margin-right: 0.3rem;
  background: url(img/circle-left2.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .box-2 .btn-box .swiper-btn.prev:hover {
  background: url(img/circle-lefton.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .box-2 .btn-box .swiper-btn.next {
  background: url(img/circle-right2.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .box-2 .btn-box .swiper-btn.next:hover {
  background: url(img/circle-righton.png) no-repeat;
  background-size: contain;
}
.projectinfo-wrapper .box-2 .caption-box {
  position: relative;
  line-height: 0.3rem;
  margin-bottom: 0.36rem;
}
.projectinfo-wrapper .box-2 .caption-box .caption {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 4px;
}
.projectinfo-wrapper .box-2 .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide {
  font-size: 0;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide:hover .name {
  color: #00afc3;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide a {
  display: block;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .pic {
  overflow: hidden;
  width: 100%;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 2.25rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .info {
  background: #fff;
  padding: 0.44rem 0.5rem 0.5rem 0.44rem;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .name {
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #393435;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .desc {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.26rem;
  margin: 6px auto 0.38rem;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .date {
  position: relative;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .date span {
  display: inline-block;
  font-size: 0.3rem;
  color: #767676;
  font-family: gpb;
  margin-right: 5px;
}
.projectinfo-wrapper .box-2 .swiper-box .swiper-slide .date .page-more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.life-wrapper {
  margin-top: 0;
}
.life-wrapper .swiper-btn {
  display: inline-block;
  width: 0.49rem;
  height: 0.49rem;
  position: absolute;
  top: 46%;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.life-wrapper .swiper-btn.prev {
  left: -1rem;
  background: url(img/circle-left.png) no-repeat;
  background-size: contain;
}
.life-wrapper .swiper-btn.prev:hover {
  background: url(img/circle-lefton.png) no-repeat;
  background-size: contain;
}
.life-wrapper .swiper-btn.next {
  right: -1rem;
  background: url(img/circle-right.png) no-repeat;
  background-size: contain;
}
.life-wrapper .swiper-btn.next:hover {
  background: url(img/circle-righton.png) no-repeat;
  background-size: contain;
}
.life-wrapper .swiper-pagination {
  display: none;
}
.life-wrapper .box-1 {
  margin-bottom: 0.96rem;
}
.life-wrapper .box-1 .swiper-box {
  position: relative;
  font-size: 0;
  width: 100%;
}
.life-wrapper .box-1 .swiper-box .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.life-wrapper .box-1 .swiper-box .swiper-slide img {
  width: 100%;
  height: auto;
}
.life-wrapper .box-2 {
  background: #fafafa;
  padding: 0.9rem 0 0.92rem;
}
.life-wrapper .box-2 .caption-box {
  position: relative;
  line-height: 0.3rem;
  margin-bottom: 0.36rem;
}
.life-wrapper .box-2 .caption-box .caption {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 4px;
}
.life-wrapper .box-2 .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.life-wrapper .box-2 ul {
  margin-bottom: 0.42rem;
}
.life-wrapper .box-2 ul li {
  position: relative;
  line-height: 0.52rem;
  background: url(img/line.jpg) repeat-x left bottom;
}
.life-wrapper .box-2 ul li:last-child {
  background: none;
}
.life-wrapper .box-2 ul li:hover a {
  color: #00afc3;
}
.life-wrapper .box-2 ul li a,
.life-wrapper .box-2 ul li .date {
  font-size: 14px;
  color: #999;
}
.life-wrapper .box-2 ul li a {
  display: block;
  padding-right: 7%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.life-wrapper .box-2 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.welfare-wrapper .swiper-pagination {
  display: none;
}
.welfare-wrapper .caption-box {
  position: relative;
  line-height: 0.3rem;
}
.welfare-wrapper .caption-box .caption {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 4px;
}
.welfare-wrapper .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.welfare-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.86rem;
}
.welfare-wrapper .box-1 .page-title-box {
  margin-top: 0;
}
.welfare-wrapper .box-1 .info {
  flex: 1;
  overflow: hidden;
  line-height: 0.3rem;
  margin-right: 1.8rem;
  text-align: justify;
}
.welfare-wrapper .box-1 .info .content {
  font-size: 14px;
  color: #999;
}
.welfare-wrapper .box-1 .info .title {
  font-size: 0.24rem;
  color: #00afc3;
  margin: 0.56rem auto 0.2rem;
}
.welfare-wrapper .box-1 .pic {
  width: 37.5%;
  font-size: 0;
}
.welfare-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.welfare-wrapper .box-2 {
  padding: 0.86rem 0 0.96rem;
  font-size: 0;
  background: #fafafa url(img/service-bg.jpg) no-repeat center bottom;
}
.welfare-wrapper .box-2 .swiper-box {
  margin-top: 0.3rem;
}
.welfare-wrapper .box-2 .swiper-slide {
  background: #fff;
  padding: 0.44rem 0.3rem 0.2rem 0.25rem;
}
.welfare-wrapper .box-2 .swiper-slide .year {
  font-size: 0.3rem;
  font-family: gpb;
  color: #00afc3;
  margin-bottom: 0.22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.welfare-wrapper .box-2 .swiper-slide .desc {
  font-size: 14px;
  color: #999;
  line-height: 0.3rem;
  height: 1.8rem;
  overflow-y: auto;
  padding-right: 0.1rem;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.welfare-wrapper .box-2 .swiper-slide .desc::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.welfare-wrapper .box-2 .swiper-slide .desc::-webkit-scrollbar-track {
  background-color: #f7f8f9;
  border-radius: 5px;
}
.welfare-wrapper .box-2 .swiper-slide .desc::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #00afc3;
}
.welfare-wrapper .box-3 {
  background: #fff;
  padding: 0.96rem 0 1rem;
}
.welfare-wrapper .box-3 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.welfare-wrapper .box-3 .info,
.welfare-wrapper .box-3 .pic {
  width: 50%;
}
.welfare-wrapper .box-3 .pic {
  font-size: 0;
}
.welfare-wrapper .box-3 .pic img {
  width: 100%;
  height: auto;
}
.welfare-wrapper .box-3 .content {
  font-size: 14px;
  line-height: 0.3rem;
  color: #999;
  margin-top: 0.5rem;
  max-height: 2.7rem;
  overflow-y: auto;
  padding-right: 0.05rem;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.welfare-wrapper .box-3 .content::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.welfare-wrapper .box-3 .content::-webkit-scrollbar-track {
  background-color: #f7f8f9;
  border-radius: 5px;
}
.welfare-wrapper .box-3 .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #00afc3;
}
.welfare-wrapper .box-3 .info {
  padding-left: 1.9rem;
}
.welfare-wrapper .box-4 {
  background: #fafafa;
  padding: 0.9rem 0 0.92rem;
}
.welfare-wrapper .box-4 .caption-box {
  margin-bottom: 0.36rem;
}
.welfare-wrapper .box-4 ul {
  margin-bottom: 0.42rem;
}
.welfare-wrapper .box-4 ul li {
  position: relative;
  line-height: 0.52rem;
  background: url(img/line.jpg) repeat-x left bottom;
}
.welfare-wrapper .box-4 ul li:last-child {
  background: none;
}
.welfare-wrapper .box-4 ul li:hover a {
  color: #00afc3;
}
.welfare-wrapper .box-4 ul li a,
.welfare-wrapper .box-4 ul li .date {
  font-size: 14px;
  color: #999;
}
.welfare-wrapper .box-4 ul li a {
  display: block;
  padding-right: 7%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.welfare-wrapper .box-4 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.job-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.82rem;
}
.job-wrapper .box-1 .page-title-box {
  margin-top: 0;
}
.job-wrapper .box-1 .pic {
  width: 37.5%;
  font-size: 0;
  overflow: hidden;
}
.job-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.job-wrapper .box-1 .info {
  flex: 1;
  overflow: hidden;
  margin-right: 1.9rem;
}
.job-wrapper .box-1 .info .title {
  font-size: 0.3rem;
  color: #19a9bd;
  font-family: thin;
  line-height: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 0.24rem;
}
.job-wrapper .box-1 .info .content {
  font-size: 0.22rem;
  line-height: 0.45rem;
  color: #00afc3;
}
.job-wrapper .box-2 {
  background: #fafafa;
  padding: 0.2rem 0 0.92rem;
}
.job-wrapper .box-2 .caption-box {
  position: relative;
  line-height: 0.3rem;
}
.job-wrapper .box-2 .caption-box .caption {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 4px;
}
.job-wrapper .box-2 .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.job-wrapper .box-2 ul {
  margin: 0.36rem auto 0.42rem;
}
.job-wrapper .box-2 ul li {
  position: relative;
  line-height: 0.52rem;
  background: url(img/line.jpg) repeat-x left bottom;
}
.job-wrapper .box-2 ul li:last-child {
  background: none;
}
.job-wrapper .box-2 ul li:hover a {
  color: #00afc3;
}
.job-wrapper .box-2 ul li a,
.job-wrapper .box-2 ul li .date {
  font-size: 14px;
  color: #999;
}
.job-wrapper .box-2 ul li a {
  display: block;
  padding-right: 7%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-wrapper .box-2 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.leader-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: #f7f7f7;
  margin-bottom: 0.4rem;
}
.leader-wrapper .list ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.leader-wrapper .list ul .pic {
  width: 18.75%;
  font-size: 0;
  overflow: hidden;
}
.leader-wrapper .list ul .pic img {
  width: 100%;
  height: 3.36rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.leader-wrapper .list ul .info {
  flex: 1;
  padding: 0.72rem 0.1rem 0.1rem 0.94rem;
}
.leader-wrapper .list ul .name {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 6px;
}
.leader-wrapper .list ul .caption {
  font-size: 14px;
  line-height: 0.26rem;
  color: #009491;
  font-weight: 700;
  margin: 0.38rem auto 0.1rem;
}
.leader-wrapper .list ul .caption img {
  width: 0.16rem;
  margin-right: 8px;
  vertical-align: middle;
}
.leader-wrapper .list ul .brief,
.leader-wrapper .list ul .desc {
  font-size: 14px;
  color: #999;
  line-height: 0.26rem;
}
.contact-wrapper .box-1 {
  margin-bottom: 1rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .box-1 .page-title-box {
  margin-top: 0;
}
.contact-wrapper .box-1 .info {
  flex: 1;
  overflow: hidden;
}
.contact-wrapper .box-1 .info p {
  font-size: 14px;
  color: #999;
  margin-bottom: 0.14rem;
}
.contact-wrapper .box-1 .info .tel {
  margin-bottom: 0.38rem;
}
.contact-wrapper .box-1 .info .tel a {
  font-size: 0.4rem;
  color: #333;
  font-family: gpb;
}
.contact-wrapper .box-1 .info .add {
  margin-bottom: 0.44rem;
}
.contact-wrapper .box-1 .info .add,
.contact-wrapper .box-1 .info .mail {
  font-size: 0.18rem;
  color: #48413e;
}
.contact-wrapper .box-1 .info .add a,
.contact-wrapper .box-1 .info .mail a {
  font-size: 0.18rem;
  color: #48413e;
}
.contact-wrapper .box-1 .info .qrcode {
  margin-top: 0.42rem;
  font-size: 0;
}
.contact-wrapper .box-1 .info .qrcode img {
  width: 1.2rem;
}
.contact-wrapper .box-1 .map {
  width: 51%;
  font-size: 0;
}
.contact-wrapper .box-1 .map > img {
  width: 100%;
  height: auto;
}
.contact-wrapper .content,
.contact-wrapper .content a {
  font-size: 16px;
  color: #666;
}
.contact-wrapper .content {
  line-height: 30px;
}
.contact-wrapper .content b {
  font-family: gpb;
  color: #333;
}
.contact-wrapper .content > ul > li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.contact-wrapper .content > ul > li:last-child {
  margin-right: 0;
}
.contact-wrapper .content > ul > li img {
  width: 120px;
  margin: 0 auto 4px;
  display: block;
}
.contact-wrapper .content a {
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.contact-wrapper .content a:hover {
  color: #00afc3;
}
.contact-wrapper .box-2 {
  padding: 0.96rem 0 0.78rem;
  background: #f7f7f7;
}
.contact-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .box-2 ul li {
  width: 23.44%;
  height: 2.8rem;
  margin-bottom: 2.08%;
  margin-right: 2.08%;
  padding: 0.42rem 0.46rem 0.1rem 0.4rem;
  background: #fff url(img/c-bg.jpg) no-repeat right bottom;
}
.contact-wrapper .box-2 ul li:nth-child(4n) {
  margin-right: 0;
}
.contact-wrapper .box-2 ul li .inner {
  width: 100%;
}
.contact-wrapper .box-2 ul li .name {
  font-size: 0.18rem;
  color: #00afc3;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
}
.contact-wrapper .box-2 ul li .content,
.contact-wrapper .box-2 ul li .content a {
  font-size: 14px;
  line-height: 0.3rem;
  color: #989898;
}
.construction-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.96rem;
}
.construction-wrapper .box-1 .page-title-box {
  margin-top: 0;
}
.construction-wrapper .box-1 .content {
  font-size: 14px;
  color: #999;
  line-height: 0.3rem;
  text-align: justify;
}
.construction-wrapper .box-1 .pic {
  font-size: 0;
  width: 37.5%;
  overflow: hidden;
}
.construction-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.construction-wrapper .box-1 .info {
  flex: 1;
  margin-right: 1.9rem;
}
.construction-wrapper .box-2 {
  background: #fafafa;
  padding: 0.9rem 0 0.92rem;
}
.construction-wrapper .box-2 .caption-box {
  position: relative;
  line-height: 0.3rem;
  margin-bottom: 0.36rem;
}
.construction-wrapper .box-2 .caption-box .caption {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 4px;
}
.construction-wrapper .box-2 .caption-box p {
  font-size: 0.16rem;
  color: #ccc;
  text-transform: uppercase;
}
.construction-wrapper .box-2 ul {
  margin-bottom: 0.42rem;
}
.construction-wrapper .box-2 ul li {
  position: relative;
  line-height: 0.52rem;
  background: url(img/line.jpg) repeat-x left bottom;
}
.construction-wrapper .box-2 ul li:last-child {
  background: none;
}
.construction-wrapper .box-2 ul li:hover a {
  color: #00afc3;
}
.construction-wrapper .box-2 ul li a,
.construction-wrapper .box-2 ul li .date {
  font-size: 14px;
  color: #999;
}
.construction-wrapper .box-2 ul li a {
  display: block;
  padding-right: 7%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.construction-wrapper .box-2 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.clearfix {
  clear: both;
}
@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
