﻿.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: #fff;
  z-index: 299;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: 88px;
  margin: 0 auto;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-top {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
}
nav .nav-main .main-top .top-logo {
  display: block;
  /* width: 2rem; */
  height: auto;
  cursor: pointer;

}
nav .nav-main .main-top .top-logo img {
  width: 72%;
}
nav .nav-main .main-top .le2 {
  display: flex;
  flex-direction: column;
  color: #000;
  margin-top: 0.15rem;
  font-size: 16px;
}
nav .nav-main .main-top .le2 .p1{
  font-weight: bold;
  margin-bottom: 3px;
}
nav .nav-main .main-top .top-web-icon {
  display: none;
}
nav .nav-main .box-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .box-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
nav .nav-main .box-cont .cont-nav::after {
  content: '';
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: 300px;
  /* background: #fff; */
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .box-cont .cont-nav .nav-list {
  position: relative;
  width: auto;
  height: 100%;
  padding-right: 0.6rem;
}
nav .nav-main .box-cont .cont-nav .nav-list .list-title {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 0.18rem;
  /* font-weight: bold; */
  line-height: 88px;
  color: #333;
}

nav .nav-main .box-cont .cont-nav .nav-list .list-title:hover {
  color: #2152af;
}
nav .nav-main .box-cont .cont-nav .nav-list .list-title .cur {
  color: #2152af;
}
nav .nav-main .box-cont .cont-nav .nav-list .list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  top: 0.85rem;;
  left: 0;
  width: 2rem;
  padding: 0.15rem 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #f8f8f9;
}
nav .nav-main .box-cont .cont-nav .nav-list .list-item .item-link {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 0.3rem;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  margin-left: 15px;
}
nav .nav-main .box-cont .cont-nav .nav-list .list-item .item-link:hover {
  color: #2152af;
}
nav .nav-main .box-cont .cont-nav .nav-list:hover .list-item {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .box-cont .cont-nav-active::after {
  visibility: visible;
  /* background: #fff; */
}
nav .nav-main .box-cont .cont-lang {
  position: relative;
  width: 300px;
  height: 40px;
  border-radius: 0.45rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .box-cont .cont-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-left {
  position: relative;
  width: 25px;
  height: auto;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-left 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 .box-cont .cont-lang .lang-top .top-left .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-text {
  width: 100%;
  margin: 3px 12px 0;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-text span {
  font-size: 16px;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-right {
  position: relative;
  width: 8px;
  height: auto;
}
nav .nav-main .box-cont .cont-lang .lang-top .top-right 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 .box-cont .cont-lang .lang-top .top-right .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
nav .nav-main .box-cont .cont-lang .lang-subnav {
  position: absolute;
  top: 63px;
  left: 50%;
  width: 100px;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .box-cont .cont-lang .lang-subnav .subnav-link {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333;
  border-bottom: solid 1px #f2f2f2;
}
nav .nav-main .box-cont .cont-lang .lang-subnav .subnav-link:hover {
  color: #fff;
  background: #2152af;
}
nav .nav-main .box-cont .cont-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .box-cont .cont-suosou {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}
nav .nav-main .box-cont .cont-suosou .suosou-icon {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .box-cont .cont-suosou .suosou-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 0;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 16px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .head-sidebar {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2rem 0 0 150px;
  background: #161616;
  visibility: hidden;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .head-sidebar .sidebar-main {
  display: flex;
  justify-content: space-between;
  width: 15.7rem;
  height: auto;
  margin: 0 auto;
}
nav .head-sidebar .sidebar-main .main-nav {
  width: 50%;
  height: auto;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box {
  width: 4.8rem;
  height: auto;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul {
  width: 100%;
  height: auto;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li {
  width: 100%;
  height: auto;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .li-title {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.7rem;
  background: url(../image/icon-Web-jiahao.png) no-repeat 90% center;
  background-size: 16px;
  border-bottom: solid 1px #585858;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .no-bg {
  display: block;
  background-image: none !important;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .nav-ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .nav-ul .nav-li {
  width: 100%;
  height: 0.5rem;
  font-size: 18px;
  line-height: 0.5rem;
  color: #fff;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .nav-block {
  height: auto;
  border-bottom: solid 1px #585858;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-sidebar .sidebar-main .main-nav .nav-box .box-ul .list-li .title-active {
  background: url(../image/icon-Web-jianhao.png) no-repeat 90% center !important;
  background-size: 16px !important;
  border-bottom: none;
}
nav .head-sidebar .sidebar-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 1.45rem;
}
nav .head-sidebar .sidebar-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
nav .head-sidebar .sidebar-main .main-cent .cent-English {
  margin: 0.2rem 0 0.5rem;
  font-size: 18px;
  font-family: 'MONTSERRAT-LIGHT';
  color: rgba(255, 255, 255, 0.6);
}
nav .head-sidebar .sidebar-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
nav .head-sidebar .sidebar-main .main-cent .cent-item .item-icon {
  width: 32px;
}
nav .head-sidebar .sidebar-main .main-cent .cent-item .item-icon img {
  width: 100%;
}
nav .head-sidebar .sidebar-main .main-cent .cent-item .item-text {
  margin-left: 0.2rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
nav .head-sidebar .sidebar-main .main-cent .cent-ewm {
  width: 150px;
  height: auto;
  margin-top: 0.6rem;
}
nav .head-sidebar .sidebar-main .main-cent .cent-ewm .ewm-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
nav .head-sidebar .sidebar-main .main-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
nav .head-sidebar .sidebar-main .main-cent .cent-ewm .ewm-text {
  margin-top: 0.16rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
nav .head-sidebar .sidebar-hide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0.8rem;
  height: 0.8rem;
  background: #2152af;
  cursor: pointer;
}
nav .head-sidebar .sidebar-hide img {
  width: 0.38rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-sidebar .sidebar-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan,
nav .cont-web-lang {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 88px !important;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left 88px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic3 {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.37rem;
  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;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.3rem;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
header .head-banner .banner-cent3 {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-top: 2rem;
  z-index: 9;
}
header .head-banner .banner-cent3 .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent3 .cent-text {
  margin-top: 0.35rem;
  font-family: Arial;
  font-size: 0.3rem;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  width: 15.37rem;
  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-cent2 .cent-box {
  width: 7.8rem;
  height: 3.2rem;
  padding: 0.5rem 0.4rem 0;
  border-radius: 0.23rem;
  background: rgba(0, 0, 0, 0.5);
}
header .head-banner .banner-cent2 .cent-box .box-title {
  font-family: Arial;
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-name {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: capitalize;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
  height: 1.2rem;
  margin-top: 0.1rem;
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  overflow: auto;
}
header .head-banner .banner-cent2 .cent-box .box-text::-webkit-scrollbar {
  width: 2px;
  height: 100%;
  background-color: #F5F5F5;
}
header .head-banner .banner-cent2 .cent-box .box-text::-webkit-scrollbar-thumb {
  background-color: #2152af;
}
header .head-banner .cent-sousuo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
  height: 0.6rem;
  padding: 0 0.3rem;
  margin: 1.8rem auto 0;
  background: #fff;
  border-radius: 0.45rem;
}
header .head-banner .cent-sousuo .sousuo-purge {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
header .head-banner .cent-sousuo .sousuo-purge img {
  width: 12px;
}
header .head-banner .cent-sousuo .sousuo-box {
  flex: 1;
}
header .head-banner .cent-sousuo .sousuo-box input {
  width: 100%;
  height: 0.6rem;
  font-size: 16px;
  color: #999;
}
header .head-banner .cent-sousuo .sousuo-box input::placeholder {
  color: #999;
}
header .head-banner .cent-sousuo .sousuo-icon {
  width: 0.3rem;
  margin-left: 0.2rem;
  line-height: 0.55rem;
}
header .head-banner .cent-sousuo .sousuo-icon img {
  width: 18px;
}
header .head-banner .sousuo-result {
  display: none;
  position: relative;
  width: 15.37rem;
  height: auto;
  padding: 0.82rem 1.36rem 0.6rem;
  margin: 0.9rem auto 1.35rem;
  background: #fafafa;
  border-radius: 0.1rem;
  z-index: 9;
}
header .head-banner .sousuo-result .result-title {
  margin-bottom: 0.65rem;
  font-family: Arial;
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #2152af;
}
header .head-banner .sousuo-result .result-item {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #d6d6d6;
}
header .head-banner .sousuo-result .result-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
header .head-banner .sousuo-result .result-item .item-title {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333;
}
header .head-banner .sousuo-result .result-item .item-title span {
  color: #2152af;
}
header .head-banner .sousuo-result .result-item .item-title:hover {
  color: #2152af;
  text-decoration: underline;
}
header .head-banner .sousuo-result .result-item .item-text {
  margin-top: 0.2rem;
  font-family: Arial;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
header .head-banner .sousuo-result .result-item .item-text span {
  color: #2152af;
}
header .head-banner .banner-sousuo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12rem;
  height: 0.76rem;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-sousuo .sousuo-icon {
  width: 0.78rem;
  height: 100%;
  padding-left: 0.38rem;
  line-height: 0.72rem;
}
header .head-banner .banner-sousuo .sousuo-icon img {
  width: 18px;
}
header .head-banner .banner-sousuo input {
  flex: 1;
  height: 100%;
  font-size: 18px;
  color: #333;
}
header .head-banner .banner-sousuo input::placeholder {
  color: #999;
}
header .head-banner .banner-sousuo a {
  display: block;
  width: 1.86rem;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 0.76rem;
  color: #fff;
  background: #2152af;
}
header .head-banner .banner-sousuo .sousuo-purge {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
header .head-banner .banner-sousuo .sousuo-purge img {
  width: 12px;
}
header .head-banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
header .banner {
  overflow: visible !important;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
}
footer .foot-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  background: #2152af;
}
footer .foot-top a {
  margin: 0 2rem;
  color: #f8f8f8;
  font-size: 24px;
}
footer .foot-top .top-login input {
  width: 310px;
  height: 40px;
  padding: 0 20px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  background: #6c6c6c;
  border-radius: 5px;
}
footer .foot-top .top-login input::placeholder {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
footer .foot-top .top-login .login-join {
  display: block;
  width: 76px;
  height: 40px;
  margin-left: 0.32rem;
  font-family: Arial;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2152af;
  border-radius: 5px;
}
footer .foot-top .top-login .login-join:hover {
  transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
}
footer .foot-top .top-botton {
  display: block;
  width: 200px;
  height: 40px;
  margin-left: 3.68rem;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background: #2152af;
}
footer .foot-top .top-botton:hover {
  transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
}
footer .foot-main {
  width: 100%;
  height: auto;
  background: #1a2f54;
  overflow: hidden;
}
footer .foot-main .main-cont {
  width: 15.37rem;
  height: auto;
  padding-top: 0.5rem;
  margin: 0 auto;
}
footer .foot-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-top .top-nav {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item {
  width: auto;
  height: auto;
  padding-right: 0.25rem;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-title {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-title:hover {
  color: #2152af;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent {
  width: auto;
  height: auto;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-link {
  display: block;
  margin-top: 0.1rem;
  font-size: 16px;
  color: #ccc;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-link:hover {
  color: #2152af;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel {
  position: relative;
  width: auto;
  margin-top: 0.1rem;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel .tel-title {
  font-size: 16px;
  color: #fff;
}
footer .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel .tel-num {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
footer .foot-main .main-cont .cont-top .top-right {
  width: 2.68rem;
  height: auto;
}
footer .foot-main .main-cont .cont-top .top-right .right-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 0.33rem;
}
footer .foot-main .main-cont .cont-top .top-right .right-ewm img {
  width: 1.28rem;
}
footer .foot-main .main-cont .cont-top .top-right .right-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-top .top-right .right-share .share-item {
  width: 0.43rem;
  height: 0.43rem;
  margin-left: 0.5rem;
}
footer .foot-main .main-cont .cont-top .top-right .right-share .share-item img {
  width: 0.43rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-top .top-right .right-share .share-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));
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant {
  position: relative;
  width: 100%;
  height: 0.44rem;
  /* margin-top: 0.5rem; */
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.44rem;
  padding: 0 0.3rem 0 0.2rem;
  border-radius: 0.45rem;
  border: solid 1px #8e8e8e;
  cursor: pointer;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title .title-font {
  font-size: 14px;
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title img {
  width: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show {
  position: absolute;
  top: 1rem;
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  background: #fff;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box .box-link {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding: 0 0.2rem;
  font-size: 14px;
  line-height: 0.4rem;
  color: #999;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box .box-link:hover {
  color: #2152af;
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant:hover .relevant-title img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
footer .foot-main .main-cont .cont-top .top-right .right-relevant:hover .relevant-show {
  top: 0.44rem;
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-cont .cont-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
}
footer .foot-main .main-cont .cont-bottom .bottom-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #fff;
}
footer .foot-main .main-cont .cont-bottom .bottom-link a {
  color: #fff;
}
footer .foot-main .main-cont .cont-bottom .bottom-link a:hover {
  color: #2152af;
}
footer .foot-main .main-cont .cont-bottom .bottom-link span {
  margin: 0 0.26rem;
}
footer .foot-main .main-cont .cont-bottom .bottom-zizhi {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #cfcccc;
}
footer .foot-main .main-cont .cont-bottom .bottom-zizhi a {
  color: #cfcccc;
}
footer .foot-main .main-cont .cont-bottom .bottom-zizhi a:hover {
  color: #2152af;
}
footer .foot-web-cont {
  display: none;
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-name {
  margin-bottom: 0.4rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #2152af;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-name span {
  font-family: 'MontserratBold';
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.6rem;
  color: #000;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  padding-left: 0.94rem;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton {
  width: auto;
  height: auto;
  margin-top: 1rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.4s;
  -o-transition: all 0.5s 1.4s;
  -moz-transition: all 0.5s 1.4s;
  -webkit-transition: all 0.5s 1.4s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  background: #2152af;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item span {
  padding-right: 0.15rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-pic {
  position: relative;
  width: 0;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../image/icon-botton-arrow.png) no-repeat center right;
  background-size: 16px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item:hover {
  transform: translatey(-0.15rem);
  -o-transform: translatey(-0.15rem);
  -moz-transform: translatey(-0.15rem);
  -webkit-transform: translatey(-0.15rem);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English2 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.4rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English-pic {
  width: 4.69rem;
  height: auto;
  margin-top: 0.1rem;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English-pic img {
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.4rem;
  font-size: 0.5rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-heng {
  width: 24px;
  height: 4px;
  margin-top: 0.5rem;
  background: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.4s;
  -o-transition: all 0.5s 1.4s;
  -moz-transition: all 0.5s 1.4s;
  -webkit-transition: all 0.5s 1.4s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton {
  width: auto;
  height: auto;
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.5s;
  -o-transition: all 0.5s 1.5s;
  -moz-transition: all 0.5s 1.5s;
  -webkit-transition: all 0.5s 1.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton .botton-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  background: #2152af;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton .botton-item span {
  padding-right: 0.15rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton .botton-item .item-pic {
  position: relative;
  width: 0;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton .botton-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../image/icon-botton-arrow.png) no-repeat center right;
  background-size: 16px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-botton .botton-item:hover {
  transform: translatey(-0.15rem);
  -o-transform: translatey(-0.15rem);
  -moz-transform: translatey(-0.15rem);
  -webkit-transform: translatey(-0.15rem);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-title {
  margin-top: 0.4rem;
  font-size: 0.48rem;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-text {
  margin-top: 0.1rem;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton {
  width: auto;
  height: auto;
  margin-top: 0.7rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton .botton-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  background: #2152af;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton .botton-item span {
  padding-right: 0.15rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton .botton-item .item-pic {
  position: relative;
  width: 0;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton .botton-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../image/icon-botton-arrow.png) no-repeat center right;
  background-size: 16px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-botton .botton-item:hover {
  transform: translatey(-0.15rem);
  -o-transform: translatey(-0.15rem);
  -moz-transform: translatey(-0.15rem);
  -webkit-transform: translatey(-0.15rem);
}
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-text2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-English2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English-pic,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English-pic,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-English-pic,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-botton,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-botton,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-name,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-name,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-name,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-heng,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-heng,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-heng {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container .pege-container .cont-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
.container .pege-container .cont-plate1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../image/plate1-bg.jpg) no-repeat left top;
  background-size: cover;
}
.container .pege-container .cont-plate1 .plate1-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate1 .plate1-main .main-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

.container .pege-container .cont-plate1 .plate1-main .main-English {
font-family: 'MontserratBold';
font-size: 0.48rem;
text-transform: uppercase;
color: #333;
font-weight: bold;
}
.container .pege-container .cont-plate1 .plate1-main .main-title {
  margin-top: 0.12rem;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}
.container .pege-container .cont-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item {
  width: calc(100% / 6 - 0.1rem);
  margin-left: 0.1rem;
  margin-bottom: 0.4rem;
  /* padding-top: 0.4rem; */
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item:nth-child(6n + 1) {
  margin-left: 0;
}
/* .container .pege-container .cont-plate1 .plate1-main .main-box .box-item:nth-child(n + 9) {
  display: none;
} */
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item .item-icon {
  position: relative;
  width: 1.64rem;
  height: 1.2rem;
  margin: 0 auto;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-family: Arial;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item .item-arrow {
  width: 13px;
  height: 12px;
  margin: 0.3rem auto 0;
  background: url(../image/icon-index-plate1-arrow.png) no-repeat left top;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* .container .pege-container .cont-plate1 .plate1-main .main-box .box-item:hover {
  background: rgba(206, 14, 45, 0.85);
} */
/* .container .pege-container .cont-plate1 .plate1-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item:hover .item-title {
  color: #fff;
} */
.container .pege-container .cont-plate1 .plate1-main .main-box .box-item:hover .item-arrow {
  background: url(../image/icon-index-plate1-arrow-active.png) no-repeat left top;
  background-size: 100%;
}
.container .pege-container .cont-plate2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.container .pege-container .cont-plate2 .plate2-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-left {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-left .left-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #333;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-left .left-title {
  margin-top: 0.12rem;
  font-size: 0.3rem;
  color: #333;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  background: #2152af;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-botton span {
  padding-right: 0.15rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-botton .botton-pic {
  position: relative;
  width: 0;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-botton .botton-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../image/icon-botton-arrow.png) no-repeat center right;
  background-size: 16px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-top .top-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.container .pege-container .cont-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box  .products_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .products_list{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;}    
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide {
  /* width: calc(100% / 3 - 0.5rem); */
  height: auto;
  margin-right: 0.75rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  display: block;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  display: block;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-title {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  font-size: 16px;
  padding: 0.1rem;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item .item-title {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  font-size: 16px;
  padding: 0.1rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-title:hover{background:#2152af;color:#ffffff;}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item .item-title:hover{background:#2152af;color:#ffffff;}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}
.container .pege-container .cont-plate2 .plate2-main .h5_main_box .swiper-slide .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-botton {
  width: 80px;
  height: 30px;
  margin-top: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #999;
  border: solid 2px #999;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .box-item .item-botton:hover {
  color: #fff;
  border: solid 2px #2152af;
  background: #2152af;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .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 .pege-container .cont-plate2 .plate2-main .top-botton {
  display: none;
}
.container .pege-container .cont-plate2 .plate2-main .main-box-content{display:flex;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left{display:flex;flex-direction: column;margin-top: 0.7rem;width:249px;margin-right:30px;background:#f5f5f5;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left .product_nav_bg{ position: relative;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left .product_nav_bg span{display: block;position: absolute;top: 0;left: 80px;line-height: 0.7rem;color: #fff;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left a{border-bottom:1px solid #ccc;padding: 15px 0;margin: 0 28px;color: #333333;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left .icon_nav{width:5px;height:5px;background:#2152af;display:block;float:left;margin-top: 10px;margin-right: 16px;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left p{padding:10px;text-align:center;color: #333;font-weight: bold;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left .tel_icon {padding: 0 10px;font-size: 20px;font-weight: bold;color: #2152af;}
.container .pege-container .cont-plate2 .plate2-main .main-box-content .nav-left .tel_icon img{width:30px;height:30px;margin-right: 10px;}
.container .pege-container .cont-plate3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.container .pege-container .cont-plate3 .plate3-main {
  width: 50%;
  height: 100vh;
  padding: 2rem 1.55rem 0 10vw;
  background: rgba(0, 0, 0, 0.4);
}
.container .pege-container .cont-plate3 .plate3-main .main-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-main .main-title {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-main .main-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate3 .plate3-main .main-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.7rem;
  background: #2152af;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-botton span {
  padding-right: 0.15rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-main .main-botton .botton-pic {
  position: relative;
  width: 0;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-botton .botton-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../image/icon-botton-arrow.png) no-repeat center right;
  background-size: 16px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.container .pege-container .cont-plate3 .plate3-data {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-data .data-item {
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}
.container .pege-container .cont-plate3 .plate3-data .data-item .item-title {
  font-family: 'MontserratBold';
  font-size: 0.72rem;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-data .data-item .item-title span {
  position: relative;
}
.container .pege-container .cont-plate3 .plate3-data .data-item .item-title span::after {
  content: '+';
  position: absolute;
  top: 0;
  right: -0.2rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
}
.container .pege-container .cont-plate3 .plate3-data .data-item .item-title .countUp4::after {
  display: none;
}
.container .pege-container .cont-plate3 .plate3-data .data-item .item-text {
  font-size: 16px;
  color: #fff;
}
.container .pege-container .cont-plate4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #f6f6f6 url(../image/plate4-bg.png) no-repeat 13vw 1rem;
  background-size: 1052px;
}
.container .pege-container .cont-plate4 .plate4-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-left {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-left .left-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #333;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-left .left-title {
  margin-top: 0.12rem;
  font-size: 0.3rem;
  color: #333;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-right .right-item {
  width: 145px;
  height: 50px;
  margin-left: 0.2rem;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-right .right-item:hover {
  color: #fff;
  background: #2152af;
}
.container .pege-container .cont-plate4 .plate4-main .main-top .top-right .right-item-active {
  color: #fff;
  background: #2152af;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translatey(0.3rem);
  -o-transform: translatey(0.3rem);
  -moz-transform: translatey(0.3rem);
  -webkit-transform: translatey(0.3rem);
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left {
  /* display: flex; */
  justify-content: space-between;
  width: 10rem;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-pic {
  width: 9rem;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 9rem;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent .cent-top {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent .cent-top .top-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 0.2rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent .cent-top .top-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent .cent-top:hover .top-title {
  color: #2152af;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-left .left-cent .cent-time {
  width: 100%;
  height: auto;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #bebebe;
  background: url(../image/icon-index-plate4-pic.png) no-repeat right center;
  background-size: 9px;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right {
  width: 6.85rem;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item:last-of-type {
  margin-bottom: 0;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item .item-pic {
  width: 1.7rem;
  height: auto;
  box-shadow: 0.09rem 0 0.24rem rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item .item-cent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 0.7rem);
  height: auto;
  /*padding-left: 0.12rem;*/
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item .item-cent .cent-title {
  font-size: 16px;
  /* font-weight: bold; */
  line-height: 24px;
  color: #000;
  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 .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item .item-cent .cent-time {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #bebebe;
  background: url(../image/icon-index-plate4-pic.png) no-repeat right center;
  background-size: 9px;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-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 .pege-container .cont-plate4 .plate4-main .main-cont .main-box .box-right .right-item:hover .item-cent .cent-title {
  color: #2152af;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .main-box-active {
  position: static;
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .pege-container .cont-plate5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff url(../image/plate5-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.container .pege-container .cont-plate5 .plate5-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate5 .plate5-main .main-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
.container .pege-container .cont-plate5 .plate5-main .main-title {
  margin-top: 0.12rem;
  font-size: 0.3rem;
  color: #333;
}
.container .pege-container .cont-plate5 .plate5-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-box::after {
  content: '';
  position: absolute;
  top: 72%;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(214, 214, 214, 0.2) 10%, rgba(214, 214, 214, 0.3) 20%, rgba(214, 214, 214, 0.4) 30%, rgba(214, 214, 214, 0.5) 40%, rgba(214, 214, 214, 0.8) 50%, rgba(214, 214, 214, 0.5) 60%, rgba(214, 214, 214, 0.4) 70%, rgba(214, 214, 214, 0.3) 80%, rgba(214, 214, 214, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper {
  width: 100%;
  height: 1.16rem;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide {
  width: 20%;
  height: auto;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1.65rem;
  margin: 0 auto;
  cursor: pointer;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 19;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2152af;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px #fff;
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.09);
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-year {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 14px;
  text-align: center;
  color: #333;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-year span {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 24px;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover::after {
  opacity: 1;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-year span {
  color: #2152af;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active .slide-box::after {
  opacity: 1;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-swiper .swiper-slide-active .slide-box .box-year span {
  font-size: 24px;
  color: #2152af;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  position: absolute;
  top: 72%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev img,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev .img2,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover {
  background: #2152af;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-prev {
  left: 0;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  right: 0;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.3rem);
  -o-transform: translatey(0.3rem);
  -moz-transform: translatey(0.3rem);
  -webkit-transform: translatey(0.3rem);
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item .item-cent {
  width: 60%;
  height: auto;
  line-height: 0.3rem;
  padding: 0 0.7rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item .item-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #ccc;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item .item-cent .cent-text {
  margin: 0.16rem 0 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate5 .plate5-main .main-cont .cont-item-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .pege-container .cont-foot {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-foot .foot-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  background: #2152af;
}
.container .pege-container .cont-foot .foot-top a{
  font-size: 24px;
  color: #f8f8f8;
}
.container .pege-container .cont-foot .foot-top .top-login {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.container .pege-container .cont-foot .foot-top .top-login input {
  width: 310px;
  height: 40px;
  padding: 0 20px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  background: #6c6c6c;
  border-radius: 5px;
}
.container .pege-container .cont-foot .foot-top .top-login input::placeholder {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-foot .foot-top .top-login .login-join {
  display: block;
  width: 76px;
  height: 40px;
  margin-left: 0.32rem;
  font-family: Arial;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2152af;
  border-radius: 5px;
}
.container .pege-container .cont-foot .foot-top .top-login .login-join:hover {
  transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
}
.container .pege-container .cont-foot .foot-top .top-botton {
  display: block;
  width: 200px;
  height: 40px;
  margin-left: 3.68rem;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background: #2152af;
}
.container .pege-container .cont-foot .foot-top .top-botton:hover {
  transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
}
.container .pege-container .cont-foot .foot-main {
  width: 100%;
  height: auto;
  background: #1a2f54;
}
.container .pege-container .cont-foot .foot-main .main-cont {
  width: 15.37rem;
  height: auto;
  padding-top: 1rem;
  margin: 0 auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item {
  width: auto;
  height: auto;
}
.nav-item .cent-left .tel-num{color: #f8f8f8;}
.nav-item .cent-left .cent-tel{margin-top: 0.1rem;color: #ccc;}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-title {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-title:hover {
  color: #2152af;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent {
  width: auto;
  height: auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-link {
  display: block;
  margin-top: 0.1rem;
  font-size: 16px;
  color: #ccc;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-link:hover {
  color: #2152af;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel {
  position: relative;
  width: auto;
  height: 50px;
  margin-top: 0.25rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel .tel-title {
  font-size: 14px;
  color: #9a9a9a;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-nav .nav-item .item-cent .cent-tel .tel-num {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right {
  width: 2.68rem;
  height: auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 0.33rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-ewm img {
  width: 1.28rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-share .share-item {
  width: 0.43rem;
  height: 0.43rem;
  margin-left: 0.5rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-share .share-item img {
  width: 0.43rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-share .share-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));
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant {
  position: relative;
  width: 100%;
  height: 0.44rem;
  margin-top: 0.5rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.44rem;
  padding: 0 0.3rem 0 0.2rem;
  border-radius: 0.45rem;
  border: solid 1px #8e8e8e;
  cursor: pointer;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title .title-font {
  font-size: 14px;
  color: #9a9a9a;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-title img {
  width: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show {
  position: absolute;
  top: 1rem;
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  background: #fff;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box .box-link {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding: 0 0.2rem;
  font-size: 14px;
  line-height: 0.4rem;
  color: #999;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant .relevant-show .show-box .box-link:hover {
  color: #2152af;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant:hover .relevant-title img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-top .top-right .right-relevant:hover .relevant-show {
  top: 0.44rem;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #fff;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-link a {
  color: #fff;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-link a:hover {
  color: #2152af;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-link span {
  margin: 0 0.26rem;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-zizhi {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #cfcccc;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-zizhi a {
  color: #cfcccc;
}
.container .pege-container .cont-foot .foot-main .main-cont .cont-bottom .bottom-zizhi a:hover {
  color: #2152af;
}
.container .pege-container .cont-foot .foot-web-cont {
  display: none;
}
.container .pege-container .index-swiper-pagination {
  right: 30px;
  font-size: 0;
  position: absolute;
  width: 75px;
  z-index: 30;
}
.container .pege-container .index-swiper-pagination.black .swiper-pagination-bullet:before {
  background: #cdcdcd;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  background: none;
  margin: 0 0 12px;
  border-radius: 0;
  width: auto;
  height: auto;
  border: none;
  color: #2152af;
  line-height: 24px;
  text-align: left;
  font-family: 'MontserratBold';
  padding-left: 54px;
  text-align: right;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
  font-size: 14px;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover:before {
  background-color: #2152af;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 14px;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 50px;
  height: 2px;
  background: linear-gradient(-90deg, #2152af, transparent);
  background-size: 100%;
}
.category {
  width: 100%;
  height: auto;
}
.category .category-main {
  width: 100%;
  height: auto;
  margin: 0.6rem 0 0;
}
.category .category-main .main-text {
  width: 11.2rem;
  height: auto;
  margin: 0 auto;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333;
}
.category .category-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.8rem 0 1.5rem;
}
.category .category-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 4);
  height: 4.6rem;
  padding: 0.2rem 0 0.3rem;
  background: linear-gradient(0deg, #f4f4f4, #fbfbfb);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.category .category-main .main-cont .cont-item:nth-child(even) {
  background: linear-gradient(180deg, #f4f4f4, #fbfbfb);
}
.category .category-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2152af;
  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;
}
.category .category-main .main-cont .cont-item .item-pic {
  width: 3.32rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.category .category-main .main-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.category .category-main .main-cont .cont-item .item-title {
  width: 100%;
  margin-top: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.category .category-main .main-cont .cont-item:hover {
  z-index: 9;
  box-shadow: 0.1rem 0 0.24rem rgba(0, 0, 0, 0.11);
}
.category .category-main .main-cont .cont-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));
}
.category .category-main .main-cont .cont-item:hover .item-title {
  color: #2152af;
}
.list {
  width: 100%;
  height: auto;
  background: #fff;
}
.list .head-Wnav {
  display: none;
}
.list .page-nav {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-top: 0.4rem;
}
.list .page-nav .nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 25%;
  font-size: 14px;
  height: auto;
}
.list .page-nav .nav-left .left-title {
  font-family: Arial;
  font-size: 18px;
  text-transform: capitalize;
  color: #808080;
}
.list .page-nav .nav-left .left-title:hover {
  color: #2152af;
}
.list .page-nav .nav-left .left-text {
  font-family: Arial;
  font-size: 18px;
  text-transform: capitalize;
  color: #2152af;
}
.list .page-nav .nav-left span {
  width: auto;
  height: auto;
  margin: 0 0.18rem;
}
.list .page-nav .nav-left span img {
  width: 5px;
}
.list .page-nav .nav-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 75%;
  height: auto;
}
.list .page-nav .nav-right .right-item {
  width: auto;
  height: auto;
  padding: 0.1rem 0.3rem;
  font-family: Arial;
  font-size: 18px;
  text-transform: capitalize;
  color: #333;
}
.list .page-nav .nav-right .cur {
  color: #2152af;
  font-weight: bold;
}




.list .page-nav .nav-right .right-item:hover {
  color: #2152af;
}
.list .page-nav .nav-right .right-item-active {
  font-weight: bold;
  color: #2152af;
}
.list .list-main {
  width: 15.37rem;
  height: auto;
  margin: 0.56rem auto 0;
}
.list .list-main .mian-top {
  display: none;
}
.list .list-main .mian-top .top-select {
  position: relative;
  width: 230px;
  height: auto;
  margin-right: 0.2rem;
}
.list .list-main .mian-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 0.2rem 0 0.3rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  color: #333;
  background: #fff;
  border: solid 2px #e6e6e6;
  border-radius: 0.45rem;
  z-index: 119;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .mian-top .top-select .select-title .select-icon {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 8px;
  height: 5px;
  background: url(../image/icon-head-lang-sonjiao-active.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .mian-top .top-select .select-ul {
  display: none;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 100%;
  max-height: 2.5rem;
  height: auto;
  margin-top: -1px;
  padding: 0 0.14rem;
  background: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .mian-top .top-select .select-ul::-webkit-scrollbar {
  width: 3px;
}
.list .list-main .mian-top .top-select .select-ul::-webkit-scrollbar-thumb {
  background: #2152af;
}
.list .list-main .mian-top .top-select .select-ul .select-li {
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .mian-top .top-select .select-ul .select-li:last-of-type {
  border-bottom: none;
}
.list .list-main .mian-top .top-select .select-ul .select-li:hover {
  color: #2152af;
}
.list .list-main .mian-top .top-select:hover .select-title {
  color: #fff;
  border: solid 2px #2152af;
  background: #2152af;
}
.list .list-main .mian-top .top-select:hover .select-title .select-icon {
  background: url(../image/icon-head-lang-sonjiao.png) no-repeat center;
  background-size: 100%;
}
.list .list-main .mian-top .top-sousuo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 50px;
  padding: 0 0.24rem;
  margin-left: 2.3rem;
  background: #fff;
  border-radius: 0.45rem;
  border: solid 2px #e6e6e6;
}
.list .list-main .mian-top .top-sousuo .sousuo-purge {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.list .list-main .mian-top .top-sousuo .sousuo-purge img {
  width: 12px;
}
.list .list-main .mian-top .top-sousuo input {
  flex: 1;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.list .list-main .mian-top .top-sousuo input::placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.list .list-main .mian-top .top-sousuo a {
  width: 16px;
  height: 100%;
  text-align: center;
  line-height: 50px;
}
.list .list-main .mian-top .top-sousuo a img {
  width: 16px;
}
.list .list-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.list .list-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.28rem);
  height: 3.9rem;
  margin-left: 0.42rem;
  margin-bottom: 0.72rem;
  padding-top: 0.25rem;
  background: #f8f8f8;
  border-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .main-cont .cont-item:nth-child(3n + 1) {
  margin-left: 0;
}
.list .list-main .main-cont .cont-item .item-pic {
  width: 4.3rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.list .list-main .main-cont .cont-item .item-pic img {
  width: 100%;
}
.list .list-main .main-cont .cont-item .item-title {
  border-top: solid 1px #e8e8e8;
    padding: 17px;
    width: 100%;
    font-family: 'MontserratBold';
    margin-top: 0.3rem;
    font-size: 18px;
    text-align: center;
    color: #333;
    /* background-color: #f6f7fb; */
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list .list-main .main-cont .cont-item:hover {
  box-shadow: 0.15rem 0 0.4rem rgba(0, 0, 0, 0.15);
}
.list .list-main .main-cont .cont-item:hover .item-title {
  color: #2152af;
}
.list .list-main .main-load {
  display: block;
  width: 48px;
  height: auto;
  margin: 0.1rem auto 0;
  padding-bottom: 0.6rem;
}
.list .list-main .main-load img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .main-load:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.productDetails {
  width: 100%;
  height: auto;
  /* padding-top: 88px; */
  background: #f8f8f8;
}
.productDetails .page-subNav {
  height: 70px;
  padding-top: 0;
}
.productDetails .productDetails-plate1 {
  width: 100%;
  height: auto;
  background: #fff;
}
.productDetails .productDetails-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.productDetails .productDetails-plate1 .plate1-main .main-pic {
  border: solid 1px #e0e0e0;
  width: 50%;
  height: auto;
  text-align: center;
}
.productDetails .productDetails-plate1 .plate1-main .main-pic img {
  max-width: 100%;
  width: auto;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent {
  /* width: 50%; */
  height: auto;
  padding-top: 0.25rem;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-text {
  width: 7.1rem;
  margin-top: 0.34rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-botton {
  width: auto;
  height: 50px;
  padding: 0 0.4rem;
  font-family: 'MontserratBold';
  font-size: 16px;
  line-height: 45px;
  color: #2152af;
  border: solid 2px #2152af;
  border-radius: 0.5rem;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-botton:hover {
  color: #fff;
  background: #2152af;
  border: solid 2px #2152af;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-link .link-pic {
  width: 0.52rem;
  height: auto;
  margin-right: 0.16rem;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-link .link-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-link .link-text {
  font-family: 'MontserratBold';
  font-size: 14px;
  font-weight: bold;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate1 .plate1-main .main-cent .cent-bottom .bottom-link:hover .link-text {
  color: #2152af;
}
.productDetails .productDetails-plate2 {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate2 .plate2-main {
  width: 15.53rem;
  height: auto;
  margin: 0 auto;
  padding: 0.22rem 0 0.45rem;
}
.productDetails .productDetails-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.productDetails .productDetails-plate2 .plate2-main .main-pic img {
  max-width: 100%;
  width: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-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));
}
.productDetails .productDetails-plate2 .plate2-main .main-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0 0 0;
}
.productDetails .productDetails-plate2 .plate2-main .main-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.productDetails .productDetails-plate3 {
  width: 100%;
  height: auto;
  background: #fff;
}
.productDetails .productDetails-plate3 .plate3-main {
  width: 11.53rem;
  height: auto;
  margin: 0 auto;
  padding: 1.22rem 0;
}
.productDetails .productDetails-plate3 .plate3-main .main-pic {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.productDetails .productDetails-plate3 .plate3-main .main-pic img {
  max-width: 100%;
  width: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-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));
}
.productDetails .productDetails-plate3 .plate3-main .main-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0 0 0;
}
.productDetails .productDetails-plate3 .plate3-main .main-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate3 .plate3-main .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.productDetails .productDetails-plate4 {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate4 .plate4-main {
  width: 11.53rem;
  height: auto;
  padding: 0.45rem 0 1.06rem;
  margin: 0 auto;
}
.productDetails .productDetails-plate4 .plate4-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate4 .plate4-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetails .productDetails-plate4 .plate4-main .main-table .table-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.8rem;
  background: #f0f0f0;
}
.productDetails .productDetails-plate4 .plate4-main .main-table .table-list:nth-child(even) {
  background: #fff;
}
.productDetails .productDetails-plate4 .plate4-main .main-table .table-list .list-item {
  display: flex;
  justify-content: center;
  width: 50%;
  height: auto;
  font-size: 18px;
  text-align: left;
  color: #666;
}
.productDetails .productDetails-plate5 {
  width: 100%;
  height: auto;
  background: url(../image/bg.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.productDetails .productDetails-plate5 .plate5-main {
  width: 11.53rem;
  height: auto;
  margin: 0 auto;
  padding: 0.73rem 0 1.8rem;
}
.productDetails .productDetails-plate5 .plate5-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.66rem auto 0;
  background: #000;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box {
  width: 100%;
  height: 100%;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box .icon-box .right-icon {
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .hidden-box .icon-box:hover .right-icon {
  transform: scale(0.9, 0.9) translateZ(0);
  -o-transform: scale(0.9, 0.9) translateZ(0);
  -moz-transform: scale(0.9, 0.9) translateZ(0);
  -webkit-transform: scale(0.9, 0.9 translateZ(0));
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate5 .plate5-main .mail-video .video-box video {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate6 {
  width: 100%;
  height: auto;
  background: #fff;
}
.productDetails .productDetails-plate6 .plate6-main {
  /* width: 11.53rem; */
  height: auto;
  margin: 0 auto;
  padding: 1.08rem 0 0.7rem;
}
.productDetails .productDetails-plate6 .plate6-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate6 .plate6-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.productDetails .productDetails-plate6 .plate6-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.productDetails .productDetails-plate6 .plate6-main .main-botton {
  display: block;
  width: 240px;
  height: 60px;
  margin: 0.7rem auto 0;
  font-family: 'MontserratBold';
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  background: #2152af;
  border-radius: 10px;
}
.productDetails .productDetails-plate6 .plate6-main .main-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.productDetails .productDetails-plate7 {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate7 .plate7-main {
  width: 11.53rem;
  height: auto;
  margin: 0 auto;
  padding: 0.7rem 0 0.66rem;
}
.productDetails .productDetails-plate7 .plate7-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  overflow: hidden;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4 - 18px);
  height: auto;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item .item-pic {
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item .item-pic img {
  width: 100%;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item .item-title {
  width: 100%;
  font-family: 'MontserratBold';
  margin-bottom: 0.2rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item:hover {
  box-shadow: 0.15rem 0 0.4rem rgba(0, 0, 0, 0.15);
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .cont-swiper .swiper-slide .slide-item:hover .item-title {
  color: #2152af;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev img,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev .img2,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev:hover,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next:hover {
  background: #2152af;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev:hover .img1,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev:hover .img2,
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-prev {
  left: -0.85rem;
}
.productDetails .productDetails-plate7 .plate7-main .main-cont .plate7-swiper-button-next {
  right: -0.85rem;
}
.history {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 2.16rem;
  background: #f0f1f1 url(../image/bg1.jpg) no-repeat left top;
  background-size: 100%;
}
.history::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.08rem;
  background: url(../image/bg2.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.history .history-main {
  position: relative;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.history .history-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.history .history-main .main-text {
  margin-top: 0.85rem;
  font-size: 0.36rem;
  text-align: center;
  color: #666;
}
.history .history-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding-bottom: 2.5rem;
}
.history .history-main .main-cont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: calc(100% - 3.3rem);
  background: #cccccc;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-cont .cont-time {
  position: relative;
  width: 57px;
  height: 57px;
  margin: 0 auto 1.48rem;
  z-index: 9;
}
.history .history-main .main-cont .cont-time img {
  width: 100%;
}
.history .history-main .main-cont .cont-box {
  width: 100%;
  height: auto;
}
.history .history-main .main-cont .cont-box .cont-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.08rem;
  z-index: 9;
}
.history .history-main .main-cont .cont-box .cont-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2152af;
  z-index: 5;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-cont .cont-box .cont-list::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-cont .cont-box .cont-list:nth-child(even) {
  flex-direction: row-reverse;
}
.history .history-main .main-cont .cont-box .cont-list:nth-child(even) .list-pic {
  text-align: left;
  padding-right: 0;
  padding-left: 0.64rem;
}
.history .history-main .main-cont .cont-box .cont-list:nth-child(even) .list-cent {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0.5rem;
}
.history .history-main .main-cont .cont-box .cont-list:nth-child(even) .list-cent .cent-title,
.history .history-main .main-cont .cont-box .cont-list:nth-child(even) .list-cent .cent-text {
  text-align: right;
}
.history .history-main .main-cont .cont-box .cont-list .list-pic {
  width: 50%;
  height: auto;
  text-align: right;
  padding-right: 0.64rem;
}
.history .history-main .main-cont .cont-box .cont-list .list-pic img {
  width: 3rem;
}
.history .history-main .main-cont .cont-box .cont-list .list-cent {
  width: 50%;
  height: auto;
  padding-left: 0.5rem;
}
.history .history-main .main-cont .cont-box .cont-list .list-cent .cent-title {
  width: 100%;
  font-family: 'MontserratBold';
  font-weight: bold;
  font-size: 0.36rem;
  color: #2152af;
}
.history .history-main .main-cont .cont-box .cont-list .list-cent .cent-text {
  width: 5.2rem;
  margin-top: 0.25rem;
  font-size: 15px;
  line-height: 32px;
  color: #666;
}
.history .history-main .main-cont .cont-load {
  display: block;
  position: relative;
  width: 80px;
  height: auto;
  margin: 1.48rem auto 0;
  text-align: center;
  z-index: 9;
}
.history .history-main .main-cont .cont-load img {
  width: 59px;
}
.history .history-main .main-cont .cont-load .load-title {
  margin-top: 0.15rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-cont .cont-load:hover .load-title {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.about {
  width: 100%;
  height: auto;
}
.about .about-main {
  width: 100%;
  height: auto;
  margin: 0.5rem auto 0;
}
.about .about-main .main-plate1 {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  height: auto;
  padding-left: 10%;
  /* margin-bottom: 1rem; */
  border: solid 2px #f8f8f8;
}
.about .about-main .main-plate1 .plate1-cent {
  width: 45%;
  height: auto;
  padding: 0.3rem 0.6rem 0 0;
}
.about .about-main .main-plate1 .plate1-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.about .about-main .main-plate1 .plate1-cent .cent-text {
  font-size: 0.20rem;
  line-height: 0.30rem;
  color: #333;
}
.about .about-main .main-plate1 .plate1-cent .cent-text2 {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about-main .main-plate1 .plate1-pic {
  width: 42%;
  height: 100%;
  overflow: hidden;
}
.about .about-main .main-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;
}
.about .about-main .main-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));
}
.about .about-main .main-plate2 {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 0.98rem 0 1.26rem;
}
.about .about-main .main-plate2 .plate2-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.about .about-main .main-plate2 .plate2-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.88rem;
}
.about .about-main .main-plate2 .plate2-box .box-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-right: 0.48rem;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  background: #f4f4f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate2 .plate2-box .box-item:last-of-type {
  margin-right: 0;
}
.about .about-main .main-plate2 .plate2-box .box-item .item-icon {
  position: relative;
  width: 0.63rem;
  height: 0.6rem;
  margin: 0 auto;
}
.about .about-main .main-plate2 .plate2-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate2 .plate2-box .box-item .item-icon .img2 {
  opacity: 0;
}
.about .about-main .main-plate2 .plate2-box .box-item .item-title {
  margin-top: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate2 .plate2-box .box-item .item-text {
  margin-top: 0.2rem;
  padding: 0 0.35rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate2 .plate2-box .box-item:hover {
  background: #2152af;
}
.about .about-main .main-plate2 .plate2-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.about .about-main .main-plate2 .plate2-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.about .about-main .main-plate2 .plate2-box .box-item:hover .item-title,
.about .about-main .main-plate2 .plate2-box .box-item:hover .item-text {
  color: #fff;
}
.about .about-main .main-plate3 {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.about .about-main .main-plate3 .palte3-title {
  width: 15.37rem;
  margin: 0 auto;
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #332;
}
.about .about-main .main-plate3 .palte3-box {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.99rem 0 0.74rem;
  background: #f2f2f2;
}
.about .about-main .main-plate3 .palte3-box .box-cont {
  position: relative;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 12px);
  height: auto;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  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-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-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;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-item .item-title {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-main .main-plate3 .palte3-box .box-cont .cont-swiper .swiper-slide .slide-item:hover .item-title {
  color: #2152af;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev img,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev .img2,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev:hover,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next:hover {
  background: #2152af;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev:hover .img1,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev:hover .img2,
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-prev {
  left: -0.85rem;
}
.about .about-main .main-plate3 .palte3-box .box-cont .plate3-swiper-button-next {
  right: -0.85rem;
}
.about .about-main .main-plate4 {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 0.2rem 0 1.16rem;
}
.about .about-main .main-plate4 .plate4-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #332;
}
.about .about-main .main-plate4 .palte4-text {
  width: 15.37rem;
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.about .about-main .main-plate4 .plate4-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.78rem;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 12px);
  height: auto;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  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-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-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;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-item .item-title {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-main .main-plate4 .plate4-cont .cont-swiper .swiper-slide .slide-item:hover .item-title {
  color: #2152af;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev img,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev .img2,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev:hover,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next:hover {
  background: #2152af;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev:hover .img1,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev:hover .img2,
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-prev {
  left: -0.85rem;
}
.about .about-main .main-plate4 .plate4-cont .plate4-swiper-button-next {
  right: -0.85rem;
}
.about .about-main .main-plate5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
  background: #f7f7fa;
}
.about .about-main .main-plate5 .plate5-box {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-plate5 .plate5-box .box-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #332;
}
.about .about-main .main-plate5 .plate5-box .box-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide {
  width: calc(100% / 5 - 24px);
  height: auto;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem;
  background: #fff;
  border: solid 1px #eaeaea;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-item .item-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-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;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-item .item-title {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-item:hover {
  border: solid 1px transparent;
  box-shadow: 0.09rem 0 0.35rem rgba(0, 0, 0, 0.1);
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-slide .slide-item:hover .item-title {
  color: #2152af;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-pagination {
  bottom: 0.76rem;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 0.05rem;
  border: solid 1px #dcdcdc;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}
.about .about-main .main-plate5 .plate5-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 1px #2152af;
  background: #2152af;
}
.solution {
  width: 100%;
  height: auto;
  background: #f7f7f7;
}
.solution .solution-main {
  width: 15.37rem;
  height: auto;
  padding: 1.4rem 0 1.34rem;
  margin: 0 auto;
}
.solution .solution-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.solution .solution-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.solution .solution-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solution .solution-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-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));
}
.solution .solution-main .main-item .item-cent {
  position: relative;
  width: 50%;
  height: auto;
  padding: 1.2rem 1.1rem 0.3rem 1.2rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item .item-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solution .solution-main .main-item .item-cent .cent-heng {
  width: 32px;
  height: 2px;
  margin: 0.34rem 0 0.6rem;
  background: #2152af;
}
.solution .solution-main .main-item .item-cent .cent-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solution .solution-main .main-item .item-cent .cent-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  border: solid 2px #dadada;
}
.solution .solution-main .main-item .item-cent .cent-botton .bottom-title {
  margin-right: 0.2rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item .item-cent .cent-botton .bottom-arrow {
  width: 16px;
  height: 12px;
  background: url(../image/icon-solution-arrow.png) no-repeat left top;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item .item-cent .cent-botton:hover {
  border: solid 2px #2152af;
  background: #2152af;
}
.solution .solution-main .main-item .item-cent .cent-botton:hover .bottom-title {
  color: #fff;
}
.solution .solution-main .main-item .item-cent .cent-botton:hover .bottom-arrow {
  background: url(../image/icon-botton-arrow.png) no-repeat left top;
}
.solution .solution-main .main-item:hover .item-cent {
  box-shadow: 0.15rem 0 0.4rem rgba(0, 0, 0, 0.15);
}
.contact {
  width: 100%;
  height: auto;
}
/* .contact .page-subNav {
  height: 70px;
  padding-top: 0;
  background: #f7f7f7;
} */
.contact .contact-main {
  width: 100%;
  height: auto;
}
.contact .contact-main .main-plate1 {
  display: flex;
  width: 100%;
  height: auto;
  padding-left: 10%;
  margin-bottom: 0.65rem;
}
.contact .contact-main .main-plate1 .plate1-cent {
  width: 45%;
  height: auto;
  padding: 0.8rem 1.27rem 0 0;
}
.contact .contact-main .main-plate1 .plate1-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.40rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
.contact .contact-main .main-plate1 .plate1-cent .cent-text {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.contact .contact-main .main-plate1 .plate1-cent span {
  color: #2152af;
  font-size: 18px;
  line-height: 0.3rem ;
}
.contact .contact-main .main-plate1 .plate1-pic {
  width: 44%;
  height: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
}
.contact .contact-main .main-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;
}
.contact .contact-main .main-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));
}
.contact .contact-main .main-map {
  width: 15.37rem;
  height: 4.92rem;
  margin: 0.65rem auto 0.76rem;
  overflow: hidden;
}
.contact .contact-main .main-form {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem 10%;
  background: #f9f9f9;
}
.contact .contact-main .main-form .form-cont {
  width: 13.36rem;
  height: auto;
}
.contact .contact-main .main-form .form-cont .cont-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.contact .contact-main .main-form .form-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item {
  position: relative;
  width: 4.32rem;
  height: 0.55rem;
  margin-bottom: 0.35rem;
  border-radius: 0.05rem;
  border: solid 1px #dadada;
  background: #fff;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item:last-of-type {
  margin-right: 0;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item::after {
  content: '*';
  position: absolute;
  top: 60%;
  right: 0.3rem;
  font-size: 24px;
  color: #2152af;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact .contact-main .main-form .form-cont .cont-box .box-item input {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #666;
  border-radius: 0.05rem;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item input::placeholder {
  font-size: 16px;
  color: #666;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.8rem 0 0.3rem;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-title .select-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 14px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-ul {
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  height: 0;
  margin-top: -1px;
  background: #fff;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-ul::-webkit-scrollbar {
  width: 3px;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-ul::-webkit-scrollbar-thumb {
  background: #2152af;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item .top-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  line-height: 0.5rem;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item2 {
  width: 8.84rem;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item3 {
  width: 13.36rem;
  height: 2rem;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item3::after {
  display: none;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item3 textarea {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.3rem 0;
  font-size: 16px;
  color: #666;
  border-radius: 0.05rem;
}
.contact .contact-main .main-form .form-cont .cont-box .box-item3 textarea::placeholder {
  font-size: 16px;
  color: #666;
}
.contact .contact-main .main-form .form-cont .cont-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 50px;
  margin: 0 0.2rem;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0.05rem 0 0.16rem rgba(0, 0, 0, 0.11);
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton .bottom-title {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton .bottom-arrow {
  width: 15px;
  height: 20px;
  margin-left: 0.2rem;
  background: url(../image/icon-contact-botton2.png) no-repeat left top;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton:hover {
  background: #2152af;
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton:hover .bottom-title {
  color: #fff;
}
.contact .contact-main .main-form .form-cont .cont-bottom .bottom-botton:hover .bottom-arrow {
  background: url(../image/icon-contact-botton.png) no-repeat left top;
}
.contact .contact-main .main-bottom {
  display: none;
  width: 100%;
  height: 2.16rem;
  background: #fff;
}
.contact .contact-main .main-bottom .bottom-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15.37rem;
  height: 100%;
  margin: 0 auto;
}
.contact .contact-main .main-bottom .bottom-cont .cont-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #333;
}
.contact .contact-main .main-bottom .bottom-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: 0.6rem;
  margin-left: 2.84rem;
}
.contact .contact-main .main-bottom .bottom-cont .cont-share .share-icon {
  width: auto;
  height: 0.6rem;
  margin-right: 0.6rem;
}
.contact .contact-main .main-bottom .bottom-cont .cont-share .share-icon img {
  width: auto;
  height: 0.6rem;
}
.contact .contact-main .main-bottom .bottom-cont .cont-share .share-icon:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.layout {
  width: 100%;
  height: auto;
}
.layout .layout-main {
  width: 15.37rem;
  height: auto;
  padding: 0.88rem 0 1.6rem;
  margin: 00 auto;
}
.layout .layout-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.layout .layout-main .main-text {
  width: 11.53rem;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.layout .layout-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.layout .layout-main .main-cont .cont-left {
  width: 3.5rem;
  height: auto;
}
.layout .layout-main .main-cont .cont-left .left-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.layout .layout-main .main-cont .cont-left .left-item .item-icon {
  width: 0.6rem;
  height: auto;
}
.layout .layout-main .main-cont .cont-left .left-item .item-icon img {
  width: 100%;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data {
  width: auto;
  height: auto;
  margin-left: 0.6rem;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data .data-title {
  font-size: 0.72rem;
  color: #333;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data .data-title span {
  position: relative;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data .data-title span::after {
  content: '+';
  position: absolute;
  top: 0;
  right: -0.2rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #333;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data .data-title .countUp4::after {
  display: none;
}
.layout .layout-main .main-cont .cont-left .left-item .item-data .data-text {
  font-size: 20px;
  color: #666;
}
.layout .layout-main .main-cont .cont-right {
  position: relative;
  width: 11.8rem;
  height: auto;
}
.layout .layout-main .main-cont .cont-right .right-map {
  width: 100%;
  height: auto;
}
.layout .layout-main .main-cont .cont-right .right-map img {
  width: 100%;
}
.layout .layout-main .main-cont .cont-right .box-text {
  position: absolute;
  display: inline-block;
  width: auto;
  font-family: 'SOURCEHANSANSCN-REGULAR';
  font-size: 14px;
  color: #333;
}
.layout .layout-main .main-cont .cont-right .box-text span {
  display: inline-block;
  width: 0.16rem;
  margin: -0.04rem 0.04rem 0;
}
.layout .layout-main .main-cont .cont-right .box-text span img {
  width: 0.16rem;
}
.layout .layout-main .main-cont .cont-right .box-shanghai {
  top: 2.42rem;
  right: 2.07rem;
}
.layout .layout-main .main-cont .cont-right .box-shanghai2 {
  top: 2.6rem;
  right: 1.72rem;
}
.layout .layout-main .main-cont .cont-right .box-shenzheng {
  top: 2.77rem;
  right: 1.87rem;
}
.layout .layout-main .main-cont .cont-right .box-xianggang {
  top: 2.94rem;
  right: 2.18rem;
}
.layout .layout-main .main-cont .cont-right .box-guangzhou {
  top: 2.81rem;
  right: 2.74rem;
}
.layout .layout-main .main-cont .cont-right .box-beijing {
  top: 2.15rem;
  right: 2.57rem;
}
.layout .layout-main .main-cont .cont-right .box-chengdu {
  top: 2.37rem;
  right: 3.03rem;
}
.layout .layout-main .main-cont .cont-right .box-chongqing {
  top: 2.54rem;
  right: 2.92rem;
}
.layout .layout-main .main-cont .cont-right .box-mangu {
  top: 3.1rem;
  right: 2.82rem;
}
.layout .layout-main .main-cont .cont-right .box-xinjiapo {
  top: 3.49rem;
  right: 2.2rem;
}
.layout .layout-main .main-cont .cont-right .box-mengmai {
  top: 2.87rem;
  right: 3.62rem;
}
.layout .layout-main .main-cont .cont-right .box-jinnai {
  top: 3.12rem;
  right: 3.65rem;
}
.layout .layout-main .main-cont .cont-right .box-mosike {
  top: 1.61rem;
  right: 4.62rem;
}
.layout .layout-main .main-cont .cont-right .box-amusitedan {
  top: 1.75rem;
  right: 5.19rem;
}
.layout .layout-main .main-cont .cont-right .box-lundun {
  top: 1.82rem;
  right: 6.25rem;
}
.layout .layout-main .main-cont .cont-right .box-falankefu {
  top: 1.92rem;
  right: 5.25rem;
}
.layout .layout-main .main-cont .cont-right .box-guigu {
  top: 2.24rem;
  right: auto;
  left: 1.25rem;
}
.layout .layout-main .main-cont .cont-right .box-shenghesai {
  top: 2.4rem;
  right: auto;
  left: 1.23rem;
}
.layout .layout-main .main-cont .cont-right .box-dalasi {
  top: 2.53rem;
  right: auto;
  left: 2.42rem;
}
.layout .layout-main .main-cont .cont-right .box-huashengdun {
  top: 2.31rem;
  right: auto;
  left: 2.94rem;
}
.layout .layout-main .main-cont .cont-right .box-duolunduo {
  top: 1.98rem;
  right: auto;
  left: 2.75rem;
}
.layout .layout-main .main-cont .cont-right .box-fujiniya {
  top: 2.26rem;
  right: auto;
  left: 2rem;
}
.layout .layout-main .main-cont .cont-right .box-shengbaolou {
  top: 4.7rem;
  right: auto;
  left: 3.72rem;
}
.layout .layout-main .main-cont .cont-right .box-dongjing {
  top: 2.41rem;
  right: 1.4rem;
}
.layout .layout-main .main-cont .cont-right .box-shouer {
  top: 2.25rem;
  right: 1.7rem;
}
.layout .layout-main .main-cont .cont-right .box-cent {
  display: inline-block;
  position: absolute;
  bottom: 0.6rem;
  left: 0.42rem;
  width: auto;
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title1 {
  position: relative;
  display: block;
  padding-left: 0.42rem;
  margin-bottom: 0.16rem;
  font-family: 'SOURCEHANSANSCN-REGULAR';
  font-size: 14px;
  color: #333;
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon-layout-map-yuanL.png) no-repeat left top;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title2 {
  position: relative;
  display: block;
  padding-left: 0.42rem;
  margin-bottom: 0.16rem;
  font-family: 'SOURCEHANSANSCN-REGULAR';
  font-size: 14px;
  color: #333;
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon-layout-map-yuanZ.png) no-repeat left top;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title3 {
  position: relative;
  display: block;
  padding-left: 0.42rem;
  margin-bottom: 0.16rem;
  font-family: 'SOURCEHANSANSCN-REGULAR';
  font-size: 14px;
  color: #333;
}
.layout .layout-main .main-cont .cont-right .box-cent .cent-title3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon-layout-map-yuanC.png) no-repeat left top;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.layout .layout-main .main-cont .cont-web-right {
  display: none;
}
.services {
  width: 100%;
  height: auto;
  background: url(../image/bg.png) no-repeat right top;
  background-size: 100%;
}
.services .services-main {
  width: 15.37rem;
  height: auto;
  margin: 0.88rem auto 0;
}
.services .services-main .main-plate1 {
  width: 9.3rem;
  height: auto;
}
.services .services-main .main-plate1 .plate1-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.services .services-main .main-plate1 .plate1-text {
  margin-top: 0.56rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.services .services-main .main-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.services .services-main .main-plate2 .plate2-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.services .services-main .main-plate2 .plate2-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.services .services-main .main-plate2 .plate2-cont .cont-box {
  width: 68%;
  height: auto;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background: #f6f7f9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-top .dd-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../image/icon-FAQ-q.png) no-repeat center center;
  background-size: 100%;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-top .dd-show {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../image/icon-recruit-jiahao.png) no-repeat center center;
  background-size: 0.35rem;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .top-active .dd-title {
  color: #2152af;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .top-active .dd-show {
  background: url(../image/icon-recruit-jianhao.png) no-repeat center center;
  background-size: 0.35rem;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.3rem;
  background: #fff;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-cent .cent-duty::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../image/icon-FAQ-a.png) no-repeat center center;
  background-size: 100%;
}
.services .services-main .main-plate2 .plate2-cont .cont-box .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-family: Arial;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.services .services-main .main-plate2 .plate2-cont .cont-pic {
  width: 4.32rem;
  height: auto;
}
.services .services-main .main-plate2 .plate2-cont .cont-pic img {
  width: 100%;
}
.services .services-main .main-plate3 {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
  padding-bottom: 1.04rem;
}
.services .services-main .main-plate3 .plate-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.services .services-main .main-plate3 .plate3-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.92rem;
}
.services .services-main .main-plate3 .plate3-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.62rem);
  height: auto;
  margin-right: 0.93rem;
  padding: 0.47rem 0.37rem 1.4rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-main .main-plate3 .plate3-cont .cont-item:last-of-type {
  margin-right: 0;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-title {
  font-size: 18px;
  color: #333;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text2 {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text {
  height: 3rem;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: auto;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text::-webkit-scrollbar {
  width: 2px;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text::-webkit-scrollbar-thumb {
  background: #2152af;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text a {
  display: block;
  text-decoration: underline;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-text a:hover {
  color: #2152af;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  padding: 0 0.37rem;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-link .link-title {
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-link .link-icon {
  width: 0.4rem;
  height: auto;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-link .link-icon img {
  width: 100%;
}
.services .services-main .main-plate3 .plate3-cont .cont-item .item-link:hover .link-title {
  color: #2152af;
}
.services .services-main .main-plate3 .plate3-cont .cont-item:hover {
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.news {
  width: 100%;
  height: auto;
}
.news .news-main {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.news .news-main .main-left {
  width: 2.64rem;
  height: auto;
}
.news .news-main .main-left .left-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.news .news-main .main-left .left-cont {
  width: 100%;
  height: auto;
  margin-top: 1.35rem;
}
.news .news-main .main-left .left-cont .cont-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.news .news-main .main-left .left-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.46rem;
}
.news .news-main .main-left .left-cont .cont-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  padding-right: 0.12rem;
  margin-bottom: 0.2rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #cacaca;
}
.news .news-main .main-left .left-cont .cont-box .box-item:hover {
  color: #2152af;
  border-bottom: solid 1px #2152af;
}
.news .news-main .main-left .left-cont .cont-box .box-item-active {
  color: #2152af;
  border-bottom: solid 1px #2152af;
}
.news .news-main .main-left .left-cont .cont-box .box-year {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  border-bottom: solid 1px #cacaca;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  font-size: 0.16rem;
  color: #666;
  padding-right: 0.12rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-item .box-icon {
  width: 14px;
  height: auto;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-item .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-item-active {
  color: #2152af;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-item-active .box-icon img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show {
  display: none;
  max-height: 2.5rem;
  width: 100%;
  height: auto;
  padding: 0.2rem 0.1rem 0;
  overflow: auto;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show::-webkit-scrollbar {
  width: 3px;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show::-webkit-scrollbar-thumb {
  background: #2152af;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show a {
  display: block;
  font-size: 14px;
  color: #666;
  padding: 0.1rem 0;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show a:hover {
  color: #2152af;
}
.news .news-main .main-left .left-cont .cont-box .box-year .year-show .year-light {
  font-weight: bold;
  color: #2152af;
}
.news .news-main .main-right {
  /* width: 12.04rem; */
  height: auto;
}
.news .news-main .main-right .right-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.news .news-main .main-right .right-box .right-item {
  display: flex;
  position: relative;
  /* width: calc(100% / 3 - 0.26rem); */
  height: auto;
  /* margin-left: 0.39rem; */
  margin-bottom: 0.2rem;
}
/* .news .news-main .main-right .right-box .right-item:nth-child(3n + 1) {
  margin-left: 0;
} */
.news .news-main .main-right .right-box .right-item .item-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  font-family: 'MontserratBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-bottom-left-radius: 10px;
  background: #2152af;
}
.news .news-main .main-right .right-box .right-item .item-pic {
  width: 50%;
  height: auto;
}
.news .news-main .main-right .right-box .right-item .item-pic img {
  width: 100%;
}
.news .news-main .main-right .right-box .right-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0.38rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.news .news-main .main-right .right-box .right-item .item-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-right .right-box .right-item .item-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  line-height: 26px;
}

.news .news-main .main-right .right-box .right-item .item-cent .news-excerpt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  line-height: 26px;
}


.news .news-main .main-right .right-box .right-item .item-cent .cent-bottom .bottom-time {
  font-size: 16px;
  color: #666;
}
.news .news-main .main-right .right-box .right-item .item-cent .cent-bottom .bottom-botton {
  width: 80px;
  height: 30px;
  font-family: 'MontserratBold';
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 0.45rem;
  background: #2152af;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-right .right-box .right-item .item-cent .cent-bottom .bottom-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.news .news-main .main-right .right-box .right-item:hover .item-cent .cent-title {
  color: #2152af;
}
.news .news-main .main-right .right-box .right-item:hover .item-cent .cent-bottom .bottom-botton {
  opacity: 1;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 88px 0 0.5rem;
  background: #f7f7f7;
}
.newsDetail .page-subNav {
  height: 70px;
  padding-top: 0;
  border-bottom: solid 1px #e0e0e0;
}
.newsDetail .newsDetail-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.newsDetail .newsDetail-main .main-top .top-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.newsDetail .newsDetail-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.newsDetail .newsDetail-main .main-top .top-right input {
  width: 3.1rem;
  height: 40px;
  padding: 0 0.18rem;
  font-size: 14px;
  color: #b9b9b9;
  border-radius: 0.05rem;
  border: solid 1px #e6e6e6;
}
.newsDetail .newsDetail-main .main-top .top-right input::placeholder {
  font-size: 14px;
  color: #b9b9b9;
}
.newsDetail .newsDetail-main .main-top .top-right a {
  width: 116px;
  height: 40px;
  margin-left: 0.1rem;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 0.05rem;
  background: #2152af;
}

.newsDetail .newsDetail-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.58rem;
  padding-bottom: 1.2rem;
  background: #fff;
  border-radius: 10px;
}
.newsDetail .newsDetail-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  padding: 0.3rem 1.0rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #e0e0e0;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text .num {
  font-size: 16px;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text .num2 {
  margin-left: 0.35rem;
  font-size: 14px;
  color: #ccc;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text .num2 img {
  width: 0.26rem;
  margin: -0.04rem 0.04rem 0 0.1rem;
}
.newsDetail .newsDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetail .newsDetail-main .main-cont .cont-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-cont .cont-botton {
  display: block;
  width: 240px;
  height: 60px;
  margin: 1rem auto 0;
  font-family: 'MontserratBold';
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #2152af;
  border-radius: 10px;
}
.newsDetail .newsDetail-main .main-cont .cont-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.elegal {
  width: 100%;
  height: auto;
}
.elegal .elegal-main {
  width: 15.37rem;
  height: auto;
  margin: 1.24rem auto;
}
.elegal .elegal-main .main-title {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #332;
}
.elegal .elegal-main .main-box {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.elegal .elegal-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.recruit {
  width: 100%;
  height: auto;
  background: url(../image/bg1.png) no-repeat top right;
  background-size: 6.46rem;
}
.recruit .recruit-main {
  width: 15.37rem;
  height: auto;
  margin: 0.85rem auto 1.25rem;
}
.recruit .recruit-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.recruit .recruit-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  flex-wrap: wrap;
}
.recruit .recruit-main .main-box .box-item {
  position: relative;
  width: calc(97% / 3);
  height: auto;
  margin-bottom: 1.0rem;
  margin-right: 0.2rem;
}
.recruit .recruit-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.recruit .recruit-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recruit .recruit-main .main-box .box-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;
}
.recruit .recruit-main .main-box .box-item .item-cent {
  position: absolute;
  margin-top: 6%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-title {
  font-size: 0.2rem;
  text-align: center;
  color: #000;
}
.recruit .recruit-main .main-box .box-item .item-cent a {
  display: block;
  width: 300px;
  height: 52px;
  margin: 0.3rem auto 0;
  text-align: center;
  line-height: 52px;
  border-radius: 2%;
  background: #2152af;
  color: #fff;
}
.recruit .recruit-main .main-box .box-item .item-cent a img {
  width: 20px;
}
.recruit .recruit-main .main-box .box-item .item-cent a:hover {
  width: 300px;
  border-radius: 45px;
}
.recruit .recruit-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));
}
.join {
  width: 100%;
  height: auto;
  background: url(../image/bg1.png) no-repeat top right;
  background-size: 6.46rem;
}
.join .join-main {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 1.1rem 0 1.2rem;
}
.join .join-main .main-left {
  width: 3.2rem;
  height: auto;
}
.join .join-main .main-left .left-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-right: 0.35rem;
  padding-bottom: 0.24rem;
  border-bottom: solid 1px #cacaca;
}
.join .join-main .main-left .left-top .top-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.join .join-main .main-left .left-top .top-button {
  padding: 0 0.3rem;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
.join .join-main .main-left .left-title {
  padding: 0.3rem 0 0.2rem;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #cacaca;
}
.join .join-main .main-left .left-box {
  width: 100%;
  height: auto;
}
.join .join-main .main-left .left-box .box-item {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}
.join .join-main .main-left .left-box .box-item .item-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.2rem;
}
.join .join-main .main-left .left-box .box-item .item-choice::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(../image/icon-join-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.join .join-main .main-left .left-box .box-item .item-choice input[type="radio"],
.join .join-main .main-left .left-box .box-item .item-choice input[type="checkbox"] {
  display: none;
}
.join .join-main .main-left .left-box .box-item .item-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 36px;
  font-size: 18px;
  color: #1c1d21;
  cursor: pointer;
}
.join .join-main .main-left .left-box .box-item .item-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: solid 1px #cdcdcd;
}
.join .join-main .main-left .left-box .box-item .item-choice .choice-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.join .join-main .main-left .left-box .box-item .item-choice input:checked + label .choice-item {
  color: #2152af;
}
.join .join-main .main-left .left-box .box-item .item-choice input:checked + label .choice-item span {
  border: solid 1px #2152af;
  background: #2152af;
}
.join .join-main .main-left .left-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.45rem 0.38rem 0.72rem;
  background: #f5f4f8 url(../image/pic1.jpg) no-repeat bottom left;
  background-size: 100%;
}
.join .join-main .main-left .left-bottom .bottom-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #cc0033;
}
.join .join-main .main-left .left-bottom .bottom-text {
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
  font-size: 16px;
  line-height: 30px;
  color: #929292;
}
.join .join-main .main-left .left-bottom .bottom-text span {
  font-family: Arial;
}
.join .join-main .main-left .left-bottom a {
  display: block;
  width: 154px;
  height: 40px;
  padding: 0 0.28rem;
  margin-bottom: 0.1rem;
  font-size: 16px;
  line-height: 40px;
  color: #323232;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.1);
}
.join .join-main .main-left .left-bottom a:hover {
  color: #fff;
  background: #2152af;
}
.join .join-main .main-right {
  width: 11.52rem;
  height: auto;
}
.join .join-main .main-right .right-title {
  margin-bottom: 0.55rem;
  font-size: 0.36rem;
  color: #333;
}
.join .join-main .main-right .right-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  padding: 0.4rem 0.45rem 0.4rem 0.42rem;
  background: #fafafa;
  border-left: solid 3px #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-right .right-item .item-left {
  width: 8.24rem;
  height: auto;
}
.join .join-main .main-right .right-item .item-left .left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}
.join .join-main .main-right .right-item .item-left .left-top .top-title {
  width: 2.7rem;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-right .right-item .item-left .left-top span {
  font-size: 14px;
  color: #a5a5a5;
}
.join .join-main .main-right .right-item .item-left .left-list {
  margin-top: 0.12rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.join .join-main .main-right .right-item .item-left .left-list span {
  margin: 0 0.12rem;
}
.join .join-main .main-right .right-item .item-left .left-text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join .join-main .main-right .right-item .item-right {
  width: 145px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #333;
  border-radius: 45px;
  border: solid 2px #e6e6e6;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-right .right-item .item-right:hover {
  color: #fff;
  border: solid 2px transparent;
  background: #2152af;
}
.join .join-main .main-right .right-item:hover {
  border-left: solid 3px #2152af;
}
.join .join-main .main-right .right-item:hover .item-left .left-top .top-title {
  color: #2152af;
}
.join .join-main .main-right .right-load {
  display: block;
  width: 48px;
  height: auto;
  margin: 0.8rem 0 0;
  padding-bottom: 0.6rem;
}
.join .join-main .main-right .right-load img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-right .right-load:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.join .join-popup {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.join .join-popup .popup-box {
  position: relative;
  width: 15.37rem;
  margin: 0 auto;
  padding: 0.65rem 0 0.65rem 0.8rem;
  background: #fff;
}
.join .join-popup .popup-box .box-hide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.65rem;
  height: 0.65rem;
  background: #2152af;
  z-index: 10;
  cursor: pointer;
}
.join .join-popup .popup-box .box-hide img {
  width: 0.24rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-popup .popup-box .box-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.join .join-popup .popup-box .box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.join .join-popup .popup-box .box-top .top-title {
  padding-right: 0.45rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #231e37;
}
.join .join-popup .popup-box .box-top span {
  display: inline-block;
  font-size: 16px;
  color: #7e8288;
  margin-right: 0.75rem;
}
.join .join-popup .popup-box .box-top span:last-of-type {
  margin-right: 0;
}
.join .join-popup .popup-box .box-cent {
  width: 100%;
  height: 4.3rem;
  padding-right: 1rem;
  overflow: auto;
}
.join .join-popup .popup-box .box-cent::-webkit-scrollbar {
  width: 4px;
  background: #e5e5e5;
}
.join .join-popup .popup-box .box-cent::-webkit-scrollbar-thumb {
  background: #2152af;
}
.join .join-popup .popup-box .box-cent .cent-title {
  margin-bottom: 0.2rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
}
.join .join-popup .popup-box .box-cent .cent-text {
  margin-bottom: 0.3rem;
  font-size: 16px;
  color: #7e8288;
  line-height: 30px;
}
.join .join-popup .popup-box .box-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.join .join-popup .popup-box .box-bottom a {
  width: 138px;
  height: 45px;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #b9c0ce;
  border: #b9c0ce solid 1px;
  overflow: hidden;
}
.join .join-popup .popup-box .box-bottom a:hover {
  color: #fff;
  border: #2152af solid 1px;
  background: #2152af;
}
.join .join-popup-active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.subSolution {
  width: 100%;
  height: auto;
}
.subSolution .subSolution-plate1 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.8rem;
}
.subSolution .subSolution-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.subSolution .subSolution-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.subSolution .subSolution-plate1 .plate1-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;
}
.subSolution .subSolution-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));
}
.subSolution .subSolution-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.78rem 0 0 1.2rem;
}
.subSolution .subSolution-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.subSolution .subSolution-plate1 .plate1-main .main-cent .cent-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.48rem;
  background: #2152af;
}
.subSolution .subSolution-plate1 .plate1-main .main-cent .cent-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.subSolution .subSolution-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  margin-top: 0.4rem;
  background: #f6f6f6;
}
.subSolution .subSolution-plate2 .plate2-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.subSolution .subSolution-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.subSolution .subSolution-plate2 .plate2-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem auto 0.48rem;
  background: #2152af;
}
.subSolution .subSolution-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
  position: relative;
  width: calc(50% - 15px);
  height: 6.45rem;
  background: #fff;
  overflow: hidden;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item {
  display: block;
  width: 100%;
  height: auto;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item .item-pic {
  width: 100%;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-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;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.42rem 0.5rem;
  background: #fff;
  z-index: 9;
  transform: translatey(0.9rem);
  -o-transform: translatey(0.9rem);
  -moz-transform: translatey(0.9rem);
  -webkit-transform: translatey(0.9rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item .item-cent .cent-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item .item-cent .cent-button {
  width: 80px;
  height: 30px;
  margin-top: 0.4rem;
  font-family: 'MontserratBold';
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #2152af;
  border-radius: 0.45rem;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item:hover .item-cent {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.subSolution .subSolution-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-item:hover .item-cent .cent-button {
  opacity: 1;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev .img2,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
  background: #2152af;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img1,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover .img2,
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
  left: -0.85rem;
}
.subSolution .subSolution-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  right: -0.85rem;
}
.subSolution .subSolution-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.subSolution .subSolution-plate3 .plate3-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.subSolution .subSolution-plate3 .plate3-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.subSolution .subSolution-plate3 .plate3-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem auto 0.48rem;
  background: #2152af;
}
.subSolution .subSolution-plate3 .plate3-main .main-text {
  width: 12.5rem;
  margin: 0 auto 0.46rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
}
.subSolution .subSolution-plate3 .plate3-main .main-pic {
  width: 100%;
  height: auto;
  text-align: center;
}
.subSolution .subSolution-plate3 .plate3-main .main-pic img {
  max-width: 100%;
  width: auto;
}
.subSolution .subSolution-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f6f6f6;
}
.subSolution .subSolution-plate4 .plate4-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.subSolution .subSolution-plate4 .plate4-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.subSolution .subSolution-plate4 .plate4-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem auto 0.48rem;
  background: #2152af;
}
.subSolution .subSolution-plate4 .plate4-main .main-text {
  width: 12.5rem;
  margin: 0 auto 0.46rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
}
.subSolution .subSolution-plate4 .plate4-main .main-pic {
  width: 100%;
  height: auto;
  text-align: center;
}
.subSolution .subSolution-plate4 .plate4-main .main-pic img {
  max-width: 100%;
  width: auto;
}
.solutionDetails {
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-plate1 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1rem;
}
.solutionDetails .solutionDetails-plate1 .plate1-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-plate1 .plate1-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solutionDetails .solutionDetails-plate1 .plate1-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.48rem;
  background: #2152af;
}
.solutionDetails .solutionDetails-plate1 .plate1-main .main-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solutionDetails .solutionDetails-plate2 {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.solutionDetails .solutionDetails-plate2 .plate2-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solutionDetails .solutionDetails-plate2 .plate2-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.4rem;
  background: #2152af;
}
.solutionDetails .solutionDetails-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-plate2 .plate2-main .main-box img {
  width: 100%;
}
.solutionDetails .solutionDetails-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f6f6f6;
}
.solutionDetails .solutionDetails-plate3 .plate3-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-plate3 .plate3-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solutionDetails .solutionDetails-plate3 .plate3-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.4rem;
  background: #2152af;
}
.solutionDetails .solutionDetails-plate3 .plate3-main .main-text {
  margin: 0 0 0.46rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solutionDetails .solutionDetails-plate3 .plate3-main .main-pic {
  width: 100%;
  height: auto;
  text-align: center;
}
.solutionDetails .solutionDetails-plate3 .plate3-main .main-pic img {
  max-width: 100%;
  width: auto;
}
.solutionDetails .solutionDetails-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.solutionDetails .solutionDetails-plate4 .plate4-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.48rem;
  background: #2152af;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: solid 1px #f0f0f0;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-plate4 .plate4-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));
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.4rem 0 0 1rem;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: 0.3rem;
  color: #000;
}
.solutionDetails .solutionDetails-plate4 .plate4-main .main-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solutionDetails .solutionDetails-plate5 {
  width: 100%;
  height: auto;
  padding-bottom: 0.9rem;
}
.solutionDetails .solutionDetails-plate5 .plate5-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0 0.48rem;
  background: #2152af;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 0.15rem);
  height: 0.9rem;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
  background: #f5f5f5;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item .item-title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item .item-title span {
  margin-right: 0.3rem;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #2152af;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item .box-icon {
  width: 30px;
  margin-left: 0.2rem;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item .box-icon img {
  width: 100%;
}
.solutionDetails .solutionDetails-plate5 .plate5-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.tips {
  width: 100%;
  height: auto;
}
.tips .tips-main {
  width: 100%;
  height: auto;
  margin-top: 88px;
  padding: 1.9rem 0 2.2rem;
  background: url(../image/tips-bg.png) no-repeat left top;
  background-size: 100%;
}
.tips .tips-main .main-box {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.tips .tips-main .main-box .mian-title {
  font-family: 'MontserratBold';
  font-size: 0.9rem;
  text-align: center;
  line-height: 1rem;
  color: #2152af;
}
.tips .tips-main .main-box .main-text {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.36rem;
  color: #272727;
}
.tips .tips-main .main-box .main-button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0.8rem auto 0;
  font-family: 'MontserratBold';
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 5px;
  background: #d83e57;
  border: solid 2px #d83e57;
}
.tips .tips-main .main-box .main-button:hover {
  color: #2152af;
  background: transparent;
}
.float-mian {
  position: fixed;
  bottom: 1.5rem;
  right: 0.3rem;
  width: auto;
  height: auto;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-mian .main-service {
  display: block;
  width: 0.8rem;
  height: auto;
}
.float-mian .main-service img {
  width: 100%;
}
.float-mian .main-service2 {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.11rem 0.27rem rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.float-mian .main-service2 img {
  width: 100%;
}
.float-mian .main-hide {
  position: absolute;
  top: -0.2rem;
  right: -0.1rem;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-mian .main-hide img {
  width: 100%;
}
.float-mian:hover .main-hide {
  opacity: 1;
}
.float-mian-active .main-service {
  display: none;
}
.float-mian-active .main-service2 {
  display: block;
}
.float-mian-active .main-hide {
  visibility: hidden;
}
.float-return {
  position: fixed;
  bottom: 0.5rem;
  right: 0.3rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.11rem 0.27rem rgba(0, 0, 0, 0.07);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-return img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-return .img2 {
  opacity: 0;
}
.float-return:hover {
  background:#2152af;
}
.float-return:hover .img1 {
  opacity: 0;
}
.float-return:hover .img2 {
  opacity: 1;
}
.page-subNav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-top: 0.4rem;
}
.page-subNav .subNav-title {
  font-family: Arial;
  font-size: 16px;
  text-transform: capitalize;
  color: #999;
}
.page-subNav .subNav-title:hover {
  color: #2152af;
}
.page-subNav .subNav-text {
  font-family: Arial;
  font-size: 16px;
  text-transform: capitalize;
  color: #2152af;
}
.page-subNav span {
  width: auto;
  height: auto;
  margin: 0 0.1rem;
}
.page-subNav span img {
  width: 5px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.5rem 0;
}
.page-number .but-active {
  color: #2152af !important;
  border: solid 2px #2152af !important;
}
.page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 36px;
  margin-right: 10px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  color: #b2b2b2;
  border: solid 2px #e0e0e0;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}


.page-num {display: inline-block;
  width: 50px;
  height: 36px;
  margin-right: 10px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  color: #b2b2b2;
  border: solid 2px #e0e0e0;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;}

.page-num-current{
  color: #2152af;
  border: solid 2px #2152af;
}




.page-number .but-box .but-left,
.page-number .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 36px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left {
  background: url(../image/icon-news-prev.png) no-repeat center;
  background-size: 14px;
}
.page-number .but-box .but-right {
  background: url(../image/icon-news-next.png) no-repeat center;
  background-size: 14px;
}
.page-number .but-box:hover {
  color: #2152af;
  border: solid 2px #2152af;
}
.page-number .but-box:hover .but-left {
  background: url(../image/icon-news-prev-active.png) no-repeat center;
  background-size: 14px;
}
.page-number .but-box:hover .but-right {
  background: url(../image/icon-news-next-active.png) no-repeat center;
  background-size: 14px;
}
.Wpage-number {
  display: none;
}
