.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: auto;
  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: 80vw;
  height: 1rem;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 8.9vw;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 2.1vw;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs16);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  border: solid 2px #fcb814;
  border-radius: 50%;
  opacity: 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 {
  font-weight: bold;
  color: #fcb814 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  bottom: 0.15rem;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
  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 span {
  position: relative;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a span::after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #fcb814;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  font-weight: bold;
  color: #fcb814;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover span::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #fcb814 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  bottom: 0.15rem;
  opacity: 1;
}
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 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.5vw;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1vw;
  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 {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 2.5vw;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
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.3vw;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-transform: uppercase;
  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: 0.5vw;
  height: 0.65vh;
  background: url(../images/icon/icon-lang-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;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 10.8vh;
  left: 50%;
  width: 7.8vw;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -3.9vw;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 1.5;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #fcb814;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #062c4b;
}
nav .nav-main-on {
  background: #062c4b;
}
nav .nav-main-page {
  background: #062c4b;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: calc(100 / 920 * 100vh);
  left: 0;
  width: 100%;
  height: 21.7vh;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 26vw;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  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 {
  width: 7.4rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  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-subTitle {
  width: 27vw;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: calc(25 / 920 * 100vh);
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs36);
  line-height: 1.33;
  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-cent .cent-button {
  width: 8.3vw;
  height: 0.5rem;
  margin-top: 0.65rem;
  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-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.45rem;
  border: solid 2px #00ffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
  margin-right: 1vw;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #00ffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  background: #fcb814;
  border: solid 2px #fcb814;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .swiper-pagination {
  bottom: 0.6rem;
  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: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  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 11s;
  -o-transition: all 11s;
  -moz-transition: all 11s;
  -webkit-transition: all 11s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent .cent-subTitle,
header .head-banner .swiper-slide-active .box-cent .cent-data,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-English2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 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-pic video {
  width: 100%;
}
header .head-banner .banner-pic .videoGif {
  display: none;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  width: 100%;
}
header .head-banner .banner-gif {
  display: none;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  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 .banner-cent .cent-title {
  width: 38.5vw;
  margin: 0 auto;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin: 0.2rem 0 0.25rem;
  background: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border: solid 1px #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 6px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #6ad4e6;
  background: #6ad4e6;
}
header .head-banner .banner-swiper-button-prev {
  left: 2.6vw;
}
header .head-banner .banner-swiper-button-next {
  right: 2.6vw;
}
header .head-banner .banner-play {
  position: absolute;
  top: 50%;
  right: 27.4vw;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s infinite linear;
}
header .head-banner .banner-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s 1.5s infinite linear;
}
header .head-banner .banner-play img {
  width: 100%;
}
header .head-banner .banner-play:hover {
  transform: rotate(122deg);
  -o-transform: rotate(122deg);
  -moz-transform: rotate(122deg);
  -webkit-transform: rotate(122deg);
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.05rem 0 0.65rem !important;
  background: #f6fbff;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
}
footer .foot-main .main-cont .cont-nav .nav-item {
  width: 2.4rem;
  height: auto;
  padding-right: 0.2rem;
}
footer .foot-main .main-cont .cont-nav .nav-item:last-of-type {
  width: auto;
  padding-right: 0;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  color: #000;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
  color: #fcb814;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-heng {
  width: 0.3rem;
  height: 1px;
  margin-top: 0.1rem;
  background: #fcb814;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.2rem;
  color: #999;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fcb814;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
  color: #fcb814;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  width: 100%;
}
footer .foot-main .main-cont .cont-cent {
  width: auto;
}
footer .foot-main .main-cont .cont-cent .cent-top {
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-cent .cent-top .top-title {
  font-size: var(--fs14);
  text-align: right;
  color: #7f7f7f;
}
footer .foot-main .main-cont .cont-cent .cent-top .top-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer .foot-main .main-cont .cont-cent .cent-ewm {
  position: relative;
  left: calc(100% - 1.2rem);
  width: 1.2rem;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-cent .cent-ewm img {
  width: 100%;
}
footer .foot-main .main-cont .cont-cent .cent-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  border: solid 1px #dbdfe2;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:first-of-type {
  margin-left: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
  border: solid 1px #fcb814;
  background: #fcb814;
  box-shadow: 4px 9px 18px 0px rgba(252, 184, 20, 0.2);
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
footer .foot-main .main-bottom .bottom-link {
  font-size: var(--fs16);
  color: #999;
}
footer .foot-main .main-bottom .bottom-link a {
  margin-right: 0.25rem;
  color: #999;
}
footer .foot-main .main-bottom .bottom-link a:hover {
  color: #fcb814;
}
footer .foot-main .main-bottom .bottom-zhizi {
  font-size: var(--fs16);
  color: #999;
}
footer .foot-main .main-bottom .bottom-zhizi a {
  color: #999;
}
footer .foot-main .main-bottom .bottom-zhizi a:hover {
  color: #fcb814;
}
.index-plate1 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 0;
}
.index-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.index-plate1 .plate1-main .main-cent {
  width: 45.5vw;
  height: auto;
  padding-left: 10vw;
}
.index-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: var(--fs36);
  color: #fcb814;
}
.index-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #373840;
}
.index-plate1 .plate1-main .main-cent .page-button {
  margin-top: 0.75rem;
}
.index-plate1 .plate1-main .main-video {
  position: relative;
  width: 45.8vw;
  height: auto;
}
.index-plate1 .plate1-main .main-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../images/plate1-bg2.png) no-repeat center center;
  background-size: 100%;
}
.index-plate1 .plate1-main .main-video .video-pic {
  position: relative;
  width: 100%;
  border-top-left-radius: 2.8rem;
  border-top: solid 0.3rem rgba(241, 241, 241, 0.3);
  border-left: solid 0.3rem rgba(241, 241, 241, 0.3);
  overflow: hidden;
  z-index: 9;
}
.index-plate1 .plate1-main .main-video .video-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  cursor: pointer;
  z-index: 19;
}
.index-plate1 .plate1-main .main-video .video-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-video .video-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.index-plate1 .plate1-main .main-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.index-plate2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.3rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.index-plate2 .plate2-main .page-title,
.index-plate2 .plate2-main .page-English {
  text-align: center;
}
.index-plate2 .plate2-main .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.index-plate2 .plate2-main .plate2-main .main-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 3 - 1.67vw);
  height: 4.4rem;
  margin-right: 2.5vw;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.index-plate2 .plate2-main .plate2-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-icon {
  width: 0.62rem;
  margin: 0 auto;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-icon img {
  width: 100%;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-cent {
  width: 100%;
  margin-top: 0.55rem;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  text-align: center;
  color: #333333;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-cent .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
.index-plate2 .plate2-main .plate2-main .main-item .item-heng {
  width: 23px;
  height: 1px;
  margin: 0.2rem auto 0;
  background: #666666;
}
.index-plate2 .plate2-main .plate2-main .main-item .page-button2 {
  height: 0;
  margin: 0 auto 0;
  border: 0 solid #fcb814;
  opacity: 0;
  overflow: hidden;
}
.index-plate2 .plate2-main .plate2-main .main-item:hover .page-button2 {
  height: 0.55rem;
  margin: 0.6rem auto 0;
  border: 2px solid #fcb814;
  opacity: 1;
}
.index-plate3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.3rem;
}
.index-plate3 .plate3-main .page-title,
.index-plate3 .plate3-main .page-English {
  text-align: center;
}
.index-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.index-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: 50%;
  height: auto;
}
.index-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: 5.5rem;
  overflow: hidden;
}
.index-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.98rem 0.9rem;
  background: linear-gradient(180deg, #e3f0f9 50%, transparent);
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon {
  position: relative;
  width: 0.53rem;
  height: 0.43rem;
  margin: 0 auto;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-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;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.45rem;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  text-transform: uppercase;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
  height: calc(2 * 2 * (18 / 1920 * 100vw));
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 2;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-arrow {
  width: 0.28rem;
  height: 0.16rem;
  margin: 0.55rem auto 0;
  background: url(../images/icon/icon-arrow4.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;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent {
  background: linear-gradient(180deg, #012f82 30%, rgba(1, 180, 237, 0));
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon {
  margin: 0;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title,
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-English {
  text-align: left;
  color: #fff;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-text {
  opacity: 1;
}
.index-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-arrow {
  margin: 0.55rem 0 0;
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.index-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.index-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.index-plate4 .plate4-main .main-top .top-cent {
  width: auto;
}
.index-plate4 .plate4-main .main-top .top-list {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.index-plate4 .plate4-main .main-top .top-list .list-item {
  position: relative;
  width: auto;
  margin-right: 3.1vw;
  padding-bottom: 0.2rem;
  font-size: var(--fs18);
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-top .top-list .list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  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);
  background: linear-gradient(90deg, #012f82, #01b4ed);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-top .top-list .list-item:last-of-type {
  margin-right: 0;
}
.index-plate4 .plate4-main .main-top .top-list .list-item-on {
  font-weight: bold;
  color: #062c4c;
}
.index-plate4 .plate4-main .main-top .top-list .list-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1) translateZ(0);
}
.index-plate4 .plate4-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.index-plate4 .plate4-main .main-cont .cont-box {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left {
  display: flex;
  justify-content: space-between;
  width: 47.9vw;
  height: auto;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item {
  width: calc(100% / 2 - 0.5vw);
  height: auto;
  background: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-pic {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-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;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.32rem 0.35rem;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-title {
  height: calc(1.5 * 2 * (24 / 1920 * 100vw));
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 1.5;
  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;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-text {
  margin-top: 0.15rem;
  height: calc(2 * 3 * (16 / 1920 * 100vw));
  font-size: var(--fs16);
  line-height: 2;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item .item-cent .cent-time {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #ccc;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-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);
}
.index-plate4 .plate4-main .main-cont .cont-box .box-left .left-item:hover .item-cent .cent-title {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right {
  width: 31vw;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-bottom: 0.2rem;
  background: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:last-of-type {
  margin-bottom: 0;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item .item-title {
  height: calc(2 * 2 * (18 / 1920 * 100vw));
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 2;
  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;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #ccc;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.index-plate4 .plate4-main .main-cont .cont-box .box-right .right-item:hover .item-title {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate4 .plate4-main .main-cont .cont-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.about-plate1 .plate1-main .main-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
}
.about-plate1 .plate1-main .main-title span {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-plate1 .plate1-main .main-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 1.875;
  color: #373840;
}
.about-plate1 .plate1-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about-plate1 .plate1-main .main-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-plate1 .plate1-main .main-video .video-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate1 .plate1-main .main-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  cursor: pointer;
  z-index: 19;
}
.about-plate1 .plate1-main .main-video .video-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate1 .plate1-main .main-video .video-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.about-plate1 .plate1-main .main-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
  background: #f8f8f8;
}
.about-plate2 .plate2-top .page-title {
  text-align: center;
}
.about-plate2 .plate2-top .page-heng {
  margin: 0.2rem auto 0;
}
.about-plate2 .plate2-swiper {
  width: 100%;
  margin-top: 0.6rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
}
.about-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 3);
  height: 8rem;
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 3.15rem 0.95rem 0;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon {
  width: 0.47rem;
  height: auto;
  margin: 0 auto;
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.about-plate2 .plate2-swiper .swiper-slide .slide-box:hover {
  border-right: solid 1px rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(1, 47, 130, 0.8), rgba(1, 180, 237, 0.8));
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.about-plate3 .plate3-main .page-title {
  text-align: center;
}
.about-plate3 .plate3-main .page-heng {
  margin: 0.2rem auto 0;
}
.about-plate3 .plate3-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about-plate3 .plate3-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 1.875vw);
  height: auto;
  margin-right: 2.5vw;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.44rem 0.2rem 0.35rem;
  background: #f9f9f9;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  width: 2.5rem;
  height: 3.6rem;
  margin: 0 auto;
  overflow: hidden;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
  font-weight: bold;
  color: #fcb814;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
.about-plate3 .plate3-main .main-box .plate3-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;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev .img2,
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0);
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img1,
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img2,
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
  left: -1rem;
}
.about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  right: -1rem;
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/about-plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate4 .plate4-main {
  position: relative;
}
.about-plate4 .plate4-main .main-top {
  position: absolute;
  top: 0;
  left: 0;
}
.about-plate4 .plate4-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0.15rem;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding-right: 6.3vw;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  font-size: var(--fs16);
  line-height: 1.875;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.about-plate4 .plate4-main .main-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.26rem;
}
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev,
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev img,
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-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;
}
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev .img2,
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img1,
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img2,
.about-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.9rem;
}
.about-plate5 .plate5-main .page-title {
  text-align: center;
}
.about-plate5 .plate5-main .page-heng {
  margin: 0.2rem auto 0;
}
.about-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about-plate5 .plate5-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.about-plate5 .plate5-main .main-cont .cont-box .swiper-slide {
  position: relative;
  width: calc(100% / 5);
  height: auto;
}
.about-plate5 .plate5-main .main-cont .cont-box .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  border: solid 0.1rem #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  overflow: hidden transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.about-plate5 .plate5-main .main-cont .cont-box .swiper-slide .slide-pic img {
  width: 100%;
}
.about-plate5 .plate5-main .main-cont .cont-box .swiper-slide-active {
  z-index: 59 !important;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev,
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  z-index: 19;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev img,
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev .img2,
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev:hover .img2,
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev:hover .img1,
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-prev {
  left: -0.85rem;
}
.about-plate5 .plate5-main .main-cont .palte5-swiper-button-next {
  right: -0.85rem;
}
.product-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.product-plate1 .plate1-top .page-title {
  text-align: center;
}
.product-plate1 .plate1-top .page-heng {
  margin: 0.2rem auto 0;
}
.product-plate1 .plate1-main {
  margin-top: 0.6rem;
}
.product-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.product-plate1 .plate1-main .main-item:last-of-type {
  margin-bottom: 0;
}
.product-plate1 .plate1-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.product-plate1 .plate1-main .main-item .item-pic {
  width: 50%;
  height: 5.4rem;
  background: #f8f9fa;
  overflow: hidden;
}
.product-plate1 .plate1-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;
}
.product-plate1 .plate1-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.85rem 0.75rem 0;
  background: #f0f0f0;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-tips {
  width: 1rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.4rem;
  text-align: center;
  background: url(../images/icon/icon-button-border.png) no-repeat center center;
  background-size: 100%;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-tips span {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  line-height: 2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-plate1 .plate1-main .main-item .item-cent .page-button3 {
  margin-top: 0.5rem;
}
.product-plate1 .plate1-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-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
  color: #012f82;
}
.product2-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.product2-plate1 .plate1-top .page-title {
  text-align: center;
}
.product2-plate1 .plate1-top .page-heng {
  margin: 0.2rem auto 0;
}
.product2-plate1 .plate1-main {
  margin-top: 0.6rem;
}
.product2-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.product2-plate1 .plate1-main .main-item:last-of-type {
  margin-bottom: 0;
}
.product2-plate1 .plate1-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.product2-plate1 .plate1-main .main-item .item-pic {
  width: 50%;
  height: 5.4rem;
  background: #f8f9fa;
  overflow: hidden;
}
.product2-plate1 .plate1-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;
}
.product2-plate1 .plate1-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.85rem 0.75rem 0;
  background: #f0f0f0;
}
.product2-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2-plate1 .plate1-main .main-item .item-cent .cent-tips {
  width: 1rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.4rem;
  text-align: center;
  background: url(../images/icon/icon-button-border.png) no-repeat center center;
  background-size: 100%;
}
.product2-plate1 .plate1-main .main-item .item-cent .cent-tips span {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product2-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  line-height: 2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product2-plate1 .plate1-main .main-item .item-cent .page-button3 {
  margin-top: 0.5rem;
}
.product2-plate1 .plate1-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);
}
.product2-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
  color: #012f82;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 1.92rem 0 0.5rem;
  background: url(../images/productDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetail .productDetail-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.productDetail .productDetail-main .main-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 2;
  color: #666;
}
.productDetail .productDetail-main .main-swiper {
  position: relative;
  width: 40vw;
  height: auto;
  margin: 0.35rem auto 0;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-swiper .swiper-slide .slide-box 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;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.23rem;
  height: 6px;
  background: #aaaaaa;
  border-radius: 0.45rem;
  opacity: 1;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: #1d2088;
}
.product3-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.product3-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.product3-plate1 .plate1-main .main-item:last-of-type {
  margin-bottom: 0;
}
.product3-plate1 .plate1-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.product3-plate1 .plate1-main .main-item .item-pic {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.product3-plate1 .plate1-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;
}
.product3-plate1 .plate1-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 1rem 0.5rem;
  background: #f8f9fa;
}
.product3-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 1.875;
  text-align: justify;
  color: #666;
}
.product3-plate1 .plate1-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);
}
.product3-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
  color: #012f82;
}
.service-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.service-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.service-plate1 .plate1-main .main-item .item-pic {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.service-plate1 .plate1-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;
}
.service-plate1 .plate1-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 1rem 0.5rem;
  background: #f8f9fa;
}
.service-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 1.875;
  text-align: justify;
  color: #666;
}
.service-plate1 .plate1-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);
}
.service-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
  color: #012f82;
}
.service-plate2 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: #f8f9fa;
}
.service-plate2 .plate2-main .page-title {
  text-align: center;
}
.service-plate2 .plate2-main .page-heng {
  margin: 0.2rem auto 0;
}
.service-plate2 .plate2-main .main-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.service-plate2 .plate2-main .main-form .form-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.85vw);
  height: 0.65rem;
  padding: 0 0.24rem;
  margin-bottom: 0.32rem;
  background: #fff;
}
.service-plate2 .plate2-main .main-form .form-item:last-of-type {
  width: 100%;
  height: 1.84rem;
  margin-bottom: 0;
}
.service-plate2 .plate2-main .main-form .form-item p {
  font-size: var(--fs16);
  line-height: 0.65rem;
  color: #333;
}
.service-plate2 .plate2-main .main-form .form-item p em {
  color: #e01212;
}
.service-plate2 .plate2-main .main-form .form-item input {
  flex: 1;
  height: 100%;
  padding-left: 0.2rem;
  font-size: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
}
.service-plate2 .plate2-main .main-form .form-item textarea {
  flex: 1;
  height: 100%;
  padding-left: 0.2rem;
  padding-top: 0.25rem;
  font-size: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
}
.service-plate2 .plate2-main .main-button {
  display: block;
  width: 10.4vw;
  height: 0.64rem;
  margin: 0.6rem auto 0;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #fcb814;
  border: solid 2px #fcb814;
}
.service-plate2 .plate2-main .main-button:hover {
  color: #012f82;
  background: transparent;
  border: solid 2px #012f82;
}
.training-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.training-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.training-plate1 .plate1-main .main-item .item-pic {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.training-plate1 .plate1-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;
}
.training-plate1 .plate1-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 1rem 0.5rem;
  background: #f8f9fa;
}
.training-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 1.875;
  text-align: justify;
  color: #666;
}
.training-plate1 .plate1-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);
}
.training-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
  color: #012f82;
}
.news-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
}
.news-plate1 .plate1-main .page-title {
  text-align: center;
}
.news-plate1 .plate1-main .page-heng {
  margin: 0.2rem auto 0;
}
.news-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.news-plate1 .plate1-main .main-box .box-pic {
  width: 50%;
  height: 5.3rem;
  overflow: hidden;
}
.news-plate1 .plate1-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 1.2rem 0 1rem;
  background: #f2f2f2;
}
.news-plate1 .plate1-main .main-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  color: rgba(0, 0, 0, 0.25);
}
.news-plate1 .plate1-main .main-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs28);
  line-height: 1.57;
  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-plate1 .plate1-main .main-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-plate1 .plate1-main .main-box .box-cent .cent-arrow {
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: #fcb814 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-box .box-cent .cent-arrow:hover {
  background-color: #012f82;
}
.news-plate1 .plate1-main .main-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);
}
.news-plate1 .plate1-main .main-box:hover .box-cent .cent-title {
  color: #fcb814;
}
.news-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.news-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.news-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 3 - 1.6667vw);
  height: auto;
  margin-right: 2.5vw;
  margin-bottom: 0.6rem;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.news-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.news-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.35rem;
}
.news-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 2;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-plate2 .plate2-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #ccc;
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.news-plate2 .plate2-main .main-box .box-item:hover .item-cent .cent-title {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail-top {
  width: 100%;
  height: auto;
  padding: 1.8rem 0 0.6rem;
  background: #f6fbff;
}
.newsDetail-top .top-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #222;
}
.newsDetail-top .top-main .main-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.newsDetail-top .top-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0.4rem;
}
.newsDetail-top .top-main .main-data .data-item em {
  display: block;
  width: 18px;
  margin-right: 0.1rem;
}
.newsDetail-top .top-main .main-data .data-item em img {
  display: block;
  width: 100%;
}
.newsDetail-top .top-main .main-data .data-item span {
  font-size: var(--fs16);
  color: #999;
}
.newsDetail-main {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1.1rem;
}
.newsDetail-main .main-cont {
  display: flex;
  justify-content: space-between;
}
.newsDetail-main .main-cont .cont-cent {
  width: 54.2vw;
  height: auto;
  font-size: var(--fs16);
  line-height: 2.5;
  color: #333;
}
.newsDetail-main .main-cont .cont-cent img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.newsDetail-main .main-cont .cont-list {
  position: relative;
  width: 19.6vw;
  height: auto;
}
.newsDetail-main .main-cont .cont-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.newsDetail-main .main-cont .cont-list .list-box .list-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #000;
}
.newsDetail-main .main-cont .cont-list .list-box .list-heng {
  margin-top: 0.1rem;
  width: 0.32rem;
  height: 5px;
  border-radius: 0.45rem;
  background: #fcb814;
}
.newsDetail-main .main-cont .cont-list .list-box .list-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.8rem;
}
.newsDetail-main .main-cont .cont-list .list-box .list-box .box-item {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: solid 1px #eeeeee;
}
.newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-title {
  font-size: var(--fs20);
  line-height: 1.8;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs18);
}
.newsDetail-main .main-cont .cont-list .list-box .list-box .box-item .item-time span {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail-main .main-cont .cont-list .list-box .list-box .box-item:hover .item-title {
  color: #fcb814;
}
.newsDetail-main .main-cont .cont-list .list-box .list-link {
  font-size: var(--fs18);
  line-height: 2.222;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail-main .main-cont .cont-list .list-box .list-link a {
  font-weight: 500;
  color: #000;
}
.newsDetail-main .main-cont .cont-list .list-box .list-link:hover {
  color: #012f82;
}
.newsDetail-main .main-cont .cont-list .list-box .list-link:hover a {
  color: #012f82;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.24rem;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.22rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item .img2 {
  opacity: 0;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover {
  background: #fcb814;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail-main .main-cont .cont-list .list-box .list-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail-main .main-cont .cont-list .list-box .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #012f82, #01b4ed);
}
.newsDetail-main .main-cont .cont-list .list-box .list-button span {
  margin-right: 0.1rem;
  font-size: var(--fs16);
  color: #fff;
}
.newsDetail-main .main-cont .cont-list .list-box .list-button em {
  position: relative;
  width: 14px;
  height: 12px;
  background: url(../images/icon/icon-news-menu.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
}
.newsDetail-main .main-cont .cont-list .list-box .list-button:hover {
  background: linear-gradient(-90deg, #012f82, #01b4ed);
}
.newsDetail-main .main-cont .cont-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.download {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.download .download-main .page-title {
  text-align: center;
}
.download .download-main .page-heng {
  margin: 0.2rem auto 0;
}
.download .download-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.download .download-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  padding: 0.45rem 0.5rem 0.4rem;
  background: #f4f5f5;
}
.download .download-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #012f82;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-box .box-item .item-time {
  width: 8vw;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-box .box-item .item-cent {
  width: 62vw;
}
.download .download-main .main-box .box-item .item-cent .cent-title {
  width: 100%;
  font-size: var(--fs24);
  color: #000000;
  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;
}
.download .download-main .main-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
}
.download .download-main .main-box .box-item .item-cent .cent-link span {
  margin-right: 0.08rem;
  font-size: var(--fs16);
  color: #012f82;
}
.download .download-main .main-box .box-item .item-cent .cent-link em {
  width: 13px;
  height: 11px;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.download .download-main .main-box .box-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.download .download-main .main-box .box-item:hover::after {
  width: 100%;
}
.download .download-main .main-box .box-item:hover .item-cent .cent-title {
  color: #012f82;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.15rem 0;
}
.contact .contact-main .page-title {
  text-align: center;
}
.contact .contact-main .page-heng {
  margin: 0.2rem auto 0;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.contact .contact-main .main-box .box-cont {
  width: 50%;
  border-right: solid 1px #eff3f7;
}
.contact .contact-main .main-box .box-cont .cont-title {
  font-size: var(--fs18);
  color: #999;
}
.contact .contact-main .main-box .box-cont .cont-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact .contact-main .main-box .box-cont .cont-ewm {
  width: 2.2rem;
  height: auto;
  margin-top: 0.4rem;
}
.contact .contact-main .main-box .box-cont .cont-ewm .ewm-pic {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact .contact-main .main-box .box-cont .cont-ewm .ewm-pic img {
  width: 100%;
}
.contact .contact-main .main-box .box-cont .cont-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #6f7275;
}
.contact .contact-main .main-box .box-lump {
  width: 50%;
  height: auto;
  padding-left: 10vw;
}
.contact .contact-main .main-box .box-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.contact .contact-main .main-box .box-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
.contact .contact-main .main-box .box-lump .lump-item .item-icon {
  width: 0.66rem;
  height: auto;
}
.contact .contact-main .main-box .box-lump .lump-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-box .box-lump .lump-item .item-cent {
  flex: 1;
  padding-left: 0.4rem;
}
.contact .contact-main .main-box .box-lump .lump-item .item-cent .cent-title {
  font-size: var(--fs18);
  line-height: 1.94;
  color: #999;
}
.contact .contact-main .main-box .box-lump .lump-item .item-cent .cent-text {
  font-size: var(--fs18);
  line-height: 1.94;
  color: #333;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #fcb814;
  border: solid 2px #fcb814;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #fcb814;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #fcb814;
}
.page-heng {
  width: 0.4rem;
  height: 3px;
  margin-top: 0.2rem;
  background: #fcb814;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs48);
  text-transform: uppercase;
}
.page-English span {
  background: linear-gradient(90deg, #012f82, #01b4ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.6rem;
  height: 0.55rem;
  border: 2px solid transparent;
  border-radius: 0.45rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #012f82, #01b4ed);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  position: relative;
  font-size: var(--fs16);
  color: #fcb814;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  position: relative;
  width: 13px;
  height: 10px;
  margin-left: 0.08rem;
  background: url(../images/icon/icon-arrow2.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;
}
.page-button:hover {
  background-image: linear-gradient(90deg, #012f82, #01b4ed), linear-gradient(90deg, #012f82, #01b4ed) !important;
}
.page-button:hover span {
  color: #fff;
}
.page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.6rem;
  height: 0.55rem;
  border: 2px solid #fcb814;
  border-radius: 0.45rem;
  background: #fcb814;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button2 span {
  position: relative;
  font-size: var(--fs16);
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 em {
  position: relative;
  width: 13px;
  height: 10px;
  margin-left: 0.08rem;
  background: url(../images/icon/icon-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;
}
.page-button2:hover {
  border: 2px solid #fff;
  background: #fff;
}
.page-button2:hover span {
  color: #fcb814;
}
.page-button2:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.page-button3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.6rem;
  height: 0.55rem;
  border: 1px solid #012f82;
  border-radius: 0.45rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button3 span {
  position: relative;
  font-size: var(--fs16);
  color: #012f82;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button3 em {
  position: relative;
  width: 13px;
  height: 10px;
  margin-left: 0.08rem;
  background: url(../images/icon/icon-arrow6.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;
}
.page-button3:hover {
  border: 2px solid #fcb814;
  background: #fcb814;
}
.page-button3:hover span {
  color: #fff;
}
.page-button3:hover em {
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.page-crumb {
  width: 100%;
  height: auto;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #999;
}
.page-crumb .crumb-box a {
  display: flex;
  align-items: center;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #999;
}
.page-crumb .crumb-box a img {
  display: inline-block;
  width: 0.6vw;
  margin-right: 0.5vw;
}
.page-crumb .crumb-box a:hover {
  color: #fcb814;
  text-decoration: underline;
}
.page-crumb .crumb-box em {
  margin: 0 4px;
}
.page-crumb .crumb-box span {
  color: #999;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.page-load .load-icon {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  background: url(../images/icon/icon-load.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;
}
.page-load .load-title {
  font-size: var(--fs16);
  text-align: center;
  color: #fcb814;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover .load-icon {
  margin-right: 0.25rem;
}
.page-strip {
  position: relative;
  width: 100%;
  height: 1.1rem;
  border-bottom: solid 1px #e6e6e6;
  background: #fff;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: center;
  height: 100%;
}
.page-strip .strip-box .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.5rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.page-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #012f82;
  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;
}
.page-strip .strip-box .box-item:hover {
  color: #012f82;
}
.page-strip .strip-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1) translateZ(0);
}
.page-strip .strip-box .box-item-on {
  font-weight: bold;
  color: #012f82;
}
.page-strip .strip-box .box-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1) translateZ(0);
}
.page-Wnav {
  display: none;
}
.wrap {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}
