.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #195778;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.62rem;
  height: 0.54rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #195778;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.99rem;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background: #f8f8f8;
  border-top: solid 1px #eee;
  overflow: hidden;
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont a {
  margin: 0 0.15rem;
  font-size: 0.16rem;
  color: #666;
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont a:hover {
  color: #195778;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #195778;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont a {
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 20px;
  height: 100%;
  margin-left: 0.25rem;
  background: url(../images/icon/icon-serach.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
  background-size: 20px !important;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.5rem;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/icon/icon-nav-lang.png);
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.99rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.05rem 0.2rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-103%);
  -o-transform: translatey(-103%);
  -moz-transform: translatey(-103%);
  -webkit-transform: translatey(-103%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #195778;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-flag {
  background: url(../images/icon/icon-nav-lang-active.png);
  background-size: 100%;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #222;
}
nav .nav-main:hover .main-right .right-serach {
  background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
  background-size: 20px !important;
}
nav .nav-main:hover .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-active.png);
  background-size: 100%;
}
nav .nav-main:hover .main-right .right-lang .lang-title {
  color: #222;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
nav .nav-main-active .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #222 !important;
}
nav .nav-main-active .main-right .right-serach {
  background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
  background-size: 20px !important;
}
nav .nav-main-active .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-active.png) !important;
  background-size: 100% !important;
}
nav .nav-main-active .main-right .right-lang .lang-title {
  color: #222 !important;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic,
header .head-banner .swiper-slide .slide-box .box-web-pic2 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  margin-top: 0.3rem;
  font-size: 0.54rem;
  line-height: 0.78rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
  font-weight: bold;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: 2.5rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-size: 0.32rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-pic {
  width: 2.5rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  width: 9.6rem;
  margin-top: 0.3rem;
  font-size: 0.42rem;
  line-height: 0.65rem;
  color: #195778;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title span {
  font-weight: bold;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-pic,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button,
header .head-banner .swiper-slide-active .box-cent .cent-play,
header .head-banner .swiper-slide-active .box-cent2 .cent-play {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  display: none;
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.5s;
  -o-transition: all 12.5s;
  -moz-transition: all 12.5s;
  -webkit-transition: all 12.5s;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #195778;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.6rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.6rem;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #195778;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #195778;
  background: #fff;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  font-weight: bold;
  color: #195778;
  background: #fff;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #2b4457;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.95rem 0 1.3rem;
}
footer .foot-main .main-cent {
  width: 2.3rem;
  height: auto;
}
footer .foot-main .main-cent .cent-title {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.5;
}
footer .foot-main .main-cent .cent-tel {
  margin: 0.05rem 0 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  color: #fff;
}
footer .foot-main .main-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
footer .foot-main .main-cent .cent-share .share-item {
  position: relative;
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.28rem;
  border-radius: 50%;
  background: #fff;
}
footer .foot-main .main-cent .cent-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:hover {
  background: linear-gradient(-90deg, #2a78a1, #195778);
}
footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: auto;
  height: auto;
  margin-left: 0.4rem;
}
footer .foot-main .main-nav .nav-item:first-of-type {
  margin-left: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  text-decoration: underline;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #fff;
  opacity: 0.5;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  opacity: 1;
}
footer .foot-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.45rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}
footer .foot-bottom .bottom-link {
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-link a {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.3;
}
footer .foot-bottom .bottom-link a:hover {
  opacity: 1;
}
footer .foot-bottom .bottom-zizhi {
  width: auto;
  height: auto;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-bottom .bottom-zizhi a {
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #ffffff;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 1.4rem;
  background: url(../images/plate1-bg.png) no-repeat 20% bottom;
  background-size: 7.63rem;
}
.container .cont-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding: 0.45rem 1.1rem 0 12.5%;
}
.container .cont-plate1 .plate1-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.1), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate1 .plate1-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate1 .plate1-cent .cent-heng {
  width: 46px;
  height: 3px;
  margin-top: 0.25rem;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.container .cont-plate1 .plate1-cent .cent-text {
  margin-top: 0.65rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(9, 31, 43, 0.8);
}
.container .cont-plate1 .plate1-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-top: 0.9rem;
  background: linear-gradient(-90deg, #2a78a1, #195778);
  border-radius: 0.45rem;
}
.container .cont-plate1 .plate1-cent .cent-button span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate1 .plate1-cent .cent-button img {
  width: 13px;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-button:hover img {
  margin-left: 0.05rem;
}
.container .cont-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.6rem 0 0.6rem;
}
.container .cont-plate2::after {
  content: 'culture';
  position: absolute;
  top: 0.7rem;
  left: -0.5rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.5rem;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-cent {
  width: 6.7rem;
  height: auto;
  padding-top: 0.3rem;
  padding-left: 1.2rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.1), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate2 .plate2-main .main-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cent .cent-heng {
  width: 46px;
  height: 3px;
  margin-top: 0.25rem;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.container .cont-plate2 .plate2-main .main-cent .cent-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-box .box-item {
  width: calc(100% / 3 - 0.35rem);
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cent .cent-box .box-item .item-icon {
  width: 0.92rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-cent .cent-box .box-item .item-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-cent .cent-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  color: #091f2b;
}
.container .cont-plate2 .plate2-main .main-cent .cent-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: rgba(9, 31, 43, 0.85);
}
.container .cont-plate2 .plate2-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-top: 0.6rem;
  background: linear-gradient(-90deg, #2a78a1, #195778);
  border-radius: 0.45rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-button span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cent .cent-button img {
  width: 13px;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cent .cent-button:hover img {
  margin-left: 0.05rem;
}
.container .cont-plate2 .plate2-main .main-pic {
  width: 7.7rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
}
.container .cont-plate3 .plate3-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.1), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate3 .plate3-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate3 .plate3-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.container .cont-plate3 .plate3-text {
  margin-top: 0.4rem;
  font-size: 0.48rem;
  font-weight: 100;
  text-align: center;
  color: #666;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate3 .plate3-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .box-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-pic-active {
  position: static;
  opacity: 1;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12.5%;
  z-index: 9;
}
.container .cont-plate3 .plate3-main .main-cont::after {
  content: '';
  position: absolute;
  top: 4.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.container .cont-plate3 .plate3-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 4);
  height: calc(100% - 1.3rem);
  padding: 2.1rem 0 0;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 4.39rem;
  left: 50%;
  width: 2.15rem;
  height: 2px;
  margin-left: -1.075rem;
  background: #fff;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon {
  width: 1.63rem;
  height: 1.45rem;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-button {
  display: block;
  width: 1.45rem;
  height: 0.5rem;
  margin: 1.1rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.46rem;
  color: #fff;
  opacity: 0;
  border: 2px solid #fff;
  border-radius: 0.45rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-button:hover {
  color: #195778;
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item-active {
  background: linear-gradient(180deg, #195778 45%, transparent);
}
.container .cont-plate3 .plate3-main .main-cont .cont-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate3 .plate3-main .main-cont .cont-item-active .item-icon,
.container .cont-plate3 .plate3-main .main-cont .cont-item-active .item-button {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item-active .item-title {
  font-weight: bold;
}
.container .cont-plate3 .plate3-web-main {
  display: none;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  margin: 1.4rem auto 0;
  padding: 0.9rem 0 0;
  background: url(../images/plate4-bg.jpg) no-repeat bottom center;
}
.container .cont-plate4 .plate4-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate4 .plate4-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate4 .plate4-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: #fff;
}
.container .cont-plate4 .plate4-map {
  position: relative;
  width: 12rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.container .cont-plate4 .plate4-map .map-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-map .map-pic img {
  width: 100%;
}
.container .cont-plate4 .plate4-map .map-arrow {
  display: none;
  position: absolute;
  bottom: 2rem;
  right: 1.9rem;
  width: 8.1rem;
  height: auto;
}
.container .cont-plate4 .plate4-map .map-arrow img {
  width: 100%;
}
.container .cont-plate4 .plate4-map .map-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: auto;
}
.container .cont-plate4 .plate4-map .map-item .item-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #5398c1;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-map .map-item .item-arrow img {
  position: relative;
  width: 100%;
  z-index: 19;
}
.container .cont-plate4 .plate4-map .map-item .item-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-map .map-item .item-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s 1.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-map .map-item:hover .item-arrow {
  background: #fff;
}
.container .cont-plate4 .plate4-map .map-item span {
  position: relative;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.85;
  z-index: 19;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(3) {
  top: 2.32rem;
  right: 2.32rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(3) .item-arrow img {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 0.38rem;
  margin-left: -0.19rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(4) {
  top: 2.4rem;
  right: 1.56rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(5) {
  top: 2.75rem;
  right: 1.46rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(6) {
  top: 3.1rem;
  right: 1.7rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(7) {
  top: 3.5rem;
  right: 1.85rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(8) {
  flex-direction: row-reverse;
  top: 3rem;
  right: 2.88rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(9) {
  top: 2.85rem;
  right: 2.32rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(10) {
  flex-direction: row-reverse;
  top: 2.96rem;
  right: 3.65rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(11) {
  top: 1.9rem;
  right: 4.4rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(12) {
  top: 1.92rem;
  right: 5.1rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(13) {
  top: 2.35rem;
  right: 5.4rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(14) {
  flex-direction: row-reverse;
  top: 1.9rem;
  right: 5.9rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(15) {
  top: 1.65rem;
  right: 5.7rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(16) {
  flex-direction: row-reverse;
  top: 1.6rem;
  left: 5.1rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(17) {
  flex-direction: row-reverse;
  top: 1.8rem;
  left: 5.25rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(18) {
  flex-direction: row-reverse;
  top: 2.15rem;
  left: 5rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(19) {
  flex-direction: row-reverse;
  top: 2.5rem;
  left: 4.8rem;
}
.container .cont-plate4 .plate4-map .map-item:nth-child(20) {
  top: 2.1rem;
  left: 1.9rem;
}
.container .cont-plate4 .plate4-web-map {
  display: none;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f3f5f9;
}
.container .cont-plate5 .plate5-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.1), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate5 .plate5-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item {
  width: 3.92rem;
  height: auto;
  margin-right: 0.34rem;
  background: #fff;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0.3rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-bottom span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.14rem;
  color: #cacbcd;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-bottom img {
  width: 0.34rem;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-title {
  color: #195778;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-bottom img {
  opacity: 1;
}
.container .cont-plate5 .plate5-main .main-box .box-cont {
  width: 5.86rem;
  height: auto;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.35rem;
  border-bottom: solid 1px #f0eeee;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-cent {
  width: 4rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-data {
  width: 0.6rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-data .data-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.44rem;
  text-align: center;
  color: #cacbcd;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item .item-data .data-text {
  font-size: 0.14rem;
  text-align: center;
  color: #cacbcd;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-item:hover .item-cent .cent-title {
  color: #195778;
}
.about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.28rem 0 1.5rem;
}
.about::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 3.7rem;
  width: 4.63rem;
  height: 3.1rem;
  background: url(../images/about/bg.png) no-repeat top left;
  background-size: 100%;
}
.about .about-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.about .about-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.about .about-main .main-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-right: 4.5rem;
}
.about .about-main .main-cent::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: calc(100% + 2rem);
  background: #195778 url(../images/about/bg2.png) no-repeat top left;
  background-size: 100%;
}
.about .about-main .main-cent .cent-title {
  font-size: 0.38rem;
  color: #195778;
}
.about .about-main .main-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.about .about-main .main-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #666;
}
.about .about-main .main-box {
  position: relative;
  width: calc(100% - 1rem);
  height: auto;
  margin-top: 0.8rem;
  z-index: 9;
}
.about .about-main .main-box .box-pic {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.about .about-main .main-box .box-pic img {
  width: 100%;
}
.about .about-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.55rem;
}
.about .about-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.about .about-main .main-data .data-item .item-icon {
  width: 0.97rem;
  height: auto;
  margin-right: 0.3rem;
}
.about .about-main .main-data .data-item .item-icon img {
  width: 100%;
}
.about .about-main .main-data .data-item .item-cent {
  width: auto;
  height: auto;
}
.about .about-main .main-data .data-item .item-cent .cent-title {
  font-size: 0.16rem;
  color: #666;
}
.about .about-main .main-data .data-item .item-cent .cent-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.68rem;
  color: #333;
}
.about .about-main .main-data .data-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #666;
}
.culture {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
}
.culture .culture-top {
  width: 14.4rem;
  height: auto;
  margin: 0 auto 0.7rem;
}
.culture .culture-top .top-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.culture .culture-top .top-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.culture .culture-top .top-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.culture .culture-cont {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.9rem;
}
.culture .culture-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-cont .cont-box .box-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.culture .culture-cont .cont-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-cont .cont-box .box-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  position: relative;
  width: 50%;
  height: auto;
  padding-left: 1.38rem;
}
.culture .culture-cont .cont-box .box-cent .cent-title {
  width: 100%;
  font-size: 0.36rem;
  color: #333333;
}
.culture .culture-cont .cont-box .box-cent .cent-English {
  width: 100%;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
}
.culture .culture-cont .cont-box .box-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin: 0.25rem 0 0.5rem;
  background: #d9d9d9;
}
.culture .culture-cont .cont-box .box-cent .cent-subtitle {
  width: 100%;
  height: auto;
  font-size: 0.36rem;
  font-weight: 100;
  color: #1a5879;
}
.culture .culture-cont .cont-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.5);
}
.culture .culture-cont .cont-box .box-icon {
  position: absolute;
  bottom: auto;
  left: auto;
  top: -0.5rem;
  right: -0.2rem;
  width: 2.47rem;
  height: 2.47rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.culture .culture-cont:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8.9rem;
  height: 4.8rem;
  background: url(../images/culture/bg.jpg) no-repeat top left;
  background-size: 100%;
}
.culture .culture-cont:nth-child(2) .cont-box::before {
  display: none;
}
.culture .culture-cont:nth-child(odd) .cont-box {
  flex-direction: row-reverse;
}
.culture .culture-cont:nth-child(odd) .cont-box::before {
  content: 'mission';
  position: absolute;
  top: -0.8rem;
  left: 2.73rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(26, 88, 121, 0.2);
  color: transparent;
}
.culture .culture-cont:nth-child(odd) .cont-box::after {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  border: solid 1px #d1dee4;
}
.culture .culture-cont:nth-child(odd) .cont-box .box-cent {
  padding-left: 0;
  padding-right: 1rem;
}
.culture .culture-cont:nth-child(even) .cont-box::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 7rem;
  height: 4.8rem;
  background: #f5f6f8;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.honor .honor-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.honor .honor-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.honor .honor-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.honor .honor-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.honor .honor-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.honor .honor-main .main-data .data-item .item-icon {
  width: 0.97rem;
  height: auto;
  margin-right: 0.3rem;
}
.honor .honor-main .main-data .data-item .item-icon img {
  width: 100%;
}
.honor .honor-main .main-data .data-item .item-cent {
  width: auto;
  height: auto;
}
.honor .honor-main .main-data .data-item .item-cent .cent-title {
  font-size: 0.16rem;
  color: #666;
}
.honor .honor-main .main-data .data-item .item-cent .cent-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.68rem;
  color: #333;
}
.honor .honor-main .main-data .data-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #666;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.honor .honor-main .main-box .box-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  margin-bottom: 0.3rem;
  margin-right: 0.24rem;
  padding: 0.5rem 0.5rem 0.4rem;
  background: #f6f7fb;
  cursor: pointer;
}
.honor .honor-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.honor .honor-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-time {
  display: none;
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 12px;
  text-align: center;
  color: #d1d1d1;
}
.honor .honor-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-main .main-box .box-item:hover .item-title {
  color: #195778;
}
.honor .honor-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.35rem;
  margin: 0.7rem auto 0;
}
.honor .honor-main .main-load img {
  width: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #1a5879;
}
.honor .honor-main .main-load:hover img {
  margin-right: 0.05rem;
}
.history {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.25rem;
}
.history .history-top {
  width: 14.4rem;
  height: auto;
  margin: 0 auto 0.7rem;
}
.history .history-top .top-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history .history-top .top-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.history .history-top .top-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.history .history-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.history .history-cont .cont-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.history .history-cont .cont-list::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 21px;
  background: url(../images/icon/icon-line.png) top left;
}
.history .history-cont .cont-list .list-box {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 14px;
  overflow: hidden;
}
.history .history-cont .cont-list .list-box .swiper-slide {
  width: calc(100% / 7);
  height: auto;
}
.history .history-cont .cont-list .list-box .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
  cursor: pointer;
}
.history .history-cont .cont-list .list-box .swiper-slide .slide-box .box-title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-list .list-box .swiper-slide .slide-box .box-year {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan {
  display: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
}
.history .history-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-list .list-box .swiper-slide-active .slide-box .box-title {
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history .history-cont .cont-list .list-box .swiper-slide-active .slide-box .box-year {
  font-size: 0.28rem;
  font-family: 'MONTSERRAT-BOLD';
  color: #195778;
}
.history .history-cont .cont-list .list-box .swiper-slide-active .slide-box .box-yuan span {
  width: 14px;
  height: 14px;
  background: #195778;
}
.history .history-cont .cont-list .list-box .history-swiper-button-prev,
.history .history-cont .cont-list .list-box .history-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5e5e5;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-list .list-box .history-swiper-button-prev img,
.history .history-cont .cont-list .list-box .history-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-list .list-box .history-swiper-button-prev:hover,
.history .history-cont .cont-list .list-box .history-swiper-button-next:hover {
  background: #195778;
}
.history .history-cont .cont-list .list-box .history-swiper-button-prev {
  left: 0;
}
.history .history-cont .cont-list .list-box .history-swiper-button-next {
  right: 0;
}
.history .history-cont .cont-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.history .history-cont .cont-main::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2.42rem;
  height: 2.42rem;
  background: url(../images/history/pic2.png) no-repeat top left;
  background-size: 100%;
}
.history .history-cont .cont-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.history .history-cont .cont-main .main-box .box-pic {
  width: 50%;
  height: 4.7rem;
  text-align: center;
  overflow: hidden;
}
.history .history-cont .cont-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.history .history-cont .cont-main .main-box .box-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  padding: 0.3rem 1rem;
}
.history .history-cont .cont-main .main-box .box-cent .cent-title {
  width: 100%;
}
.history .history-cont .cont-main .main-box .box-cent .cent-title span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  background-attachment: fixed !important;
  background-size: 100vw 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.history .history-cont .cont-main .main-box .box-cent .cent-heng {
  width: 44px;
  height: 2px;
  margin: 0.25rem 0 0.3rem;
  background: #cbcbcb;
}
.history .history-cont .cont-main .main-box .box-cent .cent-text {
  position: relative;
  width: 100%;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.history .history-cont .cont-main .main-box .box-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #195778;
}
.history .history-cont .cont-main .main-box-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.product .product-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product .product-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product .product-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-top: solid 1px #eeeeee;
}
.product .product-main .main-box .box-item {
  width: calc(100% / 4);
  height: auto;
  padding-bottom: 0.2rem;
  border-left: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.product .product-main .main-box .box-item:nth-child(4n) {
  border-right: solid 1px #eeeeee;
}
.product .product-main .main-box .box-item .item-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product .product-main .main-box .box-item .item-title {
  margin-top: 0.1rem;
  padding: 0 0.3rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-box .box-item .item-text {
  padding: 0 0.3rem;
  margin-top: 0.05rem;
  font-size: 0.15rem;
  text-align: center;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-box .box-item .item-button {
  width: 0.46rem;
  height: 0;
  margin: 0 auto;
  background: #195778 url(../images/icon/icon-banner-next-active.png) no-repeat center center;
  background-size: 8px;
  border-radius: 0.45rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item:hover .item-pic {
  height: 3rem;
}
.product .product-main .main-box .box-item:hover .item-button {
  height: 0.3rem;
  margin-top: 0.2rem;
}
.product .product-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  margin: 1rem auto 0;
}
.product .product-main .main-load img {
  width: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #1a5879;
}
.product .product-main .main-load:hover img {
  margin-right: 0.05rem;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.productDetails .productDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-top {
  display: none;
}
.productDetails .productDetails-main .main-list {
  width: 2.6rem;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.65rem;
  padding: 0 0.3rem;
  border: solid 1px #eee;
  border-bottom: none;
}
.productDetails .productDetails-main .main-list .list-item:last-of-type {
  border-bottom: solid 1px #eee;
}
.productDetails .productDetails-main .main-list .list-item span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-item em {
  width: 7px;
  height: 11px;
  background: url(../images/icon/icon-arrow3.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-item:hover span {
  font-family: 'MONTSERRAT-BOLD';
  color: #195778;
}
.productDetails .productDetails-main .main-list .list-item:hover em {
  background: url(../images/icon/icon-arrow4.png) no-repeat top left;
  background-size: 100%;
}
.productDetails .productDetails-main .main-list .list-item-active span {
  font-family: 'MONTSERRAT-BOLD';
  color: #195778;
}
.productDetails .productDetails-main .main-list .list-item-active em {
  background: url(../images/icon/icon-arrow4.png) no-repeat top left;
  background-size: 100%;
}
.productDetails .productDetails-main .main-cont {
  width: 11.42rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  width: 5.3rem;
  height: auto;
  padding: 0.2rem;
  background: #f6f7fb;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-top .top-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetails .productDetails-main .main-cont .cont-top .top-cent {
  width: 6.1rem;
  height: auto;
  padding: 0 0.65rem 0 0.8rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-cent .cent-title {
  font-size: 0.16rem;
  color: #195778;
}
.productDetails .productDetails-main .main-cont .cont-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  color: #000;
}
.productDetails .productDetails-main .main-cont .cont-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.15rem;
  line-height: 0.32rem;
  color: #666;
}
.productDetails .productDetails-main .main-cont .cont-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  line-height: 0.36rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.productDetails .productDetails-main .main-cont .cont-title {
  margin-top: 0.1rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-main .main-cont .cont-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.productDetails .productDetails-main .main-cont .cont-pic {
  width: 100%;
  height: auto;
  margin: 0.6rem 0 1rem;
}
.productDetails .productDetails-main .main-cont .cont-pic img {
  display: block;
  max-width: 100%;
  width: auto;
}
.productDetails .productDetails-main .main-cont .cont-table {
  width: 11rem;
  height: auto;
  margin: 0.6rem 0 1rem;
}
.productDetails .productDetails-main .main-cont .cont-table table {
  width: 11rem;
}
.productDetails .productDetails-main .main-cont .cont-table table tr {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-table table tr:first-of-type {
  background: #195778;
}
.productDetails .productDetails-main .main-cont .cont-table table tr:first-of-type td {
  color: #fff !important;
}
.productDetails .productDetails-main .main-cont .cont-table table tr:nth-child(even) {
  background: #f5f7fa;
}
.productDetails .productDetails-main .main-cont .cont-table table tr:hover {
  background: #195778;
}
.productDetails .productDetails-main .main-cont .cont-table table tr:hover td {
  color: #fff;
}
.productDetails .productDetails-main .main-cont .cont-table thead {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-table thead th {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.16rem;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  background: #195778;
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}
.productDetails .productDetails-main .main-cont .cont-table thead th:last-of-type {
  border-right: none;
}
.productDetails .productDetails-main .main-cont .cont-table th,
.productDetails .productDetails-main .main-cont .cont-table td {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #666;
  border: solid 1px #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-download {
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem 0 0.4rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .list-left {
  width: calc(100% - 1rem);
  height: 100%;
  font-size: 0.16rem;
  line-height: 80px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .list-left span {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  color: #b2b4b6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .lsit-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.7rem;
  height: 100%;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .lsit-right span {
  position: relative;
  width: 0.26rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-download.png) no-repeat top left;
  background-size: 100%;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .lsit-right span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .lsit-right span .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list .lsit-right em {
  font-size: 0.15rem;
  color: #666;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover {
  background: #195778;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover .list-left {
  color: #fff;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover .list-left span {
  color: #fff;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover .lsit-right {
  color: #fff;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover .lsit-right span {
  background: url(../images/icon/icon-download-active.png) no-repeat top left;
  background-size: 100%;
}
.productDetails .productDetails-main .main-cont .cont-download .download-list:hover .lsit-right em {
  color: #fff;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.3rem;
}
.contact .contact-main .mian-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.contact .contact-main .mian-top .top-item {
  width: 2.2rem;
  height: 0.62rem;
  margin: 0 0.15rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.62rem;
  color: #222;
  background: #f5f6f8;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .mian-top .top-item:hover {
  color: #fff;
  background: #195778;
}
.contact .contact-main .mian-top .top-item-active {
  color: #fff;
  background: #195778;
}
.contact .contact-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.contact .contact-main .main-cont .cont-box .box-cent {
  width: 7rem;
  height: auto;
  padding-top: 0.3rem;
  padding-right: 1rem;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-English {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.16rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: rgba(57, 64, 64, 0.6);
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-item .item-icon {
  width: 0.4rem;
  height: 0.4rem;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-item p {
  width: calc(100% - 0.4rem);
  height: auto;
  padding-left: 0.16rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-ewm {
  width: 1.28rem;
  height: auto;
  margin-top: 0.4rem;
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-ewm img {
  width: 100%;
  box-shadow: 0 0 0.29rem 0 rgba(0, 0, 0, 0.14);
}
.contact .contact-main .main-cont .cont-box .box-cent .cent-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  text-align: center;
  color: #333;
}
.contact .contact-main .main-cont .cont-box .box-map {
  width: 7.4rem;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact .contact-main .main-cont .cont-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.contact .contact-msg {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/contact/bg.jpg) no-repeat top left;
  background-size: cover;
}
.contact .contact-msg .msg-cont {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-msg .msg-cont .cont-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .contact-msg .msg-cont .cont-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-msg .msg-cont .cont-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.contact .contact-msg .msg-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-msg .msg-cont .cont-box input {
  width: calc(100% / 3 - 0.133334rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  border-radius: 0.05rem;
  border: solid 1px #e3ebef;
  background: #fff;
}
.contact .contact-msg .msg-cont .cont-box input::placeholder {
  color: #999;
}
.contact .contact-msg .msg-cont .cont-box input:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-msg .msg-cont .cont-box textarea {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.16rem;
  color: #666;
  border-radius: 0.05rem;
  border: solid 1px #e3ebef;
  background: #fff;
}
.contact .contact-msg .msg-cont .cont-box textarea::placeholder {
  font-size: 0.16rem;
  color: #999;
}
.contact .contact-msg .msg-cont .cont-button {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: linear-gradient(-90deg, #2a78a1, #195778);
  border-radius: 0.05rem;
}
.contact .contact-msg .msg-cont .cont-button:hover {
  border-radius: 0.45rem;
}
.material {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.material .material-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.material .material-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.material .material-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.material .material-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.material .material-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.material .material-main .main-top .top-pic {
  display: flex;
  justify-content: space-between;
  width: 6.6rem;
  height: auto;
}
.material .material-main .main-top .top-pic .pic {
  width: 3.2rem;
  height: 2.8rem;
  background: #f5f6f8;
  overflow: hidden;
}
.material .material-main .main-top .top-pic .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.material .material-main .main-top .top-pic .pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.material .material-main .main-top .top-cent {
  width: 7.2rem;
  height: auto;
  padding-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #666666;
}
.material .material-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.material .material-main .main-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.material .material-main .main-cont .cont-top .top-item {
  width: auto;
  height: 0.62rem;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.62rem;
  color: #222;
  background: #f5f6f8;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.material .material-main .main-cont .cont-top .top-item:hover {
  color: #fff;
  background: #195778;
}
.material .material-main .main-cont .cont-top .top-item:last-of-type {
  margin-right: 0;
}
.material .material-main .main-cont .cont-top .top-item-active {
  color: #fff;
  background: #195778;
}
.material .material-main .main-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.62rem;
}
.material .material-main .main-cont .cont-box .box-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.material .material-main .main-cont .cont-box .box-table table {
  width: 100%;
}
.material .material-main .main-cont .cont-box .box-table table tr:nth-child(even) {
  background: #f5f7fa;
}
.material .material-main .main-cont .cont-box .box-table table tr:hover {
  background: #195778;
}
.material .material-main .main-cont .cont-box .box-table table tr:hover td {
  color: #fff;
}
.material .material-main .main-cont .cont-box .box-table table tr:hover td a .img1 {
  display: none;
}
.material .material-main .main-cont .cont-box .box-table table tr:hover td a .img2 {
  display: block;
}
.material .material-main .main-cont .cont-box .box-table thead {
  width: 100%;
  height: auto;
}
.material .material-main .main-cont .cont-box .box-table thead th {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  text-align: left;
  color: #fff;
  background: #687176;
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}
.material .material-main .main-cont .cont-box .box-table thead th:last-of-type {
  border-right: none;
}
.material .material-main .main-cont .cont-box .box-table th,
.material .material-main .main-cont .cont-box .box-table td {
  padding: 0.15rem 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #666;
  border: solid 1px #eee;
}
.material .material-main .main-cont .cont-box .box-table th a,
.material .material-main .main-cont .cont-box .box-table td a {
  display: block;
  width: 100%;
  height: 100%;
}
.material .material-main .main-cont .cont-box .box-table th a .img2,
.material .material-main .main-cont .cont-box .box-table td a .img2 {
  display: none;
}
.material .material-main .main-cont .cont-box .box-table th img,
.material .material-main .main-cont .cont-box .box-table td img {
  display: block;
  width: 0.24rem;
  margin: 0 auto;
}
.material .material-main .main-cont .cont-box .box-table-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.pledge {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.pledge .pledge-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pledge .pledge-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.pledge .pledge-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.pledge .pledge-main {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.pledge .pledge-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.pledge .pledge-main .main-item .item-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.87rem;
  height: 0.87rem;
  margin: -0.435rem 0 0 -0.435rem;
  cursor: pointer;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box .box-icon:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.pledge .pledge-main .main-item .item-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.pledge .pledge-main .main-item .item-swiper .swiper-pagination {
  width: 100%;
  z-index: 9;
}
.pledge .pledge-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
}
.pledge .pledge-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #195778;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont {
  display: none;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.4rem;
  height: 1.2rem;
  background: #195778;
  cursor: pointer;
  z-index: 9;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-num {
  position: static;
  width: 0.9rem;
  height: 100%;
  padding-left: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-num .swiper-pagination-current {
  font-size: 0.36rem;
  color: #fff;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-num .swiper-pagination-total {
  font-size: 0.2rem;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-next {
  width: 1.5rem;
  height: 100%;
  text-align: center;
  line-height: 1.2rem;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-next img {
  width: 0.42rem;
  opacity: 0.7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pledge .pledge-main .main-item .item-swiper .swiper-cont .cont-next:hover img {
  opacity: 1;
}
.pledge .pledge-main .main-item .item-cent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 0.15rem 12.5% 0.15rem 1.25rem;
  background: #f5f6f8;
}
.pledge .pledge-main .main-item .item-cent .cent-title {
  font-size: 0.36rem;
  color: #333;
}
.pledge .pledge-main .main-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #333;
  opacity: 0.6;
}
.pledge .pledge-main .main-item .item-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin-top: 0.2rem;
  background: #d0d1d3;
}
.pledge .pledge-main .main-item .item-cent .cent-text {
  height: 3rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #091f2b;
  opacity: 0.8;
  overflow: auto;
}
.pledge .pledge-main .main-item .item-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.pledge .pledge-main .main-item .item-cent .cent-data .data-item {
  width: 2.85rem;
  height: auto;
}
.pledge .pledge-main .main-item .item-cent .cent-data .data-item .item-title {
  font-size: 0.16rem;
  color: rgba(9, 31, 43, 0.8);
}
.pledge .pledge-main .main-item .item-cent .cent-data .data-item .item-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  color: #195778;
}
.pledge .pledge-main .main-item .item-cent .cent-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: 0.15rem;
  color: rgba(9, 31, 43, 0.8);
}
.pledge .pledge-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.pledge .pledge-main .main-item:nth-child(odd) .item-swiper .swiper-cont {
  right: auto;
  left: 0;
}
.pledge .pledge-main .main-item:nth-child(odd) .item-cent {
  padding: 0.15rem 1.25rem 0.15rem 12.5%;
}
.custom {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.custom .custom-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.custom .custom-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom .custom-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.custom .custom-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.custom .custom-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.custom .custom-main .main-box img {
  width: 100%;
}
.wisdom {
  width: 100%;
  height: auto;
}
.wisdom .wisdom-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.4rem;
}
.wisdom .wisdom-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wisdom .wisdom-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.wisdom .wisdom-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.wisdom .wisdom-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.wisdom .wisdom-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.wisdom .wisdom-main .main-box .box-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.wisdom .wisdom-main .main-box .box-item .item-pic img {
  width: 100%;
  height: auto transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.wisdom .wisdom-main .main-box .box-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.wisdom .wisdom-main .main-box .box-item .item-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.87rem;
  height: 0.87rem;
  margin: -0.435rem 0 0 -0.435rem;
  cursor: pointer;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box .box-icon:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-pagination {
  width: 100%;
  z-index: 9;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #195778;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont {
  display: none;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.4rem;
  height: 1.2rem;
  background: #195778;
  cursor: pointer;
  z-index: 9;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-num {
  position: static;
  width: 0.9rem;
  height: 100%;
  padding-left: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-num .swiper-pagination-current {
  font-size: 0.36rem;
  color: #fff;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-num .swiper-pagination-total {
  font-size: 0.2rem;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-next {
  width: 1.5rem;
  height: 100%;
  text-align: center;
  line-height: 1.2rem;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-next img {
  width: 0.42rem;
  opacity: 0.7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wisdom .wisdom-main .main-box .box-item .item-swiper .swiper-cont .cont-next:hover img {
  opacity: 1;
}
.wisdom .wisdom-main .main-box .box-item .item-cent {
  display: flex;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 1.2rem;
}
.wisdom .wisdom-main .main-box .box-item .item-cent .cent-text {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(9, 31, 43, 0.8);
}
.wisdom .wisdom-main .main-box .box-item:nth-child(even) {
  flex-direction: row-reverse;
}
.wisdom .wisdom-main .main-box .box-item:nth-child(even) .item-cent {
  padding: 0 1.2rem 0 0;
}
.wisdom .wisdom-cont {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 0.8rem;
  background: #f5f6f8;
}
.wisdom .wisdom-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.wisdom .wisdom-cont .cont-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.6rem;
}
.wisdom .wisdom-cont .cont-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.wisdom .wisdom-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: 2.85rem;
  overflow: hidden;
}
.wisdom .wisdom-cont .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wisdom .wisdom-cont .cont-box .box-item .item-title {
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  background: #195778;
}
.wisdom .wisdom-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.sample {
  width: 100%;
  height: auto;
}
.sample .sample-plate1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0;
}
.sample .sample-plate1 .plate1-pic {
  width: 8.6rem;
  height: auto;
  overflow: hidden;
}
.sample .sample-plate1 .plate1-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.sample .sample-plate1 .plate1-cent {
  width: 5.8rem;
  height: auto;
  padding-left: 1rem;
}
.sample .sample-plate1 .plate1-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sample .sample-plate1 .plate1-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.sample .sample-plate1 .plate1-cent .cent-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.sample .sample-plate1 .plate1-cent .cent-text {
  margin-top: 0.46rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
}
.sample .sample-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: #f5f6f8;
}
.sample .sample-plate2 .plate2-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.sample .sample-plate2 .plate2-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sample .sample-plate2 .plate2-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.sample .sample-plate2 .plate2-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.sample .sample-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.sample .sample-plate2 .plate2-main .main-top .top-item {
  width: 33.33%;
  height: auto;
  padding: 0 1.15rem;
  border-right: solid 1px #e2e3e5;
}
.sample .sample-plate2 .plate2-main .main-top .top-item .item-icon {
  width: 0.58rem;
  height: auto;
  margin: 0 auto;
}
.sample .sample-plate2 .plate2-main .main-top .top-item .item-icon img {
  width: 100%;
}
.sample .sample-plate2 .plate2-main .main-top .top-item .item-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.22rem;
}
.sample .sample-plate2 .plate2-main .main-top .top-item:last-of-type {
  border-right: none;
}
.sample .sample-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.58rem;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  overflow: hidden;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.sample .sample-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
  color: #fff;
  background: #195778;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  outline: none;
  background: #fff;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev .img2,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
  background: #195778;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img1,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img2,
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
  left: -0.9rem;
}
.sample .sample-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  right: -0.9rem;
}
.sample .sample-plate3 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.25rem 0;
}
.sample .sample-plate3 .plate3-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sample .sample-plate3 .plate3-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.sample .sample-plate3 .plate3-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.sample .sample-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.sample .sample-plate3 .plate3-main .main-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.sample .sample-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}
.sample .sample-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sample .sample-plate3 .plate3-main .main-item .item-title {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.28rem;
  color: #333333;
}
.sample .sample-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.reliable {
  width: 100%;
  height: auto;
}
.reliable .reliable-plate1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0;
}
.reliable .reliable-plate1 .plate1-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.reliable .reliable-plate1 .plate1-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.reliable .reliable-plate1 .plate1-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.reliable .reliable-plate1 .plate1-swiper .swiper-slide .slide-box img {
  width: 100%;
}
.reliable .reliable-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: solid 1px #fff;
  opacity: 1;
}
.reliable .reliable-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.reliable .reliable-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.reliable .reliable-plate1 .plate1-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reliable .reliable-plate1 .plate1-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.reliable .reliable-plate1 .plate1-cent .cent-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem 0 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.reliable .reliable-plate1 .plate1-cent .cent-text {
  margin-top: 0.46rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
}
.reliable .reliable-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.6rem;
  background: #f5f6f8;
}
.reliable .reliable-plate2 .plate2-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.reliable .reliable-plate2 .plate2-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reliable .reliable-plate2 .plate2-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.reliable .reliable-plate2 .plate2-main .main-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.reliable .reliable-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.7rem;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item .item-title {
  width: 100%;
  height: 0.6rem;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  background: #195778;
}
.reliable .reliable-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.reliable .reliable-plate3 {
  width: 100%;
  height: auto;
  padding: 3rem 0 3rem 12.5%;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.reliable .reliable-plate3 .plate3-main {
  width: 5.2rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #fff;
}
.reliable .reliable-plate4 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.4rem;
}
.reliable .reliable-plate4 .plate4-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reliable .reliable-plate4 .plate4-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.reliable .reliable-plate4 .plate4-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.reliable .reliable-plate4 .plate4-text {
  margin-top: 0.45rem;
  font-size: 0.3rem;
  text-align: center;
  letter-spacing: 0.05rem;
  color: #666666;
}
.reliable .reliable-plate4 .plate4-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.58rem;
}
.reliable .reliable-plate4 .plate4-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.5rem;
  background: #f5f6f8;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-icon {
  width: 1.28rem;
  height: auto;
  margin: 0 auto;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  text-align: center;
  color: #195778;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  color: #666666;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-bottom img {
  width: 0.26rem;
  margin-right: 0.1rem;
}
.reliable .reliable-plate4 .plate4-box .box-swiper .swiper-slide .slide-box .box-bottom span {
  font-size: 0.14rem;
  color: #888;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  outline: none;
  background: #fff;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev img,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev .img2,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev:hover,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next:hover {
  background: #195778;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev:hover .img1,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev:hover .img2,
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-prev {
  left: -0.9rem;
}
.reliable .reliable-plate4 .plate4-box .plate4-swiper-button-next {
  right: -0.9rem;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.2rem;
}
.newsDetail .newsDetail-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-time {
  font-size: 0.18rem;
  color: #195778;
}
.newsDetail .newsDetail-main .main-title {
  padding: 0.2rem 0 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item {
  position: relative;
  width: 1.04rem;
  height: 0.64rem;
  margin-right: 4px;
  border: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover {
  width: 2.54rem;
  background: #195778;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img2 {
  opacity: 1;
}
.last {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.2rem;
}
.last .last-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(25, 87, 120, 0.2), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.last .last-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.last .last-heng {
  width: 46px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: linear-gradient(90deg, #195778, #2a77a1);
}
.last .last-main {
  width: 14.4rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.last .last-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.last .last-main .main-item .item-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.last .last-main .main-item .item-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.87rem;
  height: 0.87rem;
  margin: -0.435rem 0 0 -0.435rem;
  cursor: pointer;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box .box-icon:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.last .last-main .main-item .item-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.last .last-main .main-item .item-swiper .swiper-cont {
  display: none;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.4rem;
  height: 1.2rem;
  background: #195778;
  cursor: pointer;
  z-index: 9;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-num {
  position: static;
  width: 0.9rem;
  height: 100%;
  padding-left: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-num .swiper-pagination-current {
  font-size: 0.36rem;
  color: #fff;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-num .swiper-pagination-total {
  font-size: 0.2rem;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-next {
  width: 1.5rem;
  height: 100%;
  text-align: center;
  line-height: 1.2rem;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-next img {
  width: 0.42rem;
  opacity: 0.7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.last .last-main .main-item .item-swiper .swiper-cont .cont-next:hover img {
  opacity: 1;
}
.last .last-main .main-item .item-swiper .swiper-pagination {
  width: 100%;
  z-index: 9;
}
.last .last-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
}
.last .last-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #195778;
}
.last .last-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.last .last-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.last .last-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.last .last-main .main-item .item-cent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 0.15rem 0.98rem;
  background: #f5f6f8;
}
.last .last-main .main-item .item-cent .cent-title {
  font-size: 0.36rem;
  color: #333;
}
.last .last-main .main-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #333;
  opacity: 0.6;
}
.last .last-main .main-item .item-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin-top: 0.2rem;
  background: #d0d1d3;
}
.last .last-main .main-item .item-cent .cent-text {
  height: 3rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #091f2b;
  opacity: 0.8;
  overflow: auto;
}
.last .last-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.last .last-main .main-item:nth-child(odd) .item-swiper .swiper-cont {
  right: auto;
  left: 0;
}
.Bpic {
  width: 100%;
  height: auto;
}
.Bpic img {
  width: 100%;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #195778;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover,
.pupop-box .box-cont .pupop-swiper-button-next:hover {
  background: #195778;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 0.2rem;
  width: 0.74rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.7rem;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up img {
  width: 9px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.page-up:hover {
  background: #195778;
}
.pt97 {
  padding-top: 0.97rem !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pb100 {
  padding-bottom: 1rem !important;
}
.nobg {
  background: none !important;
}
.bd_weixin_popup {
  height: 330px !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.1rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.48rem;
  color: #4d4d4d;
  border: solid 1px #eeeeee;
}
.page-number .page-item:last-of-type {
  font-family: '宋体';
}
.page-number .page-item:hover {
  color: #fff;
  border: solid 1px #195778;
  background: #195778;
}
.page-number .page-item-active {
  color: #fff;
  background: #195778;
}
.page-number .page-arrow {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border: solid 1px #eeeeee;
  background: url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 9px;
}
.page-number .page-arrow:hover {
  background: #195778 url(../images/icon/icon-page-arrow-active.png) no-repeat center center;
  background-size: 9px;
  border: solid 1px #195778;
}
.Wpage-number {
  display: none;
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(-30px);
    -o-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -webkit-transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mainBlock {
  0% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes yuan {
  0% {
    width: 13px;
    height: 13px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
