.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    width: 2rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-nav,
  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 .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 22px;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon {
    position: relative;
    width: 22px;
    height: 22px;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2.5rem;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0.2rem);
    -o-transform: translate(-50%, 0.2rem);
    -moz-transform: translate(-50%, 0.2rem);
    -webkit-transform: translate(-50%, 0.2rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: 44px;
    height: 37px;
    background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav .subnav-link {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #1c1d21;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav .subnav-link:hover {
    color: #1a61af;
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-cont .cont-arrow img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 22px;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-serach img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-menu img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .box-menu .img2 {
    opacity: 0;
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-serach .img1,
  nav .nav-main:hover .main-cont .main-web-right .box-menu .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-web-right .right-serach .img2,
  nav .nav-main:hover .main-cont .main-web-right .box-menu .img2 {
    opacity: 1;
  }
  nav .nav-main-active {
    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 .main-web-right .right-lang .lang-cont .cont-icon .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-web-right .right-serach .img1,
  nav .nav-main-active .main-cont .main-web-right .box-menu .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-web-right .right-serach .img2,
  nav .nav-main-active .main-cont .main-web-right .box-menu .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 {
    background: #fff;
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-serach .img1,
  nav .nav-main-active2 .main-cont .main-web-right .box-menu .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-web-right .right-serach .img2,
  nav .nav-main-active2 .main-cont .main-web-right .box-menu .img2 {
    opacity: 1;
  }
  nav .nav-cont {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1a61af;
    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: 2rem;
    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-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    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-suosou 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-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #1a61af;
    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.15rem;
    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.25rem;
  }
  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: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon 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 .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #1a61af;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  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.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .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: 40%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0;
    font-family: 'Gilroy-Light';
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-link {
    width: auto;
    height: auto;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-link img {
    width: 6px;
    margin: -2px 0 0 8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-link:hover img {
    margin: -2px 0 0 20px;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 8rem;
    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: 35%;
    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-family: 'gilroy-bold';
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    width: 100%;
    margin: 0.2rem auto 0;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  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: #1a61af;
    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: #272727;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0;
  }
  footer .foot-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-logo {
    width: 100px;
    height: auto;
  }
  footer .foot-main .main-top .top-logo img {
    width: 100%;
  }
  footer .foot-main .main-top .top-main {
    display: none;
    justify-content: space-between;
    width: 680px;
    height: auto;
  }
  footer .foot-main .main-top .top-main .main-item {
    width: auto;
    height: auto;
  }
  footer .foot-main .main-top .top-main .main-item .item-title {
    font-size: 18px;
    color: #fff;
  }
  footer .foot-main .main-top .top-main .main-item .item-cent {
    width: auto;
    height: auto;
    margin-top: 0.35rem;
  }
  footer .foot-main .main-top .top-main .main-item .item-cent .cent-link {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #aba9a9;
  }
  footer .foot-main .main-top .top-main .main-item .item-cent .cent-link:hover {
    color: #fff;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  footer .foot-main .main-cont .cont-left {
    width: auto;
    height: auto;
  }
  footer .foot-main .main-cont .cont-left .left-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-left .left-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-cont .cont-share .share-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-main .main-cont .cont-share .share-item img {
    width: 0.4rem;
  }
  footer .foot-main .main-cont .cont-share .share-item .item-ewm {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 1;
    margin-left: -55px;
    width: 110px;
    background-color: #fff;
    box-shadow: 0px 0px 46px 0px rgba(6, 0, 1, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translatey(10px);
    -o-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -webkit-transform: translatey(10px);
  }
  footer .foot-main .main-cont .cont-share .share-item .item-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-share .share-item .item-ewm::before {
    content: "";
    border: 7px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 100%;
    z-index: 1;
  }
  footer .foot-main .main-cont .cont-share .share-item:last-of-type .item-ewm {
    left: 0%;
    margin-left: -70px;
  }
  footer .foot-main .main-cont .cont-share .share-item:last-of-type .item-ewm::before {
    left: 80%;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover {
    background: #3d3d3d;
    border: solid 1px rgba(255, 255, 255, 0);
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.2rem 0 0.3rem;
    margin-top: 0.2rem;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  footer .foot-main .main-bottom .bottom-left {
    width: 100%;
    font-size: 0.26rem;
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-left a {
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-left a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-right a {
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-right a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right span {
    margin: 0 0.1rem;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .container .cont-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .container .cont-plate1 .plate1-main .main-text {
    width: 100%;
    margin: 0.2rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: calc(100% / 3 - 0.2rem);
    height: auto;
    background-color: #000;
  }
  .container .cont-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }
  .container .cont-plate1 .plate1-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-box .box-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.3rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .container .cont-plate2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.18rem;
  }
  .container .cont-plate2 .plate2-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-title {
    font-family: 'gilroy-bold';
    font-size: 0.48rem;
    text-align: center;
    color: #141414;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    text-align: center;
    color: #141414;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-link {
    width: auto;
    height: auto;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    text-align: center;
    color: #242424;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-link img {
    width: 6px;
    margin: -2px 0 0 8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-link:hover img {
    margin: -2px 0 0 20px;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
  }
  .container .cont-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .container .cont-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link {
    width: auto;
    height: auto;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link img {
    width: 6px;
    margin: -2px 0 0 8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-link:hover img {
    margin: -2px 0 0 20px;
  }
  .container .cont-plate3 .plate3-main .swiper-slide-active .slide-box .box-pic img {
    opacity: 0.9;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: auto;
    opacity: 0.6;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev img,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev:hover,
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next:hover {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .plate3-swiper-button-next {
    right: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-bottom {
    display: none;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .cont-plate3 .plate3-main .main-bottom .bottom-item {
    position: relative;
    width: calc(25% - 0.12rem);
    height: auto;
    margin: 0 0.08rem;
    padding: 0.25rem 0 0.35rem;
    font-size: 0.3rem;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-bottom .bottom-item::after {
    content: "";
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate3 .plate3-main .main-bottom .bottom-item-active::after {
    width: 100%;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .container .cont-plate4 .plate4-title {
    font-size: 0.48rem;
    text-align: center;
    font-weight: bold;
    color: #141414;
  }
  .container .cont-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .container .cont-plate4 .plate4-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-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;
  }
  .container .cont-plate4 .plate4-main .main-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .container .cont-plate4 .plate4-main .main-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-left .left-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-left .left-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-left .left-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-plate4 .plate4-main .main-left .left-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .container .cont-plate4 .plate4-main .main-left .left-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-left .left-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-left .left-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product-E6 {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.1rem;
  }
  .product-E6 .product-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate1 .plate1-main .main-top {
    position: relative;
    width: 100%;
    height: auto;
    background: #f3f4f6 url(../images/product/bg.jpg) no-repeat top left;
    background-size: cover;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 0;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic img {
    width: 100%;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .swiper-slide-active .slide-pic {
    opacity: 1;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev,
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
    position: absolute;
    top: 70%;
    width: 16px;
    height: auto;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev img,
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next img {
    width: 100%;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev {
    left: 0.3rem;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
    right: 0.3rem;
  }
  .product-E6 .product-plate1 .plate1-main .main-top .top-silder {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 90%;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .product-E6 .product-plate1 .plate1-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 1.2rem;
  }
  .product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item {
    width: 50%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title {
    font-size: 0.36rem;
    font-family: 'Gilroy-Light';
    text-align: center;
    color: #141414;
  }
  .product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title span {
    font-family: 'gilroy-bold';
    font-size: 0.48rem;
  }
  .product-E6 .product-plate1 .plate1-main .main-bottom .bottom-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    text-align: center;
    color: #999;
  }
  .product-E6 .product-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #171717;
    overflow: hidden;
  }
  .product-E6 .product-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .product-E6 .product-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate2 .plate2-main .main-text {
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    opacity: 0.6;
  }
  .product-E6 .product-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product-E6 .product-plate2 .plate2-main .main-box .box-item {
    width: 50%;
    height: auto;
  }
  .product-E6 .product-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .product-E6 .product-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .product-E6 .product-plate2 .plate2-main .main-box .box-shu {
    width: 1px;
    height: auto;
    margin: 0 0.7rem;
    background: rgba(255, 255, 255, 0.12);
  }
  .product-E6 .product-plate2 .plate2-3D {
    position: absolute;
    bottom: -85%;
    left: 0;
    opacity: 0.7;
  }
  .product-E6 .product-plate3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate3 .plate3-pic {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 11rem;
    overflow: hidden;
  }
  .product-E6 .product-plate3 .plate3-pic img {
    width: auto;
    height: 100%;
  }
  .product-E6 .product-plate3 .plate3-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
  }
  .product-E6 .product-plate3 .plate3-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate3 .plate3-cent .cent-text {
    width: 100%;
    margin: 0.3rem auto 0;
    font-size: 0.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .product-E6 .product-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.28rem;
    background: #000;
  }
  .product-E6 .product-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate4 .plate4-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .product-E6 .product-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item {
    width: 50%;
    height: auto;
    padding: 0.7rem 0.3rem;
    margin-bottom: 0.3rem;
    background: #151515;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item:nth-child(even) {
    background: #1d1d1d;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.46rem;
    font-size: 0.32rem;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate4 .plate4-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .product-E6 .product-plate5 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 0;
    background: #f7f7f7;
  }
  .product-E6 .product-plate5 .plate5-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate5 .plate5-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-E6 .product-plate5 .plate5-top .top-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: rgba(102, 102, 102, 0.75);
  }
  .product-E6 .product-plate5 .plate5-pic {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .product-E6 .product-plate5 .plate5-pic img {
    width: 100%;
  }
  .product-E6 .product-plate6 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.1rem;
    background: #171717;
  }
  .product-E6 .product-plate6 .plate6-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate6 .plate6-main .main-pic {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate6 .plate6-main .main-pic img {
    width: 100%;
  }
  .product-E6 .product-plate6 .plate6-main .main-cent {
    position: relative;
    top: 0%;
    right: 0;
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate6 .plate6-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: right;
    color: #fff;
  }
  .product-E6 .product-plate6 .plate6-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: right;
    color: rgba(255, 255, 255, 0.75);
  }
  .product-E6 .product-plate7 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 0.8rem;
    background: #000000;
  }
  .product-E6 .product-plate7 .plate7-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate7 .plate7-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate7 .plate7-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item {
    width: 50%;
    height: auto;
    padding: 0 0.36rem;
    margin-top: 0.5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item:nth-child(even) {
    border-right: none;
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #7d7d7d;
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item .item-icon img {
    width: 0.8rem;
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate7 .plate7-top .top-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
  }
  .product-E6 .product-plate7 .plate7-pic {
    width: 100%;
    height: auto;
    margin: 0.05rem auto 0;
  }
  .product-E6 .product-plate7 .plate7-pic img {
    width: 100%;
  }
  .product-E6 .product-plate8 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 0.9rem;
    background: #f7f7f7 url(../images/product/bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .product-E6 .product-plate8 .plate8-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .product-E6 .product-plate8 .plate8-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-E6 .product-plate8 .plate8-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .product-E6 .product-plate8 .plate8-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .product-E6 .product-plate8 .plate8-main .main-pic img {
    width: 100%;
  }
  .product-E6 .product-plate9 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .product-E6 .product-plate9 .plate9-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate9 .plate9-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-E6 .product-plate9 .plate9-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .product-E6 .product-plate9 .plate9-main .main-table table {
    width: 100%;
  }
  .product-E6 .product-plate9 .plate9-main .main-table tr:nth-child(odd) {
    background: #f7f7f9;
  }
  .product-E6 .product-plate9 .plate9-main .main-table th {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #1a61af;
  }
  .product-E6 .product-plate9 .plate9-main .main-table th,
  .product-E6 .product-plate9 .plate9-main .main-table td {
    padding: 12px 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    border: solid 1px rgba(0, 0, 0, 0.12);
  }
  .product-E6 .product-plate9 .plate9-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: #000;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .box-pic img {
    width: 100%;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-icon {
    width: 0.5rem;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-icon img {
    width: 100%;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #1a61af;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-text {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .hidden-box .icon-box:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate9 .plate9-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate10 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
  }
  .product-E6 .product-plate10 .plate10-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-E6 .product-plate10 .plate10-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: #000;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .box-pic img {
    width: 100%;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box .right-icon {
    width: 0.5rem;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box .right-icon img {
    width: 100%;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #1a61af;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box .right-text {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .hidden-box .icon-box:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product-E6 .product-plate10 .plate10-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .product-C20 {
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.1rem;
  }
  .product-C20 .product-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-C20 .product-plate1 .plate1-main .main-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product-C20 .product-plate1 .plate1-main .main-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    background: #f3f4f6 url(../images/product/bg.jpg) no-repeat top left;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .swiper-slide .slide-pic img {
    width: 100%;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev,
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: auto;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev img,
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next img {
    width: 100%;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-prev {
    left: 0.3rem;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .plate1-swiper-button-next {
    right: 0.3rem;
  }
  .product-C20 .product-plate1 .plate1-main .main-top .top-silder {
    position: absolute;
    bottom: 120px;
    left: 50%;
    width: 880px;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .product-C20 .product-plate1 .plate1-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 1.2rem;
  }
  .product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item {
    width: 50%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title {
    font-size: 0.36rem;
    font-family: 'Gilroy-Light';
    text-align: center;
    color: #141414;
  }
  .product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-title span {
    font-family: 'gilroy-bold';
    font-size: 0.48rem;
  }
  .product-C20 .product-plate1 .plate1-main .main-bottom .bottom-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    text-align: center;
    color: #999;
  }
  .product-C20 .product-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.6rem;
    background: url(../images/product-C20/bg.jpg) no-repeat left bottom;
    background-size: cover;
    overflow: hidden;
  }
  .product-C20 .product-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .product-C20 .product-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-C20 .product-plate2 .plate2-main .main-text {
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0.6;
  }
  .product-C20 .product-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .product-C20 .product-plate2 .plate2-main .main-pic img {
    width: 100%;
  }
  .product-C20 .product-plate2 .plate2-3D {
    position: absolute;
    bottom: -50%;
    left: 0;
    opacity: 0.7;
  }
  .product-C20 .product-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
    background: #000;
  }
  .product-C20 .product-plate3 .plate3-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate3 .plate3-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-C20 .product-plate3 .plate3-top .top-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .product-C20 .product-plate3 .plate3-pic {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .product-C20 .product-plate3 .plate3-pic img {
    width: 100%;
  }
  .product-C20 .product-plate4 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.1rem;
    background: #171717;
  }
  .product-C20 .product-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate4 .plate4-main .main-pic {
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate4 .plate4-main .main-pic img {
    width: 100%;
  }
  .product-C20 .product-plate4 .plate4-main .main-cent {
    position: relative;
    top: 0%;
    right: 0;
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate4 .plate4-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: right;
    color: #fff;
  }
  .product-C20 .product-plate4 .plate4-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: right;
    color: rgba(255, 255, 255, 0.75);
  }
  .product-C20 .product-plate5 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.2rem;
    background: #f5f5f5;
  }
  .product-C20 .product-plate5 .plate5-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate5 .plate5-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-C20 .product-plate5 .plate5-top .top-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: rgba(102, 102, 102, 0.75);
  }
  .product-C20 .product-plate5 .plate5-pic {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .product-C20 .product-plate5 .plate5-pic img {
    width: 100%;
  }
  .product-C20 .product-plate6 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.6rem;
    background: url(../images/product-C20/bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .product-C20 .product-plate6 .plate6-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate6 .plate6-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-C20 .product-plate6 .plate6-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item {
    width: 50%;
    height: auto;
    padding: 0 0.36rem;
    margin-top: 0.5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item:nth-child(even) {
    border-right: none;
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item .item-icon img {
    width: 0.8rem;
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-C20 .product-plate6 .plate6-top .top-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
  }
  .product-C20 .product-plate6 .plate6-pic {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .product-C20 .product-plate6 .plate6-pic img {
    width: 100%;
  }
  .product-C20 .product-plate7 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.2rem;
    background: #f7f7f7;
    overflow: hidden;
  }
  .product-C20 .product-plate7 .plate7-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
  }
  .product-C20 .product-plate7 .plate7-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-C20 .product-plate7 .plate7-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .product-C20 .product-plate7 .plate7-main .main-pic {
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
  }
  .product-C20 .product-plate7 .plate7-main .main-pic img {
    width: 100%;
  }
  .product-C20 .product-plate7 .plate7-3D {
    position: absolute;
    bottom: -70%;
    left: 0;
    opacity: 0.7;
  }
  .product-C20 .product-plate8 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .product-C20 .product-plate8 .plate8-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate8 .plate8-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .product-C20 .product-plate8 .plate8-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .product-C20 .product-plate8 .plate8-main .main-table table {
    width: 100%;
  }
  .product-C20 .product-plate8 .plate8-main .main-table tr:nth-child(odd) {
    background: #f7f7f9;
  }
  .product-C20 .product-plate8 .plate8-main .main-table th {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #1a61af;
  }
  .product-C20 .product-plate8 .plate8-main .main-table th,
  .product-C20 .product-plate8 .plate8-main .main-table td {
    padding: 12px 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    border: solid 1px rgba(0, 0, 0, 0.12);
  }
  .product-C20 .product-plate9 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
  }
  .product-C20 .product-plate9 .plate9-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product-C20 .product-plate9 .plate9-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: #000;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .box-pic img {
    width: 100%;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-icon {
    width: 0.5rem;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-icon img {
    width: 100%;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #1a61af;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box .right-text {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .hidden-box .icon-box:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product-C20 .product-plate9 .plate9-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .inspection {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .inspection .inspection-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .inspection .inspection-main .main-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .inspection .inspection-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inspection .inspection-main .main-item .item-pic .swiper-slide {
    width: 100%;
    height: auto;
  }
  .inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box .slide-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .inspection .inspection-main .main-item .item-pic .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev,
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: auto;
    cursor: pointer;
    z-index: 9;
  }
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev img,
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next img {
    width: 100%;
  }
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-prev {
    left: 0.2rem;
  }
  .inspection .inspection-main .main-item .item-pic .inspection-swiper-button-next {
    right: 0.2rem;
  }
  .inspection .inspection-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0.5rem;
  }
  .inspection .inspection-main .main-item .item-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #141414;
  }
  .inspection .inspection-main .main-item .item-cent .cent-heng {
    width: 46px;
    height: 2px;
    margin-top: 0.3rem;
    background: #cbcbcb;
  }
  .inspection .inspection-main .main-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .inspection .inspection-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .inspection .inspection-main .main-item:nth-child(even) .item-cent {
    padding: 0 ;
  }
  .inspection .inspection-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0 auto;
  }
  .inspection .inspection-main .main-bottom img {
    width: 34px;
    height: auto;
  }
  .inspection .inspection-main .main-bottom .bottom-title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1a61af;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .download .download-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 0;
  }
  .download .download-main .main-cont .cont-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    margin-bottom: 0.3rem;
    background: #f7f7f7;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list .list-left {
    width: calc(100% - 2.2rem);
    height: 1rem;
    padding-left: 0.4rem;
    font-size: 0.28rem;
    line-height: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list .list-left span {
    display: inline-block;
    margin-right: 0.3rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #b2b4b6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list .lsit-right {
    position: relative;
    width: 2.2rem;
    height: 1rem;
    padding-right: 0.3rem;
    font-size: 0.26rem;
    text-align: right;
    line-height: 1rem;
    color: #999;
  }
  .download .download-main .main-cont .cont-list .lsit-right .right-icon,
  .download .download-main .main-cont .cont-list .lsit-right .right-icon2 {
    position: absolute;
    top: 50%;
    left: 0.08rem;
    width: 26px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-list .lsit-right .right-icon {
    opacity: 0;
  }
  .download .download-main .main-cont .cont-list:hover {
    background: #1a61af;
  }
  .download .download-main .main-cont .cont-list:hover .list-left {
    color: #fff;
  }
  .download .download-main .main-cont .cont-list:hover .list-left span {
    color: #fff;
  }
  .download .download-main .main-cont .cont-list:hover .lsit-right {
    color: #fff;
  }
  .download .download-main .main-cont .cont-list:hover .lsit-right .right-icon {
    opacity: 1;
  }
  .download .download-main .main-cont .cont-list:hover .lsit-right .right-icon2 {
    opacity: 0;
  }
  .download .download-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .download .download-main .main-bottom img {
    width: 34px;
    height: auto;
  }
  .download .download-main .main-bottom .bottom-title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1a61af;
  }
  .FAQ {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .FAQ .FAQ-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .FAQ .FAQ-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .FAQ .FAQ-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 0;
  }
  .FAQ .FAQ-main .main-cont .cont-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem;
    background: #f6f7f9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    padding-left: 0.5rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-FAQ-q.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-show {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../images/icon/icon-recruit-jiahao.png) no-repeat center center;
    background-size: 0.45rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .top-active .dd-show {
    background: url(../images/icon/icon-recruit-jianhao.png) no-repeat center center;
    background-size: 0.45rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.3rem;
    background: #fff;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.5rem;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-FAQ-a.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #888888;
  }
  .FAQ .FAQ-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .FAQ .FAQ-main .main-bottom img {
    width: 34px;
    height: auto;
  }
  .FAQ .FAQ-main .main-bottom .bottom-title {
    font-size: 14px;
    font-weight: bold;
    color: #1a61af;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
  }
  .history .history-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .history .history-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
    padding: 0 0.3rem;
  }
  .history .history-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .history .history-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .history .history-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .history .history-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    margin-top: 0.5rem;
  }
  .history .history-main .main-box .box-cent .cent-title {
    font-size: 0.6rem;
    color: #141414;
  }
  .history .history-main .main-box .box-cent .cent-title span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
  }
  .history .history-main .main-box .box-cent .cent-heng {
    width: 46px;
    height: 2px;
    margin: 0.38rem 0 0.4rem;
    background: #cbcbcb;
  }
  .history .history-main .main-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
  }
  .history .history-main .main-box .box-cent .cent-lump .lump-text {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
  }
  .history .history-main .main-box .box-cent .cent-lump .lump-text::before {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1a61af;
  }
  .history .history-main .main-box .box-cent .cent-lump .lump-text:last-of-type {
    margin-bottom: 0;
  }
  .history .history-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .history .history-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .history .history-bottom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
  }
  .history .history-bottom .bottom-main {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-bottom .bottom-main .main-swiper {
    width: 100%;
    height: auto;
    padding: 38px 0 ;
    overflow: hidden;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide {
    width: 50%;
    height: auto;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    top: -0.38rem;
    left: 50%;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #666;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box:hover::after {
    width: 14px;
    height: 14px;
    background-color: #1a61af;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    font-family: 'MONTSERRAT-BOLD';
    color: #1a61af;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide-active .slide-box::after {
    width: 14px;
    height: 14px;
    background-color: #1a61af;
  }
  .history .history-bottom .bottom-main .main-swiper .swiper-slide-active .slide-box .box-title {
    font-family: 'MONTSERRAT-BOLD';
    color: #1a61af;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev,
  .history .history-bottom .bottom-main .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #e4e4e4;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev img,
  .history .history-bottom .bottom-main .bottom-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev .img2,
  .history .history-bottom .bottom-main .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev:hover,
  .history .history-bottom .bottom-main .bottom-swiper-button-next:hover {
    background: #1a61af;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev:hover .img1,
  .history .history-bottom .bottom-main .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev:hover .img2,
  .history .history-bottom .bottom-main .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-prev {
    left: -0.5rem;
  }
  .history .history-bottom .bottom-main .bottom-swiper-button-next {
    right: -0.5rem;
  }
  .join {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .join .join-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .join .join-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .join .join-main .main-cont .list-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .join .join-main .main-cont .list-dd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1a61af;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.4rem 0.9rem;
    background: #f7f7f7;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left {
    width: calc(100% - 0.85rem);
    height: auto;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left .top-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    color: #2a2a2a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left .top-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.48rem;
    width: 0.34rem;
    height: 0.39rem;
    background: url(../images/icon/icon-join-pic1.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.2rem;
    background: #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left .top-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-left .top-text span {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-right {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .join .join-main .main-cont .list-dd .top-active {
    background: #1a61af;
  }
  .join .join-main .main-cont .list-dd .top-active .top-left .top-title {
    font-weight: bold;
    color: #fff;
  }
  .join .join-main .main-cont .list-dd .top-active .top-left .top-title::before {
    background: url(../images/icon/icon-join-pic1-active.png) no-repeat center;
    background-size: 100%;
  }
  .join .join-main .main-cont .list-dd .top-active .top-left .top-heng {
    background: rgba(255, 255, 255, 0.5);
  }
  .join .join-main .main-cont .list-dd .top-active .top-left .top-text {
    color: #fff;
  }
  .join .join-main .main-cont .list-dd .top-active .top-right .img1 {
    opacity: 0;
  }
  .join .join-main .main-cont .list-dd .top-active .top-right .img2 {
    opacity: 1;
  }
  .join .join-main .main-cont .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.3rem 0.65rem;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text,
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.36rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 45px;
    background: #1a61af;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 2.2rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 45px;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .join .join-main .main-cont .list-dd-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .join .join-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .join .join-main .main-bottom img {
    width: 34px;
    height: auto;
  }
  .join .join-main .main-bottom .bottom-title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1a61af;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0;
  }
  .contact .contact-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .contact .contact-main .main-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #000;
  }
  .contact .contact-main .main-cent .cent-English {
    margin: 0.12rem 0 0.5rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  .contact .contact-main .main-cent .cent-list {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0.5rem;
    margin-top: 0.4rem;
  }
  .contact .contact-main .main-cent .cent-list .list-icon {
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 0.4rem;
    height: auto;
    transform: translatey(-16%);
    -o-transform: translatey(-16%);
    -moz-transform: translatey(-16%);
    -webkit-transform: translatey(-16%);
  }
  .contact .contact-main .main-cent .cent-list .list-icon img {
    width: 100%;
  }
  .contact .contact-main .main-cent .cent-list .list-text {
    font-size: 0.28rem;
    color: #666;
  }
  .contact .contact-main .main-cent .cent-ewm {
    width: 130px;
    height: auto;
    margin-top: 0.55rem;
  }
  .contact .contact-main .main-cent .cent-ewm img {
    width: 100%;
    box-shadow: 0.03rem 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .contact .contact-main .main-cent .cent-ewm .ewm-title {
    margin-top: 0.15rem;
    font-size: 16px;
    text-align: center;
    color: #666;
  }
  .contact .contact-main .main-map {
    width: 100%;
    height: 5rem;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-main .main-map img {
    width: 100%;
  }
  .contact .contact-form {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f7f7f7;
  }
  .contact .contact-form .form-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-form .form-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #141414;
  }
  .contact .contact-form .form-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-form .form-main .main-box input {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    margin-left: 0;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border-radius: 0.05rem;
    border: solid 1px #eee;
    background: #fff;
  }
  .contact .contact-form .form-main .main-box input::placeholder {
    font-size: 0.26rem;
    color: #999;
  }
  .contact .contact-form .form-main .main-box input:nth-child(3n + 1) {
    margin-left: 0;
  }
  .contact .contact-form .form-main .main-box textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.2rem 0.3rem 0;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border-radius: 0.05rem;
    border: solid 1px #ededed;
    background: #fff;
  }
  .contact .contact-form .form-main .main-box textarea::placeholder {
    font-size: 0.26rem;
    color: #999;
  }
  .contact .contact-form .form-main .main-botton {
    display: block;
    width: 150px;
    height: 50px;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 0.05rem;
    background: #1a61af;
    border: solid 2px #1a61af;
  }
  .contact .contact-form .form-main .main-botton:hover {
    color: #1a61af;
    border: solid 2px #1a61af;
    background: #fff;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0.7rem;
  }
  .about .about-plate1 .plate1-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(230, 230, 230, 0.7);
    color: #fff;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    margin-top: -0.7rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #141414;
  }
  .about .about-plate1 .plate1-cent .cent-text {
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-plate1 .plate1-cent .cent-heng {
    width: 46px;
    height: 2px;
    margin: 0.3rem 0 0.42rem;
    background: #cbcbcb;
  }
  .about .about-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/about/bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .about .about-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .about .about-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.8rem 0.6rem 1.4rem;
    border-radius: 5px;
    background: #fff;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
    width: 0.75rem;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-title {
    margin-top: 0.6rem;
    font-size: 0.36rem;
    text-align: center;
    color: #141414;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-heng {
    width: 36px;
    height: 2px;
    margin: 0.3rem auto;
    background: #cbcbcb;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-num {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 53px;
    height: 50px;
    margin: 0.8rem auto 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.34rem;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: url(../images/icon/icon-about-plate2-bg.png) no-repeat bottom left;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-title {
    color: #1a61af;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.4rem;
  }
  .about .about-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .about .about-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.5rem;
    margin-top: 0.8rem;
    background: url(../images/about/pic2.png) no-repeat left top;
    background-size: cover;
  }
  .about .about-plate3 .plate3-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 3rem);
    height: auto;
    padding-left: 0.4rem;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000;
    opacity: 0;
    transform: translatey(-0.25rem);
    -o-transform: translatey(-0.25rem);
    -moz-transform: translatey(-0.25rem);
    -webkit-transform: translatey(-0.25rem);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transform: translatey(0.25rem);
    -o-transform: translatey(0.25rem);
    -moz-transform: translatey(0.25rem);
    -webkit-transform: translatey(0.25rem);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.3rem;
    opacity: 0;
    transform: translatey(0.3rem);
    -o-transform: translatey(0.3rem);
    -moz-transform: translatey(0.3rem);
    -webkit-transform: translatey(0.3rem);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a span {
    font-size: 0.28rem;
    color: #1a61af;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a img {
    width: 6px;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent a:hover img {
    margin-left: 0.2rem;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box {
    opacity: 1;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-title,
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-text,
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-cent a {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .about .about-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .swiper-slide {
    width: calc(100% / 2 - 10px);
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-box .swiper-slide .slide-box {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .swiper-slide .slide-box img {
    width: 100%;
  }
  .about .about-plate3 .plate3-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
    padding: 0 0.3rem;
  }
  .about .about-plate3 .plate3-bottom .bottom-left {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: solid 2px #e1e1e1;
  }
  .about .about-plate3 .plate3-bottom .bottom-left .swiper-pagination {
    position: static;
    font-family: 'MONTSERRAT-LIGHT';
    text-align: left;
    color: #999;
  }
  .about .about-plate3 .plate3-bottom .bottom-left .left-title {
    width: auto;
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #999;
  }
  .about .about-plate3 .plate3-bottom .bottom-left::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a61af;
  }
  .about .about-plate3 .plate3-bottom .bottom-left-active::after {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate3 .plate3-bottom .bottom-right {
    display: flex;
    justify-content: space-between;
    width: 120px;
    height: auto;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next {
    position: relative;
    width: 49px;
    height: 49px;
    border: solid 2px #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover {
    border: solid 2px #1a61af;
    background: #1a61af;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-bottom .bottom-right .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.5rem;
    background: url(../images/about/bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .about .about-plate4 .plate4-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .about .about-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .about .about-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.7rem 0.5rem 0.5rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a61af;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-icon {
    width: 16px;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-time {
    margin-top: 0.4rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: rgba(0, 0, 0, 0.25);
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover {
    box-shadow: 0 0 0.45rem rgba(0, 0, 0, 0.1);
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #1a61af;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.75rem;
    height: 0.75rem;
    border: solid 2px #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev img,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev .img2,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover {
    border: solid 2px #1a61af;
    background: #1a61af;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #141414;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .news .news-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
  }
  .news .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1a61af;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.45rem;
  }
  .news .news-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: rgba(34, 34, 34, 0.2);
  }
  .news .news-main .main-box .box-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .news .news-main .main-bottom img {
    width: 34px;
    height: auto;
  }
  .news .news-main .main-bottom .bottom-title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1a61af;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #1a61af;
  }
  .newsDetail .newsDetail-main .main-title {
    padding: 0.2rem 0 0.4rem;
    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-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: #1a61af;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-item:hover .img2 {
    opacity: 1;
  }
  .text {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .text .text-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .text .text-main .main-title {
    padding: 0.2rem 0 0.4rem;
    font-size: 0.46rem;
    color: #000;
    border-bottom: solid 1px #e9e9e9;
  }
  .text .text-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .text .text-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .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: #1a61af;
  }
}
