.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #00b5e6;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.04rem;
  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.38rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.54rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  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.35rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  line-height: 1.04rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.52rem;
  height: auto;
  padding: 0.1rem 0.2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  background: #fff;
  border-top: solid 3px #00b5e6;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -10px;
  border: solid 10px transparent;
  border-bottom: solid 10px #00b5e6;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.12rem 0;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #00b5e6;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #00b5e6 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  top: 1.04rem;
  opacity: 1;
  visibility: visible;
  z-index: 29;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.35rem;
  border-radius: 50%;
  border: solid 1px #fff;
  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 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  color: transparent;
  z-index: 9;
  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;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: linear-gradient(45deg, #0ca4e1, #00b4e6);
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-nav .main-right .right-serach {
  background: linear-gradient(135deg, #009ddf, #00b5e6);
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
nav .nav-main-active .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #000 !important;
}
nav .nav-main-active .main-nav .main-right .right-serach {
  background: linear-gradient(135deg, #009ddf, #00b5e6) !important;
}
nav .nav-main-active2 {
  background: #fff;
}
nav .nav-main-active2 .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active2 .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active2 .main-nav .nav-cont .nav-li .li-link {
  color: #000 !important;
}
nav .nav-main-active2 .main-nav .main-right .right-serach {
  background: linear-gradient(135deg, #009ddf, #00b5e6) !important;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
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: auto;
}
header .head-banner .swiper-slide .slide-box .box-web-pic,
header .head-banner .swiper-slide .slide-box .box-web-pic2 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 6.2rem;
  height: auto;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  color: #fff;
  font-style: italic;
  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 {
  margin-top: 0.1rem;
  font-size: 0.6rem;
  font-weight: bold;
  font-style: italic;
  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-subtitle span {
  font-size: 0.5rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle i {
  font-size: 0.4rem;
  font-style: italic;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 15.38rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 0.68rem;
  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-cent2 .cent-title2 {
  padding-top: 4.5rem;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  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-cent2 .cent-text {
  font-size: 0.32rem;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-button {
  width: 1.76rem;
  height: 0.56rem;
  margin: 0.7rem auto 0;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-button .button-box {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.56rem;
  color: #00b5e6;
  border-radius: 0.45rem;
  background: #fff;
  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-cent2 .cent-button .button-box:hover {
  color: #fff;
  background: #00b5e6;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button {
  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.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .swiper-pagination2 {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 25px;
  border: solid 1px #00b5e6;
  background: none;
  opacity: 1;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #00b5e6;
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 1px;
  border-top: dashed 1px #00b5e6;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #00b5e6;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #00b5e6;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.53rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  outline: none;
  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-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 10px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #008fd7;
}
header .head-banner .banner-swiper-button-prev {
  left: 1rem;
}
header .head-banner .banner-swiper-button-next {
  right: 1rem;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left 1rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 12.8rem;
  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-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .mt0 {
  margin-top: 0 !important;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.96rem;
  background: #f6f6f6;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.96rem;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: 0.16rem;
  left: 50%;
  width: 24px;
  height: 3px;
  margin-left: -12px;
  background: #00b5e6;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #00b5e6;
  background: #fff;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  font-weight: bold;
  color: #00b5e6;
  background: #fff;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-cont {
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  z-index: 29;
}
header .head-cont .cont-main {
  position: relative;
  width: 16rem;
  height: 100%;
  margin: 0 auto;
}
header .head-cont .cont-main .main-link {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  line-height: 0.8rem;
  text-align: center;
  color: #333;
}
header .head-cont .cont-main .main-link a {
  font-size: 0.14rem;
  color: #333;
}
header .head-cont .cont-main .main-link a:hover {
  color: #00b5e6;
}
header .head-cont .cont-main .main-link .active {
  color: #00b5e6;
}
header .head-cont .cont-main .main-link span {
  display: inline-block;
  margin: 0 0.14rem;
}
header .head-cont .cont-main .main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
  background: url(/cn/images/icon/icon-arrow.png) no-repeat center left;
  background-size: 8px;
}
header .head-cont .cont-main .main-title:hover {
  color: #00b5e6;
  background: url(/cn/images/icon/icon-arrow-active.png) no-repeat center left;
  background-size: 8px;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: url(/cn/images/foot-bg.png) no-repeat top center;
  background-size: cover;
  z-index: 19;
}
footer .font-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.4rem;
}
footer .font-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .font-main .main-top .top-cent {
  width: 4.9rem;
  height: auto;
}
footer .font-main .main-top .top-cent .cent-logo {
  width: 1.8rem;
  height: auto;
}
footer .font-main .main-top .top-cent .cent-logo img {
  width: 100%;
}
footer .font-main .main-top .top-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .font-main .main-top .top-cent .cent-box .box-text {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #fff;
}
footer .font-main .main-top .top-cent .cent-box .box-text span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.22rem;
  color: #fff;
}
footer .font-main .main-top .top-cent .cent-box .box-text em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  color: #fff;
}
footer .font-main .main-top .top-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .font-main .main-top .top-nav .nav-item {
  width: auto;
  height: auto;
  margin-left: 1.2rem;
}
footer .font-main .main-top .top-nav .nav-item:first-of-type {
  margin-left: 0;
}
footer .font-main .main-top .top-nav .nav-item .item-title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
footer .font-main .main-top .top-nav .nav-item .item-cent {
  width: auto;
  margin-top: 0.36rem;
}
footer .font-main .main-top .top-nav .nav-item .item-cent .cent-link {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.8);
}
footer .font-main .main-top .top-nav .nav-item .item-cent .cent-link:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .font-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
footer .font-main .main-box .box-link {
  position: relative;
  width: 2.88rem;
  height: 0.56rem;
  padding-left: 0.15rem;
  font-size: 14px;
  color: #797979;
  line-height: 0.56rem;
  background: #fff url(/cn/images/icon/icon-arrow.png) no-repeat 92% center;
  background-size: 14px;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .font-main .main-box .box-link .link-hidden {
  position: absolute;
  bottom: 0.56rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding-left: 0.2rem;
  border-top-right-radius: 0.18rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .font-main .main-box .box-link .link-hidden a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  color: #666;
  line-height: 0.5rem;
}
footer .font-main .main-box .box-link .link-hidden a:hover {
  text-decoration: underline;
  color: #00b5e6;
}
footer .font-main .main-box .box-link:hover {
  border-top-right-radius: 0;
}
footer .font-main .main-box .box-link:hover .link-hidden {
  opacity: 1;
  visibility: visible;
}
footer .font-main .main-box .box-ewm {
  width: 1.2rem;
  height: auto;
}
footer .font-main .main-box .box-ewm img {
  width: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
}
footer .font-main .main-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-bottom: 0.35rem;
}
footer .font-main .main-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .font-main .main-bottom .bottom-share .share-item {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 0.2rem;
  border-radius: 50%;
  background: #0aa4e1;
}
footer .font-main .main-bottom .bottom-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .font-main .main-bottom .bottom-share .share-item .img2 {
  opacity: 0;
}
footer .font-main .main-bottom .bottom-share .share-item:hover {
  background: #fff;
}
footer .font-main .main-bottom .bottom-share .share-item:hover .img1 {
  opacity: 0;
}
footer .font-main .main-bottom .bottom-share .share-item:hover .img2 {
  opacity: 1;
}
footer .font-main .main-bottom .bottom-title {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}
footer .font-main .main-bottom .bottom-title a {
  color: rgba(255, 255, 255, 0.8);
}
footer .font-main .main-bottom .bottom-title a:hover {
  color: #ffffff;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1.25rem;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 2.53rem 0 1.28rem;
  background: url(/cn/images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-cent {
  width: 6.42rem;
  height: auto;
  padding-top: 0.45rem;
  padding-right: 1.2rem;
}
.container .cont-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.container .cont-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.78rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.14rem;
  text-align: justify;
  line-height: 0.36rem;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.76rem;
  height: 0.6rem;
  margin-top: 0.6rem;
  font-size: 0.14rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.container .cont-plate1 .plate1-main .main-cent .cent-button img {
  width: 9px;
  margin-left: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-cent .cent-button:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.container .cont-plate1 .plate1-main .main-cent .cent-button:hover img {
  margin-left: 0.3rem;
}
.container .cont-plate1 .plate1-main .main-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.95rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-list .list-item {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.1rem;
  cursor: pointer;
}
.container .cont-plate1 .plate1-main .main-list .list-item .item-icon {
  width: 0.45rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-list .list-item .item-icon img {
  width: 100%;
}
.container .cont-plate1 .plate1-main .main-list .list-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-list .list-item .item-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  text-align: center;
  text-transform: uppercase;
  color: #bbb;
}
.container .cont-plate1 .plate1-main .main-list .list-item:hover .item-title {
  color: #00b5e6;
}
.container .cont-plate1 .plate1-main .main-pic {
  width: 6rem;
  height: auto;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-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-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: 8.48rem;
}
.container .cont-plate2 .plate2-main .main-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate2 .plate2-main .main-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-plate2 .plate2-main .main-pic-active {
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide {
  width: 25%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon {
  width: 1.28rem;
  height: 1.12rem;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-title {
  margin-top: 0.8rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-button {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 0px #fff;
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 9px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-button:hover {
  background: #fff url(/cn/images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover {
  background: rgba(0, 159, 224, 0.8);
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-button {
  height: 0.56rem;
  margin-top: 0.65rem;
  border: solid 2px #fff;
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination {
  display: none;
  bottom: 0.55rem;
  left: 50%;
  width: 15.38rem;
  text-align: center;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
.container .cont-plate2 .plate2-main .main-box .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%);
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-box .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
.container .cont-plate2 .plate2-main .main-box .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;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: url(/cn/images/plate3-bg.jpg) no-repeat left top;
  background-size: cover;
}
.container .cont-plate3 .plate3-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-top .top-left {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.container .cont-plate3 .plate3-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-top .top-right .right-link {
  position: relative;
  margin-left: 0.6rem;
  font-size: 0.18rem;
  color: #333;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-top .top-right .right-link::after {
  content: '';
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00b5e6;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-top .top-right .right-link: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));
}
.container .cont-plate3 .plate3-main .main-top .top-right .right-link-active {
  font-weight: bold;
}
.container .cont-plate3 .plate3-main .main-top .top-right .right-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate3 .plate3-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide {
  width: calc(100% / 3 - 3.641%);
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.56rem;
  background: #fff;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #00b5e6;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.56rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background: linear-gradient(0deg, #009ddf, #00b5e6);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-title {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-text {
  height: 1.5rem;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button {
  position: relative;
  width: 46px;
  height: 46px;
  margin-top: 0.3rem;
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 9px;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button .button-svg {
  stroke-dasharray: 145 145;
  stroke-dashoffset: 145;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box .box-cont .cont-button:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box .swiper-slide .slide-box:hover .box-cont {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-cont .cont-box-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.container .cont-plate4 .plate4-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-left {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate4 .plate4-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.container .cont-plate4 .plate4-main .main-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.76rem;
  height: 0.6rem;
  font-size: 0.14rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.container .cont-plate4 .plate4-main .main-top .top-button img {
  width: 9px;
  margin-left: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .top-button:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.container .cont-plate4 .plate4-main .main-top .top-button:hover img {
  margin-left: 0.3rem;
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-item {
  position: relative;
  width: 50%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.98rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-icon {
  width: 0.47rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.35rem;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-text {
  height: 0;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0.3rem auto 0;
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 9px;
  cursor: pointer;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button .button-svg {
  stroke-dasharray: 145 145;
  stroke-dashoffset: 145;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-button:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent {
  background: rgba(0, 159, 224, 0.8);
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-English {
  display: none;
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-text {
  height: 0.6rem;
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-button {
  display: block;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 2.76rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.container .cont-plate5 .plate5-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate5 .plate5-main .main-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  text-align: center;
  color: #bbb;
}
.container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 3 - 0.6667rem);
  height: auto;
  padding: 0.15rem;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  cursor: pointer;
}
.container .cont-plate5 .plate5-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-icon {
  position: relative;
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44rem;
  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;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
  width: calc(100% - 0.96rem);
  height: auto;
  padding-left: 0.3rem;
  padding-top: 0.1rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon {
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate5 .plate5-3D {
  position: absolute;
  bottom: -75%;
  left: 0;
}
.about {
  width: 100%;
  height: auto;
  padding: 1.44rem 0;
}
.about .about-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.about .about-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.about .about-main .main-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-right: 4.5rem;
}
.about .about-main .main-cent::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: 6.56rem;
  background: url(/cn/images/about/bg.png) no-repeat top left;
  background-size: 100%;
}
.about .about-main .main-cent .cent-title {
  font-size: 0.36rem;
  color: #333;
}
.about .about-main .main-cent .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.36rem;
  text-transform: uppercase;
  color: #00b5e6;
}
.about .about-main .main-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  z-index: 9;
}
.about .about-main .main-box .box-pic {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.about .about-main .main-box .box-pic img {
  width: 100%;
}
.about .about-main .main-box .box-cent {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2rem;
  height: auto;
  padding-top: 1.1rem;
}
.about .about-main .main-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333;
}
.about .about-main .main-box .box-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 8px;
  color: #00b5e6;
}
.honor {
  width: 100%;
  height: auto;
}
.honor .honor-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.45rem 0 1.25rem;
}
.honor .honor-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.honor .honor-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.honor .honor-main .main-box .box-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  padding: 0.32rem;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  border-top-right-radius: 0.32rem;
  border-bottom-left-radius: 0.32rem;
  border: solid 1px #eeeeee;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-box .box-item .item-pic {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.honor .honor-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-title {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item:hover {
  background: linear-gradient(0deg, #009ddf, #00b5e6);
}
.honor .honor-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-main .main-box .box-item:hover .item-title {
  color: #fff;
}
.history {
  width: 100%;
  height: auto;
}
.history .history-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.45rem 0 1.25rem;
}
.history .history-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.history .history-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.history .history-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.history .history-main .main-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(100% + 0.8rem);
  background: #eeeeee;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  z-index: 9;
}
.history .history-main .main-box .box-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: solid 1px #00b5e6;
  background: #fff;
  z-index: 5;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: url(/cn/images/icon/icon-history-time.png) no-repeat center center;
  background-size: 0.28rem;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-list:nth-child(even) {
  flex-direction: row-reverse;
}
.history .history-main .main-box .box-list:nth-child(even) .list-pic {
  text-align: left;
  padding-right: 0;
  padding-left: 0.64rem;
}
.history .history-main .main-box .box-list:nth-child(even) .list-cent {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0.5rem;
}
.history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-title,
.history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-text {
  text-align: right;
}
.history .history-main .main-box .box-list .list-pic {
  width: 50%;
  height: auto;
  text-align: right;
  padding-right: 0.64rem;
}
.history .history-main .main-box .box-list .list-pic img {
  width: 3rem;
}
.history .history-main .main-box .box-list .list-cent {
  width: 50%;
  height: auto;
  padding-left: 0.5rem;
}
.history .history-main .main-box .box-list .list-cent .cent-title {
  width: 100%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  color: #00b5e6;
}
.history .history-main .main-box .box-list .list-cent .cent-text {
  width: 5.2rem;
  margin-top: 0.05rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #333;
}
.history .history-main .main-box .box-list:hover::before {
  background: linear-gradient(45deg, #009ddf, #00b5e6);
}
.history .history-main .main-box .box-list:hover::after {
  background: url(/cn/images/icon/icon-history-time-active.png) no-repeat center center;
  background-size: 0.28rem;
}
.history .history-main .main-load {
  display: block;
  position: relative;
  width: 0.6rem;
  height: auto;
  margin: 0.6rem auto 0;
  z-index: 9;
}
.history .history-main .main-load .load-box {
  width: 0.56rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 50%;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.history .history-main .main-load .load-box img {
  width: 0.22rem;
}
.history .history-main .main-load .load-title {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  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;
}
.history .history-main .main-load:hover .load-title {
  color: #00b5e6;
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.product {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.product .product-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.product .product-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  padding: 0.48rem 0.48rem 0.15rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border: solid 1px #eee;
  overflow: hidden;
}
.product .product-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .product-main .main-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-main .main-box .box-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.3rem 0;
  background: linear-gradient(0deg, rgba(0, 157, 223, 0.9), rgba(0, 181, 230, 0.9));
  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-box .box-item .item-cent .cetnt-title {
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.36rem;
  color: #fff;
}
.product .product-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  text-align: center;
  color: #fff;
}
.product .product-main .main-box .box-item .item-cent .cent-button {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0.3rem auto 0;
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 9px;
  cursor: pointer;
}
.product .product-main .main-box .box-item .item-cent .cent-button .button-svg {
  stroke-dasharray: 145 145;
  stroke-dashoffset: 145;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.product .product-main .main-box .box-item .item-cent .cent-button:hover .button-svg {
  stroke-dashoffset: 0;
}
.product .product-main .main-box .box-item:hover .item-cent {
  opacity: 1;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 1.45rem;
}
.productDetails .productDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-list {
  width: 2.72rem;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-top {
  display: none;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-box {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-box .box-item {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.64rem;
  padding: 0 0.24rem;
  border-bottom: solid 1px #f6f6f6;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top .top-title {
  width: calc(100% - 0.3rem);
  font-size: 0.16rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top span {
  width: 9px;
  height: 14px;
  background: url(/cn/images/icon/icon-button-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;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover {
  border: solid 1px transparent !important;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(0deg, #009ddf, #00b5e6);
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover .top-title {
  color: #fff;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top:hover span {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top-active {
  border: solid 1px transparent !important;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(0deg, #009ddf, #00b5e6);
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top-active .top-title {
  color: #fff;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-top-active span {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: url(/cn/images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.productDetails .productDetails-main .main-list .list-box .box-item:first-of-type .item-top {
  border-top: solid 1px #f6f6f6;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.24rem;
  border-bottom: solid 1px #f6f6f6;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link {
  display: block;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link:hover {
  color: #00b5e6;
}
.productDetails .productDetails-main .main-list .list-box .box-item .item-cent .cent-link-active {
  color: #00b5e6;
}
.productDetails .productDetails-main .main-list .list-box .box-item:last-of-type .item-cent {
  border-bottom: none;
}
.productDetails .productDetails-main .main-cont {
  width: 11.92rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left {
  width: 5.52rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic {
  width: 5.52rem;
  height: 3.7rem;
  border: solid 1px #eeeeee;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic {
  width: calc(100% / 4 - 0.12rem);
  height: 0.72rem;
  margin-right: 0.16rem;
  border: solid 1px #eeeeee;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-box .box-pic-active {
  border: solid 1px #00b5e6;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right {
  width: 5.76rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-top {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #eeeeee;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent .cent-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.84rem;
  height: 0.6rem;
  margin-right: 0.4rem;
  font-size: 0.14rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item span {
  width: 0.22rem;
  height: 0.21rem;
  margin-right: 0.12rem;
  background: url(/cn/images/icon/icon-button-pic1.png) no-repeat center center;
  background-size: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.84rem;
  height: 0.6rem;
  font-size: 0.14rem;
  color: #000;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: #f6f6f6;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2 span {
  width: 0.22rem;
  height: 0.21rem;
  margin-right: 0.12rem;
  background: url(/cn/images/icon/icon-button-pic2.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;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2:hover {
  color: #fff;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-button .button-item2:hover span {
  background: url(/cn/images/icon/icon-button-pic2-active.png) no-repeat center center;
  background-size: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share span {
  margin-right: 0.3rem;
  font-size: 0.16rem;
  color: #666;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 0.2rem;
  border-radius: 50%;
  background: #fff;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover {
  background: #0aa4e1;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover .img1 {
  opacity: 1;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-share .share-box .share-item:hover .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  border-bottom: solid 1px #eeeeee;
}
.productDetails .productDetails-main .main-cont .cont-lump .lump-item {
  width: 1.68rem;
  height: 0.6rem;
  margin-right: 0.18rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  cursor: pointer;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-lump .lump-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.productDetails .productDetails-main .main-cont .cont-lump .lump-item-active {
  color: #fff;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.productDetails .productDetails-main .main-cont .cont-box {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-box .box-cent .cent-title {
  margin-top: 0.6rem;
  padding-left: 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  border-left: solid 6px #009ddf;
}
.productDetails .productDetails-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
}
.productDetails .product-show {
  display: none;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.news .news-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.news .news-top .top-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.news .news-cont {
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
}
.news .news-cont .cont-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  border-bottom: solid 1px #f4f4f4;
}
.news .news-cont .cont-item .item-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-cont .cont-item .item-box .box-cent {
  width: 9.95rem;
  height: auto;
  padding-top: 0.12rem;
}
.news .news-cont .cont-item .item-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  color: #00b5e6;
}
.news .news-cont .cont-item .item-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-cont .cont-item .item-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-item .item-box .box-pic {
  width: 4.56rem;
  height: auto;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.news .news-cont .cont-item .item-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 .news-cont .cont-item .item-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-item:hover {
  background: linear-gradient(45deg, #009ddf, #00b5e6);
}
.news .news-cont .cont-item:hover .item-box .box-cent .cent-time,
.news .news-cont .cont-item:hover .item-box .box-cent .cent-title,
.news .news-cont .cont-item:hover .item-box .box-cent .cent-text {
  color: #fff;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.45rem;
}
.newsDetails .newsDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-left {
  width: 4.3rem;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
}
.newsDetails .newsDetails-main .main-left .left-text {
  margin-top: 0.35rem;
  font-size: 0.15rem;
  color: #999;
}
.newsDetails .newsDetails-main .main-left .left-text span {
  margin: 0 0.3rem 0 0.1rem;
}
.newsDetails .newsDetails-main .main-left .left-text img {
  width: 0.18rem;
}
.newsDetails .newsDetails-main .main-left .left-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.newsDetails .newsDetails-main .main-left .left-share span {
  margin-right: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 0.2rem;
  border-radius: 50%;
  background: #fff;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item .img1 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover {
  background: #0aa4e1;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover .img1 {
  opacity: 1;
}
.newsDetails .newsDetails-main .main-left .left-share .share-box .share-item:hover .img2 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-box {
  width: 9.45rem;
  height: auto;
}
.newsDetails .newsDetails-main .main-box .box-cent {
  width: 100%;
  height: auto;
  padding-bottom: 0.7rem;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  border-bottom: solid 1px #eeeeee;
}
.newsDetails .newsDetails-main .main-box .box-cent p {
  font-weight: bold;
}
.newsDetails .newsDetails-main .main-box .box-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-box .box-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent {
  width: calc(100% - 2rem);
  height: auto;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title {
  font-size: 14px;
  line-height: 36px;
  color: #666;
  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;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title a {
  color: #666;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title:hover {
  color: #00b5e6;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-cent .cent-title:hover a {
  color: #00b5e6;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.76rem;
  height: 0.6rem;
  font-size: 0.14rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-button img {
  width: 0.16rem;
  margin-left: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-button:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.newsDetails .newsDetails-main .main-box .box-bottom .bottom-button:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.download {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.download .download-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.download .download-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.download .download-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.download .download-main .main-top .top-item {
  width: 1.68rem;
  height: 0.6rem;
  margin: 0 0.2rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.6rem;
  color: #000;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: #f6f6f6;
  overflow: hidden;
}
.download .download-main .main-top .top-item:hover {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.download .download-main .main-top .top-item-active {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.download .download-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  margin-bottom: 0.65rem;
}
.download .download-main .main-cont .cont-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.96rem;
  padding: 0 0.56rem;
  border-bottom: solid 1px #eeeeee;
}
.download .download-main .main-cont .cont-list .list-title {
  width: calc(100% - 0.8rem);
  height: auto;
  font-size: 0.16rem;
  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;
}
.download .download-main .main-cont .cont-list .list-title span {
  margin-right: 0.3rem;
  font-size: 0.18rem;
  color: #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-list .list-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.75rem;
  height: auto;
  font-size: 0.16rem;
  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-cont .cont-list .list-button span {
  width: 0.26rem;
  height: 0.22rem;
  background: url(/cn/images/icon/icon-download-pic1.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-list:hover {
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  border-bottom: solid 1px transparent;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
  overflow: hidden;
}
.download .download-main .main-cont .cont-list:hover .list-title {
  color: #fff;
}
.download .download-main .main-cont .cont-list:hover .list-title span {
  color: rgba(255, 255, 255, 0.8);
}
.download .download-main .main-cont .cont-list:hover .list-button {
  color: #fff;
}
.download .download-main .main-cont .cont-list:hover .list-button span {
  background: url(/cn/images/icon/icon-download-pic2.png) no-repeat top left;
  background-size: 100%;
}
.video {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.video .video-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.video .video-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.video .video-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.video .video-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.video .video-main .main-top .top-item {
  width: 1.68rem;
  height: 0.6rem;
  margin: 0 0.2rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.6rem;
  color: #000;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: #f6f6f6;
  overflow: hidden;
}
.video .video-main .main-top .top-item:hover {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.video .video-main .main-top .top-item-active {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.video .video-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  margin-bottom: 0.65rem;
}
.video .video-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  overflow: hidden;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.96rem;
  border-top-right-radius: 0.3rem;
  background: #eeeeee;
  overflow: hidden;
}
.video .video-main .main-cont .cont-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;
}
.video .video-main .main-cont .cont-item .item-title {
  width: 100%;
  height: 0.88rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.88rem;
  text-align: center;
  border-bottom-left-radius: 0.3rem;
  border: solid 1px #f1f1f1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .video-main .main-cont .cont-item .item-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.96rem;
  border-top-right-radius: 0.3rem;
  background: linear-gradient(0deg, #009ddf, #00b5e6);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.76rem;
  height: 0.6rem;
  font-size: 0.16rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.video .video-main .main-cont .cont-item .item-cent .cent-button img {
  width: 0.22rem;
  margin-left: 0.12rem;
}
.video .video-main .main-cont .cont-item:hover .item-cent {
  opacity: 1;
}
.problem {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.problem .problem-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.problem .problem-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.problem .problem-main .main-top .top-left {
  width: auto;
  height: auto;
}
.problem .problem-main .main-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.problem .problem-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.problem .problem-main .main-top .top-serach {
  display: flex;
  justify-content: space-between;
  width: 3.8rem;
  height: 0.6rem;
  border: solid 1px #00b5e6;
}
.problem .problem-main .main-top .top-serach input {
  width: calc(100% - 0.6rem);
  height: 100%;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
}
.problem .problem-main .main-top .top-serach input::placeholder {
  color: #999;
}
.problem .problem-main .main-top .top-serach a {
  width: 0.6rem;
  height: 100%;
  text-align: center;
  line-height: 0.5rem;
  background: #00b5e6;
}
.problem .problem-main .main-top .top-serach a img {
  width: 0.18rem;
}
.problem .problem-main .main-cont {
  width: 15.36rem;
  height: auto;
  margin: 0.6rem auto 0.65rem;
}
.problem .problem-main .main-cont .cont-dd {
  width: 100%;
  height: auto;
}
.problem .problem-main .main-cont .cont-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.48rem;
  border-bottom: solid 1px #eeeeee;
  border-top-left-radius: 0.18rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-title::after {
  content: 'Q';
  position: absolute;
  top: -0.06rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.28rem;
  color: #fff;
  border-radius: 50%;
  background: #009edf;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-show {
  position: relative;
  width: 0.6rem;
  height: auto;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-open em {
  font-size: 0.22rem;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-hide {
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
}
.problem .problem-main .main-cont .cont-dd .dd-top .dd-show .show-hide em {
  font-size: 0.26rem;
}
.problem .problem-main .main-cont .cont-dd .top-active {
  border-bottom: solid 1px transparent;
  background: #009edf;
}
.problem .problem-main .main-cont .cont-dd .top-active .dd-title {
  color: #fff;
}
.problem .problem-main .main-cont .cont-dd .top-active .dd-title::after {
  color: #00b5e6;
  background: #fff;
}
.problem .problem-main .main-cont .cont-dd .top-active .dd-show .show-open {
  display: none;
}
.problem .problem-main .main-cont .cont-dd .top-active .dd-show .show-hide {
  display: flex;
}
.problem .problem-main .main-cont .cont-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.52rem 0.48rem;
  background: #fff;
  border: solid 2px #009edf;
  border-bottom-right-radius: 0.18rem;
}
.problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty::after {
  content: 'A';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  border-radius: 50%;
  background: #009edf;
}
.problem .problem-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.contact .contact-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.contact .contact-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-cont .cont-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 1.1rem;
}
.contact .contact-main .main-cont .cont-list .list-cent {
  width: 7.04rem;
  height: auto;
  padding: 0.5rem 0.7rem 0 0;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-title {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-title2 {
  margin-top: 0.7rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.12rem;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-icon {
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-icon img {
  width: 0.18rem;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font {
  width: calc(100% - 0.36rem);
  padding-top: 0.05rem;
  padding-left: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font span {
  font-size: 0.16rem;
  font-weight: bold;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text .text-font em {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.22rem;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text2 {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666;
}
.contact .contact-main .main-cont .cont-list .list-cent .cent-text2 span {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-cont .cont-list .list-map {
  width: 8.32rem;
  height: auto;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.contact .contact-main .main-cont .cont-list .list-map img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-list:nth-child(even) {
  flex-direction: row-reverse;
}
.contact .contact-main .main-cont .cont-list:nth-child(even) .list-cent {
  padding: 0.5rem 0 0 0.7rem;
}
.contact .contact-main .main-cont .cont-list:last-of-type {
  margin-bottom: 0;
}
.message {
  width: 100%;
  height: auto;
  padding: 1.45rem 0;
}
.message .message-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.message .message-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.message .message-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.message .message-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.message .message-main .main-cont .cont-cent {
  width: 8.32rem;
  height: auto;
  padding-top: 0.5rem;
  padding-right: 1.9rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.message .message-main .main-cont .cont-cent .cent-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.message .message-main .main-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.message .message-main .main-cont .cont-cent .cent-form {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.message .message-main .main-cont .cont-cent .cent-form input {
  width: 100%;
  height: 0.64rem;
  margin-bottom: 0.32rem;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #666;
  border: solid 1px #f4f4f4;
}
.message .message-main .main-cont .cont-cent .cent-form input::placeholder {
  color: #999;
}
.message .message-main .main-cont .cont-cent .cent-form textarea {
  width: 100%;
  height: 1.6rem;
  padding: 0.25rem 0.2rem;
  font-size: 14px;
  color: #666;
  border: solid 1px #f4f4f4;
}
.message .message-main .main-cont .cont-cent .cent-form textarea::placeholder {
  color: #999;
}
.message .message-main .main-cont .cont-cent .cent-button {
  display: block;
  width: 1.84rem;
  height: 0.6rem;
  margin-top: 0.64rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
  overflow: hidden;
}
.message .message-main .main-cont .cont-cent .cent-button:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.message .message-main .main-cont .cont-pic {
  width: 7.04rem;
  height: auto;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.message .message-main .main-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;
}
.message .message-main .main-cont .cont-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));
}
.recruit {
  width: 100%;
  height: auto;
}
.recruit .recruit-plate1 {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.45rem 0 1.28rem;
}
.recruit .recruit-plate1 .plate1-cent {
  width: 8.32rem;
  height: auto;
  padding-right: 1.25rem;
}
.recruit .recruit-plate1 .plate1-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.recruit .recruit-plate1 .plate1-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #bbb;
}
.recruit .recruit-plate1 .plate1-cent .cent-text {
  margin-top: 0.55rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #333;
}
.recruit .recruit-plate1 .plate1-pic {
  width: 7.02rem;
  height: auto;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  overflow: hidden;
}
.recruit .recruit-plate1 .plate1-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;
}
.recruit .recruit-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit .recruit-plate2 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
  background: url(/cn/images/recruit/pic2.jpg) no-repeat top left;
  background-size: cover;
}
.recruit .recruit-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 5 - 0.808rem);
  height: auto;
  margin-right: 1.1rem;
  cursor: pointer;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-icon {
  width: 0.96rem;
  height: 0.96rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.96rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  width: 0.49rem;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.36rem;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-main .main-cont .cont-item:hover .item-icon {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.recruit .recruit-palte3 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 1.45rem;
}
.recruit .recruit-palte3 .plate3-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-palte3 .plate3-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.recruit .recruit-palte3 .plate3-main .main-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-transform: uppercase;
  text-align: center;
  color: #bbb;
}
.recruit .recruit-palte3 .plate3-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.65rem;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.96rem;
  padding: 0 0.64rem;
  background: #f6f6f6;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item {
  width: 13.41%;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: 700;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(1) {
  width: 31%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(2) {
  width: 23%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(3) {
  width: 23.7%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-item:nth-child(4) {
  width: 15%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-top .top-icon {
  width: 90px;
  height: 90px;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd {
  width: 100%;
  height: auto;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.96rem;
  padding: 0 0.64rem;
  border-bottom: solid 1px #eeeeee;
  border-top-left-radius: 0.18rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item {
  width: 13.41%;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(1) {
  width: 31%;
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(2) {
  width: 23%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(3) {
  width: 23.7%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item:nth-child(4) {
  width: 15%;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .top-item span {
  display: none;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show {
  position: relative;
  width: 0.6rem;
  height: auto;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-open em {
  font-size: 0.22rem;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-hide {
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-top .dd-show .show-hide em {
  font-size: 0.26rem;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active {
  border-bottom: solid 1px transparent;
  background: #009edf;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .top-item {
  color: #fff !important;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .dd-show .show-open {
  display: none;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .top-active .dd-show .show-hide {
  display: flex;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.52rem 0.64rem;
  background: #fff;
  border: solid 2px #009edf;
  border-bottom-right-radius: 0.18rem;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-title {
  margin-bottom: 0.15rem;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-text {
  margin-bottom: 0.36rem;
  font-size: 14px;
  line-height: 36px;
  color: #808080;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-text span {
  color: #00b5e6;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button {
  display: block;
  width: 1.84rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-top-right-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
  overflow: hidden;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button img {
  width: 9px;
  margin-left: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button:hover {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.recruit .recruit-palte3 .plate3-main .main-cont .cont-dd .dd-cent .cent-button:hover img {
  margin-left: 0.2rem;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: auto;
  margin: 0 auto;
}
.page-load img {
  width: 0.34rem;
  margin-right: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load p {
  font-size: 0.14rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover img {
  margin-right: 0.06rem;
}
.page-load:hover p {
  color: #00b5e6;
}
.page-up {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 0.36rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 157, 223, 0.08), rgba(0, 181, 230, 0.08));
  cursor: pointer;
  z-index: 19;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up .up-box {
  position: relative;
  top: 50%;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin: -0.28rem 0 0 -0.28rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #009ddf, #00b5e6);
}
.page-up .up-box img {
  width: 9px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.page-up:hover .up-box {
  background: linear-gradient(90deg, #00b5e6, #009ddf);
}
.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #00b5e6;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.18rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover,
.pupop-box .box-cont .pupop-swiper-button-next:hover {
  background: #00b5e6;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.bd_weixin_popup {
  height: 330px !important;
}
.mr {
  margin-top: -0.8rem !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-arrow {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-family: 黑体;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  border-radius: 50%;
  border: solid 1px #eeeeee;
}
.page-number .page-arrow:hover {
  color: #fff;
  background: #00b5e6;
}
.page-number .page-item {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  border-radius: 50%;
  border: solid 1px #eeeeee;
}
.page-number .page-item:hover {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.page-number .page-item-active {
  color: #fff;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.page-number .page-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0.3rem;
  font-size: 16px;
  color: #666;
}
.page-number .page-list input {
  width: 48px;
  height: 48px;
  margin: 0 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.14rem;
  text-align: center;
  color: #333;
  border-radius: 50%;
  border: solid 1px #eeeeee;
}
.page-number .page-button {
  width: 105px;
  height: 48px;
  margin-left: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 45px;
  background: linear-gradient(125deg, #009ddf, #00b5e6);
}
.Wpage-number {
  display: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes moveTop {
  0% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    opacity: 1;
  }
  100% {
    transform: translatey(0.2rem);
    -o-transform: translatey(0.2rem);
    -moz-transform: translatey(0.2rem);
    -webkit-transform: translatey(0.2rem);
    opacity: 0;
  }
}
@keyframes moveBottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 110%;
  }
}
@keyframes moveLeft {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@keyframes moveRight {
  0% {
    right: 0;
  }
  100% {
    right: 110%;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
<!--0.00028586387634277-->