.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
    background: #fff;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    width: 1rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .box-right {
    display: none;
  }
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    margin-left: 0.4rem;
    outline: none;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-menu img {
    width: 0.65rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  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 .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-suosou {
    border: solid 1px rgba(76, 69, 139, 0.3);
  }
  nav .nav-main-active .main-cont .main-web-right .right-suosou .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-suosou .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont {
    border: solid 1px rgba(76, 69, 139, 0.3);
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-text {
    color: #000;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img1,
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-arrow .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2,
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-arrow .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.09);
    background: #fff;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-suosou {
    border: solid 1px rgba(76, 69, 139, 0.3);
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-suosou .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-suosou .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont {
    border: solid 1px rgba(76, 69, 139, 0.3);
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-text {
    color: #000;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img1,
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-arrow .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2,
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-arrow .img2 {
    opacity: 1;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #2ba6e0;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #eee;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 1rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #2ba6e0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.3rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.34rem 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #2ba6e0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 9.6rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    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.52rem;
    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 .slide-box .box-cent .cent-English {
    width: 6.6rem;
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-pic2 {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: 0.48rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'gilroy-regular';
    font-size: 0.3rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-cont {
    width: 3.5rem;
    height: auto;
    padding: 0.3rem;
    margin-top: 0.6rem;
    background: #ffffff;
  }
  header .head-banner .banner-cent .cent-cont .cont-English {
    font-family: "Arial";
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
  }
  header .head-banner .banner-cent .cent-cont .cont-title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #000;
  }
  header .head-banner .banner-cent .cent-cont .cont-text {
    margin-top: 0.25rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #000;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .scroll-on {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    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: 0.28rem;
    text-align: center;
    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-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2ba6e0;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    background: #161617;
  }
  footer .foot-main {
    display: none;
    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: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.6rem 0.6rem;
  }
  footer .foot-bottom .bottom-cent {
    width: auto;
    height: auto;
    text-align: center;
  }
  footer .foot-bottom .bottom-cent a {
    margin-left: 0.35rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.28rem;
    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 {
    margin-top: 0.36rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.28rem;
    text-align: center;
    color: #d4d4d4;
  }
  footer .foot-bottom .bottom-zizhi a {
    font-size: 0.28rem;
    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;
    flex-wrap: wrap;
    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: 100%;
    height: auto;
    margin: 0.2rem 0;
    padding: 0.8rem 0.5rem 0.7rem;
    background: linear-gradient(180deg, #dbdbdc, #f6f6f6);
  }
  .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: 0.28rem;
    line-height: 0.44rem;
    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;
  }
  .container .cont-plate2 {
    width: 100%;
    height: 8.6rem;
    background-image: url('../images/plate2-web-bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .container .cont-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0.65rem 0.3rem 0;
  }
  .container .cont-plate2 .plate2-main .main-cent {
    width: 100%;
    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.3rem;
    line-height: 0.48rem;
    color: #fff;
  }
  .container .cont-plate3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .container .cont-plate3 .plate3-title {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.48rem;
    text-align: center;
    color: #000;
  }
  .container .cont-plate3 .plate3-text {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #4f4f4f;
  }
  .container .cont-plate3 .plate3-mask {
    width: 0%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-box .box-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-box .box-cont .cont-swiper .swiper-slide {
    width: 85%;
    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.4rem;
    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 {
    display: none;
    position: absolute;
    top: 50%;
    left: -1.05rem;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    background: #2ba6e0;
    z-index: 9;
    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;
  }
  .productDetails {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetails .productDetails-top .top-main .main-cent {
    width: 100%;
    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: 0.3rem;
    line-height: 0.52rem;
    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.1rem;
    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: 1rem;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetails .productDetails-top .top-main .main-pic .pic-box {
    position: relative;
    width: 100%;
    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: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .productDetails .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide {
    width: calc(100% / 3 - 10px);
    height: auto;
    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;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: 0;
    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 {
    left: -0.2rem;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .productDetails .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
    left: auto;
    right: -0.2rem;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .productDetails .productDetails-subnav {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    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 {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2ba6e0;
    z-index: 69;
  }
  .productDetails .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .productDetails .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .productDetails .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .productDetails .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .productDetails .productDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 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.46rem;
    color: #000;
  }
  .productDetails .productDetails-main .main-plate1 .plate1-table {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    overflow: scroll;
  }
  .productDetails .productDetails-main .main-plate1 .plate1-table table {
    width: 15.36rem;
    border-top: solid 2px #333333;
  }
  .productDetails .productDetails-main .main-plate1 .plate1-table td {
    padding: 15px 10px;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.28rem;
    line-height: 0.46rem;
    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.46rem;
    text-align: center;
    color: #000;
  }
  .productDetails .productDetails-main .main-plate2 .plate2-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetails .productDetails-main .main-plate2 .plate2-box .box-item {
    width: 48%;
    height: auto;
    margin-left: 0;
    margin-top: 0.6rem;
  }
  .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.28rem;
    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: 0.24rem;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetails2 .productDetails-top .top-main .main-cent {
    width: 100%;
    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: 0.3rem;
    line-height: 0.52rem;
    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.1rem;
    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: 1rem;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetails2 .productDetails-top .top-main .main-pic .pic-box {
    position: relative;
    width: 100%;
    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: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .productDetails2 .productDetails-top .top-main .main-pic .pic-cont .cont-swiper .swiper-slide {
    width: calc(100% / 3 - 10px);
    height: auto;
    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;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: 0;
    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 {
    left: -0.2rem;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .productDetails2 .productDetails-top .top-main .main-pic .pic-cont .top-swiper-button-next {
    left: auto;
    right: -0.2rem;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .productDetails2 .productDetails-subnav {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    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 {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2ba6e0;
    z-index: 69;
  }
  .productDetails2 .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .productDetails2 .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .productDetails2 .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .productDetails2 .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .productDetails2 .productDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 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.46rem;
    color: #000;
  }
  .productDetails2 .productDetails-main .main-plate1 .plate1-text {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .productDetails2 .productDetails-main .main-plate1 .plate1-subtitle {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    line-height: 0.48rem;
    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.46rem;
    text-align: center;
    color: #000;
  }
  .productDetails2 .productDetails-main .main-plate2 .plate2-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetails2 .productDetails-main .main-plate2 .plate2-box .box-item {
    width: 48%;
    height: auto;
    margin-left: 0;
    margin-top: 0.6rem;
  }
  .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.28rem;
    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: 0.24rem;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-main .main-cent .cent-title {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.46rem;
    color: #2b2b2b;
  }
  .about .about-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #2b2b2b;
  }
  .about .about-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .solution .solution-main .main-item {
    display: block;
    position: relative;
    width: 100%;
    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.4rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .contact .contact-main .main-title {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.46rem;
    text-align: center;
    text-transform: uppercase;
    color: #2b2b2b;
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .contact .contact-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-item .item-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4rem;
    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: 0.3rem;
    text-align: center;
    color: #2ba6e0;
  }
  .contact .contact-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #2b2b2b;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0.7rem;
  }
  .product .product-main .box-item {
    width: 48%;
    height: auto;
    margin-left: 0;
    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.32rem;
    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: 0.24rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .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: 0.26rem;
    font-weight: bold;
    color: #ccc;
  }
  .download .download-main .main-item .item-cent .cent-title {
    margin-left: 0.3rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    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: 100%;
    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: 0.3rem;
    color: #666;
  }
  .news .news-main .main-top .top-cent .cent-title {
    margin-top: 0.12rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.34rem;
    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: 0.28rem;
    line-height: 0.46rem;
    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: 0.28rem;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .news .news-main .main-item .item-pic {
    width: 100%;
    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: 100%;
    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: 0.3rem;
    color: #666;
  }
  .news .news-main .main-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.34rem;
    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: 0.28rem;
    line-height: 0.44rem;
    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: 0.28rem;
    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: 1.2rem;
  }
  .newsDetail .newsDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.3rem;
  }
  .newsDetail .newsDetail-main .main-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #2ba6e0;
  }
  .newsDetail .newsDetail-main .main-title {
    padding: 0.2rem 0 0.4rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.46rem;
    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: 0.28rem;
    line-height: 0.46rem;
    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.5rem;
    height: 0.8rem;
    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: 3rem;
    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: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #2ba6e0;
  }
}
