.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.95rem;
  background: #fff;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 3.15rem;
  height: 0.55rem;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.28rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #264592;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #264592;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  width: 1.65rem;
  height: auto;
  margin-left: -0.825rem;
  background: rgba(255, 255, 255);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #ea5504, #ff752a);
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #777;
  border-bottom: solid 1px #e5e5e5;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #fff;
  background: #1956e0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:last-of-type {
  border-bottom: none;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: fixed;
  top: 0.95rem;
  left: 0;
  width: 100%;
  max-height: 5.42rem;
  padding: 0.8rem 0;
  background: #fff;
  border-top: solid 1px #f7f7f7;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: center;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item {
  display: none;
  width: auto;
  height: auto;
  margin-right: 1.2rem;
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item:last-of-type {
  margin-right: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top .top-icon {
  width: 0.35rem;
  height: auto;
  margin-right: 0.12rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top .top-icon img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top .top-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top:hover .top-title {
  color: #1956e0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 3.2rem;
  margin-top: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump {
  width: 1rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-top span {
  font-size: var(--fs14);
  font-weight: bold;
  color: #777;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-top em {
  width: 0.15rem;
  height: 0.13rem;
  background: url(/cn/images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-top:hover span {
  color: #1956e0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-top:hover em {
  background: url(/cn/images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-cent {
  width: 100%;
  margin-top: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-cent .cent-link {
  display: block;
  width: 100%;
  margin-bottom: 0.12rem;
  font-size: var(--fs14);
  color: #777;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-cent .cent-link:last-of-type {
  margin-bottom: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent .cent-lump .lump-cent .cent-link:hover {
  text-decoration: underline;
  color: #1956e0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item:nth-child(3) {
  width: 3rem;
  margin-right: 1rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #264592 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: flex;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont .box-item {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.3rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.18rem;
  height: 100%;
  margin-right: 0.35rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(/cn/images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(/cn/images/icon/icon-lang-world.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.16rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 11px;
  height: 9px;
  background: url(/cn/images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 11px 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #00a4e8;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.95rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(/cn/images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  background: url(/cn/images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.95rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #00a4e8;
  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;
  line-height: 0.72rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.7rem;
  height: 0.5rem;
  margin-top: 0.9rem;
  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-pagination {
  bottom: 0.5rem;
  left: 50%;
  width: auto;
  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: 0.23rem;
  height: 0.21rem;
  margin: 0 0.2rem;
  background: url(/cn/images/icon/icon-banner-pagination.png) no-repeat center center;
  background-size: auto 100%;
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.21rem;
  width: 0.44rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(/cn/images/icon/icon-banner-pagination2.png) no-repeat center center;
  background-size: auto 100%;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subTitle,
header .head-banner .swiper-slide-active .box-cent .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 .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 0.95rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 0.45rem;
  height: 2px;
  margin-top: 0.7rem;
  background: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.21rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  opacity: 0.5;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 100%;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.48rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.48rem;
}
header .head-banner .banner-play {
  display: none;
}
header .head-banner video {
  width: 100%;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.95rem 0 0.5rem !important;
  background: url(/cn/images/foot-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.9rem;
  height: auto;
  padding-right: 0.15rem;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  width: auto;
  padding-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #264592;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #00a4e8;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #989898;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #00a4e8;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #00a4e8;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span {
  letter-spacing: 2px;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  width: 100%;
}
footer .foot-main .main-cent {
  width: auto;
}
footer .foot-main .main-cent .cent-title {
  font-size: var(--fs18);
  text-align: right;
  color: #333;
}
footer .foot-main .main-cent .cent-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  text-align: right;
}
footer .foot-main .main-cent .cent-tel span {
  background: linear-gradient(90deg, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer .foot-main .main-cent .cent-Emali {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: right;
  color: #999;
}
footer .foot-main .main-cent .cent-ewm {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-cent .cent-ewm .ewm-pic {
  width: 100%;
  text-align: right;
}
footer .foot-main .main-cent .cent-ewm .ewm-pic img {
  width: 1.36rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 24, 49, 0.1);
}
footer .foot-main .main-cent .cent-ewm .ewm-title {
  padding-right: 0.2rem;
  margin-top: 0.1rem;
  font-size: var(--fs16);
  text-align: right;
  color: #999;
}
footer .foot-main .main-cent .cent-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cent .cent-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.14rem;
  border-radius: 50%;
  background: #f1f1f1;
}
footer .foot-main .main-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  margin: -0.08rem 0 0 -0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:nth-child(2):hover {
  background: #ff8200;
}
footer .foot-main .main-cent .cent-share .share-item:hover {
  background: #08c33d;
}
footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 0.15rem;
}
footer .foot-bottom .bottom-link {
  position: relative;
  width: 2.46rem;
}
footer .foot-bottom .bottom-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-bottom .bottom-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #7f7f7f;
  height: 46px;
  font-size: var(--fs14);
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  padding: 0 40px 0 15px;
  background-image: url(/cn/images/icon/icon-arrow4.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #fff;
}
footer .foot-bottom .bottom-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #f7f7f7;
  border-bottom: none;
}
footer .foot-bottom .bottom-link .link-box .box-list a {
  display: block;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-bottom .bottom-link .link-box .box-list a:hover {
  color: #fff;
  background: #00a4e8;
}
footer .foot-bottom .bottom-cent {
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-cent .cent-link {
  font-size: var(--fs16);
  color: #666666;
}
footer .foot-bottom .bottom-cent .cent-link a:hover {
  color: #00a4e8;
}
footer .foot-bottom .bottom-cent .cent-link span {
  margin: 0 0.16rem;
}
footer .foot-bottom .bottom-cent .cent-zizhi {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  color: rgba(51, 51, 51, 0.5);
}
footer .foot-bottom .bottom-cent .cent-zizhi a {
  color: rgba(51, 51, 51, 0.5);
}
footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
  color: #00a4e8;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0;
  background: #f5f6f8;
}
.container .cont-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.container .cont-plate1 .plate1-top .top-cent {
  width: auto;
  padding-bottom: 0.5rem;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem 0 0.72rem 1.92rem;
  background: url(/cn/images/plate1-bg.jpg) no-repeat top left;
  background-size: 50%;
}
.container .cont-plate1 .plate1-main .main-list {
  width: 2.52rem;
  height: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.01rem;
  background: rgba(38, 69, 146, 0.2);
}
.container .cont-plate1 .plate1-main .main-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 0.68rem;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem 0 0.62rem;
  cursor: pointer;
  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 span {
  font-size: var(--fs18);
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-list .list-item em {
  position: absolute;
  top: 50%;
  left: -0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: -0.09rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  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 em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.08rem;
  height: 0.08rem;
  margin: -0.04rem 0 0 -0.04rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-list .list-item:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.container .cont-plate1 .plate1-main .main-list .list-item:hover span {
  font-weight: bold;
}
.container .cont-plate1 .plate1-main .main-list .list-item:hover em {
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-list .list-item:hover em::after {
  background: #00a4e8;
}
.container .cont-plate1 .plate1-main .main-list .list-item-on {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.container .cont-plate1 .plate1-main .main-list .list-item-on span {
  font-weight: bold;
}
.container .cont-plate1 .plate1-main .main-list .list-item-on em {
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-list .list-item-on em::after {
  background: #00a4e8;
}
.container .cont-plate1 .plate1-main .main-cont {
  position: relative;
  width: 12.8rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box {
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide {
  width: 4.5rem;
  height: 5.7rem;
  margin-right: 0.4rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.5rem 0;
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  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-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 2.84rem;
  height: 2.52rem;
  margin: 0 auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  padding-top: 0.55rem;
  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-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs28);
  font-weight: bold;
  text-align: center;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.19rem;
  height: 0.14rem;
  margin: 0.35rem auto 0;
  background: url(/cn/images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  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-cont .cont-box .box-swiper .swiper-slide .slide-box:hover {
  box-shadow: 2px 5px 38px 0px rgba(9, 42, 115, 0.1);
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box: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-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent {
  padding-top: 0.2rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
  opacity: 1;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -1.6rem;
  right: 1.92rem;
  width: 1.3rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 30px 0px rgba(38, 69, 146, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev img,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.12rem;
  margin: -0.06rem 0 0 -0.06rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev .img2,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover {
  background: linear-gradient(45deg, #015eea, #00c0fa);
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover .img1,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover .img2,
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .swiper-button-disabled {
  opacity: 0.5;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box-on {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.container .cont-plate2 .page-title,
.container .cont-plate2 .page-English {
  text-align: center;
}
.container .cont-plate2 .plate2-swiper {
  width: 100%;
  margin-top: 0.55rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide {
  width: 14rem;
  height: 6rem;
  margin-right: 0.2rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: -20%;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem 0.5rem;
  background: linear-gradient(90deg, rgba(0, 126, 255, 0.8), transparent);
  opacity: 0;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs30);
  font-weight: 100;
  color: #fff;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.45rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide-active .slide-box .box-cent {
  left: 0;
  opacity: 1;
}
.container .cont-plate2 .plate2-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.65rem;
  margin-top: 0.6rem;
}
.container .cont-plate2 .plate2-bottom .bottom-button {
  display: flex;
  justify-content: space-between;
  width: 1.6rem;
  height: auto;
  margin-right: 0.25rem;
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: solid 1px #00a4e8;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 10px;
  margin: -5px 0 0 -3px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev .img2,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover {
  background: linear-gradient(45deg, #015eea, #00c0fa);
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate2 .plate2-bottom .bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
.container .cont-plate2 .plate2-bottom .bottom-right .right-num1 {
  font-size: var(--fs14);
  color: #00a4e8;
}
.container .cont-plate2 .plate2-bottom .bottom-right .right-num2 {
  font-size: var(--fs14);
  color: #264592;
}
.container .cont-plate2 .plate2-bottom .bottom-right .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 2.1rem;
  height: 1px;
  margin: 0 0.1rem;
  background: #e0e0e0;
}
.container .cont-plate2 .plate2-bottom .bottom-right .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #00a4e8;
}
.container .cont-plate3 {
  display: flex;
  justify-content: space-between;
  padding: 1.45rem 0 1.2rem;
}
.container .cont-plate3 .plate3-item {
  position: relative;
  width: calc(100% / 2 - 0.18rem);
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1956e0;
  opacity: 0.9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-item .item-pic {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 1.05rem 0;
  z-index: 9;
}
.container .cont-plate3 .plate3-item .item-cent .cent-icon {
  width: 0.45rem;
  height: 0.5rem;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate3 .plate3-item .item-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-item .item-cent .cent-button {
  position: relative;
  width: 1.5rem;
  height: 0.5rem;
  margin: 0.3rem auto 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.5rem;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-item .item-cent .cent-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  border-radius: 0.45rem;
  box-sizing: border-box;
  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-item .item-cent .cent-button:hover {
  color: #1956e0;
  background: #fff !important;
}
.container .cont-plate3 .plate3-item:hover::after {
  left: 0;
}
.container .cont-plate3 .plate3-item:hover .item-cent .cent-button {
  background: none;
}
.container .cont-plate3 .plate3-item:hover .item-cent .cent-button::after {
  opacity: 1;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 1.4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.container .cont-plate4 .plate4-main .page-title {
  text-align: center;
  color: #fff;
}
.container .cont-plate4 .plate4-main .cent-text {
  width: 10.3rem;
  margin: 0.4rem auto 0;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.container .cont-plate4 .plate4-main .main-data .data-item {
  width: 2.8rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num {
  font-size: var(--fs24);
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.8rem;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num em {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num em::after {
  content: '㎡';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: var(--fs18);
  font-weight: 100;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num i {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-num i::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs48);
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-data .data-item .item-text {
  font-size: var(--fs18);
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-data .data-item:first-of-type {
  width: 3.3rem;
}
.container .cont-plate4 .plate4-main .main-data .data-item:last-of-type {
  width: auto;
}
.container .cont-plate4 .plate4-main .page-button {
  margin: 1rem auto 0;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
  background: url(/cn/images/plate5-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate5 .plate5-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-top .top-cent {
  width: auto;
}
.container .cont-plate5 .plate5-main .main-top .page-button {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.container .cont-plate5 .plate5-main .main-top .page-button:hover {
  border: solid 2px #00a4e8;
  background: none !important;
}
.container .cont-plate5 .plate5-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 9.3rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item {
  width: 4.5rem;
  height: auto;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-pic {
  width: 4.5rem;
  height: 3.2rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.4rem 0.3rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #d6d6d6;
  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-cont .cont-box .box-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  border: solid 1px #e5e5e5;
  background: url(/cn/images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.15rem;
  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-cont .cont-box .box-item:hover {
  background: #264592;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.2);
}
.container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-button {
  border: solid 1px #fff;
  background-color: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 5.72rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item {
  width: 100%;
  height: 2.75rem;
  padding: 0.75rem 0.55rem 0.3rem;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
  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-cont .cont-lump .lump-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #d6d6d6;
  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-cont .cont-lump .lump-item .cent-button {
  position: relative;
  left: calc(100% - 0.48rem);
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 1px #e5e5e5;
  background: url(/cn/images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.15rem;
  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-cont .cont-lump .lump-item:hover {
  background: #264592;
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .item-title {
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .item-time {
  color: rgba(255, 255, 255, 0.2);
}
.container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .cent-button {
  border: solid 1px #fff;
  background-color: #fff;
}
.about {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 1.25rem 0.88rem;
  background: url(/cn/images/about-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 12.5rem;
  height: auto;
  padding: 0 4.62rem 1.15rem 1rem;
  background: #fff;
}
.about .about-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.65rem;
  font-size: var(--fs40);
  font-weight: bold;
  color: #264592;
}
.about .about-plate1 .plate1-main .main-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs36);
  text-transform: uppercase;
}
.about .about-plate1 .plate1-main .main-cent .cent-English span {
  background: linear-gradient(90deg, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-pic {
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 9.6rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-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));
}
.about .about-plate1 .plate1-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
}
.about .about-plate1 .plate1-bottom .bottom-cent {
  width: auto;
}
.about .about-plate1 .plate1-bottom .bottom-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #264592;
}
.about .about-plate1 .plate1-bottom .bottom-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  color: #333;
}
.about .about-plate1 .plate1-bottom .bottom-data {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item {
  width: 1.3rem;
  height: auto;
  margin-right: 0.6rem;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item:first-of-type {
  width: 1.9rem;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item:last-of-type {
  margin-right: 0;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num {
  font-size: var(--fs14);
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.5rem;
  color: #1956e0;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num em {
  position: relative;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num em::after {
  content: '㎡';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-size: var(--fs18);
  color: #666;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num i {
  position: relative;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num i::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs36);
  color: #1956e0;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num b {
  font-size: var(--fs24);
  font-weight: 400;
  color: #1956e0;
}
.about .about-plate1 .plate1-bottom .bottom-data .data-item .item-text {
  font-size: var(--fs16);
  color: #666;
}
.about .about-plate2 {
  padding: 1rem 0 1.35rem;
}
.about .about-plate2 .page-title2,
.about .about-plate2 .page-English2 {
  text-align: center;
}
.about .about-plate2 .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.about .about-plate2 .plate2-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-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;
}
.about .about-plate2 .plate2-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 .plate2-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.7rem 0.65rem 0.6rem;
  background: #f2f4f8;
}
.about .about-plate2 .plate2-main .main-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #264592;
}
.about .about-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.9rem;
  background: #f2f4f8;
}
.about .about-plate3 .plate3-main .page-title2,
.about .about-plate3 .plate3-main .page-English2 {
  text-align: center;
}
.about .about-plate3 .plate3-main .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item {
  width: calc(100% / 5 - 0.76rem);
  height: auto;
  margin-right: 0.95rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1rem;
  color: #fff;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
  width: 0.63rem;
  height: auto;
  margin-top: -0.4rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.about .about-plate4 {
  padding: 1.3rem 0 1.15rem;
}
.about .about-plate4 .page-title2,
.about .about-plate4 .page-English2 {
  text-align: center;
}
.about .about-plate4 .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate4 .plate4-main {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}
.about .about-plate4 .plate4-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper::after {
  content: '';
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 1.11rem;
  background: url(/cn/images/about-bg3.png) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 4);
  height: auto;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding: 0.55rem 0.55rem 0;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.7rem;
  box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.35);
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.85rem;
  font-size: var(--fs18);
  text-align: center;
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  color: #1956e0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev,
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev img,
.about .about-plate4 .plate4-main .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev {
  left: -0.5rem;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  right: -0.5rem;
}
.about .about-plate5 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.6rem;
  background: url(/cn/images/about-bg2.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate5 .page-title2,
.about .about-plate5 .page-English2 {
  text-align: center;
}
.about .about-plate5 .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate5 .plate5-main {
  position: relative;
  margin-top: 0.8rem;
}
.about .about-plate5 .plate5-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide {
  width: calc(100% / 7 - 0.0858rem);
  height: 4.8rem;
  margin-right: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.28rem 0;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.28rem 0.3rem;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 0.25rem;
  height: 3px;
  margin-top: 0.1rem;
  background: #1956e0;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  display: none;
  margin-top: 0.25rem;
  font-size: var(--fs16);
  color: #fff;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover {
  width: 4.85rem;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box {
  background: #264592;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-title {
  color: #fff;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-title {
  color: #fff;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-heng {
  background: #fff;
}
.about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-text {
  display: block;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev,
.about .about-plate5 .plate5-main .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev img,
.about .about-plate5 .plate5-main .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev .img2,
.about .about-plate5 .plate5-main .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover,
.about .about-plate5 .plate5-main .plate5-swiper-button-next:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
.about .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
.about .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-prev {
  left: -0.65rem;
}
.about .about-plate5 .plate5-main .plate5-swiper-button-next {
  right: -0.65rem;
}
.news {
  width: 100%;
  height: auto;
  padding: 0.35rem 0 1.55rem;
}
.news .news-top {
  position: relative;
  margin-top: 0.25rem;
}
.news .news-top .top-cent {
  width: auto;
}
.news .news-top .top-list {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.news .news-top .top-list .list-item {
  position: relative;
  width: auto;
  margin: 0 0.25rem;
  padding-bottom: 0.12rem;
  font-size: var(--fs18);
  color: #333;
}
.news .news-top .top-list .list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1956e0;
  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;
}
.news .news-top .top-list .list-item:hover {
  color: #1956e0;
}
.news .news-top .top-list .list-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news .news-top .top-list .list-item-on {
  font-weight: bold;
  color: #1956e0;
}
.news .news-top .top-list .list-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news .main-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
}
.news .main-box .box-pic {
  width: 7.2rem;
  height: auto;
  overflow: hidden;
}
.news .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-box .box-cent {
  width: 8.15rem;
  height: auto;
  padding: 0.65rem 0.55rem 0 0.65rem;
  background: #f6f6f6;
}
.news .main-box .box-cent .cent-title {
  font-size: var(--fs30);
  line-height: 0.48rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-box .box-cent .cent-time {
  margin-top: 0.2rem;
  font-size: var(--fs32);
}
.news .main-box .box-cent .cent-time em {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs18);
  color: #c9c9c9;
}
.news .main-box .box-cent .cent-time span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  color: #1956e0;
}
.news .main-box .box-cent .cent-time i {
  display: inline-block;
  width: 1px;
  height: 0.46rem;
  margin: 0 0.15rem;
  background: #999;
  transform: rotate(30deg) translateY(0.1rem);
}
.news .main-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .main-box .box-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-box .box-cent .cent-button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-box .box-cent .cent-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(/cn/images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.news .main-box .box-cent .cent-button:hover {
  background: linear-gradient(-90deg, #0d83ff, #31def2);
}
.news .main-box .box-cent .cent-button:hover span {
  margin-right: 0.1rem;
}
.news .main-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .main-box:hover .box-cent .cent-title {
  color: #1956e0;
}
.news .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.68rem auto 1rem;
}
.news .main-cont .cont-item {
  width: calc(100% / 3 - 0.62rem);
  height: auto;
  margin-right: 0.93rem;
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.news .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.news .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.35rem 0.4rem;
}
.news .main-cont .cont-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #d6d6d6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-cont .cont-item .item-cent .cent-title {
  height: 0.8rem;
  font-size: var(--fs24);
  line-height: 0.4rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-cont .cont-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff url(/cn/images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.15rem;
  border: solid 1px #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .main-cont .cont-item:hover {
  background: #264592;
}
.news .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .main-cont .cont-item:hover .item-cent .cent-time,
.news .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.news .main-cont .cont-item:hover .item-cent .cent-button {
  border: solid 1px #fff;
}
.newsDetail {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
  overflow: visible;
}
.newsDetail .page-crumb {
  margin-top: 0.4rem;
}
.newsDetail .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.65rem;
}
.newsDetail .newsDetails-top .top-main .main-title {
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
  color: #333;
}
.newsDetail .newsDetails-top .top-main .main-time {
  margin-top: 0.32rem;
  font-size: var(--fs18);
  text-align: center;
  color: #ccc;
}
.newsDetail .newsDetails-top .top-main .main-time img {
  width: 16px;
  margin: -0.04rem 0.06rem 0 0;
}
.newsDetail .newsDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f0f0f0;
  padding-left: 1.92rem;
}
.newsDetail .newsDetails-main .main-box .box-share {
  position: sticky;
  top: 1.08rem;
  width: 1.5rem;
  height: 100%;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  background: #fafafa;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 14px;
  color: #fff;
  background: #0d83ff;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.newsDetail .newsDetails-main .main-box .box-cent {
  position: relative;
  width: 10.76rem;
  height: auto;
  padding: 0.65rem 0.6rem 1.25rem;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.34rem;
  color: #484848;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
  position: relative;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  line-height: 0.46rem;
  color: #333;
  background: #f7f7f7;
  border: solid 1px #f7f7f7;
  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;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1956e0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  color: #333;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
  background: #fff;
  border: solid 1px #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover::after {
  width: 100%;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
  color: #1956e0;
}
.newsDetail .newsDetails-main .main-box .box-list {
  position: relative;
  width: 5.02rem;
  height: auto;
  padding: 0.5rem 2.25rem 0 0.4rem;
  background: #f6f6f6;
}
.newsDetail .newsDetails-main .main-box .box-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.newsDetail .newsDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.15rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #264592;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #1956e0;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button span {
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #fff;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button em {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(/cn/images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.product {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 2rem;
  overflow: visible;
}
.product .product-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}
.product .product-main .main-list {
  width: 3.2rem;
  height: auto;
}
.product .product-main .main-list .list-cont {
  position: sticky;
  top: 1.08rem;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump:last-of-type {
  border-bottom: none;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.68rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #222;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product .product-main .main-list .list-cont .cont-lump .lump-top span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.product .product-main .main-list .list-cont .cont-lump .lump-top:hover span {
  color: #fff;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top:hover::after {
  content: '+';
  color: #fff;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top-on {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.product .product-main .main-list .list-cont .cont-lump .lump-top-on span {
  color: #fff;
}
.product .product-main .main-list .list-cont .cont-lump .lump-top-on::after {
  content: '-' !important;
  font-size: var(--fs36) !important;
  color: #fff;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0.2rem;
  cursor: pointer;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
  width: 9px;
  height: 15px;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.15rem 0.25rem;
  border: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
  width: 1.8rem;
  font-size: var(--fs14);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
  width: 9px;
  height: 15px;
  margin-left: 0.15rem;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
  text-decoration: underline;
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
  text-decoration: underline;
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #777777;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
  text-decoration: underline;
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
  text-decoration: underline;
  color: #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  color: #666;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
  width: 100%;
  height: 0.36rem;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
  display: none;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
  display: none;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.product .product-main .main-cont {
  width: 11.06rem;
  height: auto;
  padding-top: 0.8rem;
}
.product .product-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  padding: 1.15rem 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.product .product-main .main-cont .cont-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product .product-main .main-cont .cont-top .top-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.26rem;
  height: 0.56rem;
  margin: 0.35rem auto 0;
  padding: 0 0.18rem;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-top .top-search input {
  width: calc(100% - 0.3rem);
  height: 100%;
  font-size: var(--fs16);
  color: #666;
  background: #fff;
}
.product .product-main .main-cont .cont-top .top-search input::placeholder {
  color: #999;
}
.product .product-main .main-cont .cont-top .top-search a {
  width: 0.2rem;
  height: 0.2rem;
  background: url(/cn/images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.product .product-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.product .product-main .main-cont .cont-box .box-lump span {
  margin-right: 0.4rem;
  font-size: var(--fs14);
  color: #666;
}
.product .product-main .main-cont .cont-box .box-lump a {
  margin-left: 0.02rem;
  color: #ff0000;
}
.product .product-main .main-cont .cont-table {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-table table {
  width: 100%;
}
.product .product-main .main-cont .cont-table th {
  padding: 0.15rem 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  border: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-table td {
  padding: 0.1rem 0.15rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-align: center;
  border: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-table td .table-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
}
.product .product-main .main-cont .cont-table td .table-item .item-pic {
  width: 0.7rem;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-cont .cont-table td .table-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-table td .table-item .item-title {
  width: calc(100% - 0.7rem);
  padding-left: 0.3rem;
  font-size: var(--fs16);
  text-align: left;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-table td .table-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-table td .table-item:hover .item-title {
  color: #1956e0;
  text-decoration: underline;
}
.product .product-main .main-cont .cont-tips {
  display: none;
}
.productDetail {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
  padding-top: 0.45rem;
  overflow: visible;
}
.productDetail .productDetail-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.productDetail .productDetail-main .main-list {
  width: 3.2rem;
  height: auto;
}
.productDetail .productDetail-main .main-list .list-cont {
  position: sticky;
  top: 1.08rem;
  width: 100%;
  height: auto;
  border: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump:last-of-type {
  border-bottom: none;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.68rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #222;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover span {
  color: #fff;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover::after {
  content: '+';
  color: #fff;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on span {
  color: #fff;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on::after {
  content: '-' !important;
  font-size: var(--fs36) !important;
  color: #fff;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0.2rem;
  cursor: pointer;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
  width: 9px;
  height: 15px;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.15rem 0.25rem;
  border: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
  width: 1.8rem;
  font-size: var(--fs14);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
  width: 9px;
  height: 15px;
  margin-left: 0.15rem;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
  text-decoration: underline;
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
  text-decoration: underline;
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #777777;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
  text-decoration: underline;
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
  text-decoration: underline;
  color: #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  color: #666;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
  width: 100%;
  height: 0.36rem;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
  display: none;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
  display: none;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productDetail .productDetail-main .main-cont {
  width: 11.06rem;
  height: auto;
  padding-bottom: 2rem;
}
.productDetail .productDetail-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.productDetail .productDetail-main .main-cont .cont-top .top-pic {
  width: 4.01rem;
  height: 4.01rem;
  border: solid 1px #dedede;
  overflow: hidden;
}
.productDetail .productDetail-main .main-cont .cont-top .top-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;
}
.productDetail .productDetail-main .main-cont .cont-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent {
  width: 6.35rem;
  height: auto;
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-text span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #264592;
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-button {
  display: block;
  width: 1.7rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-button:hover {
  background: linear-gradient(90deg, #00c0fa, #015eea);
}
.productDetail .productDetail-main .main-cont .cont-tab {
  display: flex;
  justify-content: flex-start;
  position: sticky;
  top: 0.95rem;
  width: 100%;
  height: 0.5rem;
  background: #f5f5f5;
}
.productDetail .productDetail-main .main-cont .cont-tab .tab-item {
  width: 1.8rem;
  height: 100%;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-tab .tab-item:hover {
  color: #fff;
  background: #264592;
}
.productDetail .productDetail-main .main-cont .cont-tab .tab-item-on {
  color: #fff;
  background: #264592;
}
.productDetail .productDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
  margin-bottom: 0.55rem;
  scroll-margin: 1.5rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-title {
  padding-bottom: 0.25rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #222;
  border-bottom: solid 2px #1956e0;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: var(--fs16);
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-left: 0.45rem;
  margin-bottom: 0.15rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text em {
  width: 0.16rem;
  height: 0.16rem;
  margin-top: 0.04rem;
  border-radius: 50%;
  border: solid 3px #1956e0;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text span {
  width: calc(100% - 0.16rem);
  padding-left: 0.18rem;
  color: #222;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-left: 0.45rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips .tips-item {
  width: 1.18rem;
  height: auto;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips .tips-item img {
  width: 100%;
}
.productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-msg {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-left: 0.45rem;
  color: #222;
}
.productDetail .productDetail-main .main-cont .cont-button {
  display: block;
  width: 1.7rem;
  height: 0.5rem;
  margin-top: 1.4rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #264592;
  border: solid 1px #264592;
  border-radius: 0.45rem;
}
.productDetail .productDetail-main .main-cont .cont-button:hover {
  color: #fff;
  background: #264592;
}
.productList {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 2rem;
  overflow: visible;
}
.productList .productList-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.productList .productList-main .main-list {
  width: 3.2rem;
  height: auto;
}
.productList .productList-main .main-list .list-cont {
  position: sticky;
  top: 1.08rem;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump:last-of-type {
  border-bottom: none;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.68rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #222;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover span {
  color: #fff;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover::after {
  content: '+';
  color: #fff;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top-on {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top-on span {
  color: #fff;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-top-on::after {
  content: '-' !important;
  font-size: var(--fs36) !important;
  color: #fff;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0.2rem;
  cursor: pointer;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
  width: 9px;
  height: 15px;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.15rem 0.25rem;
  border: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
  width: 1.8rem;
  font-size: var(--fs14);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
  width: 9px;
  height: 15px;
  margin-left: 0.15rem;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
  text-decoration: underline;
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
  text-decoration: underline;
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #777777;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
  text-decoration: underline;
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
  text-decoration: underline;
  color: #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  color: #666;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
  width: 100%;
  height: 0.36rem;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
  margin-bottom: 0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
  display: none;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
  display: none;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productList .productList-main .main-cont {
  width: 11.06rem;
  height: auto;
  padding-top: 0.8rem;
}
.productList .productList-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  padding: 1.15rem 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.productList .productList-main .main-cont .cont-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.productList .productList-main .main-cont .cont-top .top-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.26rem;
  height: 0.56rem;
  margin: 0.35rem auto 0;
  padding: 0 0.18rem;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.productList .productList-main .main-cont .cont-top .top-search input {
  width: calc(100% - 0.3rem);
  height: 100%;
  font-size: var(--fs16);
  color: #666;
  background: #fff;
}
.productList .productList-main .main-cont .cont-top .top-search input::placeholder {
  color: #999;
}
.productList .productList-main .main-cont .cont-top .top-search a {
  width: 0.2rem;
  height: 0.2rem;
  background: url(/cn/images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
.productList .productList-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productList .productList-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #1956e0;
}
.productList .productList-main .main-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.productList .productList-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.productList .productList-main .main-cont .cont-box .box-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.productList .productList-main .main-cont .cont-box .box-item:last-of-type {
  margin-bottom: 0;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent {
  width: 7.55rem;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #666;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-pic {
  width: 3.01rem;
  height: 3.01rem;
  border: solid 1px #dedede;
  overflow: hidden;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-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;
}
.productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-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));
}
.productList .productList-main .main-cont .cont-box .box-item .item-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.2rem;
  padding: 0 0.24rem;
  border: solid 1px #e0e0e0;
}
.productList .productList-main .main-cont .cont-box .box-item .item-download .download-icon {
  width: 0.3rem;
  height: auto;
}
.productList .productList-main .main-cont .cont-box .box-item .item-download .download-icon img {
  width: 100%;
}
.productList .productList-main .main-cont .cont-box .box-item .item-download .download-title {
  width: calc(100% - 0.3rem);
  height: auto;
  padding-left: 0.12rem;
  font-size: var(--fs16);
  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;
}
.productList .productList-main .main-cont .cont-box .box-item .item-download:hover {
  border: solid 1px #cde2f6;
  box-shadow: 0px 8px 15px 0px rgba(25, 86, 224, 0.09);
}
.productList .productList-main .main-cont .cont-box .box-item .item-download:hover .download-title {
  color: #1956e0;
}
.productInfo {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 2rem;
  overflow: visible;
}
.productInfo .productInfo-main {
  display: flex;
  justify-content: space-between;
}
.productInfo .productInfo-main .main-list {
  width: 3.2rem;
  height: auto;
}
.productInfo .productInfo-main .main-list .list-cont {
  position: sticky;
  top: 1.08rem;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump:last-of-type {
  border-bottom: none;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.68rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #222;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover span {
  color: #fff;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover::after {
  content: '+';
  color: #fff;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on span {
  color: #fff;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on::after {
  content: '-' !important;
  font-size: var(--fs36) !important;
  color: #fff;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0.2rem;
  cursor: pointer;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
  width: 9px;
  height: 15px;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.15rem 0.25rem;
  border: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
  width: 1.8rem;
  font-size: var(--fs14);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
  width: 9px;
  height: 15px;
  margin-left: 0.15rem;
  background: url(/cn/images/icon/icon-product-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
  text-decoration: underline;
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
  text-decoration: underline;
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
  background: url(/cn/images/icon/icon-product-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #777777;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
  text-decoration: underline;
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
  text-decoration: underline;
  color: #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  color: #666;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
  width: 100%;
  height: 0.36rem;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
  margin-bottom: 0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
  display: none;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
  display: none;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #dedede;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
  content: '√';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #1956e0;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
  border: solid 1px #1956e0;
}
.productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productInfo .productInfo-main .main-cont {
  width: 11.06rem;
  height: auto;
  padding-top: 0.8rem;
}
.productInfo .productInfo-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.5rem;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.productInfo .productInfo-main .main-cont .cont-top::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4.85rem;
  height: 100%;
  background: linear-gradient(-90deg, rgba(25, 86, 224, 0.8) 80%, transparent);
}
.productInfo .productInfo-main .main-cont .cont-top .top-title {
  margin-top: 0.6rem;
  padding-left: 0.82rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box {
  position: relative;
  width: 3.95rem;
  z-index: 9;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-icon {
  width: 0.5rem;
  height: auto;
  margin: 0 auto;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-icon img {
  width: 100%;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-title {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-emali {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.5rem;
  margin: 0.3rem auto 0;
  background: #fff;
  border-radius: 0.45rem;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #1956e0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button em {
  width: 0.19rem;
  height: 0.14rem;
  background: url(/cn/images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover {
  background: #00a4e8;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover span {
  color: #fff;
}
.productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover em {
  background: url(/cn/images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.productInfo .productInfo-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.productInfo .productInfo-main .main-cont .cont-cent img {
  max-width: 100%;
  width: auto;
}
.application {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.25rem;
}
.application .application-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.application .application-main .main-item {
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.application .application-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.application .application-main .main-item .item-pic {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
}
.application .application-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem;
}
.application .application-main .main-item .item-cent .cent-title {
  font-size: var(--fs22);
  color: #343434;
  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;
}
.application .application-main .main-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff url(/cn/images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.15rem;
  border: solid 1px #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-main .main-item:hover {
  background: #264592;
}
.application .application-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.application .application-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.application .application-main .main-item:hover .item-cent .cent-button {
  border: solid 1px #fff;
}
.applicationDetail {
  width: 100%;
  height: auto;
}
.applicationDetail .applicationDetail-plate1 {
  padding: 0.4rem 0 0.88rem;
}
.applicationDetail .applicationDetail-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.applicationDetail .applicationDetail-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1rem;
}
.applicationDetail .applicationDetail-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.55rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.applicationDetail .applicationDetail-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.applicationDetail .applicationDetail-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-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));
}
.applicationDetail .applicationDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.45rem;
  background: #f5f5f5;
}
.applicationDetail .applicationDetail-plate2 .page-title2,
.applicationDetail .applicationDetail-plate2 .page-English2 {
  text-align: center;
}
.applicationDetail .applicationDetail-plate2 .page-heng {
  margin: 0.15rem auto 0;
}
.applicationDetail .applicationDetail-plate2 .plate2-main {
  margin-top: 1.1rem;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.65rem;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item:last-of-type {
  margin-bottom: 0;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 1.25rem 0.6rem 0.8rem;
  background: #fff;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1rem;
  background: linear-gradient(180deg, #1956e0 35%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #666;
}
.applicationDetail .applicationDetail-plate2 .plate2-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.applicationDetail .applicationDetail-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.65rem;
}
.applicationDetail .applicationDetail-plate3 .page-title2,
.applicationDetail .applicationDetail-plate3 .page-English2 {
  text-align: center;
}
.applicationDetail .applicationDetail-plate3 .page-heng {
  margin: 0.15rem auto 0;
}
.applicationDetail .applicationDetail-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding: 1.2rem 0 1.4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box {
  position: relative;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 0.195rem);
  height: auto;
  margin-right: 0.26rem;
  background: #fff;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 3.9rem;
  padding: 0.8rem 0.8rem 0;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
  width: 0.51rem;
  height: auto;
  margin: 0 auto;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.36rem;
  color: #191c22;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
  width: 9px;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
  left: -1.2rem;
}
.applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  right: -1.2rem;
}
.applicationDetail .applicationDetail-plate4 {
  padding: 1.15rem 0 1.75rem;
}
.applicationDetail .applicationDetail-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.88rem;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.12rem);
  height: 5rem;
  margin-right: 0.18rem;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #efeff0;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  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;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.95rem;
  overflow: hidden;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-text {
  padding: 0 0.3rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box: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));
}
.applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev,
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev img,
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next img {
  width: 9px;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover,
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev {
  left: -1.2rem;
}
.applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next {
  right: -1.2rem;
}
.laboratory {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.laboratory .laboratory-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.laboratory .laboratory-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding: 0 0.65rem 0 1.92rem;
}
.laboratory .laboratory-plate1 .plate1-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.laboratory .laboratory-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.laboratory .laboratory-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.laboratory .laboratory-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));
}
.laboratory .laboratory-plate2 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.05rem;
  background: #eef5fb;
}
.laboratory .laboratory-plate2 .plate2-main {
  position: relative;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.12rem);
  height: 6.8rem;
  margin-right: 0.18rem;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem 0.3rem 0.4rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #3399ff 30%, transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box: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));
}
.laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev,
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev img,
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next img {
  width: 9px;
}
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev {
  left: -1.2rem;
}
.laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next {
  right: -1.2rem;
}
.technology {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.05rem;
  background: url(/cn/images/technology-bg.jpg) no-repeat center left;
}
.technology .technology-main {
  margin-top: 0.2rem;
}
.technology .technology-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.05rem;
}
.technology .technology-main .main-box .box-item {
  position: relative;
  width: calc(100% / 4 - 0.12rem);
  height: auto;
  margin-right: 0.16rem;
  margin-bottom: 0.64rem;
  background: #f3f6f9;
}
.technology .technology-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  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;
}
.technology .technology-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.technology .technology-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.48rem;
  overflow: hidden;
}
.technology .technology-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.technology .technology-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.3rem 0.3rem;
}
.technology .technology-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  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;
}
.technology .technology-main .main-box .box-item .item-cent .cent-text {
  height: 1.2rem;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.technology .technology-main .main-box .box-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: #fff url(/cn/images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.15rem;
  border: solid 1px #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.technology .technology-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: -8px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.technology .technology-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.technology .technology-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));
}
.technology .technology-main .main-box .box-item:hover .item-cent .cent-title {
  color: #1956e0;
}
.team {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.8rem;
}
.team .team-main {
  margin-top: 0.2rem;
}
.team .team-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.team .team-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding-right: 0.65rem;
}
.team .team-main .main-top .top-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #264592;
}
.team .team-main .main-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.team .team-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.team .team-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.team .team-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.team .team-main .main-box .box-item {
  width: calc(100% / 2 - 0.18rem);
  height: auto;
  margin-top: 0.45rem;
  overflow: hidden;
}
.team .team-main .main-box .box-item 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;
}
.team .team-main .main-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.contact .contact-plate1 {
  padding: 0.65rem 0 1.05rem;
}
.contact .contact-plate1 .plate1-title {
  font-size: var(--fs30);
  text-align: center;
  color: #264592;
}
.contact .contact-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.contact .contact-plate1 .plate1-main .main-item {
  width: 3.5rem;
  height: auto;
}
.contact .contact-plate1 .plate1-main .main-item .item-icon {
  width: 1.05rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.contact .contact-plate1 .plate1-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #666;
}
.contact .contact-plate1 .plate1-main .main-item .item-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  color: #666;
}
.contact .contact-plate1 .plate1-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0;
  background: #f6f6f6;
}
.contact .contact-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.contact .contact-plate2 .plate2-main .main-pic {
  width: 6.8rem;
  height: auto;
  overflow: hidden;
}
.contact .contact-plate2 .plate2-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact .contact-plate2 .plate2-main .main-cent {
  width: 50%;
  height: auto;
  padding-top: 0.35rem;
}
.contact .contact-plate2 .plate2-main .main-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.48rem;
  color: #264592;
}
.contact .contact-plate2 .plate2-main .main-cent .cent-sunTitle {
  font-size: var(--fs30);
  line-height: 0.48rem;
  color: #264592;
}
.contact .contact-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #999;
}
.contact .contact-plate3 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.55rem;
  background: url(/cn/images/contact-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.contact .contact-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
}
.contact .contact-plate3 .plate3-main .main-pic {
  width: 5.6rem;
  height: auto;
  overflow: hidden;
}
.contact .contact-plate3 .plate3-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate3 .plate3-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));
}
.contact .contact-plate3 .plate3-main .main-cont {
  width: 8.5rem;
  height: auto;
}
.contact .contact-plate3 .plate3-main .main-cont .page-title2 {
  color: #fff;
}
.contact .contact-plate3 .plate3-main .main-cont .page-English2 {
  color: #fff;
  opacity: 0.5;
}
.contact .contact-plate3 .plate3-main .main-cont .page-heng {
  background: #fff;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-text {
  margin-top: 0.7rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form input {
  width: calc(100% / 2 - 0.1rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  font-size: var(--fs16);
  color: #666;
  border: solid 1px #ededed;
  border-radius: 0.05rem;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form input::placeholder {
  color: #999;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form textarea {
  width: 100%;
  height: 1.2rem;
  padding: 0.15rem 0.3rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #666;
  border-radius: 0.05rem;
  border: solid 1px #ededed;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form textarea::placeholder {
  color: #999;
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form .form-button {
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.48rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.contact .contact-plate3 .plate3-main .main-cont .cont-form .form-button:hover {
  background: linear-gradient(-90deg, #015eea, #00c0fa);
}
.recruit {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.recruit .recruit-plate1 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit .recruit-plate1 .plate1-main {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  padding: 0.95rem 0 0.7rem;
  background: #f3f7fd;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
  padding-bottom: 0.75rem;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4 - 0.21rem);
  height: auto;
  margin-right: 0.28rem;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.36rem 0.8rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #003cff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
  width: 0.52rem;
  height: auto;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  color: #333;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover::after {
  width: 100%;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(2n) .slide-box::after {
  background: #81b92e !important;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(3n) .slide-box::after {
  background: #ff7800 !important;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(4n) .slide-box::after {
  background: #00ccff !important;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.15rem;
  border-radius: 50%;
  background: #dcddde;
  opacity: 1;
  cursor: pointer;
}
.recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1956e0;
}
.recruit .recruit-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.85rem;
}
.recruit .recruit-plate2 .plate2-top .top-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate2 .plate2-top .top-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
.recruit .recruit-plate2 .plate2-swiper {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.6rem 0.6rem 0;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  text-align: center;
  background: linear-gradient(180deg, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
  font-size: var(--fs16);
  color: #fff;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump span {
  position: relative;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump em {
  display: block;
  width: 4px;
  height: 7px;
  margin: 0.08rem 0.15rem 0;
  background: url(/cn/images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump i {
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: var(--fs12);
  color: #fff;
  opacity: 0.5;
  white-space: nowrap;
}
.recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit .recruit-plate3 {
  padding: 0.45rem 0 1.5rem;
}
.recruit .recruit-plate3 .plate3-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate3 .plate3-list {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.recruit .recruit-plate3 .plate3-list .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1rem;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #015eea, #00c0fa);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #1956e0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail {
  width: 12rem;
  padding: 0 0 0 0.35rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title .title1 {
  display: inline-block;
  width: 5rem;
  margin-right: 0.2rem;
  font-size: var(--fs22);
  font-weight: bold;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title .title-text {
  margin-right: 0.75rem;
  font-size: var(--fs16);
  color: #969696;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-text {
  margin-top: 0.12rem;
  margin-right: 0.75rem;
  font-size: var(--fs16);
  color: #969696;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-text:last-of-type {
  margin-right: 0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: 100%;
  background: url(/cn/images/icon/icon-recruit-jia.png) no-repeat center center;
  background-size: 0.59rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active::before {
  width: 100%;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active::after {
  height: 0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail {
  width: 100%;
  padding: 0.3rem 0.4rem 0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail .mail-title .title1 {
  color: #1956e0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail .mail-title .title-text {
  display: inline-block;
}
.recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-show {
  width: 0;
  opacity: 0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.2rem 0.35rem 0.5rem;
  background: #fafafa;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-weight: bold;
  color: #252525;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 {
  position: relative;
  width: 100%;
  padding-bottom: 0.24rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text img,
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 img {
  position: absolute;
  bottom: 0.2rem;
  left: 4.8rem;
  width: 1.46rem;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-hiden {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  width: 0.59rem;
  height: 0.59rem;
  background: url(/cn/images/icon/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 3.26rem;
  height: auto;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #00a4e8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
  width: 0.59rem;
  height: 0.59rem;
  background: url(/cn/images/icon/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.environment {
  width: 100%;
  height: auto;
  padding: 0.35rem 0 1.55rem;
  background: #f0f2f3;
}
.environment .page-title2 {
  margin-top: 0.5rem;
}
.environment .page-title2,
.environment .page-English2 {
  text-align: center;
}
.environment .page-heng {
  margin: 0.25rem auto 0;
}
.environment .environment-main {
  margin-top: 0.78rem;
  padding-left: 2.8rem;
}
.environment .environment-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.environment .environment-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 31.85%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 16px 17px 10px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  overflow: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-pic img {
  display: block;
  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;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 61.3%;
  padding-right: 1.7rem;
  padding-top: 1.2rem;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #333;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.7rem);
  -o-transform: translatey(0.7rem);
  -moz-transform: translatey(0.7rem);
  -webkit-transform: translatey(0.7rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  margin: 0.2rem auto 0.38rem;
  font-size: var(--fs14);
  color: #666;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.7rem);
  -o-transform: translatey(0.7rem);
  -moz-transform: translatey(0.7rem);
  -webkit-transform: translatey(0.7rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 0.15s;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.7rem);
  -o-transform: translatey(0.7rem);
  -moz-transform: translatey(0.7rem);
  -webkit-transform: translatey(0.7rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 0.3s;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn .btn-button {
  width: 1.32rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.45rem;
  margin-right: 0.28rem;
  color: #1956e0;
  text-decoration: underline;
}
.environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn .btn-button:hover {
  color: #fff;
  background-color: #1956e0;
}
.environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-pic {
  opacity: 1;
  visibility: visible;
}
.environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-title,
.environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-time,
.environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-btn {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.environment .environment-main .main-swiper .swiper-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  width: 61.3%;
  z-index: 10;
}
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev,
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next {
  position: relative;
  width: 0.15rem;
  height: 0.28rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev img,
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev .img2,
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev:hover .img1,
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev:hover .img2,
.environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.environment .environment-main .main-swiper .swiper-bottom .swiper-pagination {
  position: static;
  display: block;
  font-size: 0;
  margin: 0 0.15rem;
}
.environment .environment-main .main-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 1;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.environment .environment-main .main-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1956e0;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #00a4e8;
  border: solid 2px #00a4e8;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #00a4e8;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #00a4e8;
}
.page-heng {
  width: 0.25rem;
  height: 3px;
  margin-top: 0.15rem;
  background: #264592;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #666;
}
.page-title2 {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.page-English2 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #d3d3d3;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  width: 19px;
  height: 14px;
  margin-left: 0.2rem;
  background: url(/cn/images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background: #fff;
}
.page-button:hover span {
  color: #00a4e8;
}
.page-button:hover em {
  background: url(/cn/images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: var(--fs16);
  color: #929292;
}
.page-crumb .crumb-box a {
  margin-right: 0.14rem;
  color: #929292;
}
.page-crumb .crumb-box a img {
  width: 10px;
}
.page-crumb .crumb-box a:hover {
  color: #00a4e8;
}
.page-crumb .crumb-box span {
  font-size: var(--fs16);
  color: #00a4e8;
}
.page-crumb .crumb-box em {
  display: block;
  width: 4px;
  height: 7px;
  margin-right: 0.14rem;
}
.page-crumb .crumb-box em img {
  display: block;
  width: 100%;
}
.page-load {
  display: block;
  width: 0.7rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic {
  width: 0.4rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load .load-title {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  text-align: center;
  color: #00a4e8;
}
.page-load:hover .load-pic img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.page-subnav {
  width: 100%;
  height: auto;
  background: #f9f9f9;
}
.page-subnav .subnav-main {
  display: flex;
  justify-content: flex-start;
  height: 0.7rem;
}
.page-subnav .subnav-main .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.7rem;
  height: 100%;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
.page-subnav .subnav-main .main-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.page-subnav .subnav-main .main-item-on {
  color: #fff;
  background: linear-gradient(90deg, #015eea, #00c0fa);
}
.page-Wnav {
  display: none;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
