.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../font/Gilroy-Medium-2.otf);
}
@font-face {
  font-family: 'gilroy-black';
  src: url(../font/gilroy-black-6.otf);
}
@font-face {
  font-family: 'gilroy-bold';
  src: url(../font/gilroy-bold-4.otf);
}
@font-face {
  font-family: 'gilroy-regular';
  src: url(../font/gilroy-regular-3.otf);
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../font/MyriadPro-Regular.otf);
}
@font-face {
  font-family: 'SOURCEHANSANSCN-REGULAR';
  src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}
@font-face {
  font-family: 'MontserratBold';
  src: url(../font/MontserratBold.ttf);
}
@font-face {
  font-family: 'DIN-BOLD';
  src: url(../font/DIN-BOLD.OTF);
}
.head {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding-left: 0.6rem;
  background: #fff;
  z-index: 29;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.head .head-top .top-box .box-logo {
  position: relative;
  width: 2.03rem;
  height: auto;
}
.head .head-top .top-box .box-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-logo .img2 {
  opacity: 0;
}
.head .head-top .top-box .box-mail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
.head .head-top .top-box .box-mail .mail-nav {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 100%;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list {
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list .list-title {
  position: relative;
  width: auto;
  height: auto;
  font-family: '微软雅黑';
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
  transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list .list-title-active {
  color: #cfa14c;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list .list-cent {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  line-height: 0.8rem;
  background: #114470;
  opacity: 0;
  overflow: hidden;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list .list-cent a {
  display: inline-block;
  width: auto;
  padding: 0 0.3rem;
  font-family: '微软雅黑';
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list .list-cent a:hover {
  text-decoration: underline;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list:hover .list-title {
  color: #cfa14c;
}
.head .head-top .top-box .box-mail .mail-nav .nav-list:hover .list-cent {
  height: 0.8rem;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-language {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
}
.head .head-top .top-box .box-mail .mail-language .language-title {
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 1rem;
  font-weight: bold;
  color: #114470;
  cursor: pointer;
}
.head .head-top .top-box .box-mail .mail-language .language-title img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-language .language-cent {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  background: #114470;
  opacity: 0;
  visibility: hidden;
}
.head .head-top .top-box .box-mail .mail-language .language-cent a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  font-family: '微软雅黑';
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.head .head-top .top-box .box-mail .mail-language .language-cent a:last-child {
  border-bottom: none;
}
.head .head-top .top-box .box-mail .mail-language .language-cent a:hover {
  text-decoration: underline;
}
.head .head-top .top-box .box-mail .mail-language:hover .language-title img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.head .head-top .top-box .box-mail .mail-language:hover .language-cent {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou {
  position: relative;
  width: 1rem;
  height: 100%;
  cursor: pointer;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  cursor: pointer;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-icon img {
  width: 20px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 4.5rem;
  height: 0.64rem;
  padding: 0 0.3rem;
  background: #114470;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent .cent-icon {
  width: 20px;
  height: auto;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent .cent-icon img {
  width: 100%;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent input {
  flex: 1;
  padding: 0 0.1rem;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  background: none;
  opacity: 0.8;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent input::placeholder {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent .cent-hide {
  width: 20px;
  height: auto;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent .cent-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent .cent-suosou .suosou-cent .cent-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu {
  position: relative;
  width: 1rem;
  height: 100%;
  cursor: pointer;
  z-index: 39;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #114470;
  cursor: pointer;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-icon img {
  width: 25px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 495px;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 39;
  transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav {
  width: 100%;
  height: auto;
  padding: 40px 50px 15px;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav .nav-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.22rem;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav .nav-item .item-title {
  margin-bottom: 0.2rem;
  font-family: '微软雅黑';
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav .nav-item .item-link {
  width: 100%;
  height: auto;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav .nav-item .item-link a {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-nav .nav-item .item-link a:hover {
  color: #cfa14c;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 40px 50px 45px;
  border-top: solid 1px #eeeeee;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-ewm {
  width: 1.25rem;
  height: auto;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-ewm img {
  width: 100%;
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.14);
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left {
  flex: 1;
  padding-left: 0.4rem;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-title {
  font-size: 14px;
  color: #666;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-tel {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 28px;
  font-weight: bold;
  color: #114470;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0.12rem;
  border-radius: 50%;
  border: solid 1px #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  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;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item .img2 {
  opacity: 0;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item:hover {
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item:hover .img2 {
  opacity: 1;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu .menu-cont .cont-bottom .bottom-left .left-list .list-item:hover .img1 {
  opacity: 0;
}
.head .head-top .top-box .box-mail .mail-cent .cent-menu:hover .menu-cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.head .head-top .top-box .box-mail .mail-cent .box-web-sousuo,
.head .head-top .top-box .box-mail .mail-cent .box-web-caidan {
  display: none;
}
.head .head-top-active {
  background: #fff;
}
.head .head-top-active .box-logo .img2 {
  opacity: 1 !important;
}
.head .head-top-active .box-logo .img1 {
  opacity: 0;
}
.head .head-top-active .box-right {
  padding-top: 0 !important;
}
.head .head-top-active .list-title {
  line-height: 1rem !important;
  color: #383735 !important;
}
.head .head-top-active .list-cent {
  top: 1rem !important;
}
.head .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.head .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-box {
  position: relative;
  width: 100%;
}
.head .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.head .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.head .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: auto;
  padding-left: 5.8%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
  font-family: 'Gilroy-Heavy';
  color: #114470;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.06rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.24rem;
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-link {
  margin-top: 0.6rem;
  width: 0.56rem;
  height: 0.56rem;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(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;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-link a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 50%;
  border: solid 2px #fff;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-link a img {
  width: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-link a:hover img {
  transform: translatey(8px);
  -o-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -webkit-transform: translatey(8px);
}
.head .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.48rem;
  font-weight: 500;
  text-align: center;
  color: #eebc5e;
  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;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.1rem;
  font-size: 0.6rem;
  font-weight: bold;
  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.9s;
  -o-transition: all 0.5s 0.9s;
  -moz-transition: all 0.5s 0.9s;
  -webkit-transition: all 0.5s 0.9s;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.24rem;
  font-size: 0.25rem;
  font-weight: 200;
  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;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-link {
  margin: 0.6rem auto 0;
  width: 0.56rem;
  height: 0.56rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.5s;
  -o-transition: all 0.5s 1.5s;
  -moz-transition: all 0.5s 1.5s;
  -webkit-transition: all 0.5s 1.5s;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-link a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 50%;
  border: solid 2px #fff;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-link a img {
  width: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-slide .slide-box .box-cent2 .cent-link a:hover img {
  transform: translatey(8px);
  -o-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -webkit-transform: translatey(8px);
}
.head .head-banner .swiper-slide .slide-box .box-cent3 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.4rem;
  height: auto;
  padding: 0.7rem 0 0.7rem 0.7rem;
  background: rgba(17, 68, 112, 0.95);
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-title {
  font-size: 0.48rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-title span {
  font-family: 'Gilroy-Heavy';
  color: #114470;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-text {
  margin-top: 0.06rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-English {
  margin-top: 0.24rem;
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-link {
  margin-top: 0.6rem;
  width: 0.56rem;
  height: 0.56rem;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(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;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-link a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 50%;
  border: solid 2px #fff;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-link a img {
  width: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-slide .slide-box .box-cent3 .cent-link a:hover img {
  transform: translatey(8px);
  -o-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -webkit-transform: translatey(8px);
}
.head .head-banner .swiper-slide-active .box-cent .cent-title,
.head .head-banner .swiper-slide-active .box-cent .cent-link,
.head .head-banner .swiper-slide-active .box-cent .cent-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.head .head-banner .swiper-slide-active .box-cent .cent-English {
  opacity: 0.5 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.head .head-banner .swiper-slide-active .box-cent2 .cent-title,
.head .head-banner .swiper-slide-active .box-cent2 .cent-link,
.head .head-banner .swiper-slide-active .box-cent2 .cent-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.head .head-banner .swiper-slide-active .box-cent2 .cent-English {
  opacity: 0.6 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.head .head-banner .swiper-slide-active .box-cent3 .cent-title,
.head .head-banner .swiper-slide-active .box-cent3 .cent-link,
.head .head-banner .swiper-slide-active .box-cent3 .cent-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.head .head-banner .swiper-slide-active .box-cent3 .cent-English {
  opacity: 0.5 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.head .head-banner .banner-pic {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
.head .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
.head .head-banner .banner-pic2 {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
.head .head-banner .banner-pic2 img {
  width: 100%;
  opacity: 0;
}
.head .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  padding-left: 0.5rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .banner-cent .cent-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}
.head .head-banner .banner-cent .cent-text {
  margin-bottom: 0.12rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #fff;
}
.head .head-banner .banner-cent span {
  display: block;
  width: 48px;
  height: 5px;
  margin-top: 0.3rem;
  background: #114470;
}
.head .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  right: 4.92rem;
  width: auto;
  height: auto;
  padding-left: 0.5rem;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.head .head-banner .banner-cent2 .cent-title {
  font-family: 'gilroy-bold';
  font-size: 0.66rem;
  text-align: center;
  color: #114470;
  text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.head .head-banner .banner-cent2 .cent-text {
  margin-bottom: 0.1rem;
  font-size: 0.36rem;
  text-align: center;
  color: #114470;
}
.head .head-banner .banner-cent2 .cent-text span {
  margin: 0 0.26rem;
  font-size: 0.36rem;
  color: #114470;
}
.head .head-banner .banner-cent2 .cent-text img {
  width: 0.74rem;
}
.head .head-banner .banner-video {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-box {
  width: 100%;
  height: 100%;
}
.head .head-banner .banner-video .video-box .video-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-box .video-pic img {
  width: 100%;
}
.head .head-banner .banner-video .video-box .video-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .banner-video .video-box .video-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  color: #fff;
  text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.head .head-banner .banner-video .video-box .video-cent .cent-text {
  margin-top: 0.08rem;
  font-family: 'gilroy-black';
  font-size: 1rem;
  color: #fff;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon {
  margin: 0.5rem auto 0;
  width: 0.8rem;
  height: auto;
  cursor: pointer;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.head .head-banner .banner-video .video-cont {
  display: none;
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-cont video {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-pagination {
  z-index: 9;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.15rem;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #114470;
}
.head .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
.head .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
.head .head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  background: none;
}
.head .head-search .search-box .box-cent input::placeholder {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
}
.head .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.head .head-search .search-box .box-cent .box-icon img {
  width: 16px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
.head .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
}
.head .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
.head .head-strip {
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #ebebeb;
  z-index: 9;
}
.head .head-strip::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background: #f7f7f7;
}
.head .head-strip .strip-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
.head .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
.head .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 0.8rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  color: #333333;
}
.head .head-strip .strip-box .box-left .left-list:hover a {
  font-weight: bold;
  color: #fff;
  background: #114470;
}
.head .head-strip .strip-box .box-left .left-list-active a {
  font-weight: bold;
  color: #fff;
  background: #114470;
}
.head .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 28%;
  text-align: right;
  line-height: 0.8rem;
}
.head .head-strip .strip-box .box-right .right-icon1 {
  display: flex;
  align-items: center;
  width: 14px;
  margin-right: 10px;
}
.head .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
.head .head-strip .strip-box .box-right .right-icon1 a {
  transition: none;
  -webkit-transition: none;
}
.head .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-family: '微软雅黑';
  font-size: 14px;
}
.head .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
.head .head-strip .strip-box .box-right .right-text a:hover {
  color: #cfa14c;
  text-decoration: underline;
}
.head .head-strip .strip-box .box-right .right-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
.head .head-strip .strip-box .box-right .right-text span {
  color: #cfa14c;
}
.head .Whead-search,
.head .sidebar-mask,
.head .Whead-sidebar,
.head .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding: 0.94rem 0;
  background: #0d3d66;
}
.foot .foot-mail {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.foot .foot-mail .mail-left {
  width: auto;
  height: auto;
}
.foot .foot-mail .mail-left .left-logo {
  display: block;
  width: 2rem;
}
.foot .foot-mail .mail-left .left-logo img {
  width: 100%;
}
.foot .foot-mail .mail-left .left-list {
  display: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.foot .foot-mail .mail-left .left-list .list-item {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0.12rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-mail .mail-left .left-list .list-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  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;
}
.foot .foot-mail .mail-left .left-list .list-item:hover {
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.foot .foot-mail .mail-left .right-text {
  display: none;
}
.foot .foot-mail .mail-left .left-link {
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  margin-top: 0.3rem;
}
.foot .foot-mail .mail-left .left-link a {
  color: #fff;
}
.foot .foot-mail .mail-left .left-link a:hover {
  text-decoration: underline;
}
.foot .foot-mail .mail-left .left-link span {
  font-size: 14px;
  margin: 0 0.15rem;
}
.foot .foot-mail .mail-left .left-zhizi {
  margin-top: 0.2rem;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}
.foot .foot-mail .mail-left .left-zhizi a {
  color: #fff;
}
.foot .foot-mail .mail-left .left-zhizi a:hover {
  text-decoration: underline;
}
.foot .foot-mail .mail-right {
  width: auto;
  height: auto;
}
.foot .foot-mail .mail-right .right-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.foot .foot-mail .mail-right .right-box .right-ewm {
  width: 1.4rem;
  height: auto;
  margin-left: 0.7rem;
}
.foot .foot-mail .mail-right .right-box .right-ewm img {
  width: 100%;
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.14);
}
.foot .foot-mail .mail-right .right-box .right-left {
  flex: 1;
  padding-left: 0.4rem;
}
.foot .foot-mail .mail-right .right-box .right-left .left-title {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}
.foot .foot-mail .mail-right .right-box .right-left .left-tel {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.foot .foot-mail .mail-right .right-box .right-left .left-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.foot .foot-mail .mail-right .right-box .right-left .left-list .list-item {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0.12rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-mail .mail-right .right-box .right-left .left-list .list-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  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;
}
.foot .foot-mail .mail-right .right-box .right-left .left-list .list-item:hover {
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.foot .foot-mail .mail-right .right-text {
  margin-top: 0.2rem;
  padding-left: 0.4rem;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}
.container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.container .cont-plate1 .plate1-mail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-mail .mail-cent {
  width: 40%;
  height: auto;
}
.container .cont-plate1 .plate1-mail .mail-cent .cent-English {
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  color: #000;
  opacity: 0.2;
}
.container .cont-plate1 .plate1-mail .mail-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #cfa14c;
}
.container .cont-plate1 .plate1-mail .mail-cent .cent-subtitle {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #114470;
}
.container .cont-plate1 .plate1-mail .mail-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 16px;
  font-weight: 100;
  line-height: 36px;
  color: #666;
}
.container .cont-plate1 .plate1-mail .mail-cent a {
  display: block;
  width: 1.76rem;
  height: 0.56rem;
  margin-top: 0.66rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #114470;
}
.container .cont-plate1 .plate1-mail .mail-cent a img {
  width: 13px;
  margin: -0.04rem 0 0 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-mail .mail-cent a:hover {
  background: #cfa14c;
}
.container .cont-plate1 .plate1-mail .mail-cent a:hover img {
  transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
}
.container .cont-plate1 .plate1-mail .mail-pic {
  width: 56%;
  height: auto;
}
.container .cont-plate1 .plate1-mail .mail-pic img {
  width: 110%;
  margin-right: -1.2rem;
}
.container .cont-plate1 .plate1-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate1 .plate1-bottom .bottom-item {
  width: calc(100% / 6);
  height: auto;
}
.container .cont-plate1 .plate1-bottom .bottom-item .item-title {
  font-size: 16px;
  color: #333;
}
.container .cont-plate1 .plate1-bottom .bottom-item .item-title .num1 {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #114470;
}
.container .cont-plate1 .plate1-bottom .bottom-item .item-text {
  margin-top: 0.12rem;
  font-size: 14px;
  color: #666;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 5 - 4px);
  height: 7rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: auto;
  height: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: 100;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent {
  width: 100%;
  height: calc(100% - 0.8rem);
  padding: 0.8rem 0.5rem 0;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  color: #114470;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-text {
  margin-top: 0.26rem;
  font-size: 14px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-pic {
  width: 1.32rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-title {
  flex: 1;
  height: auto;
  padding-left: 0.3rem;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-bottom {
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem 0 0 0.48rem;
  background: #114470;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-bottom a {
  display: block;
  width: 1.28rem;
  height: 0.4rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-mail .mail-bottom a:hover {
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-mail {
  top: 0;
  opacity: 1;
}
.container .cont-plate2 .swiper-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0.5rem auto 0;
  padding-bottom: 1.2rem;
}
.container .cont-plate2 .swiper-cont .cont-right {
  position: relative;
  width: 7.8rem;
  height: auto;
}
.container .cont-plate2 .swiper-cont .cont-right .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 5px;
  background: none;
}
.container .cont-plate2 .swiper-cont .cont-right .swiper-scrollbar::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate2 .swiper-cont .cont-right .swiper-scrollbar .swiper-scrollbar-drag {
  background: #114470;
  z-index: 9;
}
.container .cont-plate2 .swiper-cont .cont-left {
  display: flex;
  justify-content: space-between;
  width: 1.3rem;
  height: 0.6rem;
  margin-left: 0.3rem;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #114470;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev img,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.13rem;
  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%);
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev .img2,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev:hover,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next:hover {
  border: solid 1px #c2994c;
  background: #c2994c;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .swiper-cont .cont-left .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .swiper-cont .cont-left .plate2-button-disabled {
  opacity: 0.5;
}
.container .cont-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.container .cont-plate3 .plate3-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-English {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #000;
  opacity: 0.2;
}
.container .cont-plate3 .plate3-mail {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  background: #000;
}
.container .cont-plate3 .plate3-mail .hidden-box {
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-mail .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-mail .hidden-box .box-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-mail .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate3 .plate3-mail .hidden-box .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate3 .plate3-mail .hidden-box .icon-box .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #cfa14c;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate3 .plate3-mail .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;
}
.container .cont-plate3 .plate3-mail .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-mail .video-box video {
  width: 100%;
  height: auto;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f7f7f7;
}
.container .cont-plate4 .plate4-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-mail .mail-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-plate4 .plate4-mail .mail-English {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #000;
  opacity: 0.2;
}
.container .cont-plate4 .plate4-mail .mail-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4 - 27px);
  height: auto;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
  opacity: 0.6;
}
.container .cont-plate4 .plate4-mail .mail-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent {
  opacity: 1;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #114470;
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.13rem;
  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%);
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next:hover {
  border: solid 1px #c2994c;
  background: #c2994c;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-prev {
  left: -1rem;
}
.container .cont-plate4 .plate4-mail .mail-cont .plate4-swiper-button-next {
  right: -1rem;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: 6.4rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: center;
}
.container .cont-plate5 .plate5-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.container .cont-plate5 .plate5-mail .mail-title {
  font-size: 0.48rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-mail .mail-subtitle {
  margin-top: 0.04rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-mail .mail-text {
  width: 9rem;
  height: auto;
  margin: 0.4rem auto 0.7rem;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-mail .mail-botton {
  display: block;
  width: 2.9rem;
  height: 0.55rem;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 0.55rem;
  text-align: center;
  color: #fff;
  background: #cfa14c;
}
.container .cont-plate5 .plate5-mail .mail-botton img {
  width: 20px;
  margin: -0.04rem 0.1rem 0 0;
}
.container .cont-plate5 .plate5-mail .mail-botton:hover {
  background: #114470;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f7f7f7;
}
.container .cont-plate6 .plate6-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-mail .mail-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-plate6 .plate6-mail .mail-English {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #000;
  opacity: 0.2;
}
.container .cont-plate6 .plate6-mail .mail-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item {
  display: flex;
  flex-wrap: wrap;
  width: 4.64rem;
  height: 6.4rem;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:nth-child(even) {
  flex-direction: column-reverse;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent {
  width: 100%;
  height: 3.2rem;
  padding: 0.6rem 0.48rem 0;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #000;
  opacity: 0.2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0.4rem;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton .img2 {
  opacity: 0;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton:hover {
  width: 50px;
  border-radius: 45px;
  background: #cfa14c;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton:hover .img2 {
  opacity: 1;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item .item-cent .cent-botton:hover .img1 {
  opacity: 0;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent {
  background: #114470;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent .cent-time {
  color: #d6d6d6;
  opacity: 1;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent .cent-botton {
  background: #cfa14c;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent .cent-botton .img2 {
  opacity: 1;
}
.container .cont-plate6 .plate6-mail .mail-box .box-item:hover .item-cent .cent-botton .img1 {
  opacity: 0;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list {
  width: 5.88rem;
  height: 6.4rem;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-pic {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-pic img {
  width: 100%;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent {
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.55rem 0;
  background: #fff;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #eee;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-top .cent-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #cfa14c;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-top .cent-title {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #114470;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-top .cent-title:hover {
  text-decoration: underline;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-top .cent-text {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 0.26rem;
  color: #666;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-bottom {
  width: 100%;
  height: auto;
  padding-top: 0.36rem;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-bottom .bottom-title {
  display: block;
  font-size: 16px;
  line-height: 0.44rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate6 .plate6-mail .mail-box .box-list .list-cent .cent-bottom .bottom-title:hover {
  color: #cfa14c;
}
.product {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.product .product-mail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product .product-mail .mail-item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.2rem);
  height: auto;
  margin-bottom: 0.4rem;
}
.product .product-mail .mail-item .item-pic {
  position: relative;
  width: 2.61rem;
  height: 4.74rem;
}
.product .product-mail .mail-item .item-pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-pic .pic-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .product-mail .mail-item .item-pic .pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product-mail .mail-item .item-pic .pic-ewm {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9;
  opacity: 0;
  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;
}
.product .product-mail .mail-item .item-pic .pic-ewm img {
  width: 1.32rem;
  height: auto;
}
.product .product-mail .mail-item .item-pic .pic-ewm .ewm-title {
  margin-top: 0.2rem;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.product .product-mail .mail-item .item-cent {
  width: calc(100% - 2.61rem);
  height: auto;
  padding: 0.5rem 0.55rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  color: #114470;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-cent .cent-text {
  margin-top: 0.22rem;
  font-size: 14px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-cent .cent-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.product .product-mail .mail-item .item-cent .cent-botton {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0.46rem;
  border-radius: 50%;
  border: solid 1px #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-mail .mail-item .item-cent .cent-botton .img2 {
  opacity: 0;
}
.product .product-mail .mail-item .item-cent .cent-botton:hover {
  width: 55px;
  border-radius: 45px;
}
.product .product-mail .mail-item:hover .item-pic::after,
.product .product-mail .mail-item:hover .item-pic .pic-ewm {
  opacity: 1;
}
.product .product-mail .mail-item:hover .item-cent {
  background: #114470;
}
.product .product-mail .mail-item:hover .item-cent .cent-title,
.product .product-mail .mail-item:hover .item-cent .cent-text {
  color: #fff;
}
.product .product-mail .mail-item:hover .item-cent .cent-title span,
.product .product-mail .mail-item:hover .item-cent .cent-text span {
  color: #fff;
}
.product .product-mail .mail-item:hover .item-cent .cent-botton {
  background: #cfa14c;
}
.product .product-mail .mail-item:hover .item-cent .cent-botton .img2 {
  opacity: 1;
}
.product .product-mail .mail-item:hover .item-cent .cent-botton .img1 {
  opacity: 0;
}
.series {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.series .series-top {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto 0.56rem;
}
.series .series-top a {
  display: inline-block;
  width: auto;
  height: 0.64rem;
  padding: 0 0.4rem;
  margin: 0 0.16rem;
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 0.64rem;
  color: #333;
  border: solid 1px #eee;
}
.series .series-top a:hover {
  color: #fff;
  font-weight: bold;
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.series .series-top .link-active {
  color: #fff;
  font-weight: bold;
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.series .series-mail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.series .series-mail .mail-item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.2rem);
  height: auto;
  margin-bottom: 0.4rem;
}
.series .series-mail .mail-item .item-pic {
  position: relative;
  width: 2.61rem;
  height: 4.74rem;
}
.series .series-mail .mail-item .item-pic::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-pic .pic-img {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.series .series-mail .mail-item .item-pic .pic-img img {
  width: auto;
  height: 100%;
}
.series .series-mail .mail-item .item-pic .pic-ewm {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9;
  opacity: 0;
  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;
}
.series .series-mail .mail-item .item-pic .pic-ewm img {
  width: 1.32rem;
  height: auto;
}
.series .series-mail .mail-item .item-pic .pic-ewm .ewm-title {
  margin-top: 0.2rem;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.series .series-mail .mail-item .item-cent {
  width: calc(100% - 2.61rem);
  height: auto;
  padding: 0.5rem 0.55rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  color: #114470;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-subtitle {
  margin-top: 0.1rem;
  font-size: 18px;
  color: #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-text {
  margin-top: 0.16rem;
  font-size: 14px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.series .series-mail .mail-item .item-cent .cent-botton {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0.46rem;
  border-radius: 50%;
  border: solid 1px #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.series .series-mail .mail-item .item-cent .cent-botton .img2 {
  opacity: 0;
}
.series .series-mail .mail-item .item-cent .cent-botton:hover {
  width: 55px;
  border-radius: 45px;
}
.series .series-mail .mail-item:hover .item-pic::after,
.series .series-mail .mail-item:hover .item-pic .pic-ewm {
  opacity: 1;
}
.series .series-mail .mail-item:hover .item-cent {
  background: #114470;
}
.series .series-mail .mail-item:hover .item-cent .cent-title,
.series .series-mail .mail-item:hover .item-cent .cent-text,
.series .series-mail .mail-item:hover .item-cent .cent-subtitle {
  color: #fff;
}
.series .series-mail .mail-item:hover .item-cent .cent-title span,
.series .series-mail .mail-item:hover .item-cent .cent-text span,
.series .series-mail .mail-item:hover .item-cent .cent-subtitle span {
  color: #fff;
}
.series .series-mail .mail-item:hover .item-cent .cent-botton {
  background: #cfa14c;
}
.series .series-mail .mail-item:hover .item-cent .cent-botton .img2 {
  opacity: 1;
}
.series .series-mail .mail-item:hover .item-cent .cent-botton .img1 {
  opacity: 0;
}
.parts {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.parts .parts-top {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto 0.56rem;
}
.parts .parts-top a {
  display: inline-block;
  width: auto;
  height: 0.64rem;
  padding: 0 0.4rem;
  margin: 0 0.16rem;
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 0.64rem;
  color: #333;
  border: solid 1px #eee;
}
.parts .parts-top a:hover {
  color: #fff;
  font-weight: bold;
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.parts .parts-top .link-active {
  color: #fff;
  font-weight: bold;
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.parts .parts-mail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.parts .parts-mail .mail-item {
  display: inline-block;
  position: relative;
  width: calc(100% / 4 - 0.27rem);
  height: auto;
  margin: 0 0 0.4rem 0.36rem;
}
.parts .parts-mail .mail-item:nth-child(4n + 1) {
  margin-left: 0;
}
.parts .parts-mail .mail-item .item-pic {
  width: 100%;
  height: 4.76rem;
  overflow: hidden;
}
.parts .parts-mail .mail-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.parts .parts-mail .mail-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.parts .parts-mail .mail-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));
}
.parts .parts-mail .mail-item:hover .item-title {
  background: #114470;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 0.96rem 0 0;
  background: #f7f7f7;
}
.productDetails .productDetails-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-mail .mail-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-pic {
  width: 6rem;
  height: 6rem;
  text-align: center;
  overflow: hidden;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-pic img {
  width: auto;
  height: 100%;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent {
  width: 7rem;
  height: auto;
  padding: 0.4rem 0.8rem 0;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-title {
  font-family: 'Arial';
  font-size: 0.36rem;
  font-weight: bold;
  color: #114470;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-text {
  margin-top: 0.16rem;
  font-size: 14px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-bottom .bottom-pic {
  width: 1.32rem;
  height: 1.32rem;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-bottom .bottom-pic img {
  width: 100%;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-cent .cent-bottom .bottom-title {
  padding-left: 0.3rem;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton {
  width: 2.3rem;
  height: auto;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton .botton-link1 {
  background: #cfa14c;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton .botton-link1:hover {
  background: #114470;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton .botton-link2 {
  background: #114470;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton .botton-link2:hover {
  background: #cfa14c;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton a {
  display: block;
  width: 100%;
  height: 0.72rem;
  margin-bottom: 0.32rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.72rem;
  text-align: center;
  color: #fff;
}
.productDetails .productDetails-mail .mail-plate1 .plate1-botton a img {
  width: 0.24rem;
  margin: -0.04rem 0.2rem 0 0;
}
.productDetails .productDetails-mail .mail-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
  background: #fff;
}
.productDetails .productDetails-mail .mail-plate2 .plate2-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 0.71rem;
  border-bottom: solid 1px #eeeeee;
}
.productDetails .productDetails-mail .mail-plate2 .plate2-top .top-item {
  width: 2.8rem;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 0.7rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-mail .mail-plate2 .plate2-top .top-item:hover {
  color: #fff;
  background: #114470;
}
.productDetails .productDetails-mail .mail-plate2 .plate2-top .top-item-active {
  color: #fff;
  background: #114470;
}
.productDetails .productDetails-mail .mail-plate2 .plate2-cont {
  width: 100%;
  height: 8.23rem;
}
.productDetails .mail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.96rem 0 1.2rem;
  background: #fff;
}
.productDetails .mail-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .mail-plate3 .plate3-top .top-left {
  width: auto;
  height: auto;
}
.productDetails .mail-plate3 .plate3-top .top-left .left-title {
  font-size: 0.4rem;
  color: #000;
}
.productDetails .mail-plate3 .plate3-top .top-left .left-English {
  margin-top: 0.06rem;
  font-family: 'Arial';
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  opacity: 0.2;
}
.productDetails .mail-plate3 .plate3-top .top-right {
  display: flex;
  justify-content: space-between;
  width: 1.3rem;
  height: 0.6rem;
  margin-left: 0.3rem;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #114470;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev img,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.13rem;
  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%);
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev .img2,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev:hover,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next:hover {
  border: solid 1px #c2994c;
  background: #c2994c;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev:hover .img2,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-prev:hover .img1,
.productDetails .mail-plate3 .plate3-top .top-right .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .mail-plate3 .plate3-top .top-right .plate3-button-disabled {
  opacity: 0.5;
}
.productDetails .mail-plate3 .plate3-swiper {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0.36rem auto 0;
  overflow: hidden;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-wrapper {
  height: auto;
}
.productDetails .mail-plate3 .plate3-swiper .slide-two {
  height: 5rem !important;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide {
  width: calc(100% / 4 - 3.75px);
  height: 7rem;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic img {
  width: auto;
  height: 100%;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  font-weight: 100;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent {
  width: 100%;
  height: calc(100% - 0.8rem);
  padding: 0.8rem 0.5rem 0;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-title {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  color: #114470;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-text {
  margin-top: 0.26rem;
  font-size: 14px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-pic {
  width: 1.32rem;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-cent .cent-ewm .ewm-title {
  flex: 1;
  height: auto;
  padding-left: 0.3rem;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-bottom {
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem 0 0 0.48rem;
  background: #114470;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-bottom a {
  display: block;
  width: 1.28rem;
  height: 0.4rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box .box-mail .mail-bottom a:hover {
  border: solid 1px #cfa14c;
  background: #cfa14c;
}
.productDetails .mail-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-mail {
  top: 0;
  opacity: 1;
}
.case {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.case .case-mail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.case .case-mail .mail-item {
  display: inline-block;
  position: relative;
  width: calc(100% / 4 - 0.27rem);
  height: auto;
  margin: 0 0 0.4rem 0.36rem;
  cursor: pointer;
}
.case .case-mail .mail-item:nth-child(4n + 1) {
  margin-left: 0;
}
.case .case-mail .mail-item .item-pic {
  width: 100%;
  height: 4.76rem;
  background: #000;
  overflow: hidden;
}
.case .case-mail .mail-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-mail .mail-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  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;
}
.case .case-mail .mail-item:hover .item-cent {
  opacity: 1;
}
.case .case-mail .mail-item:hover .item-pic img {
  opacity: 0.6;
  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));
}
.case .case-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  background: #000;
  z-index: 49;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-popup .popup-hide {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 30px;
  height: auto;
}
.case .case-popup .popup-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-popup .popup-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.case .case-popup .popup-swiper {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.case .case-popup .popup-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
}
.case .case-popup .popup-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  opacity: 0.4;
  transform: scale(0.8, 0.8) translateZ(0);
  -o-transform: scale(0.8, 0.8) translateZ(0);
  -moz-transform: scale(0.8, 0.8) translateZ(0);
  -webkit-transform: scale(0.8, 0.8 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-popup .popup-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
}
.case .case-popup .popup-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.case .case-popup .popup-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.case .case-popup .popup-swiper .swiper-slide-active .slide-box {
  opacity: 1;
  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));
}
.case .case-popup .popup-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 0.28rem;
  color: #fff;
}
.about {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  overflow: hidden;
}
.about .about-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-left {
  width: 10%;
  height: auto;
}
.about .about-plate1 .plate1-cent {
  width: 42.5%;
  height: auto;
  padding: 0.16rem 1.1rem 0.3rem 0.9rem;
  background: #fff;
}
.about .about-plate1 .plate1-cent .cent-title {
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #cfa14c;
}
.about .about-plate1 .plate1-cent .cent-subtitle {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #114470;
}
.about .about-plate1 .plate1-cent .cent-cont {
  width: 100%;
  height: 5rem;
  margin-top: 0.46rem;
  overflow: scroll;
}
.about .about-plate1 .plate1-cent .cent-cont::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.about .about-plate1 .plate1-cent .cent-cont::-webkit-scrollbar-thumb {
  background: #114470;
}
.about .about-plate1 .plate1-cent .cent-cont .cont-text {
  margin-top: 0.36rem;
  font-size: 16px;
  line-height: 0.36rem;
  text-indent: 32px;
  color: #666;
}
.about .about-plate1 .plate1-pic {
  width: 47.6%;
  height: auto;
}
.about .about-plate1 .plate1-pic img {
  width: 100%;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.2rem;
  margin-top: -1.2rem;
  background: #114470;
}
.about .about-plate2 .plate2-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-mail .mail-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.about .about-plate2 .plate2-mail .mail-cont .cont-item {
  width: calc(100% / 6);
  height: auto;
}
.about .about-plate2 .plate2-mail .mail-cont .cont-item .item-title {
  font-size: 16px;
  color: #fff;
}
.about .about-plate2 .plate2-mail .mail-cont .cont-item .item-title .num1 {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #fff;
}
.about .about-plate2 .plate2-mail .mail-cont .cont-item .item-text {
  margin-top: 0.12rem;
  font-size: 14px;
  color: #fff;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/about/bg2.jpg) no-repeat center bottom;
  background-size: 100%;
}
.about .about-plate3 .plate3-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.about .about-plate3 .plate3-English {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #000;
  opacity: 0.2;
}
.about .about-plate3 .plate3-mail {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.about .about-plate3 .plate3-mail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #114470;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate3 .plate3-mail .mail-swiper {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-wrapper {
  height: auto;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide {
  position: relative;
  width: calc(100% / 7);
  height: 5.2rem;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide:nth-child(2n) .slide-box {
  top: 2.6rem;
  bottom: auto;
  padding-top: 0.6rem;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #114470;
  background: #fff;
  box-sizing: border-box;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  width: 100%;
  height: 2.6rem;
  padding: 0.26rem 0 0 0.3rem;
  overflow-y: scroll;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box::-webkit-scrollbar-thumb {
  background: #114470;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background: #e3e4e6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box .box-year {
  font-family: 'DIN-BOLD';
  font-size: 0.5rem;
  color: #114470;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide:hover::after {
  border: solid 2px #cfa14c;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide:hover .slide-box::before {
  background: #cfa14c;
}
.about .about-plate3 .plate3-mail .mail-swiper .swiper-slide:hover .slide-box .box-year {
  color: #cfa14c;
}
.about .about-plate3 .plate3-mail .plate3-swiper-button-prev,
.about .about-plate3 .plate3-mail .plate3-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #cfa14c;
  outline: none;
  cursor: pointer;
  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-plate3 .plate3-mail .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-mail .plate3-swiper-button-next img {
  width: 13px;
}
.about .about-plate3 .plate3-mail .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-mail .plate3-swiper-button-next:hover {
  background: #114470;
}
.about .about-plate3 .plate3-mail .plate3-swiper-button-prev {
  left: 0.8rem;
}
.about .about-plate3 .plate3-mail .plate3-swiper-button-next {
  right: 0.8rem;
}
.about .about-plate4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/about/bg3.png) no-repeat center;
  background-size: 100% 100%;
}
.about .about-plate4::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate4 .plate4-item {
  width: calc(100% / 4);
  height: 4rem;
  padding-top: 1.28rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-item:nth-child(4n + 1) {
  border-left: none;
}
.about .about-plate4 .plate4-item .item-title {
  font-size: 0.3rem;
  color: #fff;
}
.about .about-plate4 .plate4-item .item-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 16px;
  color: #fff;
  opacity: 0.2;
}
.about .about-plate4 .plate4-item .item-text {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
}
.about .about-plate4 .plate4-item:hover {
  background: #cfa14c;
}
.culture {
  width: 100%;
  height: auto;
  background: #fafafa;
  padding: 1rem 0 1.2rem;
}
.culture .culture-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-mail .mail-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.culture .culture-mail .mail-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.culture .culture-mail .mail-item .item-web-pic {
  display: none;
}
.culture .culture-mail .mail-item .item-cent {
  width: 40.7%;
  height: auto;
  padding: 0.7rem 0.5rem 0.3rem 0.7rem;
  background: #fff;
}
.culture .culture-mail .mail-item .item-cent .cent-cont {
  width: 100%;
  height: 2.6rem;
  overflow-y: scroll;
}
.culture .culture-mail .mail-item .item-cent .cent-cont::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.culture .culture-mail .mail-item .item-cent .cent-cont::-webkit-scrollbar-thumb {
  background: #114470;
}
.culture .culture-mail .mail-item .item-cent .cent-cont .cont-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #114470;
}
.culture .culture-mail .mail-item .item-cent .cent-cont .cont-text {
  margin-top: 0.14rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2 {
  width: 100%;
  height: auto;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2::-webkit-scrollbar-thumb {
  background: #114470;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2 .cont-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #114470;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2 .cont-subtitle {
  margin-top: 0.32rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.culture .culture-mail .mail-item .item-cent .cent-cont2 .cont-text {
  margin-top: 0.14rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
}
.culture .culture-mail .mail-item .item-pic2 {
  width: 59.3%;
  height: auto;
  overflow: hidden;
}
.culture .culture-mail .mail-item .item-pic2 img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-mail .mail-item .item-pc-pic,
.culture .culture-mail .mail-item .item-pic {
  width: 59.3%;
  height: auto;
  overflow: hidden;
}
.culture .culture-mail .mail-item .item-pc-pic img,
.culture .culture-mail .mail-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-mail .mail-item:hover .item-pc-pic img,
.culture .culture-mail .mail-item:hover .item-pic img,
.culture .culture-mail .mail-item:hover .item-web-pic img,
.culture .culture-mail .mail-item:hover .item-pic2 img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.honor .honor-mail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-mail .mail-item {
  width: calc(100% / 4 - 0.24rem);
  height: 5rem;
  margin: 0 0 0.32rem 0.32rem;
}
.honor .honor-mail .mail-item:nth-child(4n + 1) {
  margin-left: 0;
}
.honor .honor-mail .mail-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 1px #eee;
}
.honor .honor-mail .mail-item a .item-pic {
  width: 100%;
  height: 4rem;
  padding: 0.32rem 0.5rem 0;
  line-height: 4rem;
  overflow: hidden;
}
.honor .honor-mail .mail-item a .item-pic img {
  width: 100%;
}
.honor .honor-mail .mail-item a .item-title {
  margin-top: 0.3rem;
  font-size: 16px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-mail .mail-item a:hover {
  border: solid 1px #fff;
  box-shadow: 0.04rem 0 0.38rem rgba(0, 0, 0, 0.1);
}
.honor .honor-mail .mail-item a:hover .item-title {
  color: #cfa14c;
}
.honor .honor-mail .mail-item a:hover::after {
  opacity: 1;
}
.video {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.video .video-mail {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  background: #000;
}
.video .video-mail .hidden-box {
  width: 100%;
  height: 100%;
}
.video .video-mail .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.video .video-mail .hidden-box .box-pic img {
  width: 100%;
}
.video .video-mail .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-mail .hidden-box .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-mail .hidden-box .icon-box .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #cfa14c;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-mail .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;
}
.video .video-mail .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.video .video-mail .video-box video {
  width: 100%;
  height: auto;
}
.family {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.family .family-cont {
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.family .family-cont .box-pic {
  width: 100%;
}
.family .family-cont .box-pic img {
  width: 100%;
}
.application {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.application .application-mail {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.application .application-mail .mail-form {
  width: 51%;
  height: auto;
}
.application .application-mail .mail-form .form-text {
  margin-bottom: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.application .application-mail .mail-form .form-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.application .application-mail .mail-form .form-item .item-title {
  width: 1.1rem;
  height: auto;
  padding-top: 0.2rem;
  font-size: 16px;
  color: #666;
}
.application .application-mail .mail-form .form-item .item-title span {
  color: #fd0202;
}
.application .application-mail .mail-form .form-item .item-input {
  flex: 1;
  height: 0.65rem;
  background: #f8f8f8;
}
.application .application-mail .mail-form .form-item .item-input input {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  background: none;
}
.application .application-mail .mail-form .form-item .item-textarea {
  flex: 1;
  height: 2.14rem;
  background: #f8f8f8;
}
.application .application-mail .mail-form .form-item .item-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  background: none;
}
.application .application-mail .mail-form .form-botton {
  display: block;
  width: 1.92rem;
  height: 0.64rem;
  margin: 0.1rem 0 0 1.1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #114470;
}
.application .application-mail .mail-form .form-botton:hover {
  background: #cfa14c;
}
.application .application-mail .mail-pic {
  width: 44%;
  height: auto;
  overflow: hidden;
}
.application .application-mail .mail-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-mail .mail-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));
}
.join {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  background: #f7f7f7;
}
.join .join-mail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto 0.3rem;
}
.join .join-mail .mail-list {
  width: calc(33.33% - 0.227rem);
  height: 5rem;
  margin: 0.34rem 0 0 0.34rem;
  cursor: pointer;
}
.join .join-mail .mail-list:nth-child(3n + 1) {
  margin-left: 0;
}
.join .join-mail .mail-list .list-cent {
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.56rem 0;
  background: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-mail .mail-list .list-cent .cent-title {
  font-size: 0.3rem;
  color: #191c22;
}
.join .join-mail .mail-list .list-cent .cent-title img {
  width: 0.24rem;
  margin: -0.06rem 0.1rem 0 0;
}
.join .join-mail .mail-list .list-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin: 0.3rem 0 0.36rem;
  background: #e0e0e0;
}
.join .join-mail .mail-list .list-cent .cent-text {
  font-size: 16px;
  line-height: 0.36rem;
  color: #6f7275;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join .join-mail .mail-list .list-cent .cent-botton {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-mail .mail-list .list-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  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;
}
.join .join-mail .mail-list .list-cent .cent-botton .img2 {
  opacity: 0;
}
.join .join-mail .mail-list .list-cent .cent-botton:hover {
  width: 0.5rem;
  border-radius: 0.45rem;
  background: #cfa14c;
}
.join .join-mail .mail-list .list-cent .cent-botton:hover .img2 {
  opacity: 1;
}
.join .join-mail .mail-list .list-cent .cent-botton:hover .img1 {
  opacity: 0;
}
.join .join-mail .mail-list:hover .list-cent {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.join .cont-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 12rem;
  height: auto;
  padding: 1rem 0 1rem 1rem;
  background: #fff;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  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%);
}
.join .cont-popup .popup-top {
  width: 100%;
  height: auto;
  padding-right: 1rem;
}
.join .cont-popup .popup-top .top-title {
  position: relative;
  font-size: 0.3rem;
  color: #114470;
}
.join .cont-popup .popup-top .top-title .top-close {
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 0.34rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .cont-popup .popup-top .top-title .top-close:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.join .cont-popup .popup-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #e5e5e5;
}
.join .cont-popup .popup-top .top-box .box-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.join .cont-popup .popup-top .top-box .box-left .left-text {
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
}
.join .cont-popup .popup-top .top-box .box-right {
  display: block;
  width: 1.44rem;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #cfa14c;
}
.join .cont-popup .popup-top .top-box .box-right:hover {
  background: #114470;
}
.join .cont-popup .popup-cent {
  width: 100%;
  height: 4.6rem;
  margin-top: 0.6rem;
  padding-right: 1rem;
  overflow-y: scroll;
}
.join .cont-popup .popup-cent::-webkit-scrollbar {
  width: 4px;
  background: #e5e5e5;
}
.join .cont-popup .popup-cent::-webkit-scrollbar-thumb {
  background: #114470;
}
.join .cont-popup .popup-cent .cent-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.join .cont-popup .popup-cent .cent-cont .cont-cent {
  width: calc(50% - 0.6rem);
  height: auto;
}
.join .cont-popup .popup-cent .cent-cont .cont-cent .cent-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
}
.join .cont-popup .popup-cent .cent-cont .cont-cent .cent-text {
  font-size: 16px;
  line-height: 36px;
  color: #6f7275;
}
.join .cont-popup .popup-cent .cent-Email {
  margin-top: 0.7rem;
  font-size: 16px;
  color: #666;
}
.join .cont-popup .popup-cent .cent-Email span {
  font-weight: bold;
  color: #333;
}
.join .cont-popup .popup-cent a {
  display: block;
  width: 1.92rem;
  height: 0.64rem;
  margin-top: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #114470;
}
.join .cont-popup .popup-cent a:hover {
  background: #cfa14c;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  overflow: hidden;
}
.contact .contact-mail {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-mail .mail-cent {
  width: 42%;
  height: auto;
}
.contact .contact-mail .mail-cent .cent-title {
  margin-bottom: 0.12rem;
  font-size: 0.38rem;
  font-weight: bold;
  color: #114470;
}
.contact .contact-mail .mail-cent .cent-text {
  font-size: 16px;
  line-height: 60px;
  color: #666;
}
.contact .contact-mail .mail-cent .cent-text img {
  width: 0.24rem;
  margin: -0.04rem 0.14rem 0 0;
}
.contact .contact-mail .mail-cent .cent-ewm {
  width: 1.4rem;
  margin-top: 0.2rem;
}
.contact .contact-mail .mail-cent .cent-ewm img {
  width: 100%;
}
.contact .contact-mail .mail-pic {
  width: 56%;
  height: auto;
}
.contact .contact-mail .mail-pic img {
  width: 110%;
  margin-right: -1.2rem;
}
.experience {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.experience .experience-mail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.experience .experience-mail .mail-item {
  display: block;
  width: calc(100% / 3 - 0.24rem);
  height: auto;
  margin: 0 0 0.34rem 0.36rem;
}
.experience .experience-mail .mail-item:nth-child(3n + 1) {
  margin-left: 0;
}
.experience .experience-mail .mail-item .item-pic {
  width: 100%;
  height: 3.7rem;
  text-align: center;
  background: #f7f7f7;
  overflow: hidden;
}
.experience .experience-mail .mail-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.experience .experience-mail .mail-item .item-cent {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.4rem;
  border: solid 1px #eee;
  border-top: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.experience .experience-mail .mail-item .item-cent .cent-title {
  padding: 0.3rem 0;
  font-size: 0.3rem;
  font-weight: 600;
  color: #cfa14c;
  border-bottom: solid 1px #eee;
  background: url(../images/icon/icon-experience-pic1.png) no-repeat center right;
  background-size: 0.19rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.experience .experience-mail .mail-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.experience .experience-mail .mail-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));
}
.experience .experience-mail .mail-item:hover .item-cent {
  border: solid 1px #114470;
  background: #114470;
}
.experience .experience-mail .mail-item:hover .item-cent .cent-title {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  background: url(../images/icon/icon-experience-pic2.png) no-repeat center right;
  background-size: 0.19rem;
}
.experience .experience-mail .mail-item:hover .item-cent .cent-text {
  color: #fff;
}
.experience .experience-load {
  display: block;
  width: 1.6rem;
  height: 0.56rem;
  margin: 0.24rem auto 0;
}
.experience .experience-load a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #114470;
}
.experience .experience-load a:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.news {
  width: 100%;
  height: auto;
}
.news .news-top {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.news .news-top .top-swiper {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.news .news-top .top-swiper .swiper-wrapper {
  height: auto;
}
.news .news-top .top-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-top .top-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 4.52rem;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-pic {
  width: 46%;
  height: 100%;
  overflow: hidden;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cont {
  width: 54%;
  height: 100%;
  padding: 0.72rem 0.95rem 0;
  border: solid 1px #eee;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cont .cont-time {
  margin-bottom: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #cfa14c;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cont .cont-title {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.47rem;
  color: #114470;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cont .cont-text {
  margin-top: 0.18rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-top .top-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-top .top-swiper .swiper-pagination {
  position: absolute;
  bottom: 0.6rem;
  left: auto;
  right: 0;
  width: 54%;
  padding-left: 0.95rem;
  text-align: left;
}
.news .news-top .top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: none;
  border: solid 2px #cfa14c;
  opacity: 1;
}
.news .news-top .top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #114470;
  border: solid 2px #114470;
}
.news .news-mail {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  background: #f7f7f7;
}
.news .news-mail .mail-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-mail .mail-cont .cont-item {
  width: calc(100% / 3 - 0.27rem);
  height: auto;
  margin: 0 0 0.4rem 0.4rem;
}
.news .news-mail .mail-cont .cont-item:nth-child(3n + 1) {
  margin-left: 0;
}
.news .news-mail .mail-cont .cont-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.news .news-mail .mail-cont .cont-item .item-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-mail .mail-cont .cont-item .item-cent {
  width: 100%;
  height: 3.2rem;
  padding: 0.56rem 0.5rem 0;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #000;
  opacity: 0.2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-title {
  width: 100%;
  height: 74px;
  margin-top: 0.18rem;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-title .title-text {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-botton {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #cfa14c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  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;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-botton .img2 {
  opacity: 0;
}
.news .news-mail .mail-cont .cont-item .item-cent .cent-botton:hover {
  width: 50px;
  border-radius: 45px;
}
.news .news-mail .mail-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-mail .mail-cont .cont-item:hover .item-cent {
  background: #114470;
}
.news .news-mail .mail-cont .cont-item:hover .item-cent .cent-time {
  color: #fff;
  opacity: 1;
}
.news .news-mail .mail-cont .cont-item:hover .item-cent .cent-title .title-text {
  color: #fff;
}
.news .news-mail .mail-cont .cont-item:hover .item-cent .cent-botton {
  background: #cfa14c;
}
.news .news-mail .mail-cont .cont-item:hover .item-cent .cent-botton .img2 {
  opacity: 1;
}
.news .news-mail .mail-cont .cont-item:hover .item-cent .cent-botton .img1 {
  opacity: 0;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.newsDetails .newsDetails-mail {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-mail .mail-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #eeeeee;
}
.newsDetails .newsDetails-mail .mail-top .top-cent {
  width: 67%;
  height: auto;
}
.newsDetails .newsDetails-mail .mail-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 0.4rem;
  color: #114470;
}
.newsDetails .newsDetails-mail .mail-top .top-cent .cent-time {
  margin-top: 0.24rem;
  font-size: 14px;
  color: #999;
}
.newsDetails .newsDetails-mail .mail-top .top-cent .cent-time span {
  font-family: 'MontserratBold';
  color: #cfa14c;
}
.newsDetails .newsDetails-mail .mail-top .top-botton {
  width: 1.78rem;
  height: 0.56rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #114470;
}
.newsDetails .newsDetails-mail .mail-top .top-botton img {
  width: 0.18rem;
  margin: -0.04rem 0.1rem 0 0;
}
.newsDetails .newsDetails-mail .mail-top .top-botton:hover {
  background: #cfa14c;
}
.newsDetails .newsDetails-mail .mail-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.newsDetails .newsDetails-mail .mail-cont .cont-box {
  width: 62.8%;
  height: auto;
}
.newsDetails .newsDetails-mail .mail-cont .cont-box .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.newsDetails .newsDetails-mail .mail-cont .cont-box .box-bottom .bottom-title {
  width: 100%;
  height: 48px;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-mail .mail-cont .cont-box .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  color: #666;
}
.newsDetails .newsDetails-mail .mail-cont .cont-box .box-bottom .bottom-title a:hover {
  color: #114470;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent {
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent .cent-text {
  margin-bottom: 0.3rem;
  font-size: 16px;
  text-indent: 32px;
  line-height: 36px;
  color: #666;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent .cent-text:last-child {
  margin-bottom: 0;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent .cent-pic {
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  text-align: center;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent .cent-pic img {
  max-width: 100%;
  width: auto;
}
.newsDetails .newsDetails-mail .mail-cont .cont-cent .cent-title {
  font-size: 16px;
  font-weight: bold;
  text-indent: 32px;
  line-height: 36px;
  color: #333;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list {
  width: 30%;
  height: auto;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-title {
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #333;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item .item-pic {
  width: 1.74rem;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item .item-cent {
  flex: 1;
  height: auto;
  padding-left: 0.3rem;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item .item-cent .cent-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #d6d6d6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item:hover .item-cent .cent-time {
  color: #cfa14c;
}
.newsDetails .newsDetails-mail .mail-cont .cont-list .list-item:hover .item-cent .cent-title {
  color: #114470;
}
.viewer-toolbar {
  width: 500px !important;
  padding: 10px 0 !important;
}
.viewer-toolbar > li {
  width: 40px !important;
  height: 40px !important;
}
.viewer-toolbar > li + li {
  margin-left: 3px !important;
}
.viewer-toolbar > li:before {
  margin: 10px !important;
}
.viewer-toolbar > .viewer-play {
  width: 60px !important;
  height: 60px !important;
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.viewer-toolbar > .viewer-play:before {
  margin: 20px !important;
}
.viewer-toolbar > li:hover {
  background: #cfa14c !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .but-active {
  background: #114470 !important;
  color: #fff !important;
}
.page-number .but-box {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 22px;
  font-family: 'MontserratBold';
  font-size: 16px;
  text-align: center;
  line-height: 0.6rem;
  color: #114470;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left,
.page-number .but-box .but-right {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-right {
  background: url(../images/icon/icon-plate2-next.png) no-repeat center;
  background-size: 13px;
}
.page-number .but-box:hover {
  color: #fff;
  background: #114470;
}
.page-number .but-box:hover .but-right {
  background: url(../images/icon/icon-plate2-next-active.png) no-repeat center;
  background-size: 13px;
}
.Wpage-number {
  display: none;
}
@keyframes Around {
  from {
    width: 1.05rem;
    height: 1.05rem;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  to {
    width: 1.9rem;
    height: 1.9rem;
    border: solid 1px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes Around {
  /* Safari 与 Chrome */
  from {
    width: 1.05rem;
    height: 1.05rem;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  to {
    width: 1.9rem;
    height: 1.9rem;
    border: solid 1px rgba(255, 255, 255, 0);
  }
}
