.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  position: relative;
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 72px;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .box-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .box-right .right-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100px;
  color: #333;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #2ba6e0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-link-active {
  font-weight: bold;
  color: #2ba6e0;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  height: 72px;
  padding-left: 0.4rem;
  line-height: 72px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-list a {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #cccccc;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-list a:hover {
  color: #fff;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li .li-list span {
  display: inline-block;
  margin: 0 0.3rem;
  font-size: 14px;
  color: #cccccc;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li:hover .li-link {
  font-weight: bold;
  color: #2ba6e0 !important;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li-active .li-link {
  color: #2ba6e0;
}
nav .nav-main .main-cont .box-right .right-nav .nav-li-active .li-link::after {
  width: 100%;
}
nav .nav-main .main-cont .box-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.15rem;
}
nav .nav-main .main-cont .box-right .right-lang .lang-link {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
nav .nav-main .main-cont .box-right .right-lang .lang-link-active {
  color: #2ba6e0;
}
nav .nav-main .main-cont .box-right .right-lang span {
  margin: 0 0.06rem;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
nav .nav-main .main-cont .box-right .right-icon {
  position: relative;
  width: 16px;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .box-right .right-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  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;
}
nav .nav-main .main-cont .box-right .right-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .box-right .right-icon input {
  position: absolute;
  top: 50%;
  right: -0.12rem;
  width: 2.6rem;
  height: 0.5rem;
  padding: 0 0.4rem 0 0.25rem;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666;
  border-radius: 0.45rem;
  border: solid 2px #2ba6e0;
  opacity: 0;
  visibility: hidden;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .box-right .right-icon input::placeholder {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666;
}
nav .nav-main .main-cont .box-right .right-icon:hover input {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #2ba6e0;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .box-right .right-nav .nav-li .li-link {
  color: #333 !important;
}
nav .nav-main-active3 .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main-active3 .main-cont .box-right .right-nav .nav-li .li-link {
  color: #fff;
}
nav .nav-main-active {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.09);
  background: #fff;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .box-right .right-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0 0 0.41rem rgba(64, 64, 64, 0.15);
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.72rem;
  text-align: center;
  color: #333;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: auto;
  height: 100%;
}
header .head-banner .banner-cent {
  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%);
}
header .head-banner .banner-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.6rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-cent .cent-cont {
  width: 4.6rem;
  height: auto;
  padding: 0.9rem 0.8rem 0.8rem 0.6rem;
  background: #ffffff;
}
header .head-banner .banner-cent .cent-cont .cont-English {
  font-family: "Arial";
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #2ba6e0;
  background: #2ba6e0;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev {
  left: 0;
}
header .head-banner .banner-swiper-button-next {
  right: 0;
}
header .head-banner .scroll-on {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .scroll-on .scroll-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .scroll-on .scroll-icon {
  width: 20px;
  height: auto;
  margin: 16px auto 0;
  overflow: hidden;
}
header .head-banner .scroll-on .scroll-icon img {
  width: 100%;
  animation: run 1.5s infinite linear;
}
header .head-banner:hover .banner-swiper-button-prev {
  left: 0.9rem;
  opacity: 1;
}
header .head-banner:hover .banner-swiper-button-next {
  right: 0.9rem;
  opacity: 1;
}
header .head-strip {
  width: 100%;
  height: 1rem;
  border-bottom: solid 1px #f0f0f0;
  background: #fff;
  overflow: hidden;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.4rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 74%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 14px;
  line-height: 1rem;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0.14rem;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #2ba6e0;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2ba6e0;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
}
header .head-strip .strip-box .box-left .left-list:hover {
  background: #eef7ff;
  border-left: solid 1px #d6eefd;
  border-right: solid 1px #d6eefd;
}
header .head-strip .strip-box .box-left .left-list:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
header .head-strip .strip-box .box-left .left-list:hover::before {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-left .left-list:hover a {
  font-weight: bold;
  color: #2ba6e0;
}
header .head-strip .strip-box .box-left .left-list-active {
  background: #eef7ff;
  border-left: solid 1px #d6eefd;
  border-right: solid 1px #d6eefd;
}
header .head-strip .strip-box .box-left .left-list-active::after {
  opacity: 1;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
header .head-strip .strip-box .box-left .left-list-active::before {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-left .left-list-active a {
  font-weight: bold;
  color: #2ba6e0;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 26%;
  text-align: right;
  line-height: 0.9rem;
}
header .head-strip .strip-box .box-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  background: #f5f5f5;
}
header .head-strip .strip-box .box-right .right-icon1 {
  position: relative;
  width: 14px;
  margin-right: 10px;
  z-index: 9;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  width: 100%;
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-text {
  position: relative;
  width: auto;
  font-size: 14px;
  color: #999;
  z-index: 9;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #2ba6e0;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 4px;
  margin: 0 0.08rem;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #2ba6e0;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #161617;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.1rem;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 2.55rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 20px;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #2ba6e0;
}
footer .foot-main .main-nav .nav-item .item-list {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-list a {
  display: block;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 30px;
  color: #d1d1d1;
}
footer .foot-main .main-nav .nav-item .item-list a:hover {
  color: #2ba6e0;
}
footer .foot-main .main-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main .main-share .share-item {
  width: 45px;
  height: 45px;
  margin-left: 0.1rem;
  text-align: center;
  line-height: 45px;
  background: #2a2a2b;
  border-radius: 50%;
}
footer .foot-main .main-share .share-item:first-of-type {
  margin-left: 0;
}
footer .foot-main .main-share .share-item img {
  width: 18px;
}
footer .foot-main .main-share .share-item:hover {
  background: #2ba6e0;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}
footer .foot-bottom .bottom-cent {
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-cent a {
  margin-left: 0.35rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #d4d4d4;
}
footer .foot-bottom .bottom-cent a:first-of-type {
  margin-left: 0;
}
footer .foot-bottom .bottom-cent a:hover {
  color: #2ba6e0;
}
footer .foot-bottom .bottom-zizhi {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #d4d4d4;
}
footer .foot-bottom .bottom-zizhi a {
  font-size: 16px;
  color: #d4d4d4;
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #2ba6e0;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: calc(50% - 0.1rem);
  height: 6.96rem;
  margin: 0.2rem 0;
  padding: 0.8rem 0.8rem 0.7rem;
  background: linear-gradient(180deg, #dbdbdc, #f6f6f6);
  overflow: hidden;
}
.container .cont-plate1 .plate1-item .item-cent {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-plate1 .plate1-item .item-cent .cent-text {
  width: 100%;
  margin: 0.12rem auto 0;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.container .cont-plate1 .plate1-item .item-pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 3.92rem;
  margin-top: 0.2rem;
  text-align: center;
}
.container .cont-plate1 .plate1-item .item-pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-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-plate2 {
  width: 100%;
  height: 8.6rem;
  background-image: url('../images/plate2-bg.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-cent {
  width: 7.7rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #fff;
}
.container .cont-plate3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.container .cont-plate3 .plate3-title {
  width: 100%;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-text {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 24px;
  text-align: center;
  color: #4f4f4f;
}
.container .cont-plate3 .plate3-mask {
  width: 10%;
  height: auto;
  background: #fff;
  z-index: 6;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 90%;
  height: auto;
  z-index: 6;
}
.container .cont-plate3 .plate3-main .main-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .box-cont {
  width: 15.36rem;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  z-index: -1;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide {
  width: calc(33.33% - 20px);
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide .slide-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide .slide-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.4rem 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}
.container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide .slide-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next {
  position: absolute;
  left: -1.05rem;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  background: #2ba6e0;
  z-index: 99;
  opacity: 0.6;
  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-plate3 .plate3-main .plate3-swiper-button-prev img,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next img {
  width: 8px;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev:hover,
.container .cont-plate3 .plate3-main .plate3-swiper-button-next:hover {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-prev {
  top: 46%;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-next {
  top: 60%;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-next img {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.productDetails {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.productDetails .productDetails-top {
  width: 100%;
  height: auto;
  background: #f2f2f2 url(../images/product/plate1-bg.png) no-repeat center center;
}
.productDetails .productDetails-top .top-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.86rem 0;
}
.productDetails .productDetails-top .top-main .main-cent {
  width: 6rem;
  height: auto;
}
.productDetails .productDetails-top .top-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #000;
}
.productDetails .productDetails-top .top-main .main-cent .cent-text {
  margin-top: 0.35rem;
  padding-left: 15px;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.productDetails .productDetails-top .top-main .main-cent .cent-text span {
  position: relative;
}
.productDetails .productDetails-top .top-main .main-cent .cent-text span::before {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #2ba6e0;
}
.productDetails .productDetails-top .top-main .main-cent .cent-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.productDetails .productDetails-top .top-main .main-cent .cent-button .button-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 50px;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #fff;
  background: #2ba6e0;
  border-radius: 5px;
  border: solid 2px #2ba6e0;
}
.productDetails .productDetails-top .top-main .main-cent .cent-button .button-one:hover {
  color: #2ba6e0;
  background: transparent;
}
.productDetails .productDetails-top .top-main .main-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9.3rem;
  height: auto;
}
.productDetails .productDetails-top .top-main .main-pic .pic-box {
  position: relative;
  width: 7.6rem;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-top .top-main .main-pic .pic-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont {
  position: relative;
  width: 1.1rem;
  height: 3.4rem;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic:hover {
  border: solid 1px #2ba6e0;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic-active {
  border: solid 1px #2ba6e0;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev,
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev img,
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev:hover,
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next:hover {
  background: #2ba6e0;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev {
  top: -90px;
}
.productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
  bottom: -90px;
}
.productDetails .productDetails-subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 0.27rem rgba(0, 0, 0, 0.09);
}
.productDetails .productDetails-subnav .subnav-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 80px;
  color: #000;
  cursor: pointer;
}
.productDetails .productDetails-subnav .subnav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2ba6e0;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-subnav .subnav-item:hover {
  color: #2ba6e0;
}
.productDetails .productDetails-subnav .subnav-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetails .productDetails-subnav .subnav-item-active {
  font-family: 'MONTSERRAT-REGULAR';
  color: #2ba6e0;
}
.productDetails .productDetails-subnav .subnav-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetails .head-Wnav {
  display: none;
}
.productDetails .productDetails-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.productDetails .productDetails-main .main-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.productDetails .productDetails-main .main-plate1 .plate1-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  color: #000;
}
.productDetails .productDetails-main .main-plate1 .plate1-table {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.productDetails .productDetails-main .main-plate1 .plate1-table table {
  width: 100%;
  border-top: solid 2px #333333;
}
.productDetails .productDetails-main .main-plate1 .plate1-table th {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
  background: #f7f7f7;
  border: none !important;
}
.productDetails .productDetails-main .main-plate1 .plate1-table th:first-of-type {
  padding-left: 0.2rem;
  text-align: left;
}
.productDetails .productDetails-main .main-plate1 .plate1-table td {
  padding: 15px 10px;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 22px;
  color: #666;
  vertical-align: top;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
.productDetails .productDetails-main .main-plate2 {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-plate2 .plate2-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  text-align: center;
  color: #000;
}
.productDetails .productDetails-main .main-plate2 .plate2-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item {
  width: calc(100% / 4 - 0.345rem);
  height: auto;
  margin-left: 0.45rem;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item:first-of-type {
  margin-left: 0;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-title {
  margin-top: 0.24rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-link {
  display: inline-block;
  position: relative;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-link:hover {
  color: #2ba6e0;
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item .item-link:hover::after {
  background: #2ba6e0;
}
.productDetails .productDetails-main .main-plate2 .plate2-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));
}
.productDetails .productDetails-main .main-plate2 .plate2-box .box-item:hover .item-title {
  color: #2ba6e0;
}
.productDetails2 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.productDetails2 .productDetails-top {
  width: 100%;
  height: auto;
  background: #f2f2f2 url(../images/product/plate1-bg.png) no-repeat center center;
}
.productDetails2 .productDetails-top .top-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.86rem 0;
}
.productDetails2 .productDetails-top .top-main .main-cent {
  width: 6rem;
  height: auto;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #000;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-text {
  margin-top: 0.35rem;
  padding-left: 15px;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-text span {
  position: relative;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-text span::before {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #2ba6e0;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-button .button-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 50px;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #fff;
  background: #2ba6e0;
  border-radius: 5px;
  border: solid 2px #2ba6e0;
}
.productDetails2 .productDetails-top .top-main .main-cent .cent-button .button-one:hover {
  color: #2ba6e0;
  background: transparent;
}
.productDetails2 .productDetails-top .top-main .main-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9.3rem;
  height: auto;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-box {
  position: relative;
  width: 7.6rem;
  height: auto;
  overflow: hidden;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont {
  position: relative;
  width: 1.1rem;
  height: 3.4rem;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic:hover {
  border: solid 1px #2ba6e0;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-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));
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide .slide-pic-active {
  border: solid 1px #2ba6e0;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev,
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev img,
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev:hover,
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next:hover {
  background: #2ba6e0;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-prev {
  top: -90px;
}
.productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
  bottom: -90px;
}
.productDetails2 .productDetails-subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 0.27rem rgba(0, 0, 0, 0.09);
}
.productDetails2 .productDetails-subnav .subnav-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 80px;
  color: #000;
  cursor: pointer;
}
.productDetails2 .productDetails-subnav .subnav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2ba6e0;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-subnav .subnav-item:hover {
  color: #2ba6e0;
}
.productDetails2 .productDetails-subnav .subnav-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetails2 .productDetails-subnav .subnav-item-active {
  font-family: 'MONTSERRAT-REGULAR';
  color: #2ba6e0;
}
.productDetails2 .productDetails-subnav .subnav-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetails2 .head-Wnav {
  display: none;
}
.productDetails2 .productDetails-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.productDetails2 .productDetails-main .main-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.productDetails2 .productDetails-main .main-plate1 .plate1-title {
  margin-bottom: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  color: #000;
}
.productDetails2 .productDetails-main .main-plate1 .plate1-text {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.productDetails2 .productDetails-main .main-plate1 .plate1-subtitle {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.productDetails2 .productDetails-main .main-plate2 {
  width: 100%;
  height: auto;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  text-align: center;
  color: #000;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item {
  width: calc(100% / 4 - 0.345rem);
  height: auto;
  margin-left: 0.45rem;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item:first-of-type {
  margin-left: 0;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-title {
  margin-top: 0.24rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-link {
  display: inline-block;
  position: relative;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-link:hover {
  color: #2ba6e0;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item .item-link:hover::after {
  background: #2ba6e0;
}
.productDetails2 .productDetails-main .main-plate2 .plate2-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));
}
.productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item:hover .item-title {
  color: #2ba6e0;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.about .about-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.about .about-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  color: #2b2b2b;
}
.about .about-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 30px;
  color: #2b2b2b;
}
.about .about-main .main-pic {
  width: 50%;
  height: auto;
}
.about .about-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-main .main-pic:hover {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 ;
}
.solution .solution-main .main-item {
  display: block;
  position: relative;
  width: calc(50% - 0.18rem);
  height: auto;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solution-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.3rem 0.3rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}
.solution .solution-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.contact .contact-main .main-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  text-align: center;
  text-transform: uppercase;
  color: #2b2b2b;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.contact .contact-main .main-box .box-item {
  width: 50%;
  height: auto;
}
.contact .contact-main .main-box .box-item .item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background: #2ba6e0;
}
.contact .contact-main .main-box .box-item .item-icon img {
  width: 32px;
}
.contact .contact-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  text-align: center;
  color: #2ba6e0;
}
.contact .contact-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2b2b2b;
}
.product {
  width: 100%;
  height: auto;
}
.product .product-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 0.7rem;
}
.product .product-main .box-item {
  width: calc(100% / 4 - 0.345rem);
  height: auto;
  margin-left: 0.45rem;
  margin-bottom: 0.6rem;
}
.product .product-main .box-item:nth-child(4n + 1) {
  margin-left: 0;
}
.product .product-main .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-main .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .box-item .item-title {
  margin-top: 0.24rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .box-item .item-link {
  display: inline-block;
  position: relative;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .box-item .item-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .box-item .item-link:hover {
  color: #2ba6e0;
}
.product .product-main .box-item .item-link:hover::after {
  background: #2ba6e0;
}
.product .product-main .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));
}
.product .product-main .box-item:hover .item-title {
  color: #2ba6e0;
}
.download {
  width: 100%;
  height: auto;
}
.download .download-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.download .download-main .main-title {
  margin-bottom: 0.5rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.download .download-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  background: #f5f5f5;
}
.download .download-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 50px);
  height: auto;
}
.download .download-main .main-item .item-cent .cent-time {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.download .download-main .main-item .item-cent .cent-title {
  margin-left: 0.3rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-item .cent-icon {
  position: relative;
  width: 30px;
  height: 42px;
}
.download .download-main .main-item .cent-icon img {
  position: absolute;
  width: 100%;
  height: atuo;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-item .cent-icon .img2 {
  opacity: 0;
}
.download .download-main .main-item:hover .item-cent .cent-title {
  color: #2ba6e0;
}
.download .download-main .main-item:hover .cent-icon .img1 {
  opacity: 0;
}
.download .download-main .main-item:hover .cent-icon .img2 {
  opacity: 1;
}
.news {
  width: 100%;
  height: auto;
}
.news .news-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.news .news-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent {
  width: 50%;
  padding: 0.78rem 0.5rem 0.5rem 0.8rem;
  background: #f5f6f7;
}
.news .news-main .main-top .top-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  color: #666;
}
.news .news-main .main-top .top-cent .cent-title {
  margin-top: 0.12rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .top-cent .cent-button {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #2ba6e0;
  margin-top: 0.5rem;
}
.news .news-main .main-top .top-cent .cent-button img {
  width: 6px;
  margin: -0.04rem 0 0 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-button:hover img {
  margin: -0.04rem 0 0 15px;
}
.news .news-main .main-top:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-top:hover .top-cent .cent-title {
  color: #2ba6e0;
}
.news .news-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.news .news-main .main-item .item-pic {
  width: 35.1%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent {
  width: 62.8%;
  height: auto;
  padding-top: 0.2rem;
  border-top: solid 1px #f5f6f7;
}
.news .news-main .main-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  color: #666;
}
.news .news-main .main-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-item .item-cent .cent-button {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  color: #2ba6e0;
  margin-top: 0.8rem;
}
.news .news-main .main-item .item-cent .cent-button img {
  width: 6px;
  margin: -0.04rem 0 0 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-button:hover img {
  margin: -0.04rem 0 0 15px;
}
.news .news-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-item:hover .item-cent .cent-title {
  color: #2ba6e0;
}
.newsDetail {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.newsDetail .newsDetail-main {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.3rem;
}
.newsDetail .newsDetail-main .main-time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  color: #2ba6e0;
}
.newsDetail .newsDetail-main .main-title {
  padding: 0.2rem 0 0.4rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  color: #000;
  border-bottom: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetail .newsDetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item {
  position: relative;
  width: 1.04rem;
  height: 0.64rem;
  margin-right: 4px;
  border: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover {
  width: 2.54rem;
  background: #2ba6e0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img2 {
  opacity: 1;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .page-left,
.page-number .page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 5px;
  font-size: 12px;
  color: #999;
  border: solid 1px #efefef;
  border-radius: 0.45rem;
}
.page-number .page-left span,
.page-number .page-right span {
  position: relative;
  width: 6px;
  height: 10px;
}
.page-number .page-left span img,
.page-number .page-right span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .page-left span .img2,
.page-number .page-right span .img2 {
  opacity: 0;
}
.page-number .page-left:hover,
.page-number .page-right:hover {
  color: #fff;
  border: solid 1px #2ba6e0;
  background: #2ba6e0;
}
.page-number .page-left:hover span .img1,
.page-number .page-right:hover span .img1 {
  opacity: 0;
}
.page-number .page-left:hover span .img2,
.page-number .page-right:hover span .img2 {
  opacity: 1;
}
.page-number .page-left span {
  margin-right: 0.1rem;
}
.page-number .page-right span {
  margin-left: 0.1rem;
}
.page-number .page-item {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #999;
  background: #efeff3;
  border-radius: 50%;
}
.page-number .page-item:hover {
  color: #fff;
  background: #2ba6e0;
}
.page-number .page-item-active {
  color: #fff;
  background: #2ba6e0;
}
.Wpage-number {
  display: none;
}
@keyframes run {
  from {
    transform: translatey(-130%);
    -o-transform: translatey(-130%);
    -moz-transform: translatey(-130%);
    -webkit-transform: translatey(-130%);
  }
  to {
    transform: translatey(130%);
    -o-transform: translatey(130%);
    -moz-transform: translatey(130%);
    -webkit-transform: translatey(130%);
  }
}
@keyframes turn {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
    opacity: 1;
  }
  100% {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
    opacity: 0.4;
  }
}
