.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../font/Gilroy-Medium-2.otf);
}
@font-face {
  font-family: 'gilroy-black';
  src: url(../font/gilroy-black-6.otf);
}
@font-face {
  font-family: 'gilroy-bold';
  src: url(../font/gilroy-bold-4.otf);
}
@font-face {
  font-family: 'gilroy-regular';
  src: url(../font/gilroy-regular-3.otf);
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../font/MyriadPro-Regular.otf);
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url(../font/Gilroy-Light-11.otf);
}
@font-face {
  font-family: 'MontserratBold';
  src: url(../font/MontserratBold.ttf);
}
@font-face {
  font-family: 'DIN-BOLD';
  src: url(../font/DIN-BOLD.OTF);
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 0.7rem;
  z-index: 199;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-box .box-logo {
  position: relative;
  width: 1.9rem;
  height: auto;
}
nav .nav-main .main-box .box-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-box .box-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0.25rem;
}
nav .nav-main .main-box .box-nav .nav-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span {
  display: block;
  position: relative;
  width: 11px;
  height: 7px;
  margin-left: 2px;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span 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;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active {
  color: #013894;
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 200px;
  height: auto;
  padding: 20px;
  border: solid 1px #d8dfe6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 0.2rem);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 36px;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.2rem;
  font-size: 16px;
  color: #666666;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.05rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #013894;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link:hover {
  color: #023994;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 1rem;
  left: -200px;
  width: 900px;
  height: auto;
  border: solid 1px #d8dfe6;
  background: #fff;
  background-size: 100%;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 0.2rem);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 240px;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list {
  position: relative;
  width: 350px;
  height: auto;
  background: #e9edf7;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list .list-lump {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list .list-lump-active {
  color: #013894;
  background: #fff;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list:hover::-webkit-scrollbar-thumb {
  background-color: #013894;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 350px);
  height: auto;
  padding: 0.3rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item {
  width: 100%;
  height: auto;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-sort {
  display: block;
  padding-bottom: 13px;
  margin: 0 0 12px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #1c1d21;
  border-bottom: solid 1px #ccc;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.2rem;
  font-size: 14px;
  color: #666666;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.05rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #013894;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link:hover {
  color: #023994;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent:hover::-webkit-scrollbar-thumb {
  background-color: #013894;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent-active {
  display: flex;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title {
  color: #013894 !important;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title span .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title span .img2 {
  opacity: 1;
  transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav,
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav2,
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .box-web {
  display: none;
}
nav .nav-main .main-box .box-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-box .box-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list {
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-title {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #013894;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  background: #e9edf7;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0.25rem;
  font-size: 14px;
  color: #666666;
  opacity: 0;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.1rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #013894;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link:hover {
  color: #023994;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-title::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-item {
  height: 0.8rem;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-item .item-link {
  opacity: 1;
}
nav .nav-main .main-box .box-cont .cont-lang {
  width: 75px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-lang a {
  display: inline-block;
  width: auto;
  color: #fff;
}
nav .nav-main .main-box .box-cont .cont-lang a:hover {
  text-decoration: underline;
}
nav .nav-main .main-box .box-cont .cont-suosou {
  position: relative;
  width: 0.5rem;
  height: 100%;
  margin-left: 0.5rem;
  cursor: pointer;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 4.5rem;
  height: 0.64rem;
  padding: 0 0.3rem;
  background: #013894;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-icon {
  width: 20px;
  height: auto;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-icon img {
  width: 100%;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent input {
  flex: 1;
  padding: 0 0.1rem;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  background: none;
  opacity: 0.8;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent input::placeholder {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide {
  width: 20px;
  height: auto;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .box-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .box-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .box-nav .nav-item .item-title {
  color: #080404 !important;
}
nav .nav-main:hover .box-cont .cont-lang {
  color: #080404;
}
nav .nav-main:hover .box-cont .cont-lang a {
  color: #080404;
}
nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img1 {
  opacity: 0;
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  background: #fff;
}
nav .nav-main-active .box-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .box-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .box-nav .nav-item .item-title {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-lang {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-lang a {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .box-cont .cont-suosou .suosou-icon .img1 {
  opacity: 0 !important;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  max-width: 100%;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: auto;
  padding-left: 16%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
  font-family: '微软雅黑';
  font-weight: bold;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.06rem;
  padding-left: 1.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title span {
  font-family: '微软雅黑';
  font-weight: bold;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.06rem;
  padding-left: 1.2rem;
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text span {
  font-family: '微软雅黑';
  font-weight: bold;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: auto;
  padding-left: 16%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}
header .head-banner .banner-cent .cent-title span {
  font-family: '微软雅黑';
  font-weight: bold;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.06rem;
  padding-left: 1.1rem;
  font-size: 0.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
header .head-banner .swiper-pagination {
  bottom: 1rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 12px;
  height: auto;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.9rem;
  transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -webkit-transform: translate(-30px, -50%);
}
header .head-banner .banner-swiper-button-next {
  right: 0.9rem;
  transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -webkit-transform: translate(30px, -50%);
}
header .head-banner:hover .banner-swiper-button-prev,
header .head-banner:hover .banner-swiper-button-next {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
header .head-banner2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner2 .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner2 .swiper-slide .slide-box {
  position: relative;
  width: 100%;
}
header .head-banner2 .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
header .head-banner2 .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner2 .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: auto;
  padding-left: 16%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
header .head-banner2 .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner2 .swiper-slide .slide-box .box-cent .cent-title span {
  font-weight: bold;
}
header .head-banner2 .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.06rem;
  padding-left: 1.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner2 .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-title span {
  font-weight: bold;
}
header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.06rem;
  padding-left: 1.2rem;
  font-size: 0.6rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-text span {
  font-weight: bold;
}
header .head-banner2 .swiper-slide-active .box-cent .cent-title,
header .head-banner2 .swiper-slide-active .box-cent .cent-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
header .head-banner2 .swiper-slide-active .box-cent2 .cent-title,
header .head-banner2 .swiper-slide-active .box-cent2 .cent-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner2 .swiper-pagination {
  bottom: 1rem;
}
header .head-banner2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
}
header .head-banner2 .banner-swiper-button-prev,
header .head-banner2 .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner2 .banner-swiper-button-prev img,
header .head-banner2 .banner-swiper-button-next img {
  width: 12px;
  height: auto;
}
header .head-banner2 .banner-swiper-button-prev {
  left: 0.9rem;
  transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -webkit-transform: translate(-30px, -50%);
}
header .head-banner2 .banner-swiper-button-next {
  right: 0.9rem;
  transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -webkit-transform: translate(30px, -50%);
}
header .head-banner2:hover .banner-swiper-button-prev,
header .head-banner2:hover .banner-swiper-button-next {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 1rem;
  z-index: 9;
}
header .head-strip .strip-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  border-bottom: solid 3px #d4dfe5;
  z-index: 9;
}
header .head-strip .strip-box .box-cent {
  width: auto;
  height: 100%;
  line-height: 1rem;
}
header .head-strip .strip-box .box-cent .cent-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}
header .head-strip .strip-box .box-cent .cent-English {
  display: none;
  margin-top: 0.1rem;
  font-size: 18px;
  line-height: 18px;
  color: #5c96cb;
  opacity: 0.6;
}
header .head-strip .strip-box .box-subnav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-subnav .subnav-link {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.4rem;
  font-size: 14px;
  font-weight: Bold;
  line-height: 1rem;
  color: #3d3d3d;
}
header .head-strip .strip-box .box-subnav .subnav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #013894;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-subnav .subnav-link:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-subnav .subnav-link-active {
  color: #013894;
}
header .head-strip .strip-box .box-subnav .subnav-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
  background: url(../images/foot-bg.png) no-repeat top left;
  background-size: 100% 100%;
}
.foot .foot-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.foot .foot-main .main-cent {
  width: 30%;
  height: auto;
}
.foot .foot-main .main-cent .cent-logo {
  width: 2.1rem;
  height: auto;
}
.foot .foot-main .main-cent .cent-logo img {
  width: 100%;
}
.foot .foot-main .main-cent .cent-text {
  margin-top: 0.16rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.foot .foot-main .main-cent .cent-ewm {
  display: none;
  width: 1.2rem;
  height: auto;
  margin-top: 0.5rem;
}
.foot .foot-main .main-cent .cent-ewm .ewm-pic {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.foot .foot-main .main-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
.foot .foot-main .main-cent .cent-ewm .ewm-title {
  margin-top: 0.08rem;
  font-size: 14px;
  text-align: center;
  color: #b4c8ec;
}
.foot .foot-main .main-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.foot .foot-main .main-cent .cent-share .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.foot .foot-main .main-cent .cent-share .share-item img {
  width: 0.22rem;
}
.foot .foot-main .main-cent .cent-share .share-item:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.foot .foot-main .main-web-cont {
  display: none;
}
.foot .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 60%;
  height: auto;
}
.foot .foot-main .main-cont .cont-list {
  width: auto;
  height: auto;
}
.foot .foot-main .main-cont .cont-list .list-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.77rem;
  color: #fff;
}
.foot .foot-main .main-cont .cont-list .list-title:hover {
  text-decoration: underline;
}
.foot .foot-main .main-cont .cont-list .list-link {
  display: block;
  font-size: 14px;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0.7;
}
.foot .foot-main .main-cont .cont-list .list-link:hover {
  opacity: 1;
}
.foot .foot-main .main-cont .cont-list .list-text {
  position: relative;
  width: 3.3rem;
  padding-left: 0.3rem;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.foot .foot-main .main-cont .cont-list .list-text img {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 16px;
}
.foot .foot-main .main-cont .cont-list .mt {
  margin-top: 0;
}
.foot .foot-bottom {
  width: 100%;
  height: auto;
  padding: 0.34rem 0;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
.foot .foot-bottom a {
  color: rgba(255, 255, 255, 0.7);
}
.foot .foot-bottom a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -0.7rem;
  overflow: hidden;
  z-index: 99;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding-top: 2.7rem;
  margin-top: -0.7rem;
  background: url(../images/plate1-bg.png) no-repeat center top;
  background-size: 100% ;
}
.container .cont-plate1 .plate1-main {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.3rem 0.5rem 0 0;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-type {
  font-size: 0.24rem;
  color: #000000;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-num {
  margin-top: 0.1rem;
  font-size: 18px;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton {
  display: block;
  width: 1.72rem;
  height: 0.52rem;
  margin-top: 1.5rem;
  margin-left: 0.15rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #023894, #89c8ef 150%);
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton img {
  width: 0.11rem;
  margin: -0.04rem 0 0 0.04rem;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  padding: 0 1.4rem 0 1.04rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.container .cont-plate1 .plate1-main .main-box .swiper-pagination {
  bottom: auto;
  left: auto;
  top: 40%;
  right: -0.9rem;
  width: 0.32rem;
  height: auto;
  padding: 0.2rem 0.1rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.1);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0;
  border: solid 2px #fff;
  background: none;
  opacity: 1;
}
.container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-box-active {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate1 .plate1-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.container .cont-plate1 .plate1-bottom::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d4dfe5;
}
.container .cont-plate1 .plate1-bottom .bottom-cont {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding-top: 15px;
  overflow: hidden;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide {
  width: calc(100% / 8);
  height: auto;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0;
  cursor: pointer;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  border: solid 2px #d4dfe5;
  border-radius: 50%;
  background: #fff;
  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 .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d4dfe5;
  box-sizing: border-box transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-title {
  font-size: 18px;
  text-align: center;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  border: solid 2px #013894;
  background: #013894;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  font-weight: bold;
  color: #013894;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide-on .slide-box .box-icon {
  border: solid 2px #013894;
  background: #013894;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
  font-weight: bold;
  color: #013894;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next {
  position: absolute;
  top: 15px;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.52rem;
  border-radius: 50%;
  border: solid 2px #d4dfe5;
  background: #fff;
  outline: none;
  z-index: 9;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev img,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev .img2,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev:hover,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next:hover {
  border: solid 2px #013894;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev:hover .img2,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev:hover .img1,
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 2rem;
  background: url(../images/plate2-bg.png) no-repeat top left;
  background-size: 100% ;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-cent {
  width: 3.8rem;
  height: auto;
  padding-top: 0.7rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.26rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.container .cont-plate2 .plate2-main .main-cent .cent-botton {
  display: block;
  width: 1.72rem;
  height: 0.52rem;
  margin-top: 1.1rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #023894, #89c8ef 150%);
}
.container .cont-plate2 .plate2-main .main-cent .cent-botton img {
  width: 0.11rem;
  margin: -0.04rem 0 0 0.04rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.container .cont-plate2 .plate2-main .main-pic-swiper {
  position: relative;
  width: 5.74rem;
  height: 5.74rem;
}
.container .cont-plate2 .plate2-main .main-pic-swiper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.28rem;
  height: 6.38rem;
  margin: -3.14rem 0 0 -3.14rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.6;
  animation: turn 4s linear infinite;
}
.container .cont-plate2 .plate2-main .main-pic-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.35rem;
  height: 6.28rem;
  margin: -3.2rem 0 0 -3.24rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box .pic-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box .pic-img img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-pic {
  position: relative;
  width: 5.74rem;
  height: 5.74rem;
}
.container .cont-plate2 .plate2-main .main-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.28rem;
  height: 6.38rem;
  margin: -3.14rem 0 0 -3.14rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.6;
  animation: turn 4s linear infinite;
}
.container .cont-plate2 .plate2-main .main-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.35rem;
  height: 6.28rem;
  margin: -3.2rem 0 0 -3.24rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.container .cont-plate2 .plate2-main .main-pic .pic-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-pic .pic-img img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  opacity: 0.7;
  z-index: 9;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-pic .pic-play img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-pic .pic-play:hover {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-data {
  width: 3.8rem;
  height: auto;
  padding-top: 1.1rem;
}
.container .cont-plate2 .plate2-main .main-data .data-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-title {
  font-size: 18px;
  line-height: 30px;
  color: #013894;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-title2 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-text {
  font-size: 18px;
  color: #013894;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-text .num1 {
  font-family: 'DIN-BOLD';
  font-size: 0.6rem;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-text em {
  position: relative;
  margin-left: 0.18rem;
}
.container .cont-plate2 .plate2-main .main-data .data-item .item-text em::after {
  content: '+';
  position: absolute;
  top: -0.38rem;
  left: 0;
  font-family: 'DIN-BOLD';
  font-size: 0.28rem;
  font-weight: bold;
  color: #013894;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0 0 1.6rem;
}
.container .cont-plate3 .plate3-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item {
  width: 4.2rem;
  height: auto;
  -webkit-transform: rotate(0deg);
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 4.2rem;
  -webkit-appearance: none;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
}
.container .cont-plate3 .plate3-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 .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
  margin: 0.3rem 0 0.18rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  text-align: center;
  color: #5c96cb;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover {
  -webkit-transform: rotate(0deg);
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-pic {
  -webkit-transform: rotate(0deg);
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-pic img {
  -webkit-appearance: none;
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-text {
  color: #013894;
}
.container .cont-plate3 .plate3-main .cent-botton {
  display: block;
  width: 1.72rem;
  height: 0.52rem;
  margin: 0.6rem auto 0;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #023894, #89c8ef 150%);
}
.container .cont-plate3 .plate3-main .cent-botton img {
  width: 0.11rem;
  margin: -0.04rem 0 0 0.04rem;
}
.container .cont-plate3 .plate3-main .cent-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 2rem;
  background: url(../images/about/plate1-bg.jpg) no-repeat right 0.6rem;
  background-size: 12.06rem;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-cent {
  position: relative;
  width: 50%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent::after {
  content: '';
  position: absolute;
  left: -0.86rem;
  top: -0.3rem;
  width: 1.05rem;
  height: 1rem;
  background: url(../images/about/plate1-yinghao.png) no-repeat center;
  background-size: 100%;
  z-index: -1;
}
.about .about-plate1 .plate1-main .main-cent .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate1 .plate1-main .main-cent .main-text {
  margin-top: 0.32rem;
  padding-right: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item {
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item:last-of-type {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title {
  font-size: 16px;
  line-height: 30px;
  color: #013894;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title2 {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text {
  font-size: 14px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text .num1 {
  font-family: 'DIN-BOLD';
  font-size: 0.4rem;
  color: #013894;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em {
  position: relative;
  margin-left: 0.18rem;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em::after {
  content: '+';
  position: absolute;
  top: -0.38rem;
  left: 0;
  font-family: 'DIN-BOLD';
  font-size: 0.28rem;
  font-weight: bold;
  color: #013894;
}
.about .about-plate1 .plate1-main .main-cont {
  width: 50%;
  height: auto;
  padding-left: 0.9rem;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box .pic-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box .pic-img img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  opacity: 0.5;
  z-index: 9;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play:hover {
  opacity: 1;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic span {
  position: absolute;
  top: 60%;
  left: 0;
  display: none;
  width: 1.34rem;
  height: 1.34rem;
  padding-top: 0.34rem;
  font-size: 0.3rem;
  font-style: italic;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  background: #53a7dd;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic span em {
  font-size: 18px;
  font-style: italic;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 1.3rem;
}
.about .about-plate2 .plate2-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.6rem 0.7rem 0.3rem;
  background: #f8fafb;
  border-radius: 0.2rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-title {
  margin: 0.3rem 0 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  color: #051323;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-text {
  font-size: 16px;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-icon {
  height: 0;
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-title {
  color: #013894;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0 0.5rem;
  background: url(../images/about/plate3-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate3 .plate3-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 0.4rem);
  height: auto;
  padding: 1rem 1rem 0.8rem;
  background: #fff;
  box-shadow: 0.05rem 0 0.3rem rgba(1, 56, 148, 0.06);
  border-radius: 0.2rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
  width: 1rem;
  height: auto;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent {
  width: calc(100% - 1rem);
  height: auto;
  padding-left: 0.8rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
  margin-bottom: 0.12rem;
  font-size: 0.3rem;
  color: #000;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 0.6rem;
  background: url(../images/about/plate4-bg.jpg) no-repeat left 0.4rem;
  background-size: 12.06rem;
}
.about .about-plate4 .palte4-box {
  display: none;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .palte4-box .box-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cent {
  position: relative;
  width: 50%;
  height: auto;
  padding: 1.2rem 0 0 1.1rem;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-year {
  margin-bottom: 0.16rem;
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #013894;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-text {
  font-size: 18px;
  line-height: 34px;
  color: #666;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-text span {
  font-weight: bold;
}
.about .about-plate4 .palte4-box .box-main .main-cont {
  width: 50%;
  height: auto;
  padding: 0 0.9rem 0 2rem;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic img {
  width: 100%;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span {
  position: absolute;
  top: 60%;
  right: 0;
  display: none;
  width: 1.34rem;
  height: 1.34rem;
  padding-top: 0.34rem;
  font-size: 0.3rem;
  font-style: italic;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  background: #53a7dd;
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  z-index: 9;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span em {
  font-size: 18px;
  font-style: italic;
}
.about .about-plate4 .plate4-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  --swiper-theme-color: #013894;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #013894;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.22rem;
  /* 设置按钮大小 */
}
.about .about-plate4 .plate4-bottom .bottom-top {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-bottom .bottom-top img {
  width: 100%;
}
.about .about-plate4 .plate4-bottom .bottom-swiper {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 11);
  height: auto;
  margin: 0.3rem 0;
  cursor: pointer;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num {
  position: relative;
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #666;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::before {
  content: '';
  position: absolute;
  top: -0.16rem;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url(../images/icon/icon-about-plate4-sanjiao1.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::after {
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url(../images/icon/icon-about-plate4-sanjiao2.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::before {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::after {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::before {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::after {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .swiper-button-next,
.about .about-plate4 .plate4-bottom .swiper-button-prev {
  top: -3.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #013894;
  border-radius: 50%;
  z-index: 9;
}
.about .about-plate4 .plate4-bottom .swiper-button-next:hover,
.about .about-plate4 .plate4-bottom .swiper-button-prev:hover {
  background: #013894;
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
}
.about .about-plate4 .plate4-bottom .swiper-button-next {
  right: 6%;
}
.about .about-plate4 .plate4-bottom .swiper-button-prev {
  left: 6%;
}
.about .about-plate5 {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
.about .about-plate5 .plate5-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate5 .plate5-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic img {
  width: 100%;
  border: solid 0.1rem #fff;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 100%;
  height: 0.59rem;
  background: url(../images/about/plate5-yinying.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-active {
  z-index: 59 !important;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #013894;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover {
  background: #013894;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
  left: -0.85rem;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  right: -0.85rem;
}
.about .about-plate6 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0 1.3rem;
  background: url(../images/about/plate6-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate6 .plate6-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate6 .plate6-top .top-title {
  width: auto;
  height: auto;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate6 .plate6-top .top-cont {
  display: none;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.about .about-plate6 .plate6-top .top-cont .cont-title {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0.6rem;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-top .top-cont .cont-title::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #013894;
  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;
}
.about .about-plate6 .plate6-top .top-cont .cont-title:hover {
  color: #013894;
}
.about .about-plate6 .plate6-top .top-cont .cont-title: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));
}
.about .about-plate6 .plate6-top .top-cont .cont-title-active {
  color: #013894 !important;
}
.about .about-plate6 .plate6-top .top-cont .cont-title-active::after {
  transform: scale(1, 1) translateZ(0) !important;
  -o-transform: scale(1, 1) translateZ(0) !important;
  -moz-transform: scale(1, 1) translateZ(0) !important;
  -webkit-transform: scale(1, 1 translateZ(0)) !important;
}
.about .about-plate6 .plate6-main {
  width: 100%;
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: auto;
  padding-top: 0.6rem;
  padding-bottom: 1.4rem;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 20px);
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 0.1rem;
  background: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-icon {
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 0.12rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-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-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-icon .img2 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top span {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top span em {
  margin-right: 0.04rem;
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
  margin: 0.2rem 0 0.36rem;
  font-size: 18px;
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #d4dfe5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
  background: #013894;
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  width: 0;
  overflow: hidden;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover span {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover span em {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-time {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination {
  display: none;
  bottom: 0.5rem;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #013894;
  opacity: 0.5;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #013894;
  cursor: pointer;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev img,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev .img2,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover {
  background: #013894;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img2,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img1,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev {
  left: 45%;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  right: 45%;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.about .about-plate7 {
  width: 100%;
  height: auto;
  padding: 0 0 0.7rem;
  background: url(../images/about/plate7-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate7 .plate7-web-title {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate7 .plate7-main {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0 auto 1.2rem;
}
.about .about-plate7 .plate7-main::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.05rem;
  height: 1rem;
  background: url(../images/about/plate1-yinghao.png) no-repeat center;
  background-size: 100%;
}
.about .about-plate7 .plate7-main .main-swipwe-cent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic {
  width: 50%;
  padding-left: 1rem;
  text-align: center;
  overflow: hidden;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 1.6rem 0.9rem 1rem;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-year {
  margin-top: 0.7rem;
  font-family: 'Gilroy-Light';
  font-size: 0.48rem;
  color: #013894;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide-active .slide-box {
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button {
  position: absolute;
  bottom: 0;
  left: 0.82rem;
  width: 1rem;
  height: 0.5rem;
  z-index: 9;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination {
  bottom: auto;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #999999;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination .swiper-pagination-current {
  font-size: 18px;
  color: #013894;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
  position: absolute;
  top: 0;
  width: 14px;
  z-index: 19;
  cursor: pointer;
  outline: none;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev img,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translatey(-10%);
  -o-transform: translatey(-10%);
  -moz-transform: translatey(-10%);
  -webkit-transform: translatey(-10%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev .img2,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next .img2 {
  opacity: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img2,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img2 {
  opacity: 1 !important;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img1,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev {
  right: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
  left: 0;
}
.about .about-plate7 .plate8-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate7 .plate8-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate7 .plate8-main .main-map {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-map .map-pic {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate8-main .main-map .map-pic img {
  width: 100%;
}
.about .about-plate7 .plate8-main .main-map .pic-item {
  position: absolute;
  width: 0.23rem;
  height: auto;
  z-index: 9;
}
.about .about-plate7 .plate8-main .main-map .pic-item img {
  width: 100%;
  animation: DW 0.8s linear infinite;
}
.about .about-plate7 .plate8-main .main-map .pic-item::before {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  width: 0.9rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #e2e2e2;
  opacity: 0.6;
  z-index: -1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate7 .plate8-main .main-map .pic-item::after {
  content: '';
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  width: 0.3rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #2e5aa4;
  opacity: 0.5;
  animation: isScale 0.8s linear infinite;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate7 .plate8-main .main-map .item-SZ {
  top: 2.74rem;
  right: 3.8rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW2 {
  top: 3.94rem;
  right: 3.4rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW3 {
  top: 3.05rem;
  right: 5.3rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW4 {
  top: 3.3rem;
  right: 8.1rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW5 {
  top: 4.4rem;
  left: 5.35rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW6 {
  top: 1.8rem;
  right: 7.75rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW7 {
  top: 1.16rem;
  right: 7.14rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW8 {
  top: 2.24rem;
  left: 3.52rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW9 {
  top: 0.9rem;
  left: 1.58rem;
}
.about .about-plate7 .plate8-main .main-web-map {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-web-map img {
  width: 100%;
}
.about .about-plate7 .plate8-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-pic img {
  width: 100%;
}
.test {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.test .test-cont {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 2rem;
  background: url(../images/about/plate1-bg.jpg) no-repeat right 0.6rem;
  background-size: 12.06rem;
}
.test .test-cont .cont-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.test .test-cont .cont-main .main-cent {
  position: relative;
  width: 50%;
  height: auto;
}
.test .test-cont .cont-main .main-cent::after {
  content: '';
  position: absolute;
  left: -0.86rem;
  top: -0.3rem;
  width: 1.05rem;
  height: 1rem;
  background: url(../images/about/plate1-yinghao.png) no-repeat center;
  background-size: 100%;
}
.test .test-cont .cont-main .main-cent .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.test .test-cont .cont-main .main-cent .main-text {
  margin-top: 0.32rem;
  padding-right: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.test .test-cont .cont-main .main-cent .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.test .test-cont .cont-main .main-cent .main-data .data-item {
  width: 33.33%;
  height: auto;
}
.test .test-cont .cont-main .main-cent .main-data .data-item .item-title {
  font-size: 18px;
  line-height: 30px;
  color: #013894;
}
.test .test-cont .cont-main .main-cent .main-data .data-item .item-text {
  font-size: 14px;
  color: #666;
}
.test .test-cont .cont-main .main-cent .main-data .data-item .item-text .num1 {
  font-family: 'DIN-BOLD';
  font-size: 0.4rem;
  color: #013894;
}
.test .test-cont .cont-main .main-cent .main-data .data-item .item-text em {
  position: relative;
  margin-left: 0.18rem;
}
.test .test-cont .cont-main .main-cent .main-data .data-item .item-text em::after {
  content: '+';
  position: absolute;
  top: -0.38rem;
  left: 0;
  font-family: 'DIN-BOLD';
  font-size: 0.28rem;
  font-weight: bold;
  color: #013894;
}
.test .test-cont .cont-main .main-cont {
  width: 50%;
  height: auto;
  padding-left: 0.9rem;
}
.test .test-cont .cont-main .main-cont .cont-pic {
  position: relative;
  width: 5rem;
  height: auto;
}
.test .test-cont .cont-main .main-cont .cont-pic img {
  width: 100%;
}
.test .test-cont .cont-main .main-cont .cont-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.test .test-cont .cont-main .main-cont .cont-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.test .test-cont .cont-main .main-cont .cont-pic span {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  width: 1.34rem;
  height: 1.34rem;
  padding-top: 0.34rem;
  font-size: 0.3rem;
  font-style: italic;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  background: #53a7dd;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}
.test .test-cont .cont-main .main-cont .cont-pic span em {
  font-size: 18px;
  font-style: italic;
}
.support {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.support .support-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto 1rem;
  padding: 1.2rem 0 0;
}
.support .support-top .top-pic {
  width: 54.2%;
  height: auto;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  overflow: hidden;
}
.support .support-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-top .top-cent {
  width: 45.8%;
  height: auto;
  padding: 0.7rem 1.2rem 0 0.6rem;
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  background: #f6f8fa;
}
.support .support-top .top-cent .cent-time {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #013894;
  opacity: 0.8;
}
.support .support-top .top-cent .cent-title {
  display: block;
  margin-top: 0.16rem;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.support .support-top .top-cent .cent-botton {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.4rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-top .top-cent .cent-botton img {
  width: 7px;
}
.support .support-top .top-cent .cent-botton:hover {
  width: 0.45rem;
  border-radius: 45px;
}
.support .support-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #013894;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-top:hover .top-cent .cent-title {
  color: #013894;
}
.support .support-top:hover .top-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));
}
.support .support-top:hover::after {
  width: 100%;
}
.support .support-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.support .support-main .main-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #f0f0f0;
}
.support .support-main .main-list::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #013894;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.support .support-main .main-list .list-pic {
  width: 24%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.support .support-main .main-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-main .main-list .list-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));
}
.support .support-main .main-list .list-cent {
  width: 72%;
  height: auto;
}
.support .support-main .main-list .list-cent .cent-time {
  padding-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #5c96cb;
}
.support .support-main .main-list .list-cent .cent-title {
  margin: 0.2rem 0 0.12rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-main .main-list .list-cent .cent-text {
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.support .support-main .main-list .list-cent .cent-botton {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.4rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-main .main-list .list-cent .cent-botton img {
  width: 7px;
}
.support .support-main .main-list .list-cent .cent-botton:hover {
  width: 0.45rem;
  border-radius: 45px;
}
.support .support-main .main-list:hover::after {
  width: 100%;
}
.support .support-main .main-list:hover .list-cent .cent-title {
  color: #013894;
}
.support .mail-load {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.support .mail-load a {
  color: #013894;
}
.support .mail-load a img {
  width: 0.34rem;
  margin: -0.04rem 0.12rem 0 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .mail-load a:hover img {
  margin: -0.04rem 0.04rem 0 0;
}
.news {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  overflow: hidden;
}
.news .news-top {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1rem;
}
.news .news-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.news .news-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.news .news-top .top-box .box-left {
  display: block;
  position: relative;
  width: calc(50% - 0.68rem);
  height: auto;
  background: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  box-shadow: 0.08rem 0 0.25rem rgba(1, 56, 148, 0.07);
}
.news .news-top .top-box .box-left .left-pic {
  width: 100%;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  overflow: hidden;
}
.news .news-top .top-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;
}
.news .news-top .top-box .box-left .left-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.3rem;
}
.news .news-top .top-box .box-left .left-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.news .news-top .top-box .box-left .left-cent .cent-time {
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #5c96cb;
}
.news .news-top .top-box .box-left .left-cent .cent-text {
  margin-top: 0.14rem;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-top .top-box .box-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #013894;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.news .news-top .top-box .box-left:hover::after {
  width: 100%;
}
.news .news-top .top-box .box-left:hover .left-cent .cent-title {
  color: #013894;
}
.news .news-top .top-box .box-left:hover .left-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-top .top-box .box-right {
  width: calc(50% - 0.2rem);
  height: auto;
}
.news .news-top .top-box .box-right .right-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 2rem;
  margin-bottom: 0.3rem;
  background: #fff;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  box-shadow: 0.08rem 0 0.25rem rgba(1, 56, 148, 0.07);
}
.news .news-top .top-box .box-right .right-list:last-of-type {
  margin-bottom: 0;
}
.news .news-top .top-box .box-right .right-list .list-cent {
  width: 60%;
  height: 100%;
  padding: 0.3rem 0.4rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-box .box-right .right-list .list-cent .cent-time {
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #5c96cb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-box .box-right .right-list .list-cent .cent-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  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-top .top-box .box-right .right-list .list-cent .cent-text {
  display: none;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-top .top-box .box-right .right-list .list-cent .cent-botton {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.1rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-box .box-right .right-list .list-cent .cent-botton img {
  width: 7px;
}
.news .news-top .top-box .box-right .right-list .list-cent .cent-botton:hover {
  width: 0.45rem;
  border-radius: 45px;
}
.news .news-top .top-box .box-right .right-list .list-pic {
  width: 40%;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  overflow: hidden;
}
.news .news-top .top-box .box-right .right-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-box .box-right .right-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #013894;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.news .news-top .top-box .box-right .right-list:hover::after {
  width: 100%;
}
.news .news-top .top-box .box-right .right-list:hover .cent-title {
  color: #013894;
}
.news .news-top .top-box .box-right .right-list:hover .list-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #f0f0f0;
}
.news .news-main .main-list::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #013894;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.news .news-main .main-list .list-pic {
  width: 24%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news .news-main .main-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-list .list-cent {
  width: 72%;
  height: auto;
}
.news .news-main .main-list .list-cent .cent-time {
  padding-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #5c96cb;
}
.news .news-main .main-list .list-cent .cent-title {
  margin: 0.2rem 0 0.12rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-cent .cent-text {
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-list .list-cent .cent-botton {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.4rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-cent .cent-botton img {
  width: 7px;
}
.news .news-main .main-list .list-cent .cent-botton:hover {
  width: 0.45rem;
  border-radius: 45px;
}
.news .news-main .main-list:hover::after {
  width: 100%;
}
.news .news-main .main-list:hover .list-cent .cent-title {
  color: #013894;
}
.news .mail-load {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.news .mail-load a {
  color: #013894;
}
.news .mail-load a img {
  width: 0.34rem;
  margin: -0.04rem 0.12rem 0 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .mail-load a:hover img {
  margin: -0.04rem 0.04rem 0 0;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.4rem;
  overflow: hidden;
}
.contact .contact-form {
  width: 16rem;
  height: auto;
  margin: 0 auto 1.2rem;
}
.contact .contact-form .form-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-form .form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.contact .contact-form .form-box .form-list,
.contact .contact-form .form-box .form-list2,
.contact .contact-form .form-box .form-list3 {
  width: calc(33.33% - 0.15rem);
  margin-top: 0.24rem;
}
.contact .contact-form .form-box .form-list .list-title,
.contact .contact-form .form-box .form-list2 .list-title,
.contact .contact-form .form-box .form-list3 .list-title {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #000;
}
.contact .contact-form .form-box .form-list .list-title span,
.contact .contact-form .form-box .form-list2 .list-title span,
.contact .contact-form .form-box .form-list3 .list-title span {
  color: #f00;
}
.contact .contact-form .form-box .form-list input,
.contact .contact-form .form-box .form-list2 input,
.contact .contact-form .form-box .form-list3 input {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.04rem;
  padding: 0 0.3rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  color: #000;
  border: solid 1px #eeeeee;
  border-radius: 0.04rem;
  background: #f9f9f9;
}
.contact .contact-form .form-box .form-list2 {
  width: calc(50% - 0.15rem);
}
.contact .contact-form .form-box .form-list3 {
  width: 100%;
}
.contact .contact-form .form-box .form-list3 textarea {
  width: 100%;
  height: 1.5rem;
  margin-top: 0.04rem;
  padding: 0.12rem 0.3rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  color: #000;
  border: solid 1px #eeeeee;
  border-radius: 0.06rem;
  background: #f9f9f9;
}
.contact .contact-form .form-box .form-choice {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.contact .contact-form .form-box .form-choice input[type="radio"],
.contact .contact-form .form-box .form-choice input[type="checkbox"] {
  display: none;
}
.contact .contact-form .form-box .form-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.contact .contact-form .form-box .form-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: solid 1px #ccc;
}
.contact .contact-form .form-box .form-choice .choice-item span img {
  position: absolute;
  top: -20%;
  left: 15%;
  width: 15px;
  height: auto;
  opacity: 0;
}
.contact .contact-form .form-box .form-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.contact .contact-form .form-box .form-choice .choice-text {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #000;
}
.contact .contact-form .form-botton {
  width: 2.6rem;
  height: 0.6rem;
  margin-top: 0.24rem;
  font-family: 'gilroy-regular';
  font-size: 18px;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.06rem;
  background: #013894;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-form .form-botton:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.contact .contact-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-cent {
  width: 46.7%;
  height: auto;
}
.contact .contact-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-cent .cent-English {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  color: #013894;
}
.contact .contact-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.26rem;
}
.contact .contact-main .main-cent .cent-item .item-icon {
  width: 0.32rem;
  height: auto;
}
.contact .contact-main .main-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-cent .cent-item .item-text {
  width: calc(100% - 0.32rem);
  height: auto;
  padding-left: 0.2rem;
  font-size: 16px;
  color: #666;
}
.contact .contact-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-cent .cent-bottom .bottom-ewm {
  width: 1.3rem;
  height: auto;
  margin-top: 0.1rem;
  margin-right: 0.5rem;
}
.contact .contact-main .main-cent .cent-bottom .bottom-ewm .ewm-pic {
  width: 100%;
  height: auto;
  box-shadow: 0.03rem 0 0.2rem rgba(0, 0, 0, 0.08);
}
.contact .contact-main .main-cent .cent-bottom .bottom-ewm .ewm-title {
  margin-top: 0.14rem;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.contact .contact-main .main-map {
  width: 53.3%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact .contact-main .main-map img {
  width: 100%;
}
.product {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.3rem;
  overflow: hidden;
}
.product .product-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.product .product-main .main-nav {
  width: 25%;
  height: auto;
  padding-top: 1rem;
}
.product .product-main .main-nav .nav-item {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: dotted 1px #e8edf5;
  white-space: nowrap;
}
.product .product-main .main-nav .nav-item a {
  font-size: 16px;
  color: #666;
}
.product .product-main .main-nav .nav-item a:hover {
  font-weight: bold;
  color: #013894;
}
.product .product-main .main-nav .nav-item-active a {
  font-weight: bold;
  color: #013894;
}
.product .product-main .main-cont {
  width: 72%;
  height: auto;
}
.product .product-main .main-cont .cont-top {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  overflow: hidden;
}
.product .product-main .main-cont .cont-top .swiper-slide {
  width: 33.33%;
  height: auto;
}
.product .product-main .main-cont .cont-top .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  transform: scale(0.6, 0.6) translateZ(0);
  -o-transform: scale(0.6, 0.6) translateZ(0);
  -moz-transform: scale(0.6, 0.6) translateZ(0);
  -webkit-transform: scale(0.6, 0.6 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-top .swiper-slide .slide-pic img {
  width: 100%;
}
.product .product-main .main-cont .cont-top .swiper-slide-active {
  z-index: 9;
}
.product .product-main .main-cont .cont-top .swiper-slide-active .slide-pic {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-top .swiper-pagination {
  bottom: 0.7rem;
}
.product .product-main .main-cont .cont-top .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #013894;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-top .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
  opacity: 1;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev,
.product .product-main .main-cont .cont-top .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #013894;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev img,
.product .product-main .main-cont .cont-top .top-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev .img2,
.product .product-main .main-cont .cont-top .top-swiper-button-next .img2 {
  opacity: 0;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev:hover,
.product .product-main .main-cont .cont-top .top-swiper-button-next:hover {
  background: #013894;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev:hover .img2,
.product .product-main .main-cont .cont-top .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev:hover .img1,
.product .product-main .main-cont .cont-top .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product .product-main .main-cont .cont-top .top-swiper-button-prev {
  left: 0;
}
.product .product-main .main-cont .cont-top .top-swiper-button-next {
  right: 0;
}
.product .product-main .main-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #013894;
}
.product .product-main .main-cont .cont-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.product .product-main .main-cont .cont-subtitle {
  margin-top: 0.7rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.product .product-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
  border-bottom: solid 1px #ebebeb;
}
.product .product-main .main-cont .cont-cent:last-of-type {
  border-bottom: none;
}
.product .product-main .main-cont .cont-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: 22px;
  font-weight: bold;
  color: #013894;
}
.product .product-main .main-cont .cont-cent .cent-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.product .product-main .main-cont .cont-describe {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.product .product-main .main-cont .cont-describe .describe-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.product .product-main .main-cont .cont-describe .describe-text {
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
}
.product .product-main .main-cont .cont-describe .describe-pic {
  width: 100%;
  height: auto;
  margin-top: 0.04rem;
}
.product .product-main .main-cont .cont-describe .describe-pic img {
  width: 100%;
}
.product .product-bottom {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  border-top: solid 1px #f0f0f0;
}
.product .product-bottom .bottom-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.product .product-bottom .bottom-main .main-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.product .product-bottom .bottom-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.product .product-bottom .bottom-main .main-cont .cont-item {
  width: calc(33.33% - 0.2rem);
  height: auto;
  padding: 0.4rem;
  margin-top: 0.5rem;
  margin-left: 0.3rem;
  background: linear-gradient(0deg, #f6f8fa, #f9fbfc);
  border-radius: 0.2rem;
}
.product .product-bottom .bottom-main .main-cont .cont-item:nth-child(3n + 1) {
  margin-left: 0;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3rem;
  padding: 0 1rem 0.3rem;
  line-height: 3rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-bottom .bottom-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;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.36rem;
  text-align: center;
  line-height: 0.32rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton img {
  width: 7px;
}
.product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton:hover {
  width: 0.55rem;
  border-radius: 45px;
}
.product .product-bottom .bottom-main .main-cont .cont-item:hover {
  box-shadow: 0 0 0.3rem rgba(1, 56, 148, 0.16);
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-cent {
  width: 62.6%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #013894;
}
.newsDetail .newsDetail-main .main-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.36rem 0 0.6rem;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 14px;
  color: #d4dfe5;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
  width: 18px;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-box .box-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetail .newsDetail-main .main-cent .cent-box .box-text span {
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-cent .cent-box .box-pic {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.newsDetail .newsDetail-main .main-cent .cent-box .box-pic img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-list {
  position: relative;
  width: 4.5rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: relative;
  width: 4.5rem;
  height: auto;
  padding: 0 0.3rem 0.3rem;
  background: #fff;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #393435;
}
.newsDetail .newsDetail-main .main-list .list-box .list-English {
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 14px;
  color: #999;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.15rem;
  border-bottom: solid 1px #f5f5f5;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
  margin-bottom: 0.5rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
  font-size: 16px;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title:hover {
  text-decoration: underline;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-text {
  display: none !important;
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
  display: none !important;
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #013894;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
  padding-left: 0.1rem;
  color: #013894;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link {
  margin-top: 0.25rem;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link a {
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link a:hover {
  text-decoration: underline;
  color: #013894;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #ededed;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
  border: solid 1px #013894;
  background: #013894;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #023894, #89c8ef);
  box-shadow: 0 0 0.18rem rgba(1, 56, 148, 0.22);
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.recruit .recruit-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}
.recruit .recruit-main .main-top .top-select {
  position: relative;
  width: 33.33%;
  height: auto;
}
.recruit .recruit-main .main-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.8rem 0 0.5rem;
  font-size: 16px;
  line-height: 0.7rem;
  color: #666666;
  background: #fff;
  border: solid 1px #f5f5f5;
  border-right: none;
  cursor: pointer;
}
.recruit .recruit-main .main-top .top-select .select-title .select-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 10px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit .recruit-main .main-top .top-select .select-ul {
  position: absolute;
  width: 100%;
  height: 0;
  margin-top: -1px;
  background: #fff;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-top .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;
}
.recruit .recruit-main .main-top .top-select:last-of-type .select-title {
  border-right: solid 1px #f5f5f5;
}
.recruit .recruit-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-cont .cont-box {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-left: 0.48rem;
  margin-bottom: 0.6rem;
}
.recruit .recruit-main .main-cont .cont-box:nth-child(4n + 1) {
  margin-left: 0;
}
.recruit .recruit-main .main-cont .cont-box .box-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.5rem 0.5rem;
  background: #f6f8fa;
  border-radius: 0.2rem;
}
.recruit .recruit-main .main-cont .cont-box .box-item .item-title {
  margin-bottom: 0.24rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #393435;
}
.recruit .recruit-main .main-cont .cont-box .box-item .item-text {
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
}
.recruit .recruit-main .main-cont .cont-box .box-item .cent-botton {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.24rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #bbbbbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-box .box-item .cent-botton img {
  width: 7px;
}
.recruit .recruit-main .main-cont .cont-box .box-item .cent-botton:hover {
  width: 0.45rem;
  border-radius: 45px;
}
.recruit .recruit-main .main-cont .cont-box .box-item:hover {
  box-shadow: 0 0 0.3rem rgba(1, 56, 148, 0.16);
  transform: translatey(-0.15rem);
  -o-transform: translatey(-0.15rem);
  -moz-transform: translatey(-0.15rem);
  -webkit-transform: translatey(-0.15rem);
}
.recruit .recruit-main .mail-load {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.recruit .recruit-main .mail-load a {
  color: #013894;
}
.recruit .recruit-main .mail-load a img {
  width: 0.34rem;
  margin: -0.04rem 0.12rem 0 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mail-load a:hover img {
  margin: -0.04rem 0.04rem 0 0;
}
.life {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.life .lise-main {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.life .lise-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.life .lise-main .main-bg {
  position: absolute;
  top: 4.8rem;
  left: 0;
  width: 2.27rem;
  height: auto;
}
.life .lise-main .main-bg img {
  width: 100%;
}
.life .lise-main .main-bg2 {
  position: absolute;
  top: 6rem;
  right: 2rem;
  width: 0.8rem;
  height: auto;
}
.life .lise-main .main-bg2 img {
  width: 100%;
}
.life .lise-main .main-bg3 {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: 0.8rem;
  height: auto;
}
.life .lise-main .main-bg3 img {
  width: 100%;
}
.life .lise-main .main-bg4 {
  position: absolute;
  bottom: 0.5rem;
  right: 2rem;
  width: 2.24rem;
  height: auto;
}
.life .lise-main .main-bg4 img {
  width: 100%;
}
.life .lise-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.life .lise-main .main-box .box-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.life .lise-main .main-box .box-list .list-item {
  position: relative;
  cursor: pointer;
}
.life .lise-main .main-box .box-list .list-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 3rem;
  border-radius: 50%;
  background: #f2fbff;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.life .lise-main .main-box .box-list .list-item::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 70%;
  width: 130%;
  height: 3.6rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #e6f4ff, #fff);
  z-index: 3;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.life .lise-main .main-box .box-list .list-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
}
.life .lise-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
}
.life .lise-main .main-box .box-list .list-item .item-title {
  position: relative;
  margin-top: 0.1rem;
  font-size: 18px;
  text-align: center;
  color: #333;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item1 {
  width: 3.82rem;
  height: auto;
}
.life .lise-main .main-box .box-list .item1 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item1 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.1rem;
  height: 4.1rem;
  margin-top: -0.15rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item2 {
  width: 3.75rem;
  height: auto;
  margin: 3rem 2.25rem 0;
}
.life .lise-main .main-box .box-list .item2 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.9rem;
  height: 3.9rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item2 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.15rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item3 {
  width: 3.92rem;
  height: auto;
}
.life .lise-main .main-box .box-list .item3 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.1rem;
  height: 4.1rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item3 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.2rem;
  height: 4.2rem;
  margin-top: -0.18rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item4 {
  width: 4.49rem;
  height: auto;
  margin-top: -1rem;
}
.life .lise-main .main-box .box-list .item4 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.7rem;
  height: 4.7rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item4 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item5 {
  width: 3.82rem;
  height: auto;
  margin: 2.8rem 1.95rem 0.5rem;
}
.life .lise-main .main-box .box-list .item5 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item5 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.1rem;
  height: 4.1rem;
  margin-top: -0.16rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item6 {
  width: 3.82rem;
  height: auto;
}
.life .lise-main .main-box .box-list .item6 .item-quan1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.9rem;
  height: 3.9rem;
  margin-top: -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-box .box-list .item6 .item-quan2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  z-index: 9;
}
.life .lise-main .main-web-box {
  display: none;
}
.life .lise-main .mail-load {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.life .lise-main .mail-load a {
  color: #013894;
}
.life .lise-main .mail-load a img {
  width: 0.34rem;
  margin: -0.04rem 0.12rem 0 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.life .lise-main .mail-load a:hover img {
  margin: -0.04rem 0.04rem 0 0;
}
.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-popup .popup-icon img {
  width: 100%;
}
.cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
.popup .popup-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.popup .popup-main .main-pic {
  width: auto;
  height: auto;
}
.popup .popup-main .main-pic img {
  max-width: 8rem;
  width: auto;
}
.popup .popup-main .main-hidden {
  position: absolute;
  top: -28px;
  right: 10px;
  width: 25px;
  cursor: pointer;
}
.popup .popup-main .main-hidden img {
  width: 100%;
}
.float-main {
  position: fixed;
  bottom: 20%;
  right: 10px;
  width: 0.5rem;
  height: auto;
}
.float-main .main-item {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-main .main-item img {
  width: 100%;
}
.float-main .main-item:hover {
  background: #013894;
}
.float-main .main-item2 {
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.float-main .main-item2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.float-main .main-item2 .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 0;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.float-main .main-item2:hover {
  width: 1.6rem;
  border-radius: 0.45rem;
  background: #059dff;
}
.float-main .main-item2:hover .item-title {
  opacity: 1;
}
.float-main .main-item2:hover img {
  opacity: 0;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@keyframes turn {
  from {
    transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -o-transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -moz-transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotate(0deg) translate(0, 0);
  }
  to {
    transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -o-transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -moz-transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotate(360deg) translate(0, 0);
  }
}
@-webkit-keyframes turn {
  from {
    transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -o-transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -moz-transform: scale(1, 1) rotate(0deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotate(0deg) translate(0, 0);
  }
  to {
    transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -o-transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -moz-transform: scale(1, 1) rotate(360deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotate(360deg) translate(0, 0);
  }
}
@keyframes DW {
  0% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
}
@-webkit-keyframes DW {
  0% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
}
@keyframes isScale {
  0% {
    transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
  }
  50% {
    transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
  }
}
@-webkit-keyframes isScale {
  0% {
    transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
  }
  50% {
    transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(1, 1) rotate(0deg) translate(-50%, 0);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -o-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -moz-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
    -webkit-transform: scale(0.6, 0.6) rotate(0deg) translate(-50%, 0);
  }
}
