.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;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.8rem;
  background: #fff;
  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;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 3.04rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo 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-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  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 {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.5rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #005ca5;
  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;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #005ca5 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-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));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  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-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.34rem;
  text-align: center;
  color: #222;
  opacity: 0;
  z-index: 9;
  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 .li-list a:hover {
  font-weight: bold;
  color: #005ca5;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-list {
  width: 2.4rem;
  margin-left: -1.2rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #005ca5 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  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-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  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%;
  margin-left: 0.5rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  background: #005ca5;
  border-radius: 50%;
  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 span {
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 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-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.12rem;
  height: 100%;
  margin-right: 0.25rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.12rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  border-radius: 0.45rem;
  border: solid 1px #e8e8e8;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang-work.png) no-repeat center center;
  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.08rem;
  font-family: Arial;
  font-weight: bold;
  font-size: var(--fs14);
  color: #999;
  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: 1rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  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: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  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%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  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:hover {
  font-weight: bold;
  color: #005ca5;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
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-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: #005ca5;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  width: 0.2rem;
  cursor: pointer;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-icon {
  width: 0.2rem;
  margin-left: 0.2rem;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
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;
  margin-top: 1rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
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;
  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;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 15.36rem;
  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-logo {
  width: 3.04rem;
  margin: 0 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-logo img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  padding: 0 1.6rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.82rem;
  text-align: center;
  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-English {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  text-align: center;
  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-pagination {
  bottom: 0.5rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 0.45rem;
}
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-logo,
header .head-banner .swiper-slide-active .box-cent2 .cent-logo,
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-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2 {
  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 .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1rem;
  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-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  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.56rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(0, 28, 70, 0.2);
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.15rem;
  font-size: var(--fs26);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(0, 28, 70, 0.2);
}
header .head-banner .banner-box {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 4.7rem;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-box .box-English {
  font-size: var(--fs30);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-subtitle {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1.12rem;
  height: auto;
  margin-left: -0.56rem;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev,
header .head-banner .swiper-bottom .banner-swiper-button-next {
  width: 0.46rem;
  height: 0.46rem;
  opacity: 0.5;
  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 .swiper-bottom .banner-swiper-button-prev img,
header .head-banner .swiper-bottom .banner-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev:hover,
header .head-banner .swiper-bottom .banner-swiper-button-next:hover {
  opacity: 1;
}
header .about-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .about-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .about-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .about-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .about-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .about-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .about-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.56rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(0, 28, 70, 0.2);
}
header .about-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.15rem;
  font-size: var(--fs26);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(0, 28, 70, 0.2);
}
header .about-banner .swiper-pagination {
  bottom: 0.4rem;
}
header .about-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .about-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 0.45rem;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.8rem;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  line-height: 0.8rem;
  color: #333;
}
header .head-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #005ca5;
  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-box .box-item:hover {
  color: #005ca5;
}
header .head-strip .strip-box .box-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-box .box-item-on {
  font-weight: bold;
  color: #005ca5;
}
header .head-strip .strip-box .box-item-on::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-box .box-menu {
  position: relative;
  width: 2.2rem;
  cursor: pointer;
}
header .head-strip .strip-box .box-menu .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-menu em {
  width: 12px;
  height: 7px;
  margin-left: 0.12rem;
  background: url(../images/icon/icon-strip-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-menu .menu-list {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-menu .menu-list a {
  display: block;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
header .head-strip .strip-box .box-menu .menu-list a:hover {
  color: #005ca5;
}
header .head-strip .strip-box .box-menu:hover .menu-link {
  color: #fff !important;
}
header .head-strip .strip-box .box-menu:hover em {
  background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center !important;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
header .head-strip .strip-box .box-menu:hover .menu-list {
  opacity: 1;
  visibility: visible;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.9rem !important;
  background: #1c2328;
  overflow: hidden;
}
footer .foot-main {
  position: relative;
  z-index: 9;
}
footer .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-nav .nav-item {
  width: auto;
  height: auto;
  margin-right: 0.95rem;
}
footer .foot-main .main-top .top-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-top .top-nav .nav-item .item-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent a {
  display: block;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-main .main-top .top-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-top .top-cent {
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-cent .cent-title {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: right;
  color: #fff;
  opacity: 0.6;
}
footer .foot-main .main-top .top-cent .cent-tel {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs36);
  text-align: right;
  color: #005ca5;
}
footer .foot-main .main-top .top-cent .cent-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-top .top-cent .cent-ewm img {
  width: 1.6rem;
  border-radius: 0.05rem;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
footer .foot-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
footer .foot-main .main-cont .cont-share .share-item {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.15rem;
  border-radius: 50%;
  background: #fff;
}
footer .foot-main .main-cont .cont-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.23rem;
  transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -webkit-transform: translate(-49%, -49%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-share .share-item:hover {
  background: #005ca5;
}
footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-link {
  width: 246px;
}
footer .foot-main .main-cont .cont-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  height: 42px;
  font-size: var(--fs14);
  line-height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding: 0 40px 0 26px;
  background-image: url(../images/icon/icon-link-arrow.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
}
footer .foot-main .main-cont .cont-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 42px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a {
  display: block;
  color: #999;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
  color: #005ca5;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
footer .foot-main .main-bottom .bottom-list {
  width: auto;
  height: auto;
  font-size: var(--fs14);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.4);
}
footer .foot-main .main-bottom .bottom-list a {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.4);
}
footer .foot-main .main-bottom .bottom-list a:hover {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-list span {
  margin: 0 0.12rem;
}
footer .foot-main .main-bottom .bottom-zizhi {
  font-size: var(--fs14);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.4);
}
footer .foot-main .main-bottom .bottom-zizhi a {
  color: rgba(255, 255, 255, 0.4);
}
footer .foot-main .main-bottom .bottom-zizhi a:hover {
  color: #fff;
}
footer #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: url(../images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate1 .plate1-main .main-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.container .cont-plate1 .plate1-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-icon {
  width: 0.63rem;
  height: auto;
  margin-right: 0.25rem;
  padding-top: 0.2rem;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-icon img {
  width: 100%;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: 100;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.9rem;
  font-weight: bold;
  color: #005ca5;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
  position: relative;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
  content: '+';
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #005ca5;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
  font-size: var(--fs16);
  color: #333;
}
.container .cont-plate1 .plate1-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.container .cont-plate1 .plate1-main .main-video .video-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.96rem;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate1 .plate1-main .main-video .video-play 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-main .main-video .video-play:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.container .cont-plate1 .plate1-main .main-video:hover .video-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-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  padding: 1.2rem 2.8rem 0.6rem;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-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;
}
.container .cont-plate2 .plate2-main .main-box .box-cent {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7.68rem;
  padding: 1.3rem 1.35rem 0;
}
.container .cont-plate2 .plate2-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-box .box-cent .cent-heng {
  width: 44px;
  height: 3px;
  margin: 0.25rem auto 0.35rem;
  background: #005ca5;
}
.container .cont-plate2 .plate2-main .main-box .box-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-box-on {
  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;
}
.container .cont-plate2 .plate2-box {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-box::after {
  content: '';
  position: absolute;
  top: 1.18rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: dashed 1px rgba(255, 255, 255, 0.2);
}
.container .cont-plate2 .plate2-box .box-swiper {
  position: relative;
  overflow: hidden;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.75rem;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-icon img {
  width: 0.4rem;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-round {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0.3rem auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs12);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-icon {
  border: solid 1px #005ca5;
  background: #005ca5;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-round {
  background: rgba(0, 92, 165, 0.3);
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-round::after {
  background: #005ca5;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-icon {
  border: solid 1px #005ca5;
  background: #005ca5;
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-round {
  background: rgba(0, 92, 165, 0.3);
}
.container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-round::after {
  background: #005ca5;
}
.container .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.6rem 0;
}
.container .cont-plate3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4.68rem;
  height: 7.1rem;
  background: url(../images/plate3-bg.png) no-repeat top left;
  background-size: 100%;
  z-index: -1;
}
.container .cont-plate3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.19rem;
  height: 4.46rem;
  background: url(../images/plate3-bg2.png) no-repeat top left;
  background-size: 100%;
  z-index: -1;
}
.container .cont-plate3 .plate3-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.container .cont-plate3 .plate3-main .main-item:last-of-type {
  margin-bottom: 0;
}
.container .cont-plate3 .plate3-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.container .cont-plate3 .plate3-main .main-item:nth-child(even) .item-cent {
  padding: 0.65rem 0 0 1.3rem;
}
.container .cont-plate3 .plate3-main .main-item .item-cent {
  width: 5.06rem;
  height: auto;
  padding: 0.65rem 1.3rem 0 0;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs42);
  line-height: 0.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-title {
  padding: 0.7rem 0 0 0.3rem;
  font-size: var(--fs48);
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-text {
  padding: 0.25rem 0 0 0.3rem;
  font-size: var(--fs22);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-button {
  width: 0.9rem;
  padding: 0 0 0 0.3rem;
  margin-top: 1.1rem;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-button .button-arrow {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #005ca5 url(../images/icon/icon-arrow.png) no-repeat center center;
  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-item .item-cent .cent-button .button-title {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  color: #666;
  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-item .item-cent .cent-button:hover .button-arrow {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-button:hover .button-title {
  color: #005ca5;
}
.container .cont-plate3 .plate3-main .main-item .item-pic {
  width: 10.3rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-item .item-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-plate3 .plate3-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));
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.8rem;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate4 .plate4-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 4 - 0.21rem);
  height: auto;
  margin-right: 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.22rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-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;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0.24rem;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs22);
  line-height: 0.32rem;
  color: #222;
  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-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  height: 0.6rem;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: rgba(11, 29, 52, 0.68);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0.24rem;
  margin-top: 0.7rem;
  border-top: solid 1px #f0f0f0;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time img {
  display: block;
  width: 17px;
  margin-right: 0.1rem;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: rgba(11, 29, 52, 0.35);
}
.container .cont-plate4 .plate4-main .main-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));
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #005ca5;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background: #005ca5;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 0.45rem;
}
.storage {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.85rem;
}
.storage .storage-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.storage .storage-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.storage .storage-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storage .storage-main .main-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));
}
.storage .storage-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.7rem 1rem 0.35rem;
  background: url(../images/storage-bg.jpg) no-repeat top left;
  background-size: cover;
}
.storage .storage-main .main-top .top-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #222;
}
.storage .storage-main .main-top .top-cent .cent-heng {
  width: 35px;
  height: 2px;
  margin-top: 0.25rem;
  background: #e4e4e4;
}
.storage .storage-main .main-top .top-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.storage .storage-main .main-top .top-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.7rem;
  height: 0.5rem;
  margin-top: 0.55rem;
  border-radius: 0.45rem;
  background: #005ca5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storage .storage-main .main-top .top-cent .cent-button img {
  width: 0.2rem;
}
.storage .storage-main .main-top .top-cent .cent-button span {
  margin-left: 0.12rem;
  font-size: var(--fs18);
  color: #fff;
}
.storage .storage-main .main-top .top-cent .cent-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.storage .storage-main .main-top .top-cent .cent-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.storage .storage-main .main-top .top-cent .cent-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.storage .storage-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.storage .storage-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.26rem);
  height: auto;
  margin-right: 0.39rem;
  margin-bottom: 0.45rem;
}
.storage .storage-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.storage .storage-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 4.86rem;
  background: #f3f5f6;
  overflow: hidden;
}
.storage .storage-main .main-cont .cont-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;
}
.storage .storage-main .main-cont .cont-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #222;
  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;
}
.storage .storage-main .main-cont .cont-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));
}
.storage .storage-main .main-cont .cont-item:hover .item-title {
  color: #005ca5;
}
.power {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.96rem;
}
.power .power-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.power .power-main .main-top .top-pic {
  width: 8.8rem;
  height: auto;
  overflow: hidden;
}
.power .power-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.power .power-main .main-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));
}
.power .power-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding-left: 1rem ;
}
.power .power-main .main-top .top-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #111;
}
.power .power-main .main-top .top-cent .cent-heng {
  width: 35px;
  height: 2px;
  margin-top: 0.25rem;
  background: #e4e4e4;
}
.power .power-main .main-top .top-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.power .power-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.power .power-main .main-cont .cont-item {
  width: calc(100% / 5 - 0.192rem);
  height: 1.8rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  overflow: hidden;
}
.power .power-main .main-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.power .power-main .main-cont .cont-item 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;
}
.power .power-main .main-cont .cont-item: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));
}
.make {
  width: 100%;
  height: auto;
}
.make .make-main {
  padding: 1.2rem 0;
}
.make .make-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.make .make-main .main-pic img {
  width: 100%;
}
.make .make-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.make .make-main .main-box .box-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.make .make-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.make .make-main .main-box .box-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.make .make-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.make .make-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;
}
.make .make-main .main-box .box-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;
}
.make .make-main .main-box .box-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;
}
.make .make-main .main-box .box-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));
}
.make .make-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));
}
.make .make-main .main-box .box-swiper .swiper-pagination {
  width: 100%;
  z-index: 9;
}
.make .make-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.1rem;
  border: solid 2px #fff;
  background: #fff;
  opacity: 1;
}
.make .make-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #005ca5;
}
.make .make-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 1.1rem 0.9rem 0.35rem;
  background: url(../images/make-bg.jpg) no-repeat top left;
  background-size: cover;
}
.make .make-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  line-height: 0.54rem;
  color: #222;
}
.make .make-main .main-box .box-cent .cent-heng {
  width: 35px;
  height: 2px;
  margin-top: 0.25rem;
  background: #e4e4e4;
}
.make .make-main .main-box .box-cent .cent-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.make .make-main .main-box .box-cent .cent-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-icon {
  width: 0.43rem;
  height: auto;
  margin-right: 0.25rem;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-icon img {
  width: 100%;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent {
  width: auto;
  height: auto;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title {
  font-size: var(--fs20);
  font-weight: 100;
  color: #333;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  font-weight: bold;
  color: #005ca5;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title em {
  position: relative;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title em::after {
  content: '+';
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #005ca5;
}
.make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-text {
  font-size: var(--fs16);
  color: #333;
}
.make .make-cont {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #efeff1 url(../images/make-bg2.jpg) no-repeat bottom left;
  background-size: cover;
}
.make .make-cont .cont-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  padding-left: 2.8rem;
}
.make .make-cont .cont-main::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #d9d9d9;
}
.make .make-cont .cont-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.make .make-cont .cont-main .main-swiper .swiper-slide {
  width: 2.6rem;
  height: 3.6rem;
  padding-left: 0.4rem;
  opacity: 0;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
  padding-left: 0.25rem;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.19rem;
  width: 0.2rem;
  height: 1.8rem;
  background: url(../images/icon/icon-make-shu.png) no-repeat left top;
  background-size: 100%;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-round {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 0.15rem;
  margin: -0.075rem 0 0 -0.075rem;
  border-radius: 50%;
  background: #005ca5;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: -0.25rem;
  left: 0.45rem;
  width: 1.8rem;
  height: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  color: #333;
  border-radius: 0.45rem;
  background: #fff;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  z-index: 9;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs28);
  color: #005ca5;
}
.make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  max-height: 1rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
  overflow: auto;
  word-wrap: break-word;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) {
  padding-top: 1.8rem;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box::after {
  background: url(../images/icon/icon-make-shu2.png) no-repeat left top;
  background-size: 100%;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
  top: -0.1rem;
  bottom: auto;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round::after {
  background: #005ca5;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-title {
  top: -0.25rem;
  bottom: auto;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
  position: absolute;
  bottom: 0;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:last-of-type {
  width: 2.6rem;
}
.make .make-cont .cont-main .main-swiper .swiper-slide:last-of-type .slide-box {
  width: 2.2rem;
}
.quality {
  width: 100%;
  height: auto;
}
.quality .quality-top {
  padding: 1.2rem 0;
}
.quality .quality-top .top-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  text-align: center;
}
.quality .quality-top .top-pic img {
  max-width: 100%;
  width: auto;
}
.quality .quality-cont {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.96rem;
  background: #f6f7f9;
}
.quality .quality-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.quality .quality-cont .cont-box .box-item {
  width: calc(100% / 5 - 0.192rem);
  height: auto;
  padding: 0.35rem 0.2rem 0.25rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  background: #fff;
  border-radius: 0.05rem;
}
.quality .quality-cont .cont-box .box-item:nth-child(5n) {
  margin-right: 0;
}
.quality .quality-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: 0.88rem;
  text-align: center;
  line-height: 0.88rem;
}
.quality .quality-cont .cont-box .box-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.quality .quality-cont .cont-box .box-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.news .news-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-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;
}
.news .news-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 1rem 0.5rem;
  background: url(../images/news-bg.jpg) no-repeat top left;
  background-size: cover;
}
.news .news-main .main-top .top-cent .cent-time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs22);
  color: #005ca5;
}
.news .news-main .main-top .top-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 0.42rem;
  color: #333;
  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;
}
.news .news-main .main-top .top-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .top-cent .cent-button {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: #005ca5 url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-button:hover {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news .news-main .main-top:hover .top-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));
}
.news .news-main .main-top:hover .top-cent .cent-title {
  color: #005ca5;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.21rem);
  height: 100%;
  margin-right: 0.28rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  overflow: hidden;
  cursor: pointer;
}
.news .news-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.22rem;
  overflow: hidden;
}
.news .news-main .main-cont .cont-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;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0.24rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs22);
  line-height: 0.32rem;
  color: #222;
  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;
}
.news .news-main .main-cont .cont-item .item-cent .cent-text {
  height: 0.6rem;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: rgba(11, 29, 52, 0.68);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0.24rem;
  margin-top: 0.7rem;
  border-top: solid 1px #f0f0f0;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time img {
  display: block;
  width: 17px;
  margin-right: 0.1rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time span {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: rgba(11, 29, 52, 0.35);
}
.news .news-main .main-cont .cont-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));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #005ca5;
}
.newsDetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.newsDetail .newsDetail-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-hide {
  position: absolute;
  top: 50%;
  right: 72%;
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 0;
  padding-top: 0.15rem;
  text-align: center;
  background: #005ca5;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  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;
}
.newsDetail .newsDetail-hide img {
  width: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-hide p {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #fff;
}
.newsDetail .newsDetail-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.newsDetail .newsDetail-main {
  position: absolute;
  top: 0;
  right: -100%;
  width: 74%;
  height: 100%;
  padding: 1.8rem 2.3rem;
  background: #fff;
  overflow: auto;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  -moz-transition: all 0.5s 0.3s;
  -webkit-transition: all 0.5s 0.3s;
}
.newsDetail .newsDetail-main .main-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #eeeeee;
}
.newsDetail .newsDetail-main .main-top .top-title {
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 0.5rem;
  color: #222;
}
.newsDetail .newsDetail-main .main-top .top-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.35rem 0 0;
}
.newsDetail .newsDetail-main .main-top .top-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs14);
  color: #999;
}
.newsDetail .newsDetail-main .main-top .top-data .data-item img {
  width: auto;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent {
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0.7rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  width: 100%;
  height: auto;
  padding-top: 0.65rem;
  border-top: solid 1px #eeeeee;
}
.newsDetail .newsDetail-main .main-bottom .bottom-link {
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-bottom .bottom-link a {
  font-weight: 100;
}
.newsDetail .newsDetail-main .main-bottom .bottom-link:hover {
  color: #005ca5;
}
.newsDetail .newsDetail-main .main-bottom .bottom-link:hover a {
  color: #005ca5;
}
.newsDetail-on {
  opacity: 1;
  visibility: visible;
}
.newsDetail-on .newsDetail-mask {
  background: rgba(0, 0, 0, 0.5);
}
.newsDetail-on .newsDetail-hide {
  opacity: 1;
}
.newsDetail-on .newsDetail-main {
  right: 0;
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.55rem;
  background: url(../images/about-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.about .about-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  box-shadow: 0px 35px 40px 0px rgba(0, 0, 0, 0.06);
  background: linear-gradient(0deg, #fff, transparent 70%);
}
.about .about-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.15rem 0.95rem 0.35rem;
}
.about .about-main .main-top .top-cent .cent-title {
  font-size: var(--fs40);
  color: #000;
}
.about .about-main .main-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #005ca5;
}
.about .about-main .main-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.about .about-main .main-top .top-video {
  position: relative;
  width: 50%;
  height: auto;
}
.about .about-main .main-top .top-video .video-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-main .main-top .top-video .video-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;
}
.about .about-main .main-top .top-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.96rem;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-main .main-top .top-video .video-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-top .top-video .video-play:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.about .about-main .main-top .top-video:hover .video-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));
}
.about .about-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.about .about-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.about .about-main .main-data .data-item .item-icon {
  width: 0.63rem;
  height: auto;
  margin-right: 0.25rem;
  padding-top: 0.2rem;
}
.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: var(--fs24);
  font-weight: 100;
  color: #333;
}
.about .about-main .main-data .data-item .item-cent .cent-title span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.9rem;
  font-weight: bold;
  color: #005ca5;
}
.about .about-main .main-data .data-item .item-cent .cent-title em {
  position: relative;
}
.about .about-main .main-data .data-item .item-cent .cent-title em::after {
  content: '+';
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #005ca5;
}
.about .about-main .main-data .data-item .item-cent .cent-text {
  font-size: var(--fs16);
  color: #333;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.16rem;
}
.culture .culture-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  overflow: hidden;
}
.culture .culture-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;
}
.culture .culture-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));
}
.culture .culture-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.culture .culture-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  padding: 0.6rem 0.45rem 0.4rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  background: #f7f7f7;
  border-radius: 0.05rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.culture .culture-main .main-cont .cont-item .item-icon {
  width: 0.8rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-cont .cont-item .item-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs28);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.culture .culture-main .main-cont .cont-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.culture .culture-main .main-cont .cont-item:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.culture .culture-main .main-cont .cont-item:hover .item-icon img {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.duty {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.duty .duty-main .main-title {
  margin-top: 0.5rem;
  font-size: var(--fs24);
  text-align: center;
  color: #005ca5;
}
.duty .duty-main .main-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  text-align: center;
  color: #666;
}
.duty .duty-main .main-text img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.duty .duty-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.duty .duty-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;
}
.duty .duty-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));
}
.history {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.history .history-top {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  border-bottom: solid 2px #005ca5;
  overflow: hidden;
}
.history .history-top .swiper-slide {
  width: calc(100% / 6);
  height: auto;
}
.history .history-top .swiper-slide .slide-box {
  position: relative;
  padding-top: 1rem;
  background: url(../images/icon/icon-history-pic.png) no-repeat bottom left;
  background-size: 100%;
  cursor: pointer;
}
.history .history-top .swiper-slide .slide-box p {
  position: absolute;
  bottom: 0.45rem;
  left: 0;
  width: 100%;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-top .swiper-slide-on .slide-box p {
  font-size: var(--fs48);
  color: #005ca5;
}
.history .history-main {
  position: relative;
  margin-top: 1.12rem;
  overflow: hidden;
}
.history .history-main .swiper-slide {
  width: 100%;
  height: auto;
}
.history .history-main .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.history .history-main .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transform: translateX(1rem);
  -o-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s 0.15s;
  -o-transition: all 0.8s 0.15s;
  -moz-transition: all 0.8s 0.15s;
  -webkit-transition: all 0.8s 0.15s;
}
.history .history-main .swiper-slide .slide-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;
}
.history .history-main .swiper-slide .slide-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-main .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.1rem 0 0.9rem 1rem;
  opacity: 0;
  transform: translateX(1rem);
  -o-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s 0.15s;
  -o-transition: all 0.8s 0.15s;
  -moz-transition: all 0.8s 0.15s;
  -webkit-transition: all 0.8s 0.15s;
}
.history .history-main .swiper-slide .slide-box .box-cent .cent-year {
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: 1.8rem;
  background: url(../images/history-bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.history .history-main .swiper-slide .slide-box .box-cent .cent-heng {
  width: 44px;
  height: 2px;
  margin: 0.35rem 0 0.4rem;
  background: #cbcbcb;
}
.history .history-main .swiper-slide .slide-box .box-cent .cent-lump {
  width: 100%;
}
.history .history-main .swiper-slide .slide-box .box-cent .cent-lump .lump-text {
  position: relative;
  padding-left: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.4rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .swiper-slide .slide-box .box-cent .cent-lump .lump-text::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #005ca5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .swiper-slide-active .slide-box .box-pic,
.history .history-main .swiper-slide-active .slide-box .box-cent {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.history .history-main .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.3rem;
  right: 5.58rem;
  width: 1.1rem;
  height: auto;
}
.history .history-main .swiper-button .history-swiper-button-prev,
.history .history-main .swiper-button .history-swiper-button-next {
  position: relative;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: solid 2px #cdcdcd;
  cursor: pointer;
  outline: none;
  z-index: 2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .swiper-button .history-swiper-button-prev img,
.history .history-main .swiper-button .history-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 12px;
  margin: -6px 0 0 -7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .swiper-button .history-swiper-button-prev .img2,
.history .history-main .swiper-button .history-swiper-button-next .img2 {
  opacity: 0;
}
.history .history-main .swiper-button .history-swiper-button-prev:hover,
.history .history-main .swiper-button .history-swiper-button-next:hover {
  background: #005ca5;
  border: solid 2px #005ca5;
}
.history .history-main .swiper-button .history-swiper-button-prev:hover .img1,
.history .history-main .swiper-button .history-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-main .swiper-button .history-swiper-button-prev:hover .img2,
.history .history-main .swiper-button .history-swiper-button-next:hover .img2 {
  opacity: 1;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-top {
  padding: 1.2rem 0 0.7rem;
}
.contact .contact-top .top-main {
  position: relative;
  margin-top: 0.65rem;
}
.contact .contact-top .top-main .main-swiper {
  width: 100%;
  overflow: hidden;
}
.contact .contact-top .top-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
}
.contact .contact-top .top-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
  border-top: solid 6px #f0f3f4;
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 0;
  height: 6px;
  background: #005ca5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.32rem;
  color: #666;
}
.contact .contact-top .top-main .main-swiper .swiper-slide .slide-box:hover::after {
  width: 100%;
}
.contact .contact-top .top-main .top-swiper-button-prev,
.contact .contact-top .top-main .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.46rem;
  height: 0.46rem;
  margin-top: -0.23rem;
  border-radius: 50%;
  border: solid 2px #cdcdcd;
  cursor: pointer;
  outline: none;
  z-index: 2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-top .top-main .top-swiper-button-prev img,
.contact .contact-top .top-main .top-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 12px;
  margin: -6px 0 0 -7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-top .top-main .top-swiper-button-prev .img2,
.contact .contact-top .top-main .top-swiper-button-next .img2 {
  opacity: 0;
}
.contact .contact-top .top-main .top-swiper-button-prev:hover,
.contact .contact-top .top-main .top-swiper-button-next:hover {
  background: #005ca5;
  border: solid 2px #005ca5;
}
.contact .contact-top .top-main .top-swiper-button-prev:hover .img1,
.contact .contact-top .top-main .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.contact .contact-top .top-main .top-swiper-button-prev:hover .img2,
.contact .contact-top .top-main .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.contact .contact-top .top-main .top-swiper-button-prev {
  left: -0.85rem;
}
.contact .contact-top .top-main .top-swiper-button-next {
  right: -0.85rem;
}
.contact .contact-map {
  width: 100%;
  height: 6.4rem;
  overflow: hidden;
}
.contact .contact-main {
  padding: 1.2rem 0 1.4rem;
}
.contact .contact-main .main-text {
  margin-top: 0.3rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.contact .contact-main .main-box .box-pic {
  width: 7.28rem;
  height: 100%;
  overflow: hidden;
}
.contact .contact-main .main-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;
}
.contact .contact-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));
}
.contact .contact-main .main-box .box-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 6.98rem;
  height: 100%;
}
.contact .contact-main .main-box .box-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  border: solid 1px #ebedee;
}
.contact .contact-main .main-box .box-form .form-item .item-icon {
  width: 0.54rem;
  height: auto;
  padding-right: 0.2rem;
  border-right: solid 1px #e6e7e8;
}
.contact .contact-main .main-box .box-form .form-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-box .box-form .form-item input {
  width: calc(100% - 0.54rem);
  height: 0.6rem;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #666;
}
.contact .contact-main .main-box .box-form .form-item input::placeholder {
  color: #abaeb3;
}
.contact .contact-main .main-box .box-form .form-item textarea {
  width: calc(100% - 0.54rem);
  height: 1.58rem;
  padding-left: 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #666;
}
.contact .contact-main .main-box .box-form .form-item textarea::placeholder {
  color: #abaeb3;
}
.contact .contact-main .main-box .box-form .form-item:nth-child(1),
.contact .contact-main .main-box .box-form .form-item:nth-child(2) {
  width: calc(100% / 2 - 0.1rem);
}
.contact .contact-main .main-box .box-form .form-item:nth-child(5) {
  align-items: flex-start;
  padding: 0.15rem 0.2rem;
}
.contact .contact-main .main-box .box-form .form-button {
  position: relative;
  width: 100%;
  height: 0.62rem;
  margin-top: 0.2rem;
  border-radius: 0.05rem;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.62rem;
  color: #fff;
  background: #005ca5;
}
.contact .contact-main .main-box .box-form .form-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact .contact-main .main-box .box-form .form-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.contact .contact-main .main-box .box-form .form-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 42px;
  height: 6px;
  margin-top: 0.3rem;
  background: #005ca5;
  border-radius: 0.45rem;
}
.index-title {
  font-size: var(--fs24);
  text-align: center;
  color: #666;
}
.index-title span {
  position: relative;
}
.index-title span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.27rem;
  width: 0.21rem;
  height: 0.14rem;
  margin-top: -0.07rem;
  background: url(../images/icon/icon-page-title.png) no-repeat center center;
  background-size: 100%;
}
.index-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.27rem;
  width: 0.21rem;
  height: 0.14rem;
  margin-top: -0.07rem;
  background: url(../images/icon/icon-page-title.png) no-repeat center center;
  background-size: 100%;
}
.index-text {
  margin-top: 0.05rem;
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #000;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-title span {
  position: relative;
}
.page-title span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.27rem;
  width: 0.21rem;
  height: 0.14rem;
  margin-top: -0.07rem;
  background: url(../images/icon/icon-page-title.png) no-repeat center center;
  background-size: 100%;
}
.page-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.27rem;
  width: 0.21rem;
  height: 0.14rem;
  margin-top: -0.07rem;
  background: url(../images/icon/icon-page-title.png) no-repeat center center;
  background-size: 100%;
}
