.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: 0.92rem;
  background: rgba(0, 0, 0, 0.2);
  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: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.97rem;
  height: 0.6rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  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-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 {
  position: relative;
  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;
  position: relative;
  width: auto;
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.92rem;
  color: #fff;
}
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: #1160bc;
  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: #fff !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  margin-left: -0.75rem;
  padding: 0.15rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
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: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  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;
  font-size: 0.18rem;
  line-height: 0.34rem;
  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-nav .nav-cont .nav-li .li-list a:hover {
  color: #1160bc;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #1160bc !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::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: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-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-right .right-link a {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 14px;
  color: #fff;
}
nav .nav-main .main-cont .main-right .right-link a:hover {
  color: #1160bc;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 100%;
  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: 100%;
  height: 100%;
  background: url(../images/icon/icon-serach.png) no-repeat center center;
  background-size: 16px;
  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: auto;
  height: 100%;
  margin-left: 0.5rem;
  cursor: pointer;
}
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.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.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.92rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  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(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  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: #1160bc;
}
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::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: 0.92rem;
  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-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-serach2.png) no-repeat center center;
  background-size: 16px;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-active.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-serach2.png) no-repeat center center;
  background-size: 16px;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-active.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow2.png) no-repeat center center;
  background-size: 8px 5px;
}
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: 100vh;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 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: 100%;
  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 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  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-play {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  width: 9rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.68rem;
  line-height: 0.9rem;
  color: #1160bc;
  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-title2 {
  padding-top: 1rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.68rem;
  line-height: 0.9rem;
  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.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-title2 span {
  margin: 0 0.4rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin: 0.3rem 0 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  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-text {
  margin: 0.3rem 0 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.48rem;
  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-slide .slide-box .box-cent2 {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 17.8rem;
  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-cent2 .cent-title {
  width: 7rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.62rem;
  color: #1160bc;
  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-subtitle {
  width: 7rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.48rem;
  color: #1160bc;
  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-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
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-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-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text {
  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 {
  bottom: 0.55rem;
  left: 50%;
  width: 15.36rem;
  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: #f4b519;
  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 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.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: 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-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.4rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.25rem;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-cent .cent-search {
  display: flex;
  justify-content: center;
  width: 40%;
  height: auto;
  margin: 0.5rem auto 0;
}
header .head-banner .banner-cent .cent-search input {
  width: 80%;
  height: 0.55rem;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #666;
  background: #fff;
}
header .head-banner .banner-cent .cent-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 0.55rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
}
header .head-banner .banner-cent .cent-search a img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
header .head-banner .banner-cent .cent-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
header .head-banner .banner-cent .cent-text span {
  padding: 0.02rem 0.08rem;
  margin: 0 0.1rem;
  border: 1px solid #fff;
  border-radius: 0.45rem;
}
header .head-banner .banner-cent2 {
  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-cent2 .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.4rem;
  text-align: left;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-English {
  margin-top: 0.25rem;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: left;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search {
  display: flex;
  justify-content: center;
  width: 40%;
  height: auto;
  margin: 0.5rem auto 0;
}
header .head-banner .banner-cent2 .cent-search input {
  width: 80%;
  height: 0.55rem;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #666;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 0.55rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
}
header .head-banner .banner-cent2 .cent-search a img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
header .head-banner .banner-cent2 .cent-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text span {
  padding: 0.02rem 0.08rem;
  margin: 0 0.1rem;
  border: 1px solid #fff;
  border-radius: 0.45rem;
}
header .head-banner .swiper-mouse {
  position: absolute;
  bottom: 0.4rem;
  right: 1rem;
  width: 23px;
  margin-left: -0.5rem;
  cursor: pointer;
  z-index: 9;
}
header .head-banner .swiper-mouse img {
  position: relative;
  top: 0;
  width: 100%;
  animation: mouse 2s linear infinite;
}
header .head-banner .swiper-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14rem;
  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-cont .cont-title {
  font-size: 0.48rem;
  line-height: 0.76rem;
  color: #fff;
}
header .head-banner .swiper-cont .cont-button {
  display: block;
  width: 250px;
  margin-top: 60px;
  padding: 0.15rem;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
header .head-banner .swiper-cont .cont-button:hover {
  background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
  color: #fff;
  border: 1px solid transparent;
}
header .head-banner .swiper-cont .swiper-button {
  display: flex;
  justify-content: space-between;
  width: 1.55rem;
  height: auto;
  margin-top: 2rem;
}
header .head-banner .swiper-cont .swiper-button .banner-swiper-button-prev,
header .head-banner .swiper-cont .swiper-button .banner-swiper-button-next {
  width: 0.66rem;
  height: 0.66rem;
  cursor: pointer;
  outline: none;
}
header .head-banner .swiper-cont .swiper-button .banner-swiper-button-prev img,
header .head-banner .swiper-cont .swiper-button .banner-swiper-button-next img {
  width: 100%;
}
header .head-banner .banner-video {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .banner-video .video-pic {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .banner-video .video-pic img {
  width: 100%;
}
header .head-banner .banner-video .video-pic .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-video .video-pic .video-icon img {
  width: 100%;
}
header .head-banner .banner-video .video-pic .video-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 1px #fff;
  animation: wid 3s infinite linear;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-video .video-pic .video-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 1px #fff;
  animation: wid 3s 1.5s infinite linear;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-video .video-pic .video-icon:hover {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
header .head-banner .banner-video .video-box {
  display: none;
  width: 100%;
  height: auto;
  font-size: 0;
}
header .head-banner .banner-video .video-box video {
  width: 100%;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-size: 0.2rem;
  line-height: 0.7rem;
  z-index: 9;
  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-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-left .left-list:hover {
  background: linear-gradient(-90deg, #014fb9, #0d8ef1);
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #fff;
}
header .head-strip .strip-box .box-left .left-list-active {
  background: linear-gradient(-90deg, #014fb9, #0d8ef1);
}
header .head-strip .strip-box .box-left .left-list-active a {
  color: #fff;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 28%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: 15px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 0.2rem;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #1160bc;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 3px;
  margin: -0.04rem 0.1rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #1160bc;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: url(../images/foot-bg.jpg) no-repeat top left;
  background-size: cover;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.1rem 0 0;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.56rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.16rem;
  color: #333;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #1160bc;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-link {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #7f7f7f;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-link:hover {
  color: #1160bc;
}
footer .foot-main .main-cent {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}
footer .foot-main .main-cent .cent-ewm {
  width: 1.2rem;
  height: auto;
}
footer .foot-main .main-cent .cent-ewm img {
  width: 100%;
}
footer .foot-main .main-cent .cent-list {
  width: auto;
  margin-top: 0.45rem;
}
footer .foot-main .main-cent .cent-list .list-title {
  font-size: 0.14rem;
  text-align: right;
  color: #7f7f7f;
}
footer .foot-main .main-cent .cent-list .list-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  color: transparent;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  background-clip: text;
  -webkit-background-clip: text;
}
footer .foot-main .main-cent .cent-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-top: 0.45rem;
}
footer .foot-main .main-cent .cent-share .share-item {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-cent .cent-share .share-item img {
  width: 0.2rem;
}
footer .foot-main .main-cent .cent-share .share-item:nth-child(1):hover {
  box-shadow: 4px 9px 18px 0px rgba(51, 227, 138, 0.3);
}
footer .foot-main .main-cent .cent-share .share-item:nth-child(2):hover {
  box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.3);
}
footer .foot-main .main-cent .cent-share .share-item:nth-child(3):hover {
  box-shadow: 4px 9px 18px 0px rgba(255, 156, 0, 0.3);
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 15.36rem;
  height: auto;
  margin: 0.25rem auto 0;
  padding: 0 0 0.8rem;
}
footer .foot-bottom .bottom-cent {
  width: auto;
}
footer .foot-bottom .bottom-cent .cent-link {
  width: auto;
}
footer .foot-bottom .bottom-cent .cent-link a {
  display: inline-block;
  margin-right: 0.24rem;
  font-size: 0.14rem;
  color: #7f7f7f;
}
footer .foot-bottom .bottom-cent .cent-link a:hover {
  color: #1160bc;
}
footer .foot-bottom .bottom-cent .cent-zizhi {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #7f7f7f;
}
footer .foot-bottom .bottom-cent .cent-zizhi a {
  color: #7f7f7f;
}
footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
  color: #1160bc;
}
footer .foot-bottom .bottom-link {
  position: relative;
  width: 2.6rem;
  height: 0.5rem;
  padding-left: 0.15rem;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 0.5rem;
  background: url(../images/icon/icon-foot-arrow.png) no-repeat 92% center;
  background-size: 10px;
  border: solid 1px #dcdcdc;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-link .link-hidden {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding-left: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-link .link-hidden a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  color: #666;
  line-height: 0.5rem;
}
footer .foot-bottom .bottom-link .link-hidden a:hover {
  text-decoration: underline;
  color: #1160bc;
}
footer .foot-bottom .bottom-link:hover .link-hidden {
  opacity: 1;
  visibility: visible;
}
.container {
  width: 100%;
  height: auto;
  overflow: visible;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.8rem 0 1.9rem;
  background: url(../images/plate1-bg.png) no-repeat top left;
  background-size: auto 100%;
  overflow: hidden;
}
.container .cont-plate1 .plate1-mian {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-mian .main-pic {
  width: 6.5rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-mian .main-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;
}
.container .cont-plate1 .plate1-mian .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-plate1 .plate1-mian .main-cent {
  width: 8.86rem;
  height: auto;
  padding-left: 1.18rem;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #1160bc;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-title {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.3rem;
  color: #333;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-pic {
  display: none;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-icon {
  width: 0.53rem;
  height: auto;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-icon img {
  width: 100%;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #666;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.4rem;
  color: #1160bc;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num em {
  position: relative;
  padding-left: 0.2rem;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  color: #1160bc;
}
.container .cont-plate1 .plate1-mian .main-cent .cent-data .data-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #666;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}
.container .cont-plate2 .plate2-top .top-item {
  width: 50%;
  height: 1.05rem;
  padding: 0 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.3rem;
  text-align: center;
  line-height: 1.05rem;
  background: #f0f0f0;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-item:hover {
  width: 65%;
  color: #fff;
  background: linear-gradient(90deg, #0e6eb8, #014fb9);
}
.container .cont-plate2 .plate2-main {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-item {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-item .item-pc-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-item .item-pc-pic img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-item .item-web-pic {
  display: none;
}
.container .cont-plate2 .plate2-main .main-item .item-cent {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40%;
  height: auto;
  padding-left: 10%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 1rem;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  border-radius: 0.45rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-button img {
  width: 0.16rem;
  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-item .item-cent .cent-button:hover {
  background: linear-gradient(90deg, #014fb9, #0e6eb8);
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-button:hover img {
  margin-left: 0.08rem;
}
.container .cont-plate2 .plate2-main .main-item:nth-child(even) .item-cent {
  right: 0;
  left: auto;
  padding-left: 0;
  padding-right: 10%;
}
.container .cont-plate2 .plate2-title {
  margin: 0.4rem 0 0.35rem;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}
.container .cont-plate2 .plate2-title span {
  position: relative;
  padding-bottom: 0.15rem;
}
.container .cont-plate2 .plate2-title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1160bc;
}
.container .cont-plate2 .plate2-cont {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-cont .cont-item {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40%;
  height: auto;
  padding-left: 10%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  color: #333;
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 1rem;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  border-radius: 0.45rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button img {
  width: 0.16rem;
  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-cont .cont-item .item-cent .cent-button:hover {
  background: linear-gradient(90deg, #014fb9, #0e6eb8);
}
.container .cont-plate2 .plate2-cont .cont-item .item-cent .cent-button:hover img {
  margin-left: 0.08rem;
}
.container .cont-plate2 .plate2-cont .cont-item .item-pc-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-cont .cont-item .item-pc-pic img {
  width: 100%;
}
.container .cont-plate2 .plate2-cont .cont-item .item-web-pic {
  display: none;
}
.container .cont-plate2 .plate2-cont .cont-item:nth-child(odd) .item-cent {
  right: 0;
  left: auto;
  padding-left: 0;
  padding-right: 10%;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
}
.container .cont-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #1160bc;
}
.container .cont-plate3 .plate3-top .top-cent .cent-title {
  margin-top: 0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.3rem;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.45rem;
  border: solid 2px #1160bc;
}
.container .cont-plate3 .plate3-top .top-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #1160bc;
}
.container .cont-plate3 .plate3-top .top-button em {
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow-active.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;
}
.container .cont-plate3 .plate3-top .top-button:hover {
  background: #1160bc;
}
.container .cont-plate3 .plate3-top .top-button:hover span {
  color: #fff;
}
.container .cont-plate3 .plate3-top .top-button:hover em {
  margin-left: 0.08rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main {
  width: 15.36rem;
  height: auto;
  margin: 0.75rem auto 0;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide {
  width: calc(100% / 3 - 0.68rem);
  height: auto;
  margin-right: 1.02rem;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .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-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0.1rem;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
  height: 0.8rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.26rem;
  line-height: 0.4rem;
  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;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-time {
  margin: 0.15rem 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  color: #c9c9c9;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.4rem;
  border-radius: 0.45rem;
  border: solid 2px #21295a;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 6px 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button:hover {
  border: solid 2px #f4b519;
  background: #f4b519 url(../images/icon/icon-button-arrow2-active.png) no-repeat center center;
  background-size: 6px 9px;
}
.container .cont-plate3 .plate3-main .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-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #1160bc;
}
.container .cont-plate4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0.74rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-item {
  position: relative;
  width: 50%;
  height: auto;
}
.container .cont-plate4 .plate4-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-item .item-pic img {
  width: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate4 .plate4-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 1.1rem;
}
.container .cont-plate4 .plate4-item .item-cent .cent-icon {
  width: 0.81rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate4 .plate4-item .item-cent .cent-title {
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate4 .plate4-item .item-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.container .cont-plate4 .plate4-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin: 0.55rem auto 0;
  border-radius: 0.45rem;
  border: solid 2px #fff;
}
.container .cont-plate4 .plate4-item .item-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate4 .plate4-item .item-cent .cent-button em {
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-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;
}
.container .cont-plate4 .plate4-item .item-cent .cent-button:hover {
  background: #f4b519;
  border: solid 2px #f4b519;
}
.container .cont-plate4 .plate4-item .item-cent .cent-button:hover span {
  color: #fff;
}
.container .cont-plate4 .plate4-item .item-cent .cent-button:hover em {
  margin-left: 0.08rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate4 .plate4-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));
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.05rem;
}
.about .about-plate1 .plate1-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.about .about-plate1 .plate1-top .top-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.about .about-plate1 .plate1-top .top-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 53%;
  height: auto;
  padding-left: 10%;
}
.about .about-plate1 .plate1-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.48rem;
  color: #333;
}
.about .about-plate1 .plate1-main .main-cent .cent-English {
  width: 4.5rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.6rem;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(-90deg, #ffa721, #eee63a);
  background-clip: text;
  -webkit-background-clip: text;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  width: 7.68rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.about .about-plate1 .plate1-main .main-cent .cent-data {
  display: flex;
  justify-content: space-between;
  width: 7.68rem;
  height: auto;
  margin-top: 0.7rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item {
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon {
  width: 0.53rem;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-icon img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.4rem;
  color: #1160bc;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em {
  position: relative;
  padding-left: 0.2rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  color: #1160bc;
}
.about .about-plate1 .plate1-main .main-cent .cent-data .data-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #666;
}
.about .about-plate1 .plate1-main .cent-pic {
  width: 41.7%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .cent-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-plate1 .plate1-main .cent-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));
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.45rem 0 2.2rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about .about-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-heng {
  width: 36px;
  height: 5px;
  margin: 0.3rem auto 0;
  background: #1160bc;
}
.about .about-plate2 .plate2-main .main-data {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about .about-plate2 .plate2-main .main-data .data-item {
  width: auto;
  height: auto;
  margin: 0 0.86rem;
}
.about .about-plate2 .plate2-main .main-data .data-item .item-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  text-align: center;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-data .data-item .item-num em {
  position: relative;
}
.about .about-plate2 .plate2-main .main-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: 0rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.32rem;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-data .data-item .item-title {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.about .about-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.45rem;
}
.about .about-plate3 .plate3-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #333333;
}
.about .about-plate3 .plate3-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  text-align: center;
  color: #d6d6d6;
}
.about .about-plate3 .plate3-heng {
  width: 36px;
  height: 5px;
  margin: 0.3rem auto 0;
  background: #1160bc;
}
.about .about-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.about .about-plate3 .plate3-main .main-item {
  width: calc(100% / 4 - 0.375rem);
  height: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.78rem;
  padding: 0.32rem 0.16rem 0.45rem;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.about .about-plate3 .plate3-main .main-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-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;
}
.about .about-plate3 .plate3-main .main-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.76rem;
  height: 0.76rem;
  margin: -0.38rem 0 0 -0.38rem;
  background: rgba(17, 96, 188, 0.8) url(../images/icon/icon-serach.png) no-repeat center center;
  background-size: 16px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-item .item-title {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-main .main-item:hover {
  background: #fff;
  box-shadow: 0 0 0.29rem 0 rgba(0, 0, 0, 0.1);
}
.about .about-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));
}
.about .about-plate3 .plate3-main .main-item:hover .item-pic::after {
  opacity: 1;
}
.about .about-plate3 .plate3-load {
  display: block;
  width: 0.48rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-load img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-load:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.culture {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.6rem;
}
.culture .culture-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-cont {
  width: 100%;
  height: auto;
}
.culture .culture-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.culture .culture-main .main-cont .cont-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.culture .culture-main .main-cont .cont-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.culture .culture-main .main-cont .cont-item {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding: 1.2rem 1.48rem 1.68rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture .culture-main .main-cont .cont-item .item-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  background-clip: text;
  -webkit-background-clip: text;
}
.culture .culture-main .main-cont .cont-item .item-title {
  font-size: 0.36rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  color: #fff;
}
.culture .culture-main .main-cont .cont-item .item-text {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 0.3rem;
  color: #fff;
}
.culture .culture-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.culture .culture-main .main-box .box-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.1));
  background-clip: text;
  -webkit-background-clip: text;
}
.culture .culture-main .main-box .box-title {
  margin-top: -0.05rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #333;
}
.culture .culture-main .main-box .box-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.culture .culture-main .main-box .box-cont .cont-item {
  width: calc(100% / 3 - 0.34rem);
  height: auto;
  padding: 0.7rem 1.2rem 0.9rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-box .box-cont .cont-item .item-icon {
  position: relative;
  width: 0.61rem;
  height: 0.6rem;
  margin: 0 auto;
}
.culture .culture-main .main-box .box-cont .cont-item .item-icon 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;
}
.culture .culture-main .main-box .box-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.culture .culture-main .main-box .box-cont .cont-item .item-title {
  margin-top: 0.42rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 0.3rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-box .box-cont .cont-item .item-text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-box .box-cont .cont-item:hover {
  background: linear-gradient(0deg, #014fb9, #0d8ef1);
}
.culture .culture-main .main-box .box-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.culture .culture-main .main-box .box-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.culture .culture-main .main-box .box-cont .cont-item:hover .item-title {
  color: #fff;
}
.culture .culture-main .main-box .box-cont .cont-item:hover .item-text {
  color: #fff;
}
.product {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.3rem;
}
.product .product-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product .product-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.product .product-top .top-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.product .product-top .top-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.product .product-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.product .product-main .main-item {
  position: relative;
  width: calc(100% / 4);
  height: auto;
}
.product .product-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-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;
}
.product .product-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.68rem 0.5rem 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.product .product-main .main-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  overflow: hidden;
}
.product .product-main .main-item .item-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.product .product-main .main-item .item-cent .cent-button img {
  width: 0.16rem;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-item .item-cent .cent-button:hover {
  border: solid 2px #1160bc;
  background: #1160bc;
}
.product .product-main .main-item .item-cent .cent-button:hover img {
  margin-left: 0.08rem;
}
.product .product-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));
}
.product .product-main .main-item:hover .item-cent {
  opacity: 1;
}
.productDetail {
  width: 100%;
  height: auto;
  margin-top: 0.92rem;
}
.productDetail .productDetail-top {
  width: 100%;
  height: 0.9rem;
  background: #f9f9f9;
}
.productDetail .productDetail-top .top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
.productDetail .productDetail-top .top-main .main-title {
  width: auto;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.24rem;
  color: #333;
}
.productDetail .productDetail-top .top-main .main-list {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
.productDetail .productDetail-top .top-main .main-list .list-item {
  position: relative;
  height: 100%;
  margin-left: 0.8rem;
  font-size: 0.16rem;
  line-height: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-main .main-list .list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1160bc;
  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;
}
.productDetail .productDetail-top .top-main .main-list .list-item:hover {
  color: #1160bc;
}
.productDetail .productDetail-top .top-main .main-list .list-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));
}
.productDetail .productDetail-top .top-main .main-list .list-item-active {
  color: #1160bc;
}
.productDetail .productDetail-top .top-main .main-list .list-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));
}
.productDetail .productDetail-cont {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.productDetail .productDetail-cont .cont-pic {
  width: 50%;
  height: auto;
  padding-right: 0.18rem;
  overflow: hidden;
}
.productDetail .productDetail-cont .cont-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;
}
.productDetail .productDetail-cont .cont-cent {
  width: 50%;
  height: auto;
}
.productDetail .productDetail-cont .cont-cent .cent-top {
  width: 100%;
  height: auto;
  padding-left: 1.1rem;
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  font-size: 0.36rem;
  color: #333;
  border-bottom: solid 1px #cccccc;
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-subtitle {
  margin-top: 0.55rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-text {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-button {
  display: block;
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-button:hover {
  background: linear-gradient(90deg, #014fb9, #0e6eb8);
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-title2 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #1160bc;
}
.productDetail .productDetail-cont .cont-cent .cent-top .top-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  color: #1160bc;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.38rem;
  margin-top: 1.1rem;
  z-index: 0;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  border: solid 1px #f0f0f0;
  cursor: pointer;
  overflow: hidden;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper .swiper-slide .slide-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));
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev,
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev img,
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next 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;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev .img2,
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev:hover .img1,
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev:hover .img2,
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-prev {
  left: 0;
}
.productDetail .productDetail-cont .cont-cent .cent-bottom .bottom-swiper-button-next {
  right: 0;
}
.productDetail .productDetail-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0 1.75rem;
  border-top: solid 1px #cccccc;
}
.productDetail .productDetail-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 0.58rem;
}
.productDetail .productDetail-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.productDetail .productDetail-main .main-cent .cent-text {
  margin-top: 0.48rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-main .main-pic {
  width: 50%;
  height: auto;
}
.productDetail .productDetail-main .main-pic img {
  width: 100%;
}
.solution {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 2rem;
}
.solution .solution-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.solution .solution-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.solution .solution-main .main-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.solution .solution-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.solution .solution-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.solution .solution-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.solution .solution-main .main-cont .cont-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-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;
}
.solution .solution-main .main-cont .cont-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));
}
.solution .solution-main .main-cont .cont-item .item-cent {
  width: 50%;
  height: auto;
  padding: 1.2rem 1.05rem 0.5rem 1.2rem;
  background: #fff;
  box-shadow: 1px 15px 40px 0px rgba(0, 0, 0, 0.15);
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-heng {
  width: 32px;
  height: 2px;
  margin-top: 0.25rem;
  background: #1160bc;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-text {
  height: 1.2rem;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border-radius: 0.45rem;
  border: solid 2px #dadada;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #666;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button em {
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow3.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;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button img {
  width: 0.16rem;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover {
  border: none;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover span {
  color: #fff;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button:hover em {
  background: url(../images/icon/icon-button-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;
}
.solution .solution-main .main-cont .cont-item:nth-child(even) {
  flex-direction: row-reverse;
}
.solution .solution-main .main-cont .cont-item:last-of-type {
  margin-bottom: 0;
}
.solutionDetail {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.55rem;
  background: #f4f4f4;
}
.solutionDetail .solutionDetail-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetail .solutionDetail-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #000;
}
.solutionDetail .solutionDetail-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem auto 0;
  background: #1160bc;
}
.solutionDetail .solutionDetail-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.76rem;
  padding: 0.9rem 1.45rem 1.25rem;
  background: #fff;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-subtitle {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.2rem;
  text-align: center;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump .lump-pic {
  width: 5.3rem;
  height: auto;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-lump .lump-cent {
  width: calc(100% - 5.3rem);
  padding-left: 0.5rem;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic,
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 {
  height: auto;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic img,
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 img {
  width: 100%;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic .item-title,
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 .item-title {
  margin-top: 0.15rem;
  text-align: center;
  color: #999;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic {
  width: 65%;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-item .item-pic2 {
  width: 35%;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box .box-center {
  text-align: center;
}
.solutionDetail .solutionDetail-main .main-cont .cont-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.solutionDetail .solutionDetail-main .main-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.7rem;
  margin: 1rem auto 0;
  background: #1160bc;
}
.solutionDetail .solutionDetail-main .main-cont .cont-button span {
  font-size: 0.14rem;
  color: #fff;
}
.solutionDetail .solutionDetail-main .main-cont .cont-button img {
  width: 0.17rem;
  margin-left: 0.12rem;
}
.solutionDetail .solutionDetail-main .main-cont .cont-button:hover {
  background: #f4b519;
}
.news {
  width: 100%;
  height: auto;
  padding: 0 0 1.4rem;
}
.news .news-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.news .news-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.news .news-top .top-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.news .news-top .top-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.news .news-cont {
  width: 100%;
  height: auto;
  padding: 0.68rem 0;
  background: #f6f6f6;
}
.news .news-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-cont .cont-box .box-pic {
  width: calc(50% - 0.68rem);
  height: auto;
  overflow: hidden;
}
.news .news-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;
}
.news .news-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));
}
.news .news-cont .cont-box .box-cent {
  width: 50%;
  height: auto;
}
.news .news-cont .cont-box .box-cent .cent-time {
  position: relative;
  width: 100%;
  padding-right: 0.4rem;
  margin-top: -0.3rem;
  text-align: right;
}
.news .news-cont .cont-box .box-cent .cent-time span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #1160bc;
}
.news .news-cont .cont-box .box-cent .cent-time b {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  width: 0.62rem;
  height: 1px;
  margin-top: -0.2rem;
  background: #999;
  transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
}
.news .news-cont .cont-box .box-cent .cent-time em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  color: #c9c9c9;
}
.news .news-cont .cont-box .box-cent .cent-title {
  padding-right: 1.2rem;
  margin-top: 0.35rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.32rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-cont .cont-box .box-cent .cent-text {
  padding-right: 1.2rem;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-box .box-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.55rem;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  border-radius: 0.45rem;
  overflow: hidden;
}
.news .news-cont .cont-box .box-cent .cent-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.news .news-cont .cont-box .box-cent .cent-button img {
  width: 0.16rem;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-box .box-cent .cent-button:hover {
  background: linear-gradient(90deg, #014fb9, #0e6eb8);
}
.news .news-cont .cont-box .box-cent .cent-button:hover img {
  margin-left: 0.08rem;
}
.news .news-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  padding: 0.98rem 0 0;
  margin: 0 auto;
}
.news .news-main .main-item {
  width: calc(100% / 3 - 0.68rem);
  height: auto;
  margin-right: 1.02rem;
  margin-bottom: 1rem;
}
.news .news-main .main-item .item-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.42rem;
}
.news .news-main .main-item .item-cent .cent-title {
  height: 0.8rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  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-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  color: #c9c9c9;
}
.news .news-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-item .item-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.4rem;
  border-radius: 0.45rem;
  border: solid 2px #21295a;
  background: url(../images/icon/icon-button-arrow5.png) no-repeat center center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-button:hover {
  border: solid 2px #f4b519;
  background: #f4b519 url(../images/icon/icon-button-arrow5-active.png) no-repeat center center;
}
.news .news-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-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));
}
.news .news-main .main-item:hover .item-cent .cent-title {
  color: #1160bc;
}
.newsDetailed {
  width: 100%;
  height: auto;
  overflow: visible;
}
.newsDetailed .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.82rem 0 0.65rem;
  background: #fff;
  border-bottom: solid 1px #f0f0f0;
}
.newsDetailed .newsDetails-top .top-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetailed .newsDetails-top .top-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.32rem;
  text-align: center;
  color: #404040;
}
.newsDetailed .newsDetails-top .top-main .main-time {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.2rem;
  text-align: center;
  color: #ccc;
}
.newsDetailed .newsDetails-top .top-main .main-time img {
  width: 0.16rem;
  margin-right: 0.08rem;
  margin-top: -0.04rem;
}
.newsDetailed .newsDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #eeeeee;
}
.newsDetailed .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  border-top: solid 1px #f0f0f0;
}
.newsDetailed .newsDetails-main .main-box .box-share {
  width: 1.5rem;
  height: 100%;
  z-index: 9;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  border-top: solid 3px #1160bc;
  background: #fafafa;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 0.16rem;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item img {
  width: 0.3rem;
  margin-right: 0.15rem;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 0.14rem;
  color: #fff;
  background: #1160bc;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 0.17rem;
  margin-left: 0.12rem;
}
.newsDetailed .newsDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 0.97rem;
}
.newsDetailed .newsDetails-main .main-box .box-cent {
  width: 10.76rem;
  height: auto;
  padding: 0.7rem 0.6rem 1rem;
  background: #fff;
}
.newsDetailed .newsDetails-main .main-box .box-cent .cent-title {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.newsDetailed .newsDetails-main .main-box .box-cent .cent-title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.newsDetailed .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666666;
}
.newsDetailed .newsDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetailed .newsDetails-main .main-box .box-cent .cent-box p {
  text-align: center;
}
.newsDetailed .newsDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
  width: 100%;
  height: 48px;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: 14px;
  line-height: 46px;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
  border-radius: 0.45rem;
  border: solid 1px transparent;
  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;
}
.newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title span {
  margin-left: 0.15rem;
  font-weight: 300;
  color: #666;
}
.newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
  background: transparent;
  border: solid 1px #1160bc;
}
.newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover span {
  color: #1160bc;
}
.newsDetailed .newsDetails-main .main-box .box-list {
  width: 3.1rem;
  height: auto;
  padding: 0.5rem 0.3rem 0 0.4rem;
  border-top: solid 4px #1160bc;
  background: #eeeeee;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.4rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 18px;
  color: #1160bc;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-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;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.32rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-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));
}
.newsDetailed .newsDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #1160bc;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.7rem;
  background: linear-gradient(-90deg, #014fb9, #0e6eb8);
  border-radius: 0.45rem;
  overflow: hidden;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-button span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-button img {
  width: 0.16rem;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetailed .newsDetails-main .main-box .box-list .list-button:hover {
  background: linear-gradient(90deg, #014fb9, #0e6eb8);
}
.newsDetailed .newsDetails-main .main-box .box-list .list-button:hover img {
  margin-left: 0.08rem;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .cont-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.35rem;
}
.contact .cont-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.contact .cont-top .top-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.contact .cont-top .top-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.contact .cont-top .top-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .cont-top .top-cont .cont-cent {
  width: 50%;
  height: auto;
}
.contact .cont-top .top-cont .cont-cent .cent-title {
  margin-bottom: 0.7rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.3rem;
  color: #333;
}
.contact .cont-top .top-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-icon {
  width: 0.66rem;
  height: 0.66rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
  border: solid 2px #e6e6e6;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-icon img {
  width: 0.3rem;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-lump {
  width: calc(100% - 0.66rem);
  height: auto;
  padding-left: 0.4rem;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-title {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #999;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-tel {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #1160bc;
}
.contact .cont-top .top-cont .cont-cent .cent-item .item-lump .lump-text {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #333;
}
.contact .cont-top .top-cont .cont-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .cont-top .top-cont .cont-pic img {
  width: 100%;
}
.contact .contact-main {
  width: 100%;
  height: auto;
  padding: 0.85rem 0;
  background: url(../images/contact/bg.jpg) no-repeat top left;
  background-size: cover;
}
.contact .contact-main .main-box {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-box .box-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.contact .contact-main .main-box .box-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.contact .contact-main .main-box .box-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.contact .contact-main .main-box .box-cont {
  display: flex;
  justify-content: space-between;
  width: 13.1rem;
  height: auto;
  margin: 0.75rem auto 0;
}
.contact .contact-main .main-box .box-cont .cont-left {
  width: 5.42rem;
  height: auto;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item .item-title {
  width: 1rem;
  height: auto;
  font-size: 0.16rem;
  color: #333;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item .item-title em {
  font-size: 0.18rem;
  color: #ff2100;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item input {
  width: calc(100% - 1rem);
  height: 100%;
  font-size: 14px;
  color: #666;
}
.contact .contact-main .main-box .box-cont .cont-left .left-item input::placeholder {
  color: #ccc;
}
.contact .contact-main .main-box .box-cont .cont-right {
  width: 7.26rem;
  height: auto;
}
.contact .contact-main .main-box .box-cont .cont-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-main .main-box .box-cont .cont-right .right-item .item-title {
  width: 1rem;
  height: auto;
  font-size: 0.16rem;
  color: #333;
}
.contact .contact-main .main-box .box-cont .cont-right .right-item .item-title em {
  font-size: 0.18rem;
  color: #ff2100;
}
.contact .contact-main .main-box .box-cont .cont-right .right-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-main .main-box .box-cont .cont-right .right-item select {
  width: 1.28rem;
  height: 0.49rem;
  margin-left: 0.48rem;
  padding: 0 0.35rem 0 0.2rem;
  font-size: 0.16rem;
  color: #333;
  border: solid 1px #e6e6e6;
  background: url(../images/icon/icon-contact-arrow.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent {
  width: 100%;
  height: 2.91rem;
  padding: 0.15rem;
  margin-bottom: 0.32rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  color: #333;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title em {
  font-size: 0.18rem;
  color: #ff2100;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent textarea {
  width: 100%;
  height: 2.1rem;
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 14px;
  color: #666;
}
.contact .contact-main .main-box .box-cont .cont-right .right-cent textarea::placeholder {
  color: #ccc;
}
.contact .contact-main .main-box .box-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-main .main-box .box-button .button {
  width: 1.5rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #1160bc;
}
.contact .contact-main .main-box .box-button .button:hover {
  background: #f4b519 !important;
}
.contact .contact-main .main-box .box-button .button:last-of-type {
  background: #b9b9b9;
}
.contact .contact-bottom {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.35rem;
}
.contact .contact-bottom .bottom-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.contact .contact-bottom .bottom-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.contact .contact-bottom .bottom-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.contact .contact-bottom .bottom-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-bottom .bottom-cont .cont-cent {
  width: 50%;
  height: auto;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-title {
  margin-bottom: 0.7rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.3rem;
  color: #333;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-icon {
  width: 0.66rem;
  height: 0.66rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
  border: solid 2px #e6e6e6;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-icon img {
  width: 0.3rem;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump {
  width: calc(100% - 0.66rem);
  height: auto;
  padding-left: 0.4rem;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-title {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #999;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-tel {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #1160bc;
}
.contact .contact-bottom .bottom-cont .cont-cent .cent-item .item-lump .lump-text {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #333;
}
.history {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.45rem;
}
.history .history-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #333;
}
.history .history-main .main-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.history .history-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #1160bc;
}
.history .history-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0;
  padding: 0 0.5rem;
  background: url(../images/history/bg.png) no-repeat center left;
  background-size: 100%;
}
.history .history-main .main-cont .cont-heng {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background: #3391ff;
}
.history .history-main .main-cont .cont-heng::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: radial-gradient(rgba(255, 255, 255, 0.9) 10%, transparent);
  opacity: 0;
  animation: history2 5s 1.5s infinite linear;
}
.history .history-main .main-cont .cont-heng::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: radial-gradient(rgba(255, 255, 255, 0.9) 10%, transparent);
  animation: history2 5s infinite linear;
}
.history .history-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.history .history-main .main-cont .cont-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: 8rem;
  padding-right: 0.1rem;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-item {
  width: 50%;
  height: 100%;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:first-of-type .slide-box::after,
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:first-of-type .slide-box::before {
  display: none;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:last-of-type .slide-cont::after,
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-item:last-of-type .slide-cont::before {
  display: none;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 4rem;
  position: relative;
  width: 100%;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: -0.15rem;
  left: -0.1rem;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/icon/icon-history-drop.png);
  background-size: 100%;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  bottom: 0.15rem;
  left: 0.34rem;
  width: 1.44rem;
  height: 0;
  background: url(../images/icon/icon-history-pic1-active.png) no-repeat bottom left;
  background-size: 1.44rem auto;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-year {
  padding-left: 0.1rem;
  padding-bottom: 0.35rem;
  font-size: 0.14rem;
  color: #999;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-year span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  font-weight: bold;
  color: #1160bc;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent {
  max-height: 3rem;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  overflow: auto;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent .cent-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box .cont-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.12rem;
  left: 0.03rem;
  width: 0.12rem;
  height: 0.12rem;
  border: solid 3px #1160bc;
  box-sizing: border-box;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-box:hover::before {
  height: 0.96rem;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont {
  position: relative;
  width: 100%;
  height: 4rem;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/icon/icon-history-drop.png);
  background-size: 100%;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  left: 0.39rem;
  width: 1.44rem;
  height: 0;
  background: url(../images/icon/icon-history-pic2-active.png) no-repeat top left;
  background-size: 100% auto;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-year {
  padding-left: 0.1rem;
  padding-top: 0.45rem;
  font-size: 0.14rem;
  color: #999;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-year span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  font-weight: bold;
  color: #1160bc;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent {
  width: 100%;
  height: 3rem;
  margin-top: 0.35rem;
  overflow: auto;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent .cent-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont .cont-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.12rem;
  left: 0.03rem;
  width: 0.12rem;
  height: 0.12rem;
  border: solid 3px #1160bc;
  box-sizing: border-box;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.history .history-main .main-cont .cont-swiper .swiper-slide .slide-cont:hover::before {
  height: 0.95rem;
}
.history .history-main .main-cont .history-swiper-button-prev,
.history .history-main .main-cont .history-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.46rem;
  height: 0.46rem;
  margin-top: -0.23rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  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-main .main-cont .history-swiper-button-prev img,
.history .history-main .main-cont .history-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  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-main .main-cont .history-swiper-button-prev .img2,
.history .history-main .main-cont .history-swiper-button-next .img2 {
  opacity: 0;
}
.history .history-main .main-cont .history-swiper-button-prev:hover,
.history .history-main .main-cont .history-swiper-button-next:hover {
  background: linear-gradient(-90deg, #014fb9, #0d8ef1);
}
.history .history-main .main-cont .history-swiper-button-prev:hover .img1,
.history .history-main .main-cont .history-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-main .main-cont .history-swiper-button-prev:hover .img2,
.history .history-main .main-cont .history-swiper-button-next:hover .img2 {
  opacity: 1;
}
.history .history-main .main-cont .history-swiper-button-prev {
  left: -0.46rem;
}
.history .history-main .main-cont .history-swiper-button-next {
  right: -0.46rem;
}
