.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.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;
    padding: 0 0 0 0.3rem;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 3.6rem;
    height: 100%;
    padding-left: 0;
  }
  nav .nav-main .main-cont .main-logo .logo1-pic {
    width: 1.49rem;
    margin-right: 0.2rem;
  }
  nav .nav-main .main-cont .main-logo .logo1-pic img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-logo .logo2-pic {
    width: 1.44rem;
  }
  nav .nav-main .main-cont .main-logo .logo2-pic 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-serach {
    position: relative;
    width: 1rem;
    height: 100%;
    margin-left: 0.25rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    background: url(../images/icon/icon-serach.png) no-repeat center center;
    background-size: 16px;
    cursor: pointer;
    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-menu {
    position: relative;
    width: 1rem;
    height: 100%;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 0.4rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #70bc59;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main-active {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  nav .nav-main-active .main-web-right .right-serach {
    border-left: solid 1px #ececec !important;
    background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
    background-size: 16px !important;
  }
  nav .nav-main-active .main-web-right .right-menu {
    border-left: solid 1px #ececec !important;
    background: url(../images/icon/icon-web-mune-active.png) no-repeat center center !important;
    background-size: 0.4rem !important;
  }
  nav .nav-main-active2 {
    background: #fff;
  }
  nav .nav-main-active2 .main-web-right .right-serach {
    border-left: solid 1px #ececec !important;
    background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
    background-size: 16px !important;
  }
  nav .nav-main-active2 .main-web-right .right-menu {
    border-left: solid 1px #ececec !important;
    background: url(../images/icon/icon-web-mune-active.png) no-repeat center center !important;
    background-size: 0.4rem !important;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #70bc59;
    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;
    background: #fff;
    border-bottom: solid 1px #70bc59;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 3.6rem;
    height: 100%;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo .logo1-pic {
    width: 1.49rem;
    margin-right: 0.2rem;
  }
  nav .Whead-sidebar .sidebar-top .top-logo .logo1-pic img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-logo .logo2-pic {
    width: 1.44rem;
  }
  nav .Whead-sidebar .sidebar-top .top-logo .logo2-pic img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    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-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    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-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    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-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #70bc59;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #70bc59;
    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;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    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::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    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-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-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #70bc59;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #70bc59;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #70bc59;
  }
  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%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: auto;
    height: 5rem;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: auto;
    height: 5rem;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    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 {
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    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-title span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.5rem;
    background-image: linear-gradient(180deg, #fff, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    position: relative;
    margin-top: 0.05rem;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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-subtitle span {
    position: relative;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle span::before {
    content: '“';
    position: absolute;
    top: -0.15rem;
    left: -0.6rem;
    font-family: Arial;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.2);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle span::after {
    content: '”';
    position: absolute;
    bottom: -0.15rem;
    right: -0.6rem;
    font-family: Arial;
    font-size: 1rem;
    line-height: 0;
    color: rgba(255, 255, 255, 0.2);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
    position: relative;
    margin-top: 0.05rem;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 span {
    position: relative;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 span::before {
    content: '“';
    position: absolute;
    top: -0.15rem;
    left: -0.6rem;
    font-family: Arial;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.2);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 span::after {
    content: '”';
    position: absolute;
    bottom: -0.15rem;
    right: -0.6rem;
    font-family: Arial;
    font-size: 1rem;
    line-height: 0;
    color: rgba(255, 255, 255, 0.2);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    display: none;
    margin-top: 0.1rem;
    font-size: 0.22rem;
    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 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.5rem;
    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.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-play {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.15rem auto 0;
    border-radius: 50%;
    background: #ef7f1a url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    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-cent2 {
    position: absolute;
    bottom: 10%;
    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 .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.5rem;
    font-weight: bold;
    text-align: right;
    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 #particles-js {
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 8.11rem;
    height: 100%;
    z-index: 1;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 1.2rem;
    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 {
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-pic3 {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic3 img {
    width: auto;
    height: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 100%;
    height: calc(100% - 1.2rem);
    padding-left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  header .head-banner .banner-cent2 .cent-English {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English span {
    color: #ef7f1a;
  }
  header .head-banner .banner-cent2 .cent-title {
    margin-top: 0.3rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.85rem;
    margin: 0.5rem auto 0;
    font-size: 0.3rem;
    color: #fff;
    background: #70bc59;
    border-radius: 0.45rem;
  }
  header .head-banner .banner-cent2 .cent-button img {
    width: 0.35rem;
    margin-left: 0.18rem;
  }
  header .head-banner .banner-cent2 .cent-button:hover {
    background: #ef7f1a;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-swiper-button-prev img,
  header .head-banner .banner-swiper-button-next img {
    width: 10px;
  }
  header .head-banner .banner-swiper-button-prev:hover,
  header .head-banner .banner-swiper-button-next:hover {
    background: #008fd7;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.3rem;
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.3rem;
  }
  header .head-banner .banner-mouse {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 1.6rem;
    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 .banner-mouse .mouse-title {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-mouse img {
    display: block;
    width: 0.26rem;
    margin: 8px auto 0;
    animation: moveTop infinite 1.5s linear;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 55px;
    height: 5px;
    margin: 0 5px;
    background: #fff;
    opacity: 0.4;
    border-radius: 0;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #70bc59;
    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,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #f6f6f6;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9rem 0.2rem 0.6rem;
  }
  footer .foot-main .main-left {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 11.5rem;
    height: auto;
  }
  footer .foot-main .main-left .left-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  footer .foot-main .main-left .left-item .item-title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #004199;
  }
  footer .foot-main .main-left .left-item .item-English {
    margin-top: 0.05rem;
    font-size: 0.18rem;
    text-transform: uppercase;
    color: #333;
  }
  footer .foot-main .main-left .left-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #999;
  }
  footer .foot-main .main-right {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-right .right-title {
    font-size: 0.26rem;
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-main .main-right .right-name {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-main .main-right .right-tel {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.4rem;
    text-align: center;
    background-image: -webkit-linear-gradient(right, #0051be, #00a2ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  footer .foot-main .main-right .right-ewm {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  footer .foot-main .main-right .right-ewm .ewm-pic {
    width: 2rem;
    height: auto;
    background: #fff;
  }
  footer .foot-main .main-right .right-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .main-right .right-ewm .ewm-title {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    text-align: center;
    color: #7f7f7f;
  }
  footer .foot-main .main-right .right-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-right .right-share .share-item {
    position: relative;
    width: 43px;
    height: 43px;
    margin-left: 0.2rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  }
  footer .foot-main .main-right .right-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-right .right-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-right .right-share .share-item:hover {
    background: #70bc59;
  }
  footer .foot-main .main-right .right-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-right .right-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-right .right-link {
    position: relative;
    width: 4.2rem;
    height: 0.8rem;
    margin: 0.56rem auto 0;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    color: #797979;
    line-height: 0.8rem;
    background: url(../images/icon/icon-link-arrow.png) no-repeat 92% center;
    background-size: 10px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-right .right-link .link-hidden {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0.2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-right .right-link .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  footer .foot-main .main-right .right-link .link-hidden a:hover {
    text-decoration: underline;
    color: #70bc59;
  }
  footer .foot-main .main-right .right-link:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  footer .foot-bottom {
    width: 100%;
    height: auto;
    background: none;
  }
  footer .foot-bottom .bottom-main {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  footer .foot-bottom .bottom-main .main-link {
    width: 100%;
    height: auto;
    text-align: center;
  }
  footer .foot-bottom .bottom-main .main-link a {
    margin: 0 0.08rem;
    font-size: 0.26rem;
    color: #333;
  }
  footer .foot-bottom .bottom-main .main-link a:hover {
    text-decoration: underline;
  }
  footer .foot-bottom .bottom-main .main-zizhi {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
    margin-top: 0.45rem;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    background: #70bc59;
  }
  footer .foot-bottom .bottom-main .main-zizhi a {
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-zizhi a:hover {
    text-decoration: underline;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.8rem 0 1.2rem;
  }
  .container .cont-plate1 .plate1-main {
    position: relative;
    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: #333;
  }
  .container .cont-plate1 .plate1-main .main-heng {
    width: 60px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .container .cont-plate1 .plate1-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-title {
    display: flex;
    align-items: center;
    position: relative;
    width: 5.3rem;
    height: auto;
    padding-left: 0;
    margin: 0.4rem auto 0;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-title .block {
    width: 0%;
    height: 100%;
    background: #70bc59;
    position: absolute;
    display: flex;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-title h1 {
    width: 100%;
    font-size: 0.72rem;
    line-height: 0.72rem;
    color: #70bc59;
    text-align: center;
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-English {
    display: flex;
    align-items: center;
    position: relative;
    width: 5.3rem;
    height: auto;
    margin: 0.15rem auto 0;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-English .block {
    width: 0%;
    height: 100%;
    background: #ef7f1a;
    position: absolute;
    display: flex;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-English p {
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.36rem;
    text-transform: uppercase;
    text-align: center;
    color: rgba(51, 51, 51, 0.2);
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0.55rem 0.2rem 2.65rem;
    background: #f2f2f2;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-text span {
    font-size: 0.3rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-title {
    margin-top: 0.05rem;
    font-size: 0.4rem;
    line-height: 0.52rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-title span {
    font-size: 0.28rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
    background: #70bc59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-button span {
    font-size: 0.3rem;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-button img {
    width: 0.26rem;
    margin-left: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-cont .cont-button:hover {
    background: #ef7f1a;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-pic {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    padding: 0 0.2rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide .slide-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));
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide-active .slide-box {
    opacity: 1;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide-active .slide-box .box-title .block {
    animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide-active .slide-box .box-title h1 {
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide-active .slide-box .box-English .block {
    animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-slide-active .slide-box .box-English p {
    animation: mainFadeIn 2s forwards;
    animation-delay: 3.2s;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination {
    bottom: 0.4rem;
    padding-left: 0;
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #fff;
    border: solid 1px #e7e7e7;
    opacity: 1;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet-active {
    border: solid 1px #70bc59;
    background: #70bc59;
  }
  .container .cont-plate1 .plate1-main .main-logo {
    position: absolute;
    bottom: -0.8rem;
    right: 1.2rem;
    width: 1.49rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-logo img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-logo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.1rem;
    height: 4.2rem;
    margin: -2.05rem 0 0 -2.1rem;
    background: url(../images/plate1-quan.png) no-repeat center center;
    background-size: 100%;
    animation: load 3.5s infinite linear;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-heng {
    width: 60px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    border-top: none;
  }
  .container .cont-plate2 .plate2-top .top-item {
    width: calc(100% / 5);
    height: auto;
    padding: 0.2rem 0.1rem;
    border-right: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-top .top-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
  }
  .container .cont-plate2 .plate2-top .top-item .item-icon span {
    display: block;
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-top .top-item .item-icon span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-top .top-item .item-icon span .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-top .top-item .item-title {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.38rem;
    text-align: center;
    color: #999;
  }
  .container .cont-plate2 .plate2-top .top-item:hover {
    background: #f2f2f2;
  }
  .container .cont-plate2 .plate2-top .top-item:hover .item-icon {
    background: #70bc59;
  }
  .container .cont-plate2 .plate2-top .top-item:hover .item-icon span .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-top .top-item:hover .item-icon span .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-top .top-item:hover .item-title {
    color: #70bc59;
  }
  .container .cont-plate2 .plate2-top .top-item-active {
    background: #f2f2f2;
  }
  .container .cont-plate2 .plate2-top .top-item-active .item-icon {
    background: #70bc59;
  }
  .container .cont-plate2 .plate2-top .top-item-active .item-icon span .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-top .top-item-active .item-icon span .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-top .top-item-active .item-title {
    color: #70bc59;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.56rem 0.3rem 0.56rem 0.7rem;
    background: rgba(36, 155, 223, 0.8);
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.46rem;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
    color: #249bdf;
    border-radius: 0.45rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-button:hover {
    color: #fff;
    background: #70bc59;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0;
    background: #f2f2f2;
  }
  .container .cont-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }
  .container .cont-plate3 .plate3-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-heng {
    width: 60px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .container .cont-plate3 .plate3-main .main-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding: 0.45rem 0.45rem 0.6rem;
    background: #fff;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-subtitle {
    margin-top: 0.4rem;
    padding-left: 0.48rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #ef7f1a;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .container .cont-plate3 .plate3-main .main-pic {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-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));
  }
  .container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 2.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate4 .plate4-main .main-heng {
    width: 60px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .container .cont-plate4 .plate4-main .main-text {
    margin-top: 0.8rem;
    font-size: 0.36rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate4 #tsparticles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate5 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.5rem;
    background: #f0f4f8;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate5 .plate5-main .main-heng {
    width: 60px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .container .cont-plate5 .plate5-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.86rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-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));
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.65rem 1.1rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.4rem;
    color: #ef7f1a;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-time {
    position: absolute;
    top: -0.25rem;
    right: 0.6rem;
    width: 1.08rem;
    height: auto;
    padding: 0.2rem 0;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    background: #ef7f1a;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-time span {
    display: block;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.65rem;
    border-radius: 0.45rem;
    background: #70bc59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-button span {
    font-size: 0.3rem;
    color: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-button img {
    width: 0.3rem;
    margin-left: 0.15rem;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-slide .slide-box .box-cent .cent-button:hover {
    background: #ef7f1a;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    width: 1.1rem;
    height: auto;
    margin-left: -0.55rem;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-prev,
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-next {
    width: 14px;
    height: auto;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-prev img,
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-next img {
    width: 100%;
    opacity: 0.3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-prev:hover img,
  .container .cont-plate5 .plate5-main .main-cont .swiper-button .plate5-swiper-button-next:hover img {
    opacity: 1;
  }
  .container .cont-plate5 .plate5-3D {
    position: absolute;
    bottom: -65%;
    left: 0;
  }
  .container .cont-plate6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.4rem 0.2rem 0.9rem;
  }
  .container .cont-plate6 .plate6-item {
    position: relative;
    width: calc(50% - 0.075rem);
    height: 5rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .container .cont-plate6 .plate6-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate6 .plate6-item .item-pic {
    width: 100%;
    height: 100%;
  }
  .container .cont-plate6 .plate6-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.3rem 0.5rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-icon {
    position: relative;
    width: 0.81rem;
    height: 0.7rem;
    margin: 0 auto;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-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;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-title {
    margin-top: 0.85rem;
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-arrow {
    position: relative;
    width: 0.33rem;
    height: 0.2rem;
    margin: 1rem auto 0;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-arrow 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;
  }
  .container .cont-plate6 .plate6-item .item-cent .cent-arrow .img2 {
    opacity: 0;
  }
  .container .cont-plate6 .plate6-item:hover .item-pic img {
    opacity: 1;
  }
  .container .cont-plate6 .plate6-item:hover .item-cent {
    background: linear-gradient(180deg, rgba(0, 65, 153, 0.8), rgba(0, 127, 227, 0.8));
  }
  .container .cont-plate6 .plate6-item:hover .item-cent .cent-icon .img1,
  .container .cont-plate6 .plate6-item:hover .item-cent .cent-arrow .img1 {
    opacity: 0;
  }
  .container .cont-plate6 .plate6-item:hover .item-cent .cent-icon .img2,
  .container .cont-plate6 .plate6-item:hover .item-cent .cent-arrow .img2 {
    opacity: 1;
  }
  .container .cont-plate6 .plate6-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-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));
  }
  .news .news-main .main-top .top-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.5rem 0.65rem;
    background: #f6f6f6;
  }
  .news .news-main .main-top .top-cent .cent-title {
    display: block;
    font-size: 0.48rem;
    color: #ef7f1a;
  }
  .news .news-main .main-top .top-cent .cent-title:hover {
    color: #70bc59;
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.62rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    border-radius: 0.45rem;
    background: #70bc59;
  }
  .news .news-main .main-top .top-cent .cent-button span {
    font-size: 0.3rem;
    color: #fff;
  }
  .news .news-main .main-top .top-cent .cent-button img {
    width: 0.26rem;
    margin-left: 0.15rem;
  }
  .news .news-main .main-top .top-cent .cent-button:hover {
    background: #ef7f1a;
  }
  .news .news-main .main-top .top-cent .cent-time {
    position: absolute;
    top: -0.19rem;
    right: 0.6rem;
    width: 1.08rem;
    height: auto;
    padding: 0.2rem 0;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    background: #ef7f1a;
  }
  .news .news-main .main-top .top-cent .cent-time span {
    display: block;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .news .news-main .mian-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .news .news-main .mian-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .news .news-main .mian-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .mian-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.5rem 0.6rem 0.4rem;
    background: #f6f6f6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: rgba(51, 51, 51, 0.3);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-title {
    height: auto;
    margin-top: 0.15rem;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-text {
    height: auto;
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1.8rem;
    height: auto;
    margin-top: 0.2rem;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-button span {
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-button em {
    width: 0.26rem;
    height: 0.19rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item .item-cent .cent-button:hover em {
    margin-left: 0.25rem;
  }
  .news .news-main .mian-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #70bc59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .mian-cont .cont-item:hover {
    box-shadow: 4px 7px 46px 0px rgba(0, 0, 0, 0.08);
  }
  .news .news-main .mian-cont .cont-item:hover::after {
    height: 5px;
  }
  .news .news-main .mian-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .mian-cont .cont-item:hover .item-cent {
    background: #fff;
  }
  .news .news-main .mian-cont .cont-item:hover .item-cent .cent-time {
    color: rgba(153, 153, 153, 0.4);
  }
  .news .news-main .mian-cont .cont-item:hover .item-cent .cent-title {
    color: #ef7f1a;
  }
  .news .news-main .mian-cont .cont-item:hover .item-cent .cent-button span {
    color: #70bc59;
  }
  .news .news-main .mian-cont .cont-item:hover .item-cent .cent-button em {
    background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .news .news-main .mian-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .newsDetailed {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .newsDetailed .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.82rem 0.3rem 0.65rem;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
  }
  .newsDetailed .newsDetails-top .top-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetailed .newsDetails-top .top-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #404040;
  }
  .newsDetailed .newsDetails-top .top-main .main-time {
    margin-top: 0.4rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    text-align: center;
    color: #ccc;
  }
  .newsDetailed .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.9rem;
    background: #eeeeee;
  }
  .newsDetailed .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: solid 1px #f0f0f0;
  }
  .newsDetailed .newsDetails-main .main-box .box-share {
    display: none;
    width: 1.5rem;
    height: 100%;
    z-index: 9;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    border-top: solid 3px #70bc59;
    background: #fafafa;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 0.16rem;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 0.3rem;
    margin-right: 0.15rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 0.14rem;
    color: #fff;
    background: #70bc59;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 0.17rem;
    margin-left: 0.12rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 0.97rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1rem;
    background: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-title span {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 48px;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 48px;
    font-weight: bold;
    color: #666;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #666;
  }
  .newsDetailed .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a:hover {
    color: #70bc59;
  }
  .newsDetailed .newsDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0 0.4rem;
    margin-top: 0.6rem;
    border-top: solid 4px #70bc59;
    background: #eeeeee;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: 0.32rem;
    color: #70bc59;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-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;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.32rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #70bc59;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button {
    display: block;
    width: 90px;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
    background-size: 16px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetailed .newsDetails-main .main-box .box-list .list-button:hover {
    color: #70bc59;
    background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
    background-size: 16px;
  }
  .honour {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 0;
  }
  .honour .honour-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.85rem 0.3rem 0.65rem;
  }
  .honour .honour-top .top-left {
    width: 100%;
    height: auto;
  }
  .honour .honour-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .honour .honour-top .top-left .left-heng {
    width: 60px;
    height: 5px;
    margin-top: 0.2rem;
    background: #ef7f1a;
  }
  .honour .honour-top .top-list {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .honour .honour-top .top-list .list-button {
    width: 2rem;
    height: 0.65rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.6rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 2px #e6e6e6;
  }
  .honour .honour-top .top-list .list-button:hover {
    color: #fff;
    background: #70bc59;
    border: solid 2px #70bc59;
  }
  .honour .honour-top .top-list .list-button-active {
    color: #fff;
    background: #70bc59;
    border: solid 2px #70bc59;
  }
  .honour .honour-main {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.2rem;
    background: url(../images/honour/bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .honour .honour-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1.1rem;
  }
  .honour .honour-main .main-swiper .swiper-slide {
    width: 4rem;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 100%;
    height: 5.68rem;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img img {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-pic .pic-img::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    background: #70bc59;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    color: #333;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box:hover .box-pic .pic-img img {
    opacity: 0.5;
  }
  .honour .honour-main .main-swiper .swiper-slide .slide-box:hover .box-pic .pic-img::after {
    opacity: 1;
  }
  .honour .honour-main .main-swiper .swiper-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .honour .honour-main .main-swiper .swiper-top .top-num {
    width: auto;
    height: auto;
    font-size: 0.26rem;
  }
  .honour .honour-main .main-swiper .swiper-top .top-num span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.34rem;
    color: #080808;
  }
  .honour .honour-main .main-swiper .swiper-top .swiper-pagination {
    position: relative;
    width: 100%;
    height: 5px;
  }
  .honour .honour-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.4rem;
    background: #f1f1f1 url(../images/honour/bg2.jpg) no-repeat top left;
    background-size: 100%;
  }
  .honour .honour-bottom span {
    font-size: 0.26rem;
    color: #666;
  }
  .honour .honour-bottom img {
    width: 0.4rem;
    margin-left: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.5rem;
  }
  .video .video-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-top .top-item {
    position: relative;
    width: 33.33%;
    height: auto;
    cursor: pointer;
  }
  .video .video-main .main-top .top-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0.96rem;
    background: #e5e5e5;
  }
  .video .video-main .main-top .top-item .item-icon {
    position: relative;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 auto;
  }
  .video .video-main .main-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .video .video-main .main-top .top-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .video .video-main .main-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .video .video-main .main-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .video .video-main .main-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .video .video-main .main-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .video .video-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .video .video-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .video .video-main .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-box .box-item .item-pic .pic-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: auto;
    opacity: 1;
    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;
  }
  .video .video-main .main-box .box-item .item-pic .pic-button .button1 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #ef7f1a url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .video .video-main .main-box .box-item .item-pic .pic-button .button1:hover {
    background: #70bc59 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .video .video-main .main-box .box-item .item-pic .pic-button .button2 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8) url(../images/icon/icon-video-download.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .video .video-main .main-box .box-item .item-pic .pic-button .button2:hover {
    background: #70bc59 url(../images/icon/icon-video-download-active.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .video .video-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .video .video-main .main-box .box-item:hover .item-pic {
    background: #000;
  }
  .video .video-main .main-box .box-item:hover .item-pic img {
    opacity: 0.5;
  }
  .video .video-main .main-box .box-item:hover .item-pic .pic-button {
    opacity: 1;
  }
  .video .video-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.5rem;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .download .download-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .download .download-main .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-box .box-item .item-pic .pic-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: auto;
    opacity: 1;
    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;
  }
  .download .download-main .main-box .box-item .item-pic .pic-button .button1 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #ef7f1a url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .download .download-main .main-box .box-item .item-pic .pic-button .button1:hover {
    background: #70bc59 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .download .download-main .main-box .box-item .item-pic .pic-button .button2 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8) url(../images/icon/icon-video-download.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .download .download-main .main-box .box-item .item-pic .pic-button .button2:hover {
    background: #70bc59 url(../images/icon/icon-video-download-active.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .download .download-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .download .download-main .main-box .box-item:hover .item-pic {
    background: #000;
  }
  .download .download-main .main-box .box-item:hover .item-pic img {
    opacity: 0.5;
  }
  .download .download-main .main-box .box-item:hover .item-pic .pic-button {
    opacity: 1;
  }
  .download .download-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.88rem 0.3rem 1.16rem;
  }
  .contact .contact-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-top .top-heng {
    width: 60px;
    height: 5px;
    margin-top: 0.2rem;
    background: #ef7f1a;
  }
  .contact .contact-top .top-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
  }
  .contact .contact-top .top-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f6f6f6;
  }
  .contact .contact-top .top-cont .cont-cent .cent-title {
    font-size: 0.48rem;
    line-height: 0.65rem;
    color: #333;
  }
  .contact .contact-top .top-cont .cont-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    text-transform: uppercase;
    line-height: 0.65rem;
    color: #999;
  }
  .contact .contact-top .top-cont .cont-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-top .top-cont .cont-cent .cent-box .box-text {
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #333;
  }
  .contact .contact-top .top-cont .cont-cent .cent-box .box-text span {
    display: inline-block;
    width: 1.5rem;
    font-size: 0.26rem;
    color: #666;
  }
  .contact .contact-top .top-cont .cont-cent .cent-box .box-text em {
    display: inline-block;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.38rem;
    line-height: 0.66rem;
    color: #ef7f1a;
  }
  .contact .contact-top .top-cont .cont-map {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .contact .contact-top .top-cont .cont-map img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.1rem;
    background: url(../images/contact/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .contact .contact-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-box .box-title {
    font-size: 0.46rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .contact .contact-main .main-box .box-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.8rem);
    height: 100%;
    font-size: 0.26rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-cont .cont-left .left-item input::placeholder {
    color: #ccc;
  }
  .contact .contact-main .main-box .box-cont .cont-right {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    padding: 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item select {
    width: 2rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border: solid 1px #e6e6e6;
    background: url(../images/icon/icon-contact-arrow.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-item select:first-of-type {
    margin-left: 0;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    color: #333;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title em {
    font-size: 0.3rem;
    color: #ff2100;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 3rem;
    margin-top: 0.25rem;
    font-size: 0.26rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #aaa;
  }
  .contact .contact-main .main-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-button .button {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #70bc59;
  }
  .contact .contact-main .main-box .box-button .button:hover {
    background: #ef7f1a !important;
  }
  .contact .contact-main .main-box .box-button .button:last-of-type {
    background: #b9b9b9;
  }
  .about {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.88rem 0.3rem 1.15rem;
    background: #fff;
    z-index: 29;
  }
  .about .about-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-main .main-cent .cent-heng {
    width: 60px;
    height: 5px;
    margin-top: 0.2rem;
    background: #ef7f1a;
  }
  .about .about-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .about .about-main .main-cent .cent-box .box-title {
    font-size: 0.58rem;
    font-weight: 100;
    color: #70bc59;
  }
  .about .about-main .main-cent .cent-box .box-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: rgba(51, 51, 51, 0.2);
  }
  .about .about-main .main-cent .cent-box .box-subtitle {
    margin-top: 0.6rem;
    font-size: 0.32rem;
    color: #333;
  }
  .about .about-main .main-cent .cent-box .box-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .about .about-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-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));
  }
  .culture {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.88rem 0 0;
    background: #fff;
    z-index: 29;
  }
  .culture .culture-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .culture .culture-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .culture .culture-main .main-heng {
    width: 60px;
    height: 5px;
    margin-top: 0.2rem;
    background: #ef7f1a;
  }
  .culture .culture-main .main-subtitle {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    text-align: center;
    color: #333;
  }
  .culture .culture-main .main-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    text-align: center;
    color: rgba(51, 51, 51, 0.2);
  }
  .culture .culture-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.3rem 0;
    margin-top: 0.25rem;
    background: url(../images/about/pic2.jpg) no-repeat top left;
    background-size: cover;
  }
  .culture .culture-box .box-cent {
    font-size: 0.36rem;
    line-height: 0.6rem;
    text-align: center;
    color: #ff6633;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-plate1 {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .product .product-plate1 .plate1-title {
    font-size: 0.72rem;
    font-weight: bold;
    text-align: center;
    color: #70bc59;
  }
  .product .product-plate1 .plate1-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0.7rem;
    margin-top: 0.76rem;
    background: #f9f9f9;
  }
  .product .product-plate1 .plate1-top .top-item {
    width: auto;
    height: 100%;
    padding: 0 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.7rem;
    color: #333;
  }
  .product .product-plate1 .plate1-top .top-item:hover {
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate1 .plate1-top .top-item-active {
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate1 .plate1-main {
    width: 100%;
    height: auto;
    padding: 0.55rem 0 1.25rem;
    background: linear-gradient(0deg, #cccccc, #eeeeee);
  }
  .product .product-plate1 .plate1-main .main-English {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.6rem;
    color: #333;
  }
  .product .product-plate1 .plate1-main .main-English span {
    color: #ef7f1a;
  }
  .product .product-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding: 0 0.3rem;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list {
    width: 100%;
    height: auto;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.3rem 0;
    padding: 0.4rem 0.26rem 0.3rem;
    border-radius: 0.25rem;
    background: #fff;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list .cont-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list .cont-item .item-num {
    width: 0.6rem;
    height: auto;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: #e4e4e4;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 8px;
    height: 8px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    border: solid 3px #70bc59;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-list .cont-item:last-of-type {
    margin: 0;
  }
  .product .product-plate1 .plate1-main .main-cont .right .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    border: solid 3px #70bc59;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-pic {
    display: none;
    width: 9.9rem;
    height: 6rem;
    border-radius: 0.25rem;
    background: #fff;
    overflow: hidden;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-web-pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    background: #fff;
    overflow: hidden;
  }
  .product .product-plate1 .plate1-main .main-cont .cont-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .product-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .product .product-plate2 .plate2-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 1.2rem;
  }
  .product .product-plate2 .plate2-box .box-cent {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
    background: #f2f2f2;
  }
  .product .product-plate2 .plate2-box .box-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #343434;
  }
  .product .product-plate2 .plate2-box .box-cent .cent-text {
    height: auto;
    margin-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate2 .plate2-box .cent-pic {
    position: static;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .product .product-plate2 .plate2-box .cent-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate2 .plate2-box .cent-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));
  }
  .product .product-plate2 .plate2-video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 1.15rem;
  }
  .product .product-plate2 .plate2-video .video-box {
    width: 100%;
    height: auto;
  }
  .product .product-plate2 .plate2-video .video-box video {
    width: 100%;
    height: auto;
  }
  .product .product-plate2 .plate2-video .video-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0;
  }
  .product .product-plate2 .plate2-video .video-cent .cent-title {
    font-size: 0.4rem;
    line-height: 0.65rem;
    color: #333;
  }
  .product .product-plate2 .plate2-video .video-cent .cent-title span {
    color: #ef7f1a;
  }
  .product .product-plate2 .plate2-video .video-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate2 .plate2-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate2 .plate2-cont .cont-title {
    font-size: 0.48rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate2 .plate2-cont .cont-title span {
    color: #ef7f1a;
  }
  .product .product-plate2 .plate2-cont .cont-heng {
    width: 0.45rem;
    height: 5px;
    margin: 0.25rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate2 .plate2-cont .cont-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate2 .plate2-cont .cont-text2 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    color: #666;
    margin-top: 0.4rem;
  }
  .product .product-plate2 .plate2-cont .cont-text2 span {
    margin: 0 0.25rem;
  }
  .product .product-plate2 .plate2-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product .product-plate2 .plate2-cont .cont-pic img {
    width: 100%;
  }
  .product .product-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.7rem auto 1.8rem;
  }
  .product .product-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0.65rem;
    background: #f2f2f2;
  }
  .product .product-plate2 .plate2-main .main-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #343434;
  }
  .product .product-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #666;
  }
  .product .product-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate2 .plate2-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate2 .plate2-main .main-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));
  }
  .product .product-plate2 .plate2-lump {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0;
  }
  .product .product-plate2 .plate2-lump .lump-title {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.58rem;
    text-align: center;
    color: #343434;
  }
  .product .product-plate2 .plate2-lump .lump-title span {
    color: #ef7f1a;
  }
  .product .product-plate2 .plate2-lump .lump-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate2 .plate2-lump .lump-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .product .product-plate2 .plate2-lump .lump-box .box-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .product .product-plate2 .plate2-lump .lump-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;
  }
  .product .product-plate2 .plate2-lump .lump-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));
  }
  .product .product-plate3 {
    width: 100%;
    height: auto;
  }
  .product .product-plate3 .plate3-top {
    width: 100%;
    height: 1.17rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.17rem;
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate3 .plate3-main {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.84rem;
    background: #f2f2f2;
  }
  .product .product-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate3 .plate3-main .main-box .main-title {
    font-size: 0.36rem;
    line-height: 0.56rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate3 .plate3-main .main-box .main-text {
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate3 .plate3-main .main-box .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-plate3 .plate3-main .main-box .main-pic img {
    width: 100%;
  }
  .product .product-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.7rem 0.3rem 1.28rem;
  }
  .product .product-plate4 .plate4-title {
    font-size: 0.36rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-plate4 .plate4-main img {
    width: 100%;
  }
  .product .product-plate5 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-plate5 .plate5-pic {
    width: 100%;
    height: auto;
  }
  .product .product-plate5 .plate5-pic img {
    width: 100%;
  }
  .product .product-plate5 .plate5-cent {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.3rem;
    background: rgba(112, 188, 89, 0.9);
  }
  .product .product-plate5 .plate5-cent .cent-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
  }
  .product .product-plate5 .plate5-cent .cent-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem 0 0.4rem;
    background: #fff;
  }
  .product .product-plate5 .plate5-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product .product-plate5 .plate5-cent .cent-text p {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
  }
  .product .product-plate5 .plate5-cent .cent-text p span {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.12rem;
    border-radius: 50%;
    border: solid 3px rgba(255, 255, 255, 0.5);
  }
  .product .product-plate5 .plate5-cent .cent-text2 {
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #fff;
  }
  .product .product-plate6 {
    width: 100%;
    height: auto;
  }
  .product .product-plate6 .plate6-top {
    width: 100%;
    height: 1.17rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.17rem;
    color: #fff;
    background: #70bc59;
  }
  .product .product-plate6 .plate6-box {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 0;
    background: #f8f8f8;
  }
  .product .product-plate6 .plate6-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 0.3rem;
    cursor: pointer;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.1rem;
    background: #d6d6d6;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item .item-title {
    padding: 0.3rem 0.35rem;
    font-size: 0.24rem;
    text-align: center;
    color: #666666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ef7f1a;
    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;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item:hover .item-pic {
    background: #ef7f1a;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item:hover .item-title {
    color: #ef7f1a;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-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));
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item-active .item-pic {
    background: #ef7f1a;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item-active .item-title {
    color: #ef7f1a;
  }
  .product .product-plate6 .plate6-box .box-cont .cont-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-plate6 .plate6-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .product .product-plate6 .plate6-main .main-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 0.35rem;
    left: 50%;
    width: 100%;
    height: auto;
    padding-top: 0.7rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .product .product-plate6 .plate6-main .main-cent .cent-title {
    width: 50%;
    height: auto;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate6 .plate6-main .main-cent .cent-title:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.15rem;
  }
  .product .product-plate6 .plate6-main .main-cent-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .product .product-plate7 {
    width: 100%;
    height: auto;
    margin: 1.1rem auto 0;
  }
  .product .product-plate7 .plate7-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate7 .plate7-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate7 .plate7-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0 0.3rem;
  }
  .product .product-plate7 .plate7-main .main-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .product .product-plate7 .plate7-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product .product-plate7 .plate7-main .main-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate7 .plate7-main .main-swiper .swiper-slide .slide-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate7 .plate7-main .main-swiper .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev,
  .product .product-plate7 .plate7-main .plate7-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: #f4f4f4;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev img,
  .product .product-plate7 .plate7-main .plate7-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;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev .img2,
  .product .product-plate7 .plate7-main .plate7-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev:hover,
  .product .product-plate7 .plate7-main .plate7-swiper-button-next:hover {
    background: #70bc59;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev:hover .img1,
  .product .product-plate7 .plate7-main .plate7-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev:hover .img2,
  .product .product-plate7 .plate7-main .plate7-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-prev {
    left: 0.1rem;
  }
  .product .product-plate7 .plate7-main .plate7-swiper-button-next {
    right: 0.1rem;
  }
  .product .product-plate8 {
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
  }
  .product .product-plate8 .plate8-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .product .product-plate8 .plate8-main .main-cent {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0.5rem;
    background: #f2f2f2;
  }
  .product .product-plate8 .plate8-main .main-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #343434;
  }
  .product .product-plate8 .plate8-main .main-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate8 .plate8-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate8 .plate8-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate8 .plate8-main .main-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));
  }
  .product .product-plate9 {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .product .product-plate9 .plate9-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate9 .plate9-heng {
    width: 45px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate9 .plate-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.6rem 0.3rem 0.5rem;
    background: #f6f7f9;
  }
  .product .product-plate9 .plate-main p {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #999;
  }
  .product .product-plate9 .plate-main p span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 0.12rem;
    border-radius: 50%;
    border: solid 3px #dadada;
  }
  .product .product-plate10 {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .product .product-plate10 .plate10-main {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 1.25rem;
    background: linear-gradient(0deg, #cccccc, #eeeeee);
  }
  .product .product-plate10 .plate10-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate10 .plate10-main .main-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0.4rem;
    background: #ef7f1a;
  }
  .product .product-plate10 .plate10-main .main-text {
    width: 100%;
    margin: 0.1rem auto 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate10 .plate10-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list {
    width: 100%;
    height: auto;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.3rem 0;
    padding: 0.4rem 0.26rem 0.3rem;
    border-radius: 0.25rem;
    background: #fff;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list .cont-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list .cont-item .item-num {
    width: 0.6rem;
    height: auto;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: #e4e4e4;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 8px;
    height: 8px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    border: solid 3px #70bc59;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-list .cont-item:last-of-type {
    margin: 0;
  }
  .product .product-plate10 .plate10-main .main-cont .right .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    border: solid 3px #70bc59;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-pic {
    display: none;
    width: 7.2rem;
    height: auto;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-web-pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .product .product-plate10 .plate10-main .main-cont .cont-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .product-plate11 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.1rem;
    background: url(../images/product/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .product .product-plate11 .plate11-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate11 .plate11-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate11 .plate11-main .main-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product .product-plate11 .plate11-main .main-box .box-button {
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.1rem 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.15rem;
    background: #70bc59;
  }
  .product .product-plate11 .plate11-main .main-box .box-button:hover {
    background: #ef7f1a;
  }
  .product .product-plate11 .plate11-main .main-text {
    margin-top: 0.7rem;
    font-size: 0.34rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate12 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0.8rem;
  }
  .product .product-plate12 .plate12-title {
    font-size: 0.72rem;
    font-weight: bold;
    text-align: center;
    color: #70bc59;
  }
  .product .product-plate12 .plate12-cent {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding: 0.65rem 0.3rem 1rem;
    background: #f5f5f5;
  }
  .product .product-plate12 .plate12-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.58rem;
    text-align: center;
    color: #343434;
  }
  .product .product-plate12 .plate12-cent .cent-title span {
    color: #ef7f1a;
  }
  .product .product-plate12 .plate12-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate12 .plate12-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding: 0 0.3rem;
  }
  .product .product-plate12 .plate12-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .product .product-plate12 .plate12-main .main-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.58rem;
    color: #343434;
  }
  .product .product-plate12 .plate12-main .main-cent .cent-title span {
    color: #ef7f1a;
  }
  .product .product-plate12 .plate12-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate12 .plate12-main .main-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product .product-plate12 .plate12-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate12 .plate12-main .main-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));
  }
  .product .product-plate12 .plate12-cont {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
    padding: 0 0.3rem;
  }
  .product .product-plate12 .plate12-cont .cont-text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate12 .plate12-cont .cont-text span {
    color: #ef7f1a;
  }
  .product .product-plate12 .plate12-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-plate12 .plate12-cont .cont-pic img {
    width: 100%;
  }
  .product .product-plate13 {
    width: 100%;
    height: auto;
    margin: 1.2rem auto 0;
  }
  .product .product-plate13 .plate13-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .product .product-plate13 .plate13-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate13 .plate13-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate13 .plate13-item .item-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));
  }
  .product .product-plate13 .plate13-item .item-cent {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.5rem;
    background: #f2f2f2;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.54rem;
    color: #343434;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-text2 {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-text2 span {
    font-size: 0.36rem;
    color: #333;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-text3 {
    padding: 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate13 .plate13-item .item-cent .cent-text3 span {
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-plate13 .plate13-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .product .product-plate14 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f5f5f5;
  }
  .product .product-plate14 .plate14-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate14 .plate14-main .main-text {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate14 .plate14-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-plate14 .plate14-main .main-pic img {
    width: 100%;
  }
  .product .product-plate15 {
    width: 100%;
    height: auto;
  }
  .product .product-plate15 .plate15-top {
    width: 100%;
    height: 1.17rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.17rem;
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate15 .plate15-main {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0.84rem;
  }
  .product .product-plate15 .plate15-main .main-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product .product-plate15 .plate15-main .main-box .main-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate15 .plate15-main .main-box .main-text {
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate15 .plate15-main .main-box .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product .product-plate15 .plate15-main .main-box .main-pic img {
    width: 100%;
  }
  .product .product-plate16 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.7rem 0.3rem 1rem;
  }
  .product .product-plate16 .plate16-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate16 .plate16-heng {
    width: 45px;
    height: 5px;
    margin: 0.2rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate16 .plate16-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.8rem 0 1rem;
    background: #f6f7f9;
  }
  .product .product-plate16 .plate16-main p {
    width: 100%;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #999;
  }
  .product .product-plate16 .plate16-main p span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 0.12rem;
    border-radius: 50%;
    border: solid 3px #dadada;
  }
  .product .product-top {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .product .product-top .top-title {
    font-size: 0.72rem;
    font-weight: bold;
    text-align: center;
    color: #70bc59;
  }
  .product .product-top .top-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0.7rem;
    margin-top: 0.76rem;
    background: #f9f9f9;
  }
  .product .product-top .top-box .box-item {
    width: auto;
    height: 100%;
    padding: 0 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.7rem;
    color: #333;
  }
  .product .product-top .top-box .box-item:hover {
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-top .top-box .box-item-active {
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate17 {
    width: 100%;
    height: auto;
    margin: 1rem auto;
  }
  .product .product-plate17 .plate17-main {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .product .product-plate17 .plate17-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-right: 0;
  }
  .product .product-plate17 .plate17-main .main-cent .cent-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate17 .plate17-main .main-cent .cent-title span {
    font-size: 0.34rem;
    color: #333;
  }
  .product .product-plate17 .plate17-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .product .product-plate17 .plate17-main .main-cent .cent-box p {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate17 .plate17-main .main-cent .cent-box p span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 0.12rem;
    border-radius: 50%;
    border: solid 3px #dadada;
  }
  .product .product-plate17 .plate17-main .main-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product .product-plate17 .plate17-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate17 .plate17-main .main-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));
  }
  .product .product-plate17 .plate17-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0 0.3rem;
  }
  .product .product-plate17 .plate17-box .box-item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 0.3rem;
  }
  .product .product-plate17 .plate17-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate17 .plate17-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;
  }
  .product .product-plate17 .plate17-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate17 .plate17-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-plate17 .plate17-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));
  }
  .product .product-plate18 {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.1rem;
    background: #f5f5f5;
  }
  .product .product-plate18 .plate18-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate18 .plate18-main .main-title {
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate18 .plate18-main .main-text {
    width: 100%;
    margin: 0.2rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate18 .plate18-main .main-video {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product .product-plate18 .plate18-main .main-video video {
    width: 100%;
  }
  .product .product-plate19 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1rem;
  }
  .product .product-plate19 .plate19-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate19 .plate19-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0.8rem;
    background: #ef7f1a;
  }
  .product .product-plate19 .plate19-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product .product-plate19 .plate19-main .main-item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 0.35rem;
  }
  .product .product-plate19 .plate19-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate19 .plate19-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;
  }
  .product .product-plate19 .plate19-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate19 .plate19-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));
  }
  .product .product-plate19 .plate19-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-plate20 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-plate20 .plate20-pic {
    width: 100%;
    height: auto;
  }
  .product .product-plate20 .plate20-pic img {
    width: 100%;
  }
  .product .product-plate21 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .product .product-plate21 .plate21-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate21 .plate21-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0.8rem;
    background: #ef7f1a;
  }
  .product .product-plate21 .plate21-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate21 .plate21-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product .product-plate21 .plate21-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .product .product-plate21 .plate21-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate21 .plate21-swiper .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;
  }
  .product .product-plate21 .plate21-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.35rem;
    font-size: 0.32rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate21 .plate21-swiper .swiper-box {
    width: 100%;
    height: auto;
    margin: 0.65rem auto 0;
  }
  .product .product-plate21 .plate21-swiper .swiper-box .box-num {
    width: auto;
    height: auto;
    font-size: 0.26rem;
  }
  .product .product-plate21 .plate21-swiper .swiper-box .box-num span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.36rem;
    color: #080808;
  }
  .product .product-plate21 .plate21-swiper .swiper-box .swiper-pagination {
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 0.18rem;
  }
  .product .product-plate21 .plate21-swiper .swiper-box .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #70bc59;
  }
  .product .product-plate22 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f5f5f5;
  }
  .product .product-plate22 .plate22-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate22 .plate22-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate22 .plate22-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;
  }
  .product .product-plate22 .plate22-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));
  }
  .product .product-plate22 .plate22-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 0.8rem;
    background: #fff;
  }
  .product .product-plate22 .plate22-box .box-cent .cent-title {
    font-size: 0.36rem;
    color: #333;
  }
  .product .product-plate22 .plate22-box .box-cent .cent-lump {
    position: absolute;
    top: -0.6rem;
    left: 0.3rem;
    width: 2.8rem;
    height: 1.2rem;
    margin-left: 0;
    font-size: 0.32rem;
    text-align: center;
    line-height: 1.2rem;
    color: #fff;
    background: #ef7f1a;
  }
  .product .product-plate22 .plate22-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .product .product-plate22 .plate22-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
  }
  .product .product-plate22 .plate22-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate22 .plate22-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;
  }
  .product .product-plate22 .plate22-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: 0.32rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate22 .plate22-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));
  }
  .product .product-plate22 .plate22-main .main-item:last-of-type {
    margin-right: 0;
  }
  .product .product-plate23 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product .product-plate23 .plate23-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate23 .plate23-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto;
    background: #ef7f1a;
  }
  .product .product-plate23 .plate23-text {
    margin-top: 0.6rem;
    font-size: 0.36rem;
    text-align: center;
    color: #ef7f1a;
  }
  .product .product-plate23 .plate23-pic {
    width: 6.02rem;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .product .product-plate23 .plate23-pic img {
    width: 100%;
  }
  .product .product-plate23 .plate23-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-plate23 .plate23-box .box-item {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 0.45rem;
  }
  .product .product-plate23 .plate23-box .item-title {
    font-size: 0.42rem;
    color: #333;
  }
  .product .product-plate23 .plate23-box .item-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate24 {
    width: 100%;
    height: auto;
  }
  .product .product-plate24 .plate24-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.6rem;
    background: #ef7f1a;
  }
  .product .product-plate24 .plate24-top .top-title {
    font-size: 0.48rem;
    line-height: 0.78rem;
    text-align: center;
    color: #fff;
  }
  .product .product-plate24 .plate24-pic {
    width: 100%;
    height: auto;
    margin: -0.95rem auto 0;
  }
  .product .product-plate24 .plate24-pic img {
    width: 100%;
  }
  .product .product-plate25 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .product .product-plate25 .plate25-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product .product-plate25 .plate25-box .box-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate25 .plate25-box .box-heng {
    width: 45px;
    height: 5px;
    margin: 0.3rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate25 .plate25-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-plate25 .plate25-box .box-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate25 .plate25-box .box-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate25 .plate25-box .box-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate25 .plate25-pic {
    width: 100%;
    margin-top: 0.8rem;
  }
  .product .product-plate25 .plate25-pic img {
    width: 100%;
  }
  .product .product-plate26 {
    width: 100%;
    height: auto;
  }
  .product .product-plate26 .plate26-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 0;
  }
  .product .product-plate26 .plate26-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate26 .plate26-main .main-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0.9rem;
    background: #ef7f1a;
  }
  .product .product-plate26 .plate26-main .main-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.2rem;
    background: #f6f7f9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-top .dd-title {
    position: relative;
    width: 80%;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-top .dd-show {
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/icon/icon-product-pic1.png) no-repeat center center;
    background-size: 0.55rem;
  }
  .product .product-plate26 .plate26-main .main-dd .top-active .dd-show {
    background: url(../images/icon/icon-product-pic2.png) no-repeat center center;
    background-size: 0.55rem;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.3rem 0.2rem;
    background: #fff;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-cent .cent-box {
    width: 100%;
    height: auto;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-cent .cent-box p {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #999;
  }
  .product .product-plate26 .plate26-main .main-dd .dd-cent .cent-box p span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 0.12rem;
    border-radius: 50%;
    border: solid 3px #dadada;
  }
  .product .product-plate27 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
  }
  .product .product-plate27 .plate27-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate27 .plate27-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #ef7f1a;
  }
  .product .product-plate27 .plate27-top .top-text {
    margin-top: 0.24rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate27 .plate27-top .top-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate27 .plate27-main {
    position: relative;
    width: 100%;
    margin-top: 0.9rem;
  }
  .product .product-plate27 .plate27-main .main-top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin: auto;
    padding-right: 0;
  }
  .product .product-plate27 .plate27-main .main-top .top-item {
    margin: 0 0.12rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-plate27 .plate27-main .main-heng {
    width: 100%;
    height: 3px;
    margin-top: 8px;
    background: #ef7f1a;
  }
  .product .product-plate27 .plate27-main .main-table {
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0;
  }
  .product .product-plate27 .plate27-main .main-table .table-title {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-plate27 .plate27-main .main-table table {
    width: 100%;
  }
  .product .product-plate27 .plate27-main .main-table tr {
    background: #fff;
    border: solid 1px #dadada;
  }
  .product .product-plate27 .plate27-main .main-table tr:nth-child(odd) {
    background: #f5f5f5;
  }
  .product .product-plate27 .plate27-main .main-table td {
    padding: 12px 0.15rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
  }
  .product .product-plate27 .plate27-main .main-table td span {
    display: block;
    font-size: 0.36rem;
  }
  .product .product-plate27 .plate27-main .main-table td em {
    color: #ef7f1a;
  }
  .product .product-plate28 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .product .product-plate28 .plate28-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #ef7f1a;
  }
  .product .product-plate28 .plate28-subtitle {
    margin-top: 0.25rem;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate28 .plate28-text {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0.8rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-plate28 .plate28-text span {
    font-size: 0.34rem;
    color: #333;
  }
  .product .product-plate28 .plate28-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-plate28 .plate28-pic img {
    width: 100%;
  }
  .product .product-plate29 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.1rem;
    background: #f5f5f5;
  }
  .product .product-plate29 .plate29-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate29 .plate29-main .main-text {
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate29 .plate29-main .main-title {
    margin: 0.3rem 0 0.1rem;
    font-size: 0.34rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate29 .plate29-main .main-video {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product .product-plate29 .plate29-main .main-video .video-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-plate29 .plate29-main .main-video .video-pic img {
    width: 100%;
  }
  .product .product-plate29 .plate29-main .main-video .video-pic .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 0.95rem;
    border-radius: 50%;
    background: #ef7f1a;
    z-index: 9;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate29 .plate29-main .main-video .video-pic .video-icon img {
    width: 14px;
  }
  .product .product-plate29 .plate29-main .main-video .video-pic .video-icon:hover {
    background: #70bc59;
  }
  .product .product-plate29 .plate29-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-plate29 .plate29-main .main-video .video-box video {
    width: 100%;
  }
  .product .product-plate30 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0.8rem;
  }
  .product .product-plate30 .plate30-text {
    font-size: 0.34rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate30 .plate30-text2 {
    width: 100%;
    margin: 0 auto;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate30 .plate30-pic {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
  }
  .product .product-plate30 .plate30-pic img {
    width: 100%;
  }
  .product .product-plate31 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.8rem;
    background: #f5f5f5;
  }
  .product .product-plate31 .plate31-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate31 .plate31-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate31 .plate31-main .main-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate31 .plate31-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-plate31 .plate31-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .product .product-plate31 .plate31-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .product .product-plate31 .plate31-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate31 .plate31-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;
  }
  .product .product-plate31 .plate31-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate31 .plate31-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));
  }
  .product .product-plate32 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.1rem;
  }
  .product .product-plate32 .plate32-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate32 .plate32-main .main-text {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.48rem;
    color: #666;
  }
  .product .product-plate32 .plate32-main .main-text span {
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-plate32 .plate32-main .main-video {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product .product-plate32 .plate32-main .main-video .video-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-plate32 .plate32-main .main-video .video-pic img {
    width: 100%;
  }
  .product .product-plate32 .plate32-main .main-video .video-pic .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 0.85rem;
    border-radius: 50%;
    background: #ef7f1a;
    z-index: 9;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate32 .plate32-main .main-video .video-pic .video-icon img {
    width: 14px;
  }
  .product .product-plate32 .plate32-main .main-video .video-pic .video-icon:hover {
    background: #70bc59;
  }
  .product .product-plate32 .plate32-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-plate32 .plate32-main .main-video .video-box video {
    width: 100%;
  }
  .product .product-plate33 {
    width: 100%;
    height: auto;
  }
  .product .product-plate33 .plate33-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate33 .plate33-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate33 .plate33-main .main-heng {
    width: 45px;
    height: 5px;
    margin: 0.25rem auto 0;
    background: #ef7f1a;
  }
  .product .product-plate33 .plate33-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0 0.3rem;
  }
  .product .product-plate33 .plate33-main .main-box .box-item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 0.35rem;
    cursor: pointer;
  }
  .product .product-plate33 .plate33-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate33 .plate33-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;
  }
  .product .product-plate33 .plate33-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    text-align: center;
    color: #333;
  }
  .product .product-plate33 .plate33-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .product .product-plate33 .plate33-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));
  }
  .product .product-plate33 .plate33-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding: 0 0.3rem;
  }
  .product .product-plate33 .plate33-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    overflow: hidden;
  }
  .product .product-plate33 .plate33-main .main-cont .cont-item img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate33 .plate33-main .main-cont .cont-item: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));
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1.08rem 0.3rem 1.28rem;
    background: url(../images/partner/bg.png) no-repeat top left;
    background-size: cover;
  }
  .partner .partner-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .partner .partner-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .partner .partner-main .main-cent .cent-heng {
    width: 45px;
    height: 5px;
    margin-top: 0.25rem;
    background: #ef7f1a;
  }
  .partner .partner-main .main-cent .cent-English {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.2);
  }
  .partner .partner-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .partner .partner-main .main-cent .cent-text span {
    display: inline-block;
    text-indent: 0.52rem;
  }
  .partner .partner-main .main-cent .cent-text2 {
    margin-top: 0.25rem;
    font-size: 0.42rem;
    font-weight: 100;
    color: #70bc59;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .partner .partner-main .main-cont .cont-item {
    width: calc(100% / 3 - 0.135rem);
    height: 1.4rem;
    padding: 0.12rem 0.15rem;
    margin-right: 0.18rem;
    margin-bottom: 0.24rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  }
  .partner .partner-main .main-cont .cont-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0.18rem;
  }
  .partner .partner-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .team {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.23rem;
  }
  .team .team-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .team .team-main .main-text {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.5rem;
    color: #333;
  }
  .team .team-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .team .team-main .main-data .data-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .team .team-main .main-data .data-item .item-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.7rem;
    color: #ef7f1a;
  }
  .team .team-main .main-data .data-item .item-title span {
    position: relative;
  }
  .team .team-main .main-data .data-item .item-title span::after {
    content: '+';
    position: absolute;
    top: 0;
    right: -0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #ef7f1a;
  }
  .team .team-main .main-data .data-item .item-text {
    font-size: 0.3rem;
    color: #333;
  }
  .team .team-main .main-data .data-item:last-of-type {
    margin-right: 0;
  }
  .team .team-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .team .team-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    cursor: pointer;
  }
  .team .team-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .team .team-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;
  }
  .team .team-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.5rem;
    background: #f6f6f6;
  }
  .team .team-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.32rem;
    color: #333;
  }
  .team .team-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .team .team-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));
  }
  .skill {
    width: 100%;
    height: auto;
    padding: 1.05rem 0 1.4rem;
  }
  .skill .skill-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .skill .skill-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .skill .skill-top .top-heng {
    width: 45px;
    height: 5px;
    margin-top: 0.25rem;
    background: #ef7f1a;
  }
  .skill .skill-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .skill .skill-main .main-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    margin-bottom: 0.1rem;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #fff;
    background: #70bc59;
  }
  .skill .skill-main .main-item2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    margin-bottom: 0.1rem;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #fff;
    background: #ef7f1a;
  }
  .skill .skill-main .main-pic {
    width: 32.5%;
    height: 3rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
  }
  .skill .skill-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .skill .skill-main .main-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));
  }
  .world {
    width: 100%;
    height: auto;
  }
  .world .world-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.88rem 0.3rem 1.16rem;
  }
  .world .world-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .world .world-main .main-heng {
    width: 60px;
    height: 5px;
    margin-top: 0.2rem;
    background: #ef7f1a;
  }
  .world .world-main .main-map {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .world .world-main .main-map .map-pic {
    width: 100%;
    height: auto;
  }
  .world .world-main .main-map .map-pic img {
    width: 100%;
  }
  .world .world-main .main-map .map-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    width: auto;
  }
  .world .world-main .main-map .map-item span {
    margin-right: 0.08rem;
    font-size: 0.18rem;
    color: #333;
  }
  .world .world-main .main-map .map-item img {
    width: 0.31rem;
    height: auto;
    animation: secFadeIn 2s linear infinite;
  }
  .world .world-main .main-map .map-item:nth-child(2) {
    top: 1.75rem;
    right: 2.8rem;
  }
  .world .world-main .main-map .map-item:nth-child(3) {
    top: 1.76rem;
    right: 7.2rem;
  }
  .world .world-main .main-map .map-item:nth-child(3) span {
    margin-right: 0;
    margin-left: 0.08rem;
    color: #ef7f1a;
  }
  .world .world-main .main-map .map-item:nth-child(4) {
    top: 2.04rem;
    right: 8.9rem;
  }
  .world .world-main .main-map .map-item:nth-child(5) {
    top: 2.27rem;
    right: auto;
    left: 4.35rem;
  }
  .world .world-main .main-map .map-item:nth-child(6) {
    top: 1.73rem;
    right: auto;
    left: 3.3rem;
  }
  .world .world-main .main-map .map-item:nth-child(7) {
    top: 2.15rem;
    right: auto;
    left: 1.95rem;
  }
  .world .world-main .main-map .map-item:nth-child(8) {
    top: 1.38rem;
    right: auto;
    left: 2.1rem;
  }
  .world .world-main .main-map .map-item:nth-child(8) span {
    margin-right: 0;
    margin-left: 0.08rem;
  }
  .world .world-main .main-web-map {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .world .world-main .main-web-map img {
    width: 100%;
  }
  .world .world-main .main-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .world .world-main .main-lump .lump-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .world .world-main .main-lump .lump-item:last-of-type {
    margin-right: 0;
  }
  .world .world-main .main-lump .lump-item .item-title {
    font-size: 0.42rem;
    line-height: 0.8rem;
    color: #004199;
  }
  .world .world-main .main-lump .lump-item .item-English {
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #333;
  }
  .world .world-main .main-lump .lump-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
  }
  .world .world-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .world .world-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    margin-right: 0;
  }
  .world .world-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .world .world-main .main-cont .cont-item .item-title {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.55rem;
    color: #333;
  }
  .world .world-main .main-cont .cont-item .item-English {
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #333;
  }
  .world .world-main .main-cont .cont-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
  }
  .study {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.5rem;
  }
  .study .study-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .study .study-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .study .study-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .study .study-main .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-main .main-box .box-item .item-pic .pic-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: auto;
    opacity: 1;
    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;
  }
  .study .study-main .main-box .box-item .item-pic .pic-button .button1 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #ef7f1a url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .study .study-main .main-box .box-item .item-pic .pic-button .button1:hover {
    background: #70bc59 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 14px;
  }
  .study .study-main .main-box .box-item .item-pic .pic-button .button2 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8) url(../images/icon/icon-video-download.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .study .study-main .main-box .box-item .item-pic .pic-button .button2:hover {
    background: #70bc59 url(../images/icon/icon-video-download-active.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .study .study-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .study .study-main .main-box .box-item:hover .item-pic {
    background: #000;
  }
  .study .study-main .main-box .box-item:hover .item-pic img {
    opacity: 0.5;
  }
  .study .study-main .main-box .box-item:hover .item-pic .pic-button {
    opacity: 1;
  }
  .study .study-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .study .study-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .study .study-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .study .study-box .box-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .study .study-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .study .study-box .box-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.5rem 0.6rem 0.4rem;
    background: #f6f6f6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: rgba(51, 51, 51, 0.3);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-title {
    height: auto;
    margin-top: 0.15rem;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-text {
    height: auto;
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1.8rem;
    height: auto;
    margin-top: 0.2rem;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-button span {
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-button em {
    width: 0.26rem;
    height: 0.19rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item .item-cent .cent-button:hover em {
    margin-left: 0.25rem;
  }
  .study .study-box .box-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #70bc59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .study .study-box .box-cont .cont-item:hover {
    box-shadow: 4px 7px 46px 0px rgba(0, 0, 0, 0.08);
  }
  .study .study-box .box-cont .cont-item:hover::after {
    height: 5px;
  }
  .study .study-box .box-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .study .study-box .box-cont .cont-item:hover .item-cent {
    background: #fff;
  }
  .study .study-box .box-cont .cont-item:hover .item-cent .cent-time {
    color: rgba(153, 153, 153, 0.4);
  }
  .study .study-box .box-cont .cont-item:hover .item-cent .cent-title {
    color: #ef7f1a;
  }
  .study .study-box .box-cont .cont-item:hover .item-cent .cent-button span {
    color: #70bc59;
  }
  .study .study-box .box-cont .cont-item:hover .item-cent .cent-button em {
    background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .study .study-box .box-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .pt97 {
    padding-top: 1.2rem !important;
  }
  .pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 8rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -48%;
    background: #fff;
  }
  .pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    padding-top: 0.2rem;
    text-align: center;
    background: #70bc59;
    cursor: pointer;
  }
  .pupop-box .box-cont .cont-hiden img {
    width: 0.3rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev,
  .pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #70bc59;
    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;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev img,
  .pupop-box .box-cont .pupop-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.14rem;
    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;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img1,
  .pupop-box .box-cont .pupop-swiper-button-next .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img2,
  .pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 2;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover,
  .pupop-box .box-cont .pupop-swiper-button-next:hover {
    background: #70bc59;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev {
    left: 20%;
  }
  .pupop-box .box-cont .pupop-swiper-button-next {
    right: 20%;
  }
  .pupop-box-active {
    opacity: 1;
    visibility: visible;
  }
  .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    background: #000;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    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;
  }
  .video-popup .popup-icon {
    position: absolute;
    top: -0.5rem;
    right: 0.1rem;
    width: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .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: #70bc59;
  }
}
