.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  position: relative;
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 100px;
  height: 100%;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: 700px;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 20px;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 100px;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1a61af;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link-active::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 150px;
  height: auto;
  padding: 0.28rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: 44px;
  height: 37px;
  background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  font-size: 14px;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:last-of-type {
  padding-bottom: 0.1rem;
  margin-bottom: 0;
  border-bottom: none;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a em {
  width: 6px;
  height: 9px;
  background: url(../images/icon/icon-nav-list-arrow.png) no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:hover {
  font-weight: bold;
  color: #1a61af;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:hover em {
  background: url(../images/icon/icon-nav-list-arrow-active.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-list {
  opacity: 0.96;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-nav .nav-li-active .li-link {
  color: #1a61af;
}
nav .nav-main .main-cont .main-nav .nav-li-active .li-link::after {
  width: 100%;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon {
  position: relative;
  width: 22px;
  height: 22px;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-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;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 150px;
  height: auto;
  padding: 0.2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: 44px;
  height: 37px;
  background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav .subnav-link {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #1c1d21;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav .subnav-link:hover {
  color: #1a61af;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-cont .cont-arrow img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 22px;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #1a61af;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img1,
nav .nav-main:hover .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img2,
nav .nav-main:hover .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .right-serach .img1,
nav .nav-main-active .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-serach .img2,
nav .nav-main-active .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active2 {
  background: #fff;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-right .right-suosou .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-suosou .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-text {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-icon .img1,
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-arrow .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-icon .img2,
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-arrow .img2 {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
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 {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 1200px;
  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-cent .cent-title {
  font-size: 0.48rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.48rem;
  line-height: 0.95rem;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  font-size: 0.72rem;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 0.95rem;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link img {
  width: 6px;
  margin: -2px 0 0 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link:hover img {
  margin: -2px 0 0 20px;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link {
  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-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  width: 956px;
  margin: 0.4rem auto 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.36rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #1a61af;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #1a61af;
}
header .head-banner .banner-cent2 .cent-text2 {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-button {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button:hover {
  color: #1a61af;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-button2 {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #1a61af;
  border: solid 1px #1a61af;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button2:hover {
  color: #fff;
  background: #1a61af;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 45px;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  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%);
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  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%);
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #1a61af;
  background: #1a61af;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev {
  left: 0;
}
header .head-banner .banner-swiper-button-next {
  right: 0;
}
header .head-banner .scroll-on {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .scroll-on .scroll-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .scroll-on .scroll-icon {
  width: 20px;
  height: auto;
  margin: 16px auto 0;
  overflow: hidden;
}
header .head-banner .scroll-on .scroll-icon img {
  width: 100%;
  animation: run 1.5s infinite linear;
}
header .head-banner:hover .banner-swiper-button-prev {
  left: 0.9rem;
  opacity: 1;
}
header .head-banner:hover .banner-swiper-button-next {
  right: 0.9rem;
  opacity: 1;
}
header .head-strip {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-link {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.35rem;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
header .head-strip .strip-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1a61af;
  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-link:hover {
  color: #1a61af;
}
header .head-strip .strip-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-link-active {
  color: #1a61af;
}
header .head-strip .strip-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 .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #272727;
}
footer .foot-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 1rem;
}
footer .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-logo {
  width: 100px;
  height: auto;
}
footer .foot-main .main-top .top-logo img {
  width: 100%;
}
footer .foot-main .main-top .top-main {
  display: flex;
  justify-content: space-between;
  width: 680px;
  height: auto;
}
footer .foot-main .main-top .top-main .main-item {
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-main .main-item .item-title {
  font-size: 18px;
  color: #fff;
}
footer .foot-main .main-top .top-main .main-item .item-cent {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-top .top-main .main-item .item-cent .cent-link {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #aba9a9;
}
footer .foot-main .main-top .top-main .main-item .item-cent .cent-link:hover {
  color: #fff;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
}
footer .foot-main .main-cont .cont-left {
  width: auto;
  height: auto;
}
footer .foot-main .main-cont .cont-left .left-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-left .left-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 24px;
  color: #fff;
}
footer .foot-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main .main-cont .cont-share .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 43px;
  height: 43px;
  margin-left: 15px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-cont .cont-share .share-item .item-ewm {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  z-index: 1;
  margin-left: -72px;
  width: 144px;
  background-color: #fff;
  box-shadow: 0px 0px 46px 0px rgba(6, 0, 1, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translatey(10px);
  -o-transform: translatey(10px);
  -moz-transform: translatey(10px);
  -webkit-transform: translatey(10px);
}
footer .foot-main .main-cont .cont-share .share-item .item-ewm img {
  width: 100%;
}
footer .foot-main .main-cont .cont-share .share-item .item-ewm::before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  z-index: 1;
}
footer .foot-main .main-cont .cont-share .share-item:hover {
  background: #3d3d3d;
  border: solid 1px rgba(255, 255, 255, 0);
}
footer .foot-main .main-cont .cont-share .share-item:hover .item-ewm {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.2rem 0 0.3rem;
  margin-top: 0.2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
footer .foot-main .main-bottom .bottom-left {
  font-size: 14px;
  color: #666;
}
footer .foot-main .main-bottom .bottom-left a {
  color: #666;
}
footer .foot-main .main-bottom .bottom-left a:hover {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #666;
}
footer .foot-main .main-bottom .bottom-right a {
  color: #666;
}
footer .foot-main .main-bottom .bottom-right a:hover {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right span {
  margin: 0 14px;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.container .cont-plate1 .plate1-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.container .cont-plate1 .plate1-main .main-text {
  width: 752px;
  margin: 0.2rem auto 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate1 .plate1-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 20px);
  height: auto;
  background-color: #000;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.container .cont-plate1 .plate1-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  opacity: 0.8;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-box .box-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.3rem;
  font-size: 28px;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-box .box-item:hover::after {
  animation: imgDH 1s linear 0s 1 both;
}
.container .cont-plate2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0 0.18rem;
}
.container .cont-plate2 .plate2-item {
  position: relative;
  width: calc(50% - 8px);
  height: auto;
}
.container .cont-plate2 .plate2-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-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-plate2 .plate2-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.96rem 0 0;
}
.container .cont-plate2 .plate2-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-align: center;
  color: #141414;
}
.container .cont-plate2 .plate2-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 18px;
  text-align: center;
  color: #141414;
}
.container .cont-plate2 .plate2-item .item-cent .cent-link {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  font-size: 16px;
  text-align: center;
  color: #242424;
}
.container .cont-plate2 .plate2-item .item-cent .cent-link img {
  width: 6px;
  margin: -2px 0 0 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-item .item-cent .cent-link:hover img {
  margin: -2px 0 0 20px;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
}
.container .cont-plate3 .plate3-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide {
  width: 1200px;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0.3rem 0;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link img {
  width: 6px;
  margin: -2px 0 0 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link:hover img {
  margin: -2px 0 0 20px;
}
.container .cont-plate3 .plate3-main .swiper-slide-active .slide-box .box-pic img {
  opacity: 0.9;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  opacity: 0.6;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev img,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev:hover,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next:hover {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev {
  left: 20%;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-next {
  right: 20%;
}
.container .cont-plate3 .plate3-main .main-bottom {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1200px;
  height: auto;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate3 .plate3-main .main-bottom .bottom-item {
  position: relative;
  width: 240px;
  height: auto;
  margin: 0 15px;
  padding: 25px 0 35px;
  font-size: 18px;
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-bottom .bottom-item::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate3 .plate3-main .main-bottom .bottom-item-active::after {
  width: 100%;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.container .cont-plate4 .plate4-title {
  font-size: 0.48rem;
  text-align: center;
  font-weight: bold;
  color: #141414;
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0.5rem auto 0;
}
.container .cont-plate4 .plate4-main .main-item {
  position: relative;
  width: calc(50% - 12px);
  height: auto;
}
.container .cont-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 624px;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.container .cont-plate4 .plate4-main .main-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.4rem 0.4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.container .cont-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(50% - 12px);
  height: auto;
}
.container .cont-plate4 .plate4-main .main-left .left-item {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-left .left-item .item-pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-left .left-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.container .cont-plate4 .plate4-main .main-left .left-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.4rem 0.4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.container .cont-plate4 .plate4-main .main-left .left-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-left .left-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-left .left-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product-E6 {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
}
.product-E6 .product-plate1 .plate1-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate1 .plate1-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate1 .plate1-main .main-text {
  margin-top: 0.4rem;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #666;
}
.product-E6 .product-plate1 .plate1-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  background: #f3f4f6 url(../images/product/bg.jpg) no-repeat top left;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.product-E6 .product-plate1 .plate1-main .main-top img {
  width: 100%;
}
.product-E6 .product-plate1 .plate1-main .main-top .swiper-slide {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic img {
  width: 100%;
}
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev,
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev img,
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next img {
  width: 100%;
}
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev {
  left: 40px;
}
.product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
  right: 40px;
}
.product-E6 .product-plate1 .plate1-main .main-top .top-silder {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 880px;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.product-E6 .product-plate1 .plate1-main .main-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.6rem 0 1.2rem;
}
.product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item {
  width: 33.33%;
  height: auto;
  margin-top: 0.6rem;
}
.product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title {
  font-size: 0.36rem;
  font-family: 'MONTSERRAT-LIGHT';
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
}
.product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-text {
  margin-top: 0.1rem;
  font-size: 20px;
  text-align: center;
  color: #999;
}
.product-E6 .product-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #171717;
  overflow: hidden;
}
.product-E6 .product-plate2 .plate2-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.product-E6 .product-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate2 .plate2-main .main-text {
  width: 1110px;
  margin: 0.4rem auto 0;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
.product-E6 .product-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.product-E6 .product-plate2 .plate2-main .main-box .box-item {
  width: 50%;
  height: auto;
}
.product-E6 .product-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
}
.product-E6 .product-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.3rem;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.product-E6 .product-plate2 .plate2-main .main-box .box-shu {
  width: 1px;
  height: auto;
  margin: 0 0.7rem;
  background: rgba(255, 255, 255, 0.12);
}
.product-E6 .product-plate2 .plate2-3D {
  position: absolute;
  bottom: -68%;
  left: 0;
  opacity: 0.7;
}
.product-E6 .product-plate3 {
  position: relative;
  width: 100%;
  height: auto;
}
.product-E6 .product-plate3 .plate3-pic {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate3 .plate3-pic img {
  width: 100%;
}
.product-E6 .product-plate3 .plate3-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 1.4rem;
}
.product-E6 .product-plate3 .plate3-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate3 .plate3-cent .cent-text {
  width: 1200px;
  margin: 0.3rem auto 0;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.product-E6 .product-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.28rem;
  background: #000;
}
.product-E6 .product-plate4 .plate4-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate4 .plate4-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate4 .plate4-main .main-text {
  margin-top: 0.3rem;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.product-E6 .product-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item {
  width: 20%;
  height: auto;
  padding: 0.7rem 0.3rem;
  background: #151515;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item:nth-child(even) {
  background: #1d1d1d;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item .item-pic img {
  width: 100%;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 0.46rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate4 .plate4-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.product-E6 .product-plate5 {
  width: 100%;
  height: auto;
  padding-top: 1.4rem;
  background: #f7f7f7;
}
.product-E6 .product-plate5 .plate5-top {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate5 .plate5-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate5 .plate5-top .top-text {
  margin-top: 0.4rem;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: rgba(102, 102, 102, 0.75);
}
.product-E6 .product-plate5 .plate5-pic {
  width: 14.13rem;
  height: auto;
  margin: 0.4rem auto 0;
}
.product-E6 .product-plate5 .plate5-pic img {
  width: 100%;
}
.product-E6 .product-plate6 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.1rem;
  background: #171717;
}
.product-E6 .product-plate6 .plate6-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate6 .plate6-main .main-pic {
  width: 909px;
  height: auto;
}
.product-E6 .product-plate6 .plate6-main .main-pic img {
  width: 100%;
}
.product-E6 .product-plate6 .plate6-main .main-cent {
  position: absolute;
  top: 25%;
  right: 0;
  width: 470px;
  height: auto;
}
.product-E6 .product-plate6 .plate6-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
}
.product-E6 .product-plate6 .plate6-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 20px;
  line-height: 38px;
  text-align: right;
  color: rgba(255, 255, 255, 0.75);
}
.product-E6 .product-plate7 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 0.8rem;
  background: #000000;
}
.product-E6 .product-plate7 .plate7-top {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate7 .plate7-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate7 .plate7-top .top-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item {
  width: 25%;
  height: auto;
  padding: 0 0.36rem;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item:last-of-type {
  border-right: none;
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #7d7d7d;
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item .item-icon img {
  width: 41px;
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-E6 .product-plate7 .plate7-top .top-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.product-E6 .product-plate7 .plate7-pic {
  width: 14.26rem;
  height: auto;
  margin: 0.05rem auto 0;
}
.product-E6 .product-plate7 .plate7-pic img {
  width: 100%;
}
.product-E6 .product-plate8 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.4rem 0 0.9rem;
  background: #f7f7f7 url(../images/product/bg2.jpg) no-repeat left bottom;
  background-size: cover;
}
.product-E6 .product-plate8 .plate8-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.product-E6 .product-plate8 .plate8-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate8 .plate8-main .main-text {
  margin-top: 0.3rem;
  font-size: 20px;
  text-align: center;
  color: #666;
}
.product-E6 .product-plate8 .plate8-main .main-pic {
  width: 424px;
  height: auto;
  margin: 0.5rem auto 0;
}
.product-E6 .product-plate8 .plate8-main .main-pic img {
  width: 100%;
}
.product-E6 .product-plate9 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
}
.product-E6 .product-plate9 .plate9-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate9 .plate9-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate9 .plate9-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.product-E6 .product-plate9 .plate9-main .main-table table {
  width: 100%;
}
.product-E6 .product-plate9 .plate9-main .main-table tr:nth-child(odd) {
  background: #f7f7f9;
}
.product-E6 .product-plate9 .plate9-main .main-table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #1a61af;
}
.product-E6 .product-plate9 .plate9-main .main-table th,
.product-E6 .product-plate9 .plate9-main .main-table td {
  padding: 12px 0.4rem;
  font-size: 16px;
  line-height: 30px;
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.product-E6 .product-plate10 {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
}
.product-E6 .product-plate10 .plate10-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-E6 .product-plate10 .plate10-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-E6 .product-plate10 .plate10-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  background: #000;
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box .box-pic img {
  width: 100%;
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.product-E6 .product-plate10 .plate10-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.product-E6 .product-plate10 .plate10-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.product-C20 {
  width: 100%;
  height: auto;
}
.product-C20 .product-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
}
.product-C20 .product-plate1 .plate1-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate1 .plate1-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate1 .plate1-main .main-text {
  margin-top: 0.4rem;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #666;
}
.product-C20 .product-plate1 .plate1-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  background: #f3f4f6 url(../images/product/bg.jpg) no-repeat top left;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.product-C20 .product-plate1 .plate1-main .main-top .swiper-slide {
  width: 100%;
  height: auto;
}
.product-C20 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic img {
  width: 100%;
}
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev,
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev img,
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next img {
  width: 100%;
}
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev {
  left: 40px;
}
.product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
  right: 40px;
}
.product-C20 .product-plate1 .plate1-main .main-top .top-silder {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 880px;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.product-C20 .product-plate1 .plate1-main .main-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.6rem 0 1.2rem;
}
.product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item {
  width: 33.33%;
  height: auto;
  margin-top: 0.6rem;
}
.product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title {
  font-size: 0.36rem;
  font-family: 'MONTSERRAT-LIGHT';
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
}
.product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-text {
  margin-top: 0.1rem;
  font-size: 20px;
  text-align: center;
  color: #999;
}
.product-C20 .product-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.6rem;
  background: url(../images/product-C20/bg.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}
.product-C20 .product-plate2 .plate2-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.product-C20 .product-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-C20 .product-plate2 .plate2-main .main-text {
  width: 1110px;
  margin: 0.4rem auto 0;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
.product-C20 .product-plate2 .plate2-main .main-pic {
  width: 1002px;
  height: auto;
  margin: 0.5rem auto 0;
}
.product-C20 .product-plate2 .plate2-main .main-pic img {
  width: 100%;
}
.product-C20 .product-plate3 {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: #000;
}
.product-C20 .product-plate3 .plate3-top {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate3 .plate3-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-C20 .product-plate3 .plate3-top .top-text {
  margin-top: 0.4rem;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.product-C20 .product-plate3 .plate3-pic {
  width: 13.43rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.product-C20 .product-plate3 .plate3-pic img {
  width: 100%;
}
.product-C20 .product-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.1rem;
  background: #171717;
}
.product-C20 .product-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate4 .plate4-main .main-pic {
  width: 909px;
  height: auto;
}
.product-C20 .product-plate4 .plate4-main .main-pic img {
  width: 100%;
}
.product-C20 .product-plate4 .plate4-main .main-cent {
  position: absolute;
  top: 25%;
  right: 0;
  width: 470px;
  height: auto;
}
.product-C20 .product-plate4 .plate4-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
}
.product-C20 .product-plate4 .plate4-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 20px;
  line-height: 38px;
  text-align: right;
  color: rgba(255, 255, 255, 0.75);
}
.product-C20 .product-plate5 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.2rem;
  background: #f5f5f5;
}
.product-C20 .product-plate5 .plate5-top {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate5 .plate5-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate5 .plate5-top .top-text {
  margin-top: 0.4rem;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: rgba(102, 102, 102, 0.75);
}
.product-C20 .product-plate5 .plate5-pic {
  width: 951px;
  height: auto;
  margin: 0.8rem auto 0;
}
.product-C20 .product-plate5 .plate5-pic img {
  width: 100%;
}
.product-C20 .product-plate6 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.6rem;
  background: url(../images/product-C20/bg2.jpg) no-repeat left bottom;
  background-size: cover;
}
.product-C20 .product-plate6 .plate6-top {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate6 .plate6-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-C20 .product-plate6 .plate6-top .top-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item {
  width: 25%;
  height: auto;
  padding: 0 0.36rem;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item:last-of-type {
  border-right: none;
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #fff;
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item .item-icon img {
  width: 41px;
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-C20 .product-plate6 .plate6-top .top-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.product-C20 .product-plate6 .plate6-pic {
  width: 951px;
  height: auto;
  margin: 0.8rem auto 0;
}
.product-C20 .product-plate6 .plate6-pic img {
  width: 100%;
}
.product-C20 .product-plate7 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.2rem;
  background: #f7f7f7;
  overflow: hidden;
}
.product-C20 .product-plate7 .plate7-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.product-C20 .product-plate7 .plate7-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate7 .plate7-main .main-text {
  margin-top: 0.3rem;
  font-size: 20px;
  text-align: center;
  color: #666;
}
.product-C20 .product-plate7 .plate7-main .main-pic {
  width: 799px;
  height: auto;
  margin: 1rem auto 0;
}
.product-C20 .product-plate7 .plate7-main .main-pic img {
  width: 100%;
}
.product-C20 .product-plate7 .plate7-3D {
  position: absolute;
  bottom: -30%;
  left: 0;
  opacity: 0.7;
}
.product-C20 .product-plate8 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.product-C20 .product-plate8 .plate8-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate8 .plate8-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate8 .plate8-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.product-C20 .product-plate8 .plate8-main .main-table table {
  width: 100%;
}
.product-C20 .product-plate8 .plate8-main .main-table tr:nth-child(odd) {
  background: #f7f7f9;
}
.product-C20 .product-plate8 .plate8-main .main-table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #1a61af;
}
.product-C20 .product-plate8 .plate8-main .main-table th,
.product-C20 .product-plate8 .plate8-main .main-table td {
  padding: 12px 0.4rem;
  font-size: 16px;
  line-height: 30px;
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.product-C20 .product-plate8 .plate8-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  background: #000;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .box-pic img {
  width: 100%;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box .right-icon {
  width: 0.5rem;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box .right-icon img {
  width: 100%;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #1a61af;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box .right-text {
  margin-top: 0.1rem;
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.product-C20 .product-plate8 .plate8-main .main-video .hidden-box .icon-box:hover .right-solid {
  animation: videoPlay 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation: videoPlay 1.5s;
  -webkit-animation-iteration-count: infinite;
}
.product-C20 .product-plate8 .plate8-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.product-C20 .product-plate8 .plate8-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.product-C20 .product-plate9 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.product-C20 .product-plate9 .plate9-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product-C20 .product-plate9 .plate9-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.product-C20 .product-plate9 .plate9-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  background: #000;
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box .box-pic img {
  width: 100%;
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.04rem;
  height: 1.04rem;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.product-C20 .product-plate9 .plate9-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.product-C20 .product-plate9 .plate9-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.inspection {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.inspection .inspection-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.inspection .inspection-main .main-box {
  width: 100%;
  height: auto;
}
.inspection .inspection-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
}
.inspection .inspection-main .main-item .item-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.inspection .inspection-main .main-item .item-pic .swiper-slide {
  width: 100%;
  height: auto;
}
.inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box .slide-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.2rem;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box: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));
}
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev,
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 16px;
  height: auto;
  cursor: pointer;
  z-index: 9;
}
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev img,
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next img {
  width: 100%;
}
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev {
  left: 0.2rem;
}
.inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next {
  right: 0.2rem;
}
.inspection .inspection-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 0.78rem;
}
.inspection .inspection-main .main-item .item-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #141414;
}
.inspection .inspection-main .main-item .item-cent .cent-heng {
  width: 46px;
  height: 2px;
  margin-top: 0.3rem;
  background: #cbcbcb;
}
.inspection .inspection-main .main-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.inspection .inspection-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.inspection .inspection-main .main-item:nth-child(even) .item-cent {
  padding: 0 0.78rem 0 0;
}
.inspection .inspection-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: auto;
  margin: 0 auto;
}
.inspection .inspection-main .main-bottom img {
  width: 34px;
  height: auto;
}
.inspection .inspection-main .main-bottom .bottom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a61af;
}
.inspection .inspection-main .main-bottom:hover {
  width: 110px;
}
.download {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.download .download-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.download .download-main .main-cont {
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0;
}
.download .download-main .main-cont .cont-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  background: #f7f7f7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-list .list-left {
  width: calc(100% - 150px);
  height: 80px;
  padding-left: 0.4rem;
  font-size: 16px;
  line-height: 80px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-list .list-left span {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  color: #b2b4b6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-list .lsit-right {
  position: relative;
  width: 130px;
  height: 80px;
  padding-right: 0.3rem;
  font-size: 14px;
  text-align: right;
  line-height: 80px;
  color: #999;
}
.download .download-main .main-cont .cont-list .lsit-right .right-icon,
.download .download-main .main-cont .cont-list .lsit-right .right-icon2 {
  position: absolute;
  top: 50%;
  left: 0.08rem;
  width: 26px;
  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;
}
.download .download-main .main-cont .cont-list .lsit-right .right-icon {
  opacity: 0;
}
.download .download-main .main-cont .cont-list:hover {
  background: #1a61af;
}
.download .download-main .main-cont .cont-list:hover .list-left {
  color: #fff;
}
.download .download-main .main-cont .cont-list:hover .list-left span {
  color: #fff;
}
.download .download-main .main-cont .cont-list:hover .lsit-right {
  color: #fff;
}
.download .download-main .main-cont .cont-list:hover .lsit-right .right-icon {
  opacity: 1;
}
.download .download-main .main-cont .cont-list:hover .lsit-right .right-icon2 {
  opacity: 0;
}
.download .download-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: auto;
  margin: 0.6rem auto 0;
}
.download .download-main .main-bottom img {
  width: 34px;
  height: auto;
}
.download .download-main .main-bottom .bottom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a61af;
}
.download .download-main .main-bottom:hover {
  width: 110px;
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.FAQ .FAQ-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.FAQ .FAQ-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.FAQ .FAQ-main .main-cont {
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0;
}
.FAQ .FAQ-main .main-cont .cont-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.3rem;
  background: #f6f7f9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-FAQ-q.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-show {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-recruit-jiahao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .top-active .dd-show {
  background: url(../images/icon/icon-recruit-jianhao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
  background: #fff;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-FAQ-a.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  color: #888888;
}
.FAQ .FAQ-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: auto;
  margin: 0.6rem auto 0;
}
.FAQ .FAQ-main .main-bottom img {
  width: 34px;
  height: auto;
}
.FAQ .FAQ-main .main-bottom .bottom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a61af;
}
.FAQ .FAQ-main .main-bottom:hover {
  width: 110px;
}
.history {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.history .history-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.history .history-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0.7rem auto 0;
}
.history .history-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.history .history-main .main-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.history .history-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.history .history-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding-left: 100px;
}
.history .history-main .main-box .box-cent .cent-title {
  font-size: 0.6rem;
  color: #141414;
}
.history .history-main .main-box .box-cent .cent-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
}
.history .history-main .main-box .box-cent .cent-heng {
  width: 46px;
  height: 2px;
  margin: 0.38rem 0 0.4rem;
  background: #cbcbcb;
}
.history .history-main .main-box .box-cent .cent-lump {
  width: 100%;
  height: auto;
}
.history .history-main .main-box .box-cent .cent-lump .lump-text {
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.history .history-main .main-box .box-cent .cent-lump .lump-text::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1a61af;
}
.history .history-main .main-box .box-cent .cent-lump .lump-text:last-of-type {
  margin-bottom: 0;
}
.history .history-main .main-box-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.history .history-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.history .history-bottom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.history .history-bottom .bottom-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.history .history-bottom .bottom-main .main-swiper {
  width: 100%;
  height: auto;
  padding: 38px 0 ;
  overflow: hidden;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide {
  width: 25%;
  height: auto;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  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;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 150px;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  text-align: center;
  color: #666;
  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;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box:hover::after {
  width: 14px;
  height: 14px;
  background-color: #1a61af;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  font-family: 'MONTSERRAT-BOLD';
  color: #1a61af;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide-active .slide-box::after {
  width: 14px;
  height: 14px;
  background-color: #1a61af;
}
.history .history-bottom .bottom-main .main-swiper .swiper-slide-active .slide-box .box-title {
  font-family: 'MONTSERRAT-BOLD';
  color: #1a61af;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev,
.history .history-bottom .bottom-main .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e4e4e4;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev img,
.history .history-bottom .bottom-main .bottom-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev .img2,
.history .history-bottom .bottom-main .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev:hover,
.history .history-bottom .bottom-main .bottom-swiper-button-next:hover {
  background: #1a61af;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev:hover .img1,
.history .history-bottom .bottom-main .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev:hover .img2,
.history .history-bottom .bottom-main .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.history .history-bottom .bottom-main .bottom-swiper-button-prev {
  left: -48px;
}
.history .history-bottom .bottom-main .bottom-swiper-button-next {
  right: -48px;
}
.join {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.join .join-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.join .join-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.join .join-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.join .join-main .main-cont .list-dd {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.join .join-main .main-cont .list-dd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1a61af;
  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;
}
.join .join-main .main-cont .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem 0.4rem 0.9rem;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-left {
  width: calc(100% - 65px);
  height: auto;
}
.join .join-main .main-cont .list-dd .dd-top .top-left .top-title {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #2a2a2a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-left .top-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.48rem;
  width: 0.24rem;
  height: 0.29rem;
  background: url(../images/icon/icon-join-pic1.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-left .top-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.2rem;
  background: #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-left .top-text {
  margin-top: 0.2rem;
  font-size: 15px;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-left .top-text span {
  display: inline-block;
  margin-right: 0.2rem;
}
.join .join-main .main-cont .list-dd .dd-top .top-right {
  position: relative;
  width: 59px;
  height: 59px;
}
.join .join-main .main-cont .list-dd .dd-top .top-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-top .top-right .img2 {
  opacity: 0;
}
.join .join-main .main-cont .list-dd .top-active {
  background: #1a61af;
}
.join .join-main .main-cont .list-dd .top-active .top-left .top-title {
  font-weight: bold;
  color: #fff;
}
.join .join-main .main-cont .list-dd .top-active .top-left .top-title::before {
  background: url(../images/icon/icon-join-pic1-active.png) no-repeat center;
  background-size: 100%;
}
.join .join-main .main-cont .list-dd .top-active .top-left .top-heng {
  background: rgba(255, 255, 255, 0.5);
}
.join .join-main .main-cont .list-dd .top-active .top-left .top-text {
  color: #fff;
}
.join .join-main .main-cont .list-dd .top-active .top-right .img1 {
  opacity: 0;
}
.join .join-main .main-cont .list-dd .top-active .top-right .img2 {
  opacity: 1;
}
.join .join-main .main-cont .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.6rem 0.65rem 0.9rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 15px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text,
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.36rem;
  font-size: 15px;
  line-height: 36px;
  color: #333;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #1a61af;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
  width: 150px;
  height: 50px;
  margin-left: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #dedede;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.join .join-main .main-cont .list-dd-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));
}
.join .join-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: auto;
  margin: 0.75rem auto 0;
}
.join .join-main .main-bottom img {
  width: 34px;
  height: auto;
}
.join .join-main .main-bottom .bottom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a61af;
}
.join .join-main .main-bottom:hover {
  width: 110px;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.contact .contact-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0 0.8rem 0 0;
}
.contact .contact-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-cent .cent-English {
  margin: 0.12rem 0 0.5rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 20px;
  color: #666;
}
.contact .contact-main .main-cent .cent-list {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.5rem;
  margin-top: 0.4rem;
}
.contact .contact-main .main-cent .cent-list .list-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.32rem;
  height: auto;
  transform: translatey(-16%);
  -o-transform: translatey(-16%);
  -moz-transform: translatey(-16%);
  -webkit-transform: translatey(-16%);
}
.contact .contact-main .main-cent .cent-list .list-icon img {
  width: 100%;
}
.contact .contact-main .main-cent .cent-list .list-text {
  font-size: 16px;
  color: #666;
}
.contact .contact-main .main-cent .cent-ewm {
  width: 130px;
  height: auto;
  margin-top: 0.55rem;
}
.contact .contact-main .main-cent .cent-ewm img {
  width: 100%;
  box-shadow: 0.03rem 0 0.2rem rgba(0, 0, 0, 0.1);
}
.contact .contact-main .main-cent .cent-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.contact .contact-main .main-map {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.contact .contact-main .main-map img {
  width: 100%;
}
.contact .contact-form {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f7f7f7;
}
.contact .contact-form .form-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.contact .contact-form .form-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #141414;
}
.contact .contact-form .form-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-form .form-main .main-box input {
  width: calc(100% / 3 - 0.14rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-left: 0.21rem;
  margin-bottom: 0.2rem;
  font-size: 14px;
  color: #333;
  border-radius: 0.05rem;
  border: solid 1px #eee;
  background: #fff;
}
.contact .contact-form .form-main .main-box input::placeholder {
  font-size: 14px;
  color: #999;
}
.contact .contact-form .form-main .main-box input:nth-child(3n + 1) {
  margin-left: 0;
}
.contact .contact-form .form-main .main-box textarea {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.3rem 0;
  margin-bottom: 0.2rem;
  font-size: 14px;
  color: #333;
  border-radius: 0.05rem;
  border: solid 1px #ededed;
  background: #fff;
}
.contact .contact-form .form-main .main-box textarea::placeholder {
  font-size: 14px;
  color: #999;
}
.contact .contact-form .form-main .main-botton {
  display: block;
  width: 150px;
  height: 50px;
  margin-top: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 0.05rem;
  background: #1a61af;
  border: solid 2px #1a61af;
}
.contact .contact-form .form-main .main-botton:hover {
  color: #1a61af;
  border: solid 2px #1a61af;
  background: #fff;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.about .about-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 0.7rem;
}
.about .about-plate1 .plate1-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 100px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(230, 230, 230, 0.7);
  color: #fff;
}
.about .about-plate1 .plate1-cent .cent-title {
  margin-top: -0.7rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #141414;
}
.about .about-plate1 .plate1-cent .cent-text {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.about .about-plate1 .plate1-cent .cent-heng {
  width: 46px;
  height: 2px;
  margin: 0.3rem 0 0.42rem;
  background: #cbcbcb;
}
.about .about-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/about/bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.about .about-plate2 .plate2-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 20px);
  height: auto;
  margin-right: 30px;
  padding: 0.8rem 0.6rem 1rem;
  border-radius: 5px;
  background: #fff;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-title {
  margin-top: 0.6rem;
  font-size: 0.36rem;
  text-align: center;
  color: #141414;
  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-heng {
  width: 36px;
  height: 2px;
  margin: 0.3rem auto;
  background: #cbcbcb;
  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: 32px;
  text-align: center;
  color: #666;
  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-num {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 53px;
  height: 50px;
  margin: 0.8rem auto 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: url(../images/icon/icon-about-plate2-bg.png) no-repeat bottom left;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-title {
  color: #1a61af;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover {
  background: #1a61af;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-title,
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-text {
  color: #fff;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-heng {
  background: #fff;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-num {
  background: none;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
  background: url(../images/about/pic2.png) no-repeat left 1.7rem;
  background-size: 5.1rem;
}
.about .about-plate3 .plate3-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.about .about-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0 18.8%;
}
.about .about-plate3 .plate3-main .main-swiper {
  position: relative;
  width: 7.4rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 3rem;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 4.4rem;
  height: auto;
  padding-left: 0.7rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
  transform: translatey(-0.25rem);
  -o-transform: translatey(-0.25rem);
  -moz-transform: translatey(-0.25rem);
  -webkit-transform: translatey(-0.25rem);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transform: translatey(0.25rem);
  -o-transform: translatey(0.25rem);
  -moz-transform: translatey(0.25rem);
  -webkit-transform: translatey(0.25rem);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.3rem;
  opacity: 0;
  transform: translatey(0.3rem);
  -o-transform: translatey(0.3rem);
  -moz-transform: translatey(0.3rem);
  -webkit-transform: translatey(0.3rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a span {
  font-size: 16px;
  color: #1a61af;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a img {
  width: 6px;
  margin-left: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a:hover img {
  margin-left: 0.2rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box {
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-title,
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-text,
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent a {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.about .about-plate3 .plate3-main .main-box {
  width: 7.2rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .swiper-slide {
  width: calc(100% / 3 - 40px);
  height: auto;
}
.about .about-plate3 .plate3-main .main-box .swiper-slide .slide-box {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .swiper-slide .slide-box img {
  width: 100%;
}
.about .about-plate3 .plate3-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 1200px;
  height: auto;
  margin: 0.7rem auto 0;
}
.about .about-plate3 .plate3-bottom .bottom-left {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 6rem;
  height: auto;
  padding-bottom: 0.2rem;
  border-bottom: solid 2px #e1e1e1;
}
.about .about-plate3 .plate3-bottom .bottom-left .swiper-pagination {
  position: static;
  font-family: 'MONTSERRAT-LIGHT';
  text-align: left;
  color: #999;
}
.about .about-plate3 .plate3-bottom .bottom-left .left-title {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
}
.about .about-plate3 .plate3-bottom .bottom-left::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1a61af;
}
.about .about-plate3 .plate3-bottom .bottom-left-active::after {
  width: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate3 .plate3-bottom .bottom-right {
  display: flex;
  justify-content: space-between;
  width: 120px;
  height: auto;
  margin-left: 1rem;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next {
  position: relative;
  width: 49px;
  height: 49px;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover {
  border: solid 2px #1a61af;
  background: #1a61af;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.5rem;
  background: url(../images/about/bg2.jpg) no-repeat left bottom;
  background-size: cover;
}
.about .about-plate4 .plate4-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.about .about-plate4 .plate4-main {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0.5rem auto 0;
}
.about .about-plate4 .plate4-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 20px);
  height: auto;
  background: #fff;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding: 0.6rem 0.7rem 0.5rem 0.5rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a61af;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-icon {
  width: 16px;
  height: auto;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-time {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 18px;
  color: rgba(0, 0, 0, 0.25);
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover {
  box-shadow: 0 0 0.45rem rgba(0, 0, 0, 0.1);
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  color: #1a61af;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev,
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev img,
.about .about-plate4 .plate4-main .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover {
  border: solid 2px #1a61af;
  background: #1a61af;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev {
  left: -90px;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  right: -90px;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.news .news-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.news .news-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 30px);
  height: auto;
  margin-right: 45px;
  margin-bottom: 45px;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.news .news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1a61af;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0.45rem;
}
.news .news-main .main-box .box-item .item-cent .cent-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 20px;
  color: rgba(34, 34, 34, 0.2);
}
.news .news-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news .news-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: auto;
  margin: 0.75rem auto 0;
}
.news .news-main .main-bottom img {
  width: 34px;
  height: auto;
}
.news .news-main .main-bottom .bottom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a61af;
}
.news .news-main .main-bottom:hover {
  width: 110px;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.2rem;
}
.newsDetail .newsDetail-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  color: #1a61af;
}
.newsDetail .newsDetail-main .main-title {
  padding: 0.2rem 0 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetail .newsDetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item {
  position: relative;
  width: 1.04rem;
  height: 0.64rem;
  margin-right: 4px;
  border: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  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;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover {
  width: 2.54rem;
  background: #1a61af;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img2 {
  opacity: 1;
}
.text {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.text .text-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.text .text-main .main-title {
  padding: 0.2rem 0 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #e9e9e9;
}
.text .text-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.text .text-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .page-left,
.page-number .page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 5px;
  font-size: 12px;
  color: #999;
  border: solid 1px #efefef;
  border-radius: 0.45rem;
}
.page-number .page-left span,
.page-number .page-right span {
  position: relative;
  width: 6px;
  height: 10px;
}
.page-number .page-left span img,
.page-number .page-right 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;
}
.page-number .page-left span .img2,
.page-number .page-right span .img2 {
  opacity: 0;
}
.page-number .page-left:hover,
.page-number .page-right:hover {
  color: #fff;
  border: solid 1px #1a61af;
  background: #1a61af;
}
.page-number .page-left:hover span .img1,
.page-number .page-right:hover span .img1 {
  opacity: 0;
}
.page-number .page-left:hover span .img2,
.page-number .page-right:hover span .img2 {
  opacity: 1;
}
.page-number .page-left span {
  margin-right: 0.1rem;
}
.page-number .page-right span {
  margin-left: 0.1rem;
}
.page-number .page-item {
  width: 46px;
  height: 38px;
  margin: 0 5px;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  color: #999;
  border: solid 1px #efefef;
  border-radius: 0.45rem;
}
.page-number .page-item:hover {
  color: #fff;
  border: solid 1px #1a61af;
  background: #1a61af;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #1a61af;
  background: #1a61af;
}
.Wpage-number {
  display: none;
}
@keyframes imgDH {
  0% {
    bottom: -100%;
    background: rgba(255, 255, 255, 0.1);
  }
  50% {
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    bottom: 100%;
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes run {
  from {
    transform: translatey(-130%);
    -o-transform: translatey(-130%);
    -moz-transform: translatey(-130%);
    -webkit-transform: translatey(-130%);
  }
  to {
    transform: translatey(130%);
    -o-transform: translatey(130%);
    -moz-transform: translatey(130%);
    -webkit-transform: translatey(130%);
  }
}
@keyframes turn {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    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));
    opacity: 1;
  }
  100% {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
    opacity: 0.4;
  }
}
