.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .product2 .product-main .main-cont .cont-cent .cent-table td p {
    max-height: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .product2 .product-main .main-cont .cont-cent .cent-table td p {
    max-height: 2.5rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: absolute;
    top: 0.4rem;
    left: 50%;
    width: 94.7%;
    height: 1rem;
    padding: 0 0.4rem;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.65);
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    z-index: 59;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  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 {
    position: relative;
    width: 1.5rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo 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-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.35rem;
  }
  nav .nav-main .main-cont .main-nav .nav-li .li-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 80px;
    color: #222;
  }
  nav .nav-main .main-cont .main-nav .nav-li .li-link-active {
    font-weight: bold;
  }
  nav .nav-main .main-cont .main-nav .nav-li .li-list {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 200px;
    height: auto;
    margin-left: -100px;
    padding: 0.1rem 0.2rem;
    background: #fff;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 29;
    transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    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-nav .nav-li .li-list::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 10;
  }
  nav .nav-main .main-cont .main-nav .nav-li .li-list a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  nav .nav-main .main-cont .main-nav .nav-li .li-list a:hover {
    font-weight: bold;
    color: #e94716;
  }
  nav .nav-main .main-cont .main-nav .nav-li:hover .li-link {
    font-weight: bold;
    color: #e94716 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  nav .nav-main .main-cont .main-nav .nav-li-active .li-link {
    color: #e94716;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a {
    text-transform: uppercase;
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a:hover {
    color: #e94716;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 0.26rem;
    border-radius: 50%;
    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-right .right-serach img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach:hover {
    background: #e94716;
  }
  nav .nav-main .main-cont .main-right .right-serach:hover .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach:hover .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-web-right .right-lang {
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #222;
  }
  nav .nav-main .main-cont .main-web-right .right-lang a {
    text-transform: uppercase;
    color: #222;
  }
  nav .nav-main .main-cont .main-web-right .right-lang a:hover {
    color: #e94716;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 0.1rem;
    border-radius: 50%;
    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-serach img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-serach:hover {
    background: #e94716;
  }
  nav .nav-main .main-cont .main-web-right .right-serach:hover .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-serach:hover .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-web-right .right-menu {
    width: 20px;
    height: auto;
    margin-left: 0.1rem;
  }
  nav .nav-main .main-cont .main-web-right .right-menu img {
    width: 100%;
  }
  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 #e94716;
  }
  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-box {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #e94716;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #e94716;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 2rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.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-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #e94716;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #e94716;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 9.6rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: -0.4rem;
    font-size: 0.48rem;
    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-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    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 {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    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-cent2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    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-cent2 .cent-box span {
    font-size: 1rem;
    font-weight: bold;
    color: #fe3c00;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text {
    width: auto;
    height: auto;
    margin-left: 0.2rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text p {
    margin-bottom: 0.12rem;
    font-size: 0.48rem;
    color: #1c2d48;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #9e7560;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    margin-top: -0.4rem;
    font-size: 0.48rem;
    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-cent2 .cent-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #1c2d48;
    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 .banner-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-pic2 {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.55rem;
    left: 50%;
    width: 15.37rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 0.7;
    border-radius: 50%;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  header .head-banner .scroll-on {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .scroll-on .scroll-title {
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .scroll-on .scroll-icon {
    width: 20px;
    height: auto;
    margin: 16px auto 0;
    overflow: hidden;
  }
  header .head-banner .scroll-on .scroll-icon img {
    width: 100%;
    animation: run 1.5s infinite linear;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e94716;
    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-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    border-top: solid 2px #e94716;
    background: #000;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem;
  }
  footer .foot-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  footer .foot-main .main-top .top-left {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-left .left-title {
    margin-bottom: 0.35rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-top .top-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  footer .foot-main .main-top .top-left .left-item .item-icon {
    width: 0.45rem;
    height: auto;
  }
  footer .foot-main .main-top .top-left .left-item .item-icon img {
    width: 100%;
  }
  footer .foot-main .main-top .top-left .left-item .item-text {
    width: calc(100% - 0.45rem);
    height: auto;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #fff;
  }
  footer .foot-main .main-top .top-nav {
    display: none;
    justify-content: space-between;
    width: 9.5rem;
    height: auto;
  }
  footer .foot-main .main-top .top-nav .nav-item {
    width: auto;
    height: auto;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-link:hover {
    color: #e94716;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-lump {
    width: auto;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-lump a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-lump a:hover {
    color: #e94716;
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-bottom .bottom-ewm {
    width: 120px;
    height: auto;
  }
  footer .foot-main .main-bottom .bottom-ewm img {
    width: 100%;
    margin-bottom: 0.15rem;
    box-shadow: 0.05rem 0 0.3rem rgba(2, 30, 32, 0.08);
  }
  footer .foot-main .main-bottom .bottom-ewm .ewm-title {
    font-size: 14px;
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    text-align: left;
  }
  footer .foot-main .main-bottom .bottom-right .right-link {
    font-size: 0.24rem;
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right .right-link a {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right .right-link a:hover {
    color: #e94716;
  }
  footer .foot-main .main-bottom .bottom-right .right-link span {
    margin: 0 0.1rem;
  }
  footer .foot-main .main-bottom .bottom-right .right-zizhi {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right .right-zizhi a {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-right .right-zizhi a:hover {
    color: #e94716;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 2s 0.6s;
    -o-transition: all 2s 0.6s;
    -moz-transition: all 2s 0.6s;
    -webkit-transition: all 2s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.65rem 0.2rem;
    background: url(../images/banner-bg.png) no-repeat left top;
    background-size: 3.63rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 0.8s;
    -o-transition: all 1s 0.8s;
    -moz-transition: all 1s 0.8s;
    -webkit-transition: all 1s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top .top-title {
    font-size: 0.7rem;
    font-style: italic;
    line-height: 1.06rem;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top .top-English {
    margin-left: 0.12rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.24rem;
    font-style: italic;
    line-height: 0.4rem;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.7rem;
    font-style: italic;
    line-height: 1.06rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 0.8s;
    -o-transition: all 1s 0.8s;
    -moz-transition: all 1s 0.8s;
    -webkit-transition: all 1s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    margin-top: 0.1rem;
    font-size: 0.6rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    line-height: 1.06rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 0.8s;
    -o-transition: all 1s 0.8s;
    -moz-transition: all 1s 0.8s;
    -webkit-transition: all 1s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.36rem;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1s;
    -o-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English2 {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.24rem;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1.2s;
    -o-transition: all 1s 1.2s;
    -moz-transition: all 1s 1.2s;
    -webkit-transition: all 1s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English3 {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.32rem;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1s;
    -o-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1.2s;
    -o-transition: all 1s 1.2s;
    -moz-transition: all 1s 1.2s;
    -webkit-transition: all 1s 1.2s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton {
    width: auto;
    height: auto;
    margin-top: 0.7rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1s;
    -o-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item {
    width: 2rem;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #e94716;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-icon img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #e94716;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item:hover .item-icon img {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 {
    width: auto;
    height: auto;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 1s;
    -o-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item {
    width: 2rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #e94716;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-icon img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #e94716;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item:hover .item-icon img {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .container .pege-container .cont-banner .swiper-slide-active .slide-box .box-web-pic img {
    transform: scale(1.06, 1.06) translateZ(0);
    -o-transform: scale(1.06, 1.06) translateZ(0);
    -moz-transform: scale(1.06, 1.06) translateZ(0);
    -webkit-transform: scale(1.06, 1.06 translateZ(0));
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-lump,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-top,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 0.45rem;
  }
  .container .pege-container .cont-banner .banner-mouse {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 22px;
    height: auto;
    cursor: pointer;
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-title {
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-mouse img {
    width: 100%;
    margin-top: 0.1rem;
  }
  .container .pege-container .cont-banner .banner-mouse:hover .mouse-title {
    color: #e94716;
  }
  .container .pege-container .cont-banner .banner-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.5rem;
    right: auto;
    left: 50%;
    width: 120px;
    height: auto;
    margin: 0 0 0 -60px;
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next {
	display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border: solid 2px #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next img {
    width: 7px;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev:hover,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next:hover {
    border: solid 2px #e94716;
    background: #e94716;
  }
  .container .pege-container .cont-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate1-web-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate1 .plate1-left {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-title {
    font-size: 0.48rem;
    color: #222;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-subtitle {
    margin-top: 0.1rem;
    font-size: 0.52rem;
    font-weight: bold;
    color: #222;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: auto;
    margin: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-plate1 .plate1-left .left-video-play img {
    width: 100%;
    animation: videoPlay 2.5s infinite linear;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-video-play:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-web-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-web-box .box-pic {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate1 .plate1-left .left-web-box .box-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-left .pc {
    display: none;
  }
  .container .pege-container .cont-plate1 .plate1-left .web {
    display: block;
  }
  .container .pege-container .cont-plate1 .plate1-right {
    width: 100%;
    height: auto;
    /* padding-top: 0; */
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box {
    width: 100%;
    height: auto;
    padding: 1rem 0.2rem 1.2rem;
    background: #fff;
    border-bottom-left-radius: 0.5rem;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-title img {
    width: 0.53rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item {
    display: block;
    width: 1.2rem;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #e94716;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-icon img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item:hover .item-icon img {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .container .pege-container .cont-plate1 .plate1-right .right-box .box-item:hover .item-title {
    color: #e94716;
  }
  .container .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-left {
    width: auto;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-left .left-title img {
    width: 0.42rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-left .left-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list {
    display: flex;
    justify-content: flex-start;
    position: static;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-item {
    position: relative;
    width: auto;
    padding-bottom: 0.16rem;
    margin: 0 0.06rem;
    font-size: 0.3rem;
    color: #000;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e94716;
    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;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-item:hover {
    color: #e94716;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-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));
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-item-active {
    color: #e94716;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-list .list-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));
  }
  .container .pege-container .cont-plate2 .plate2-top .top-button {
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.75rem;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    background: #e94716;
    border: solid 2px #e94716;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-button:hover {
    color: #e94716;
    background: transparent;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic {
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent {
    width: calc(100% - 3rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.34rem;
    color: #343434;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-title {
    margin-top: 0.05rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #343434;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item {
    display: block;
    width: 1.2rem;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #e94716;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-icon img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item:hover .item-icon img {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item:hover .item-title {
    color: #e94716;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate3 .plate3-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-left {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-left .left-title img {
    width: 0.57rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-left .left-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-item {
    position: relative;
    width: auto;
    padding-bottom: 0.16rem;
    margin: 0 0.35rem;
    font-size: 0.3rem;
    color: #000;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e94716;
    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;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-item:hover {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-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));
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-item-active {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-top .top-list .list-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));
  }
  .container .pege-container .cont-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left {
    display: none;
    width: 50%;
    height: auto;
    padding-right: 0.5rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-pic {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 16px;
    color: #999;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 18px;
    line-height: 30px;
    color: #4b4a48;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span {
    display: inline-block;
    position: relative;
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3e1e5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span:hover {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span:hover::after {
    background: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left:hover .left-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-left:hover .left-cent .cent-title {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.3rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 16px;
    color: #999;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 18px;
    line-height: 30px;
    color: #4b4a48;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span {
    display: inline-block;
    position: relative;
    margin-top: 0.35rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3e1e5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span:hover {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span:hover::after {
    background: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item:hover .item-cent .cent-title {
    color: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: solid 2px #d4e1e5;
    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;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev img,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    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;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev .img2,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover {
    border: solid 2px #e94716;
    background: #e94716;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .pege-container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
    background: url(../images/plate4-bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .container .pege-container .cont-plate4 .plate4-main {
    position: static;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .container .pege-container .cont-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-English {
    position: relative;
    margin-top: 0.3rem;
    font-size: 1.1rem;
    font-family: 'MONTSERRAT-BOLD';
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-English::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    right: 0.1rem;
    width: 1rem;
    height: 4px;
    background: #e94716;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-icon {
    width: 21px;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item {
    width: 33.33%;
    height: auto;
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-icon {
    width: 1.5rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    word-wrap: break-word;
  }
  .container .pege-container .cont-plate4 .plate4-bottom {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.36rem;
    color: rgba(0, 0, 0, 0.6);
    border-top: solid 1px #d5e1e4;
  }
  .container .pege-container .cont-plate4 .plate4-bottom a {
    color: rgba(0, 0, 0, 0.6);
  }
  .container .pege-container .cont-plate4 .plate4-bottom a:hover {
    color: #e94716;
  }
  .container .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: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    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;
  }
  .container .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .container .cont-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;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .about .about-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .about .about-plate1 .plate1-main .main-title img {
    width: 0.42rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .about .about-plate1 .plate1-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .about .about-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-title {
    font-size: 0.42rem;
    color: #414851;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.46rem;
    text-transform: uppercase;
    color: #e94716;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-subtitle {
    margin-top: 0.4rem;
    font-size: 0.34rem;
    color: #999;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-text {
    height: auto;
    padding-right: 0;
    margin-top: 0.15rem;
    margin-right: 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .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;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .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));
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.3rem;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #e94716;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.56rem 0.7rem;
    background: url(../images/plate1-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.46rem;
    color: #fff;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-heng {
    width: 40px;
    height: 6px;
    margin-top: 0.3rem;
    background: #fff;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-title {
    margin-top: 0.3rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English2 {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1rem 0.56rem 0.7rem;
    background: url(../images/plate1-bg2.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item {
    width: auto;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title .num1 {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.68rem;
    color: #fff;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em {
    position: relative;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.38rem;
    color: #e94716;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item:nth-child(odd) {
    margin-right: 1rem;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate2 .plate2-main {
    width: 100%;
    height: auto;
    padding: 3px;
    margin: 0 auto;
    border-bottom-right-radius: 50px;
    border: solid 25px #fff;
    background: transparent;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.5rem;
    border-bottom-right-radius: 25px;
    background: #fff;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-title {
    font-size: 0.48rem;
    text-align: center;
    background-image: -webkit-linear-gradient(right, #00c4ab, #e94716);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.4);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-heng {
    width: 60px;
    height: 2px;
    margin: 0.35rem auto;
    background-image: -webkit-linear-gradient(right, #00c4ab, #e94716);
  }
  .about .about-plate2 .plate2-main .main-cont .cont-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.75);
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.8rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .about .about-plate3 .plate3-main .main-title img {
    width: 0.42rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .about .about-plate3 .plate3-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .about .about-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .about .about-plate3 .plate3-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.45rem 0 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-box .box-item .item-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    border-radius: 50%;
    background: #30d1da;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .main-box .box-item .item-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: 50%;
    background: rgba(48, 209, 218, 0.15);
    z-index: -1;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-plate3 .plate3-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(2) .item-icon {
    background: #52bdea;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(2) .item-icon::after {
    background: rgba(82, 189, 234, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(3) .item-icon {
    background: #28d3ab;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(3) .item-icon::after {
    background: rgba(40, 211, 171, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(4) .item-icon {
    background: #8c91f6;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(4) .item-icon::after {
    background: rgba(140, 145, 246, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(5) .item-icon {
    background: #8c91f6;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(5) .item-icon::after {
    background: rgba(140, 145, 246, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(6) .item-icon {
    background: #31a371;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(6) .item-icon::after {
    background: rgba(49, 163, 113, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(7) .item-icon {
    background: #ff970b;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(7) .item-icon::after {
    background: rgba(255, 151, 11, 0.15);
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(8) .item-icon {
    background: #30d1da;
  }
  .about .about-plate3 .plate3-main .main-box .box-item:nth-child(8) .item-icon::after {
    background: rgba(48, 209, 218, 0.15);
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .about .about-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .about .about-plate4 .plate4-main .main-title img {
    width: 0.53rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .about .about-plate4 .plate4-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .about .about-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-item {
    width: 48%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.15rem;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .about .about-plate4 .plate4-main .main-box .box-item:nth-child(odd) {
    margin-top: 0;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-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;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem 0.6rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
    background: #fff;
  }
  .about .about-plate4 .plate4-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));
  }
  .about .about-palte5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-palte5 .palte5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-palte5 .palte5-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .about .about-palte5 .palte5-main .main-title img {
    width: 0.53rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .about .about-palte5 .palte5-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .about .about-palte5 .palte5-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-palte5 .palte5-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide .slide-pic img {
    width: 100%;
  }
  .about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide-active {
    z-index: 59 !important;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    z-index: 19;
    outline: none;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev img,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev .img2,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover {
    background: #e94716;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover .img2,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover .img1,
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev {
    left: -0.2rem;
  }
  .about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next {
    right: -0.2rem;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
  }
  .history .history-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .history .history-main .main-title img {
    width: auto;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .history .history-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .history .history-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-bottom: 2.3rem;
    overflow: hidden;
  }
  .history .history-main .main-box .swiper-slide {
    width: 5.5rem;
    height: auto;
  }
  .history .history-main .main-box .swiper-slide .slide-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 0.45rem;
    border-left: solid 1px #ebebeb;
    cursor: pointer;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent {
    width: 100%;
    height: auto;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-year {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.6rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-title {
    font-size: 0.32rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text {
    margin-top: 0.4rem;
    padding-left: 0.1rem;
    padding-right: 0.3rem;
    font-size: 0.28rem;
    color: #666;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text span {
    display: inline-block;
    position: relative;
    line-height: 0.46rem;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text span::after {
    content: '·';
    position: absolute;
    top: 0;
    left: -0.1rem;
    font-size: 0.34rem;
    line-height: 0.46rem;
    color: #e94716;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-bottom-right-radius: 0.3rem;
    overflow: hidden;
  }
  .history .history-main .main-box .swiper-slide .slide-item .item-pic img {
    width: 100%;
  }
  .history .history-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-year {
    font-weight: bold;
    color: #e94716;
  }
  .history .history-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-title {
    color: #e94716;
  }
  .history .history-main .main-box .swiper-scrollbar {
    bottom: 1.8rem;
    width: 96%;
    height: 2px;
    background: #ebebeb;
  }
  .history .history-main .main-box .swiper-scrollbar .swiper-scrollbar-drag {
    background: #e94716;
  }
  .history .history-main .main-box .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 2.2rem;
    width: 3rem;
    height: auto;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev,
  .history .history-main .main-box .swiper-button .history-swiper-button-next {
    position: relative;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    border: solid 2px #d4e1e5;
    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;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev img,
  .history .history-main .main-box .swiper-button .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    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;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev .img2,
  .history .history-main .main-box .swiper-button .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev:hover,
  .history .history-main .main-box .swiper-button .history-swiper-button-next:hover {
    border: solid 2px #e94716;
    background: #e94716;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev:hover .img1,
  .history .history-main .main-box .swiper-button .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-main .main-box .swiper-button .history-swiper-button-prev:hover .img2,
  .history .history-main .main-box .swiper-button .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .honor .honor-main .main-title img {
    width: auto;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .honor .honor-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .honor .honor-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .honor .honor-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.55rem 0.55rem;
    margin-bottom: 0.55rem;
    border: solid 1px #eeeeee;
    border-bottom-right-radius: 0.4rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .honor .honor-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    color: #c9c9c9;
  }
  .honor .honor-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .honor .honor-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;
  }
  .honor .honor-main .main-box .box-item:hover {
    border: solid 1px #e94716;
  }
  .honor .honor-main .main-box .box-item:hover .item-cent .cent-title {
    color: #e94716;
  }
  .honor .honor-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));
  }
  .honor .honor-main .mian-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #e94716;
  }
  .honor .honor-main .mian-load img {
    width: 34px;
    margin-right: 0.15rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .honor .honor-main .mian-load:hover img {
    margin-right: 0.05rem;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .culture .culture-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .culture .culture-top .top-title img {
    width: auto;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .culture .culture-top .top-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .culture .culture-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-top-right-radius: 0;
  }
  .culture .culture-main #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.7rem;
    z-index: 5;
  }
  .culture .culture-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    background: #f0f5f7;
  }
  .culture .culture-main .main-item:nth-child(even) {
    background: #f6fbfd;
  }
  .culture .culture-main .main-item .item-pic {
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-item .item-pic img {
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.3rem 0.8rem 0 1rem;
  }
  .culture .culture-main .main-item .item-cent .cent-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
  }
  .culture .culture-main .main-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;
  }
  .culture .culture-main .main-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .culture .culture-main .main-item .item-cent .cent-title {
    margin-top: 0.9rem;
    font-size: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: rgba(196, 196, 196, 0.5);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-cent .cent-text {
    margin-top: 0.4rem;
    padding-right: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #797979;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item:hover {
    z-index: 9;
  }
  .culture .culture-main .main-item:hover .item-pic img {
    opacity: 1;
  }
  .culture .culture-main .main-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .culture .culture-main .main-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .culture .culture-main .main-item:hover .item-cent .cent-title,
  .culture .culture-main .main-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .culture .culture-main .main-item:hover .item-cent .cent-English {
    color: rgba(255, 255, 255, 0.5);
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .video .video-mian {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .video .video-mian .mian-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .video .video-mian .mian-title img {
    width: 0.6rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .video .video-mian .mian-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .video .video-mian .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .video .video-mian .main-top .top-left {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .video .video-mian .main-top .top-left .left-pic {
    width: 100%;
    overflow: hidden;
  }
  .video .video-mian .main-top .top-left .left-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-mian .main-top .top-left .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .video .video-mian .main-top .top-left .video-icon img {
    width: 100%;
    animation: videoPlay 2.5s infinite linear;
  }
  .video .video-mian .main-top .top-left .video-icon:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  .video .video-mian .main-top .top-left:hover .left-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));
  }
  .video .video-mian .main-top .top-right {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.6rem 0.4rem;
    background: url(../images/bg.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .video .video-mian .main-top .top-right .right-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.46rem;
    line-height: 0.46rem;
    color: #fff;
  }
  .video .video-mian .main-top .top-right .right-heng {
    width: 40px;
    height: 6px;
    margin: 0.3rem 0;
    background: #fff;
  }
  .video .video-mian .main-top .top-right .right-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
  }
  .video .video-mian .main-top .top-right .right-subtitle {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .video .video-mian .main-top .top-right .right-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .video .video-mian .main-top .top-right .right-share .share-title {
    font-size: 0.28rem;
    color: #fff;
  }
  .video .video-mian .main-top .top-right .right-share .share-item {
    position: relative;
    width: 43px;
    height: 43px;
    margin-left: 0.2rem;
    border-radius: 50%;
    background: #fff;
  }
  .video .video-mian .main-top .top-right .right-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-mian .main-top .top-right .right-share .share-item .img2 {
    opacity: 0;
  }
  .video .video-mian .main-top .top-right .right-share .share-item:hover .img1 {
    opacity: 0;
  }
  .video .video-mian .main-top .top-right .right-share .share-item:hover .img2 {
    opacity: 1;
  }
  .video .video-mian .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .video .video-mian .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .video .video-mian .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-mian .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.3rem;
    overflow: hidden;
  }
  .video .video-mian .main-box .box-item .item-pic .video-img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-mian .main-box .box-item .item-pic .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .video .video-mian .main-box .box-item .item-pic .video-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-mian .main-box .box-item .item-pic .video-icon:hover img {
    transform: rotate(365deg);
    -o-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -webkit-transform: rotate(365deg);
  }
  .video .video-mian .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-mian .main-box .box-item:hover .item-pic .video-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));
  }
  .video .video-mian .main-box .box-item:hover .item-title {
    color: #e94716;
  }
  .video .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: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    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 .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video .cont-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;
  }
  .productDetails {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .productDetails .productDetails-mian {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-mian .main-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-mian .main-top .top-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-mian .main-top .top-left .left-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: #333;
  }
  .productDetails .productDetails-mian .main-top .top-left .left-text {
    margin-top: 0.05rem;
    font-size: 0.34rem;
    color: #333;
  }
  .productDetails .productDetails-mian .main-top .top-right {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetails .productDetails-mian .main-top .top-right .right-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 45px;
    border: solid 2px #e94716;
    background: #e94716;
  }
  .productDetails .productDetails-mian .main-top .top-right .right-button:hover {
    color: #e94716;
    background: transparent;
  }
  .productDetails .productDetails-mian .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .productDetails .productDetails-mian .main-box .box-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-title {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2rem;
    font-size: 0.3rem;
    color: #333333;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-title span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e94716;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.5rem 0;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list .list-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-icon {
    width: 1rem;
    height: auto;
    margin: auto;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-icon img {
    width: 100%;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .productDetails .productDetails-mian .main-box .box-left .left-pic img {
    width: 100%;
  }
  .productDetails .productDetails-mian .main-box .box-right {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #222;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-title img {
    width: 0.55rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    margin-bottom: 0.6rem;
    background: #ccc;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item .item-pic {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.2rem;
    overflow: hidden;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item .item-title {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetails .productDetails-mian .main-box .box-right .right-item:hover .item-title {
    color: #e94716;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .mian-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .product .product-main .mian-title img {
    width: auto;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .product .product-main .mian-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-cont .cont-list {
    display: none;
    width: 3.5rem;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-top {
    width: 100%;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: none;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ecedee;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-title {
    flex: 1;
    font-size: 18px;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon {
    position: relative;
    width: 14px;
    height: 8px;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top-active {
    padding: 0.25rem;
    background: #e94716;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-title {
    color: #fff;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    font-size: 16px;
    color: #222;
    border-bottom: solid 1px #ecedee;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon {
    position: relative;
    width: 7px;
    height: 11px;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-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;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
    opacity: 0;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover {
    color: #e94716;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
    opacity: 0;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
    opacity: 1;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active {
    color: #e94716;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
    opacity: 0;
  }
  .product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
    opacity: 1;
  }
  .product .product-main .main-cont .cont-list .list-title {
    margin-top: 0.45rem;
    font-size: 18px;
    color: #222;
  }
  .product .product-main .main-cont .cont-list .list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-list .list-search input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #333;
    border: solid 1px #eeeeee;
    border-right: none;
  }
  .product .product-main .main-cont .cont-list .list-search input::placeholder {
    font-size: 14px;
    color: #999;
  }
  .product .product-main .main-cont .cont-list .list-search .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #e94716;
    border-bottom-right-radius: 10px;
  }
  .product .product-main .main-cont .cont-list .list-search .search-icon img {
    width: 15px;
  }
  .product .product-main .main-cont .cont-list .list-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border: solid 1px #eeeeee;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-title {
    flex: 1;
    font-size: 18px;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0 0.3rem;
    font-size: 16px;
    color: #222;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
    margin-bottom: 0;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
    display: none;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #222;
    cursor: pointer;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.2rem;
    border: solid 1px #cdcdcd;
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
    position: absolute;
    top: 30%;
    left: 70%;
    width: 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .product .product-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-cent .cent-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-left {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.4rem;
    background: #fff;
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #222;
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-left .left-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.28rem;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.5);
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-left .left-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-cent .cent-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-cent .cent-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));
  }
  .product .product-main .main-cont .cont-cent .cent-table {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: auto;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box {
    width: 12.4rem;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: #e94716;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item {
    padding: 12px 10px;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    border: solid 1px #e94716;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:first-of-type {
    width: 21%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(2) {
    width: 20%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(2) {
    width: 41%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:last-of-type {
    width: 18%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item {
    padding: 12px 0.25rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:first-of-type {
    width: 21%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(2) {
    width: 20%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(2) {
    width: 41%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:last-of-type {
    width: 18%;
  }
  .product .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover {
    background: #e94716;
  }
  .product .product-main .main-cont .cont-cent .cent-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: auto;
    margin: 0.8rem auto 0;
    font-size: 14px;
    font-weight: bold;
    color: #e94716;
  }
  .product .product-main .main-cont .cont-cent .cent-load img {
    width: 34px;
    margin-right: 0.15rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .product .product-main .main-cont .cont-cent .cent-load:hover img {
    margin-right: 0.05rem;
  }
  .product .product-show {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #e94716;
    z-index: 99;
  }
  .product .product-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0.5rem;
    background: #fff;
    z-index: 299;
    overflow-y: auto;
  }
  .product .product-list .list-hide {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.45rem;
    height: auto;
  }
  .product .product-list .list-hide img {
    width: 100%;
  }
  .product .product-list .list-top {
    width: 100%;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: none;
  }
  .product .product-list .list-top .top-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ecedee;
  }
  .product .product-list .list-top .top-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-top .top-item .item-top .top-title {
    flex: 1;
    font-size: 0.3rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-top .top-item .item-top .top-icon {
    position: relative;
    width: 14px;
    height: 8px;
  }
  .product .product-list .list-top .top-item .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-top .top-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .product .product-list .list-top .top-item .item-top-active {
    padding: 0.25rem;
    background: #e94716;
    overflow: hidden;
  }
  .product .product-list .list-top .top-item .item-top-active .top-title {
    color: #fff;
  }
  .product .product-list .list-top .top-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product .product-list .list-top .top-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product .product-list .list-top .top-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #222;
    border-bottom: solid 1px #ecedee;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link .link-icon {
    position: relative;
    width: 7px;
    height: 11px;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link .link-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;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
    opacity: 0;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link:hover {
    color: #e94716;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
    opacity: 0;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
    opacity: 1;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link-active {
    color: #e94716;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
    opacity: 0;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
    opacity: 1;
  }
  .product .product-list .list-title {
    margin-top: 0.45rem;
    font-size: 0.3rem;
    color: #222;
  }
  .product .product-list .list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
  }
  .product .product-list .list-search input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border: solid 1px #eeeeee;
    border-right: none;
  }
  .product .product-list .list-search input::placeholder {
    font-size: 14px;
    color: #999;
  }
  .product .product-list .list-search .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #e94716;
    border-bottom-right-radius: 10px;
  }
  .product .product-list .list-search .search-icon img {
    width: 15px;
  }
  .product .product-list .list-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border: solid 1px #eeeeee;
  }
  .product .product-list .list-bottom .bottom-item {
    width: 100%;
    height: auto;
  }
  .product .product-list .list-bottom .bottom-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-bottom .bottom-item .item-top .top-title {
    flex: 1;
    font-size: 0.3rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-bottom .bottom-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .product .product-list .list-bottom .bottom-item .item-top .top-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #222;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
    margin-bottom: 0;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
    display: none;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #222;
    cursor: pointer;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.2rem;
    border: solid 1px #cdcdcd;
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
    position: absolute;
    top: 30%;
    left: 70%;
    width: 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .product .product-list .list-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-list .list-button .button-item {
    width: 46%;
    height: 1rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #e94716;
  }
  .product2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .product2 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product2 .product-main .mian-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .product2 .product-main .mian-title img {
    width: auto;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .product2 .product-main .mian-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .product2 .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product2 .product-main .main-cont .cont-list {
    display: none;
    width: 3.5rem;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-list .list-top {
    width: 100%;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: none;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ecedee;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-title {
    flex: 1;
    font-size: 18px;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon {
    position: relative;
    width: 14px;
    height: 8px;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active {
    padding: 0.25rem;
    background: #e94716;
    overflow: hidden;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-title {
    color: #fff;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    font-size: 16px;
    color: #222;
    border-bottom: solid 1px #ecedee;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon {
    position: relative;
    width: 7px;
    height: 11px;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-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;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
    opacity: 0;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover {
    color: #e94716;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
    opacity: 0;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
    opacity: 1;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active {
    color: #e94716;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
    opacity: 0;
  }
  .product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
    opacity: 1;
  }
  .product2 .product-main .main-cont .cont-list .list-title {
    margin-top: 0.45rem;
    font-size: 18px;
    color: #222;
  }
  .product2 .product-main .main-cont .cont-list .list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
  }
  .product2 .product-main .main-cont .cont-list .list-search input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #333;
    border: solid 1px #eeeeee;
    border-right: none;
  }
  .product2 .product-main .main-cont .cont-list .list-search input::placeholder {
    font-size: 14px;
    color: #999;
  }
  .product2 .product-main .main-cont .cont-list .list-search .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #e94716;
    border-bottom-right-radius: 10px;
  }
  .product2 .product-main .main-cont .cont-list .list-search .search-icon img {
    width: 15px;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border: solid 1px #eeeeee;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item {
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-title {
    flex: 1;
    font-size: 18px;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0 0.3rem;
    font-size: 16px;
    color: #222;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
    margin-bottom: 0;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
    display: none;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #222;
    cursor: pointer;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.2rem;
    border: solid 1px #cdcdcd;
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
    position: absolute;
    top: 30%;
    left: 70%;
    width: 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .product2 .product-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-left {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.4rem;
    background: #fff;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #222;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.28rem;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.5);
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-main .main-cont .cont-cent .cent-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-cent .cent-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));
  }
  .product2 .product-main .main-cont .cont-cent .cent-table {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: auto;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box {
    width: 12.4rem;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: #e94716;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item {
    padding: 12px 10px;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    border: solid 1px #e94716;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:first-of-type {
    width: 18%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(2) {
    width: 18%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(3) {
    width: 9%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(4) {
    width: 10%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(5) {
    width: 35%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:last-of-type {
    width: 10%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item {
    padding: 12px 0.25rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:first-of-type {
    width: 18%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(2) {
    width: 18%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(3) {
    width: 9%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(4) {
    width: 10%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(5) {
    width: 35%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:last-of-type {
    width: 10%;
  }
  .product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover {
    background: #e94716;
  }
  .product2 .product-main .main-cont .cont-cent .cent-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: auto;
    margin: 0.8rem auto 0;
    font-size: 14px;
    font-weight: bold;
    color: #e94716;
  }
  .product2 .product-main .main-cont .cont-cent .cent-load img {
    width: 34px;
    margin-right: 0.15rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .product2 .product-main .main-cont .cont-cent .cent-load:hover img {
    margin-right: 0.05rem;
  }
  .product2 .product-show {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #e94716;
    z-index: 99;
  }
  .product2 .product-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0.5rem;
    background: #fff;
    z-index: 299;
    overflow-y: auto;
  }
  .product2 .product-list .list-hide {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.45rem;
    height: auto;
  }
  .product2 .product-list .list-hide img {
    width: 100%;
  }
  .product2 .product-list .list-top {
    width: 100%;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: none;
  }
  .product2 .product-list .list-top .top-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ecedee;
  }
  .product2 .product-list .list-top .top-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-top .top-item .item-top .top-title {
    flex: 1;
    font-size: 0.3rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-top .top-item .item-top .top-icon {
    position: relative;
    width: 14px;
    height: 8px;
  }
  .product2 .product-list .list-top .top-item .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-top .top-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .product2 .product-list .list-top .top-item .item-top-active {
    padding: 0.25rem;
    background: #e94716;
    overflow: hidden;
  }
  .product2 .product-list .list-top .top-item .item-top-active .top-title {
    color: #fff;
  }
  .product2 .product-list .list-top .top-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product2 .product-list .list-top .top-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product2 .product-list .list-top .top-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #222;
    border-bottom: solid 1px #ecedee;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link .link-icon {
    position: relative;
    width: 7px;
    height: 11px;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link .link-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;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
    opacity: 0;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link:hover {
    color: #e94716;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
    opacity: 0;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
    opacity: 1;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link-active {
    color: #e94716;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
    opacity: 0;
  }
  .product2 .product-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
    opacity: 1;
  }
  .product2 .product-list .list-title {
    margin-top: 0.45rem;
    font-size: 0.3rem;
    color: #222;
  }
  .product2 .product-list .list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
  }
  .product2 .product-list .list-search input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    color: #333;
    border: solid 1px #eeeeee;
    border-right: none;
  }
  .product2 .product-list .list-search input::placeholder {
    font-size: 14px;
    color: #999;
  }
  .product2 .product-list .list-search .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #e94716;
    border-bottom-right-radius: 10px;
  }
  .product2 .product-list .list-search .search-icon img {
    width: 15px;
  }
  .product2 .product-list .list-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border: solid 1px #eeeeee;
  }
  .product2 .product-list .list-bottom .bottom-item {
    width: 100%;
    height: auto;
  }
  .product2 .product-list .list-bottom .bottom-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-bottom .bottom-item .item-top .top-title {
    flex: 1;
    font-size: 0.3rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-bottom .bottom-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .product2 .product-list .list-bottom .bottom-item .item-top .top-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #222;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
    margin-bottom: 0;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
    display: none;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #222;
    cursor: pointer;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.2rem;
    border: solid 1px #cdcdcd;
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
    position: absolute;
    top: 30%;
    left: 70%;
    width: 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product2 .product-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .product2 .product-list .list-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product2 .product-list .list-button .button-item {
    width: 46%;
    height: 1rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #e94716;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .mian-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .news .news-main .mian-title img {
    width: 0.6rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .news .news-main .mian-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    border-bottom-right-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem 0.5rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: rgba(34, 34, 34, 0.75);
    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 .main-cont .cont-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: rgba(34, 34, 34, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item:hover {
    background: #e94716;
  }
  .news .news-main .main-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 .main-cont .cont-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-text {
    color: rgba(255, 255, 255, 0.8);
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.45);
  }
  .news .news-main .mian-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #e94716;
  }
  .news .news-main .mian-load img {
    width: 34px;
    margin-right: 0.15rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .news .news-main .mian-load:hover img {
    margin-right: 0.05rem;
  }
  .idea {
    width: 100%;
    height: auto;
    padding-top: 1.2rem;
    background: url(../images/bg.png) no-repeat 90% -0.9rem;
    background-size: 3.16rem;
  }
  .idea .idea-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 1.4rem;
  }
  .idea .idea-plate1 .plate1-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .idea .idea-plate1 .plate1-pic img {
    width: auto;
    height: 5rem;
  }
  .idea .idea-plate1 .plate1-pic .pic-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.1rem;
    height: auto;
    padding-left: 1rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .idea .idea-plate1 .plate1-pic .pic-cent .cent-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .idea .idea-plate1 .plate1-pic .pic-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.35);
  }
  .idea .idea-plat2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .idea .idea-plat2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .idea .idea-plat2 .plate2-main .mian-item {
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0.3rem 0.3rem 0;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    background: #30d1da;
    z-index: 9;
  }
  .idea .idea-plat2 .plate2-main .mian-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #30d1da;
    opacity: 0.12;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .idea .idea-plat2 .plate2-main .mian-item .item-icon {
    width: 0.6rem;
    margin: 0 auto;
  }
  .idea .idea-plat2 .plate2-main .mian-item .item-icon img {
    width: 100%;
  }
  .idea .idea-plat2 .plate2-main .mian-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.44rem;
    color: #fff;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(2) {
    margin-top: 0;
    background: #52bdea;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(2)::after {
    background: #52bdea;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(3) {
    margin-top: 0;
    background: #31a371;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(3)::after {
    background: #31a371;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(4) {
    margin-top: 0;
    background: #8c91f6;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(4)::after {
    background: #8c91f6;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(5) {
    margin-top: 0;
    background: #ff970b;
  }
  .idea .idea-plat2 .plate2-main .mian-item:nth-child(5)::after {
    background: #ff970b;
  }
  .idea .idea-plat3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .idea .idea-plat3 .plate3-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .idea .idea-plat3 .plate3-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .idea .idea-plat3 .plate3-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .idea .idea-plat3 .plate3-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));
  }
  .idea .idea-plat3 .plate3-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.3rem;
    background: #fff;
    box-shadow: 0.05rem 0 0.35rem rgba(0, 0, 0, 0.08);
  }
  .idea .idea-plat3 .plate3-top .top-cent .cent-top {
    width: 120px;
    height: 35px;
    font-size: 0.3rem;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 45px;
    background: #e94716;
  }
  .idea .idea-plat3 .plate3-top .top-cent .cent-title {
    margin-top: 0.15rem;
    font-size: 0.42rem;
    background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .idea .idea-plat3 .plate3-top .top-cent .cent-heng {
    width: 44px;
    height: 3px;
    margin: 0.45rem 0 0.3rem;
    background: #d1d1d1;
  }
  .idea .idea-plat3 .plate3-top .top-cent .cent-text {
    height: auto;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.75);
  }
  .idea .idea-plat3 .plate3-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .idea .idea-plat3 .plate3-list .list-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
    margin-right: 0;
    border-bottom-right-radius: 0.2rem;
    overflow: hidden;
  }
  .idea .idea-plat3 .plate3-list .list-item:last-of-type {
    margin-right: 0;
  }
  .idea .idea-plat3 .plate3-list .list-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom-right-radius: 0.18rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .idea .idea-plat3 .plate3-list .list-item img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .idea .idea-plat3 .plate3-list .list-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));
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .recruit .recruit-main .main-top .top-pic {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .recruit .recruit-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-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));
  }
  .recruit .recruit-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.5rem;
  }
  .recruit .recruit-main .main-top .top-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .recruit .recruit-main .main-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
  }
  .recruit .recruit-main .main-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-main .mian-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .recruit .recruit-main .mian-title img {
    width: 0.5rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .recruit .recruit-main .mian-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .recruit .recruit-main .mian-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0.6rem 0 0;
  }
  .recruit .recruit-main .mian-box .box-left {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 1.6rem;
    cursor: pointer;
    border-top: solid 3px #cceff2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: #e94716;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail {
    width: 80%;
    padding: 0.3rem 0 0 0.4rem;
    font-size: 20px;
    color: #252525;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title {
    font-size: 0.34rem;
    color: #17171d;
    white-space: nowrap;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title1 {
    display: inline-block;
    width: 2.2rem;
    margin-right: 0.7rem;
    font-weight: bold;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text {
    display: none;
    margin-right: 0.3rem;
    font-size: 0.26rem;
    color: #17171d;
    opacity: 0.45;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text:last-child {
    margin-right: 0;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-text {
    margin-top: 0.16rem;
    padding-right: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #17171d;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-show {
    width: 20%;
    height: 100%;
    background: url(../images/icon-recruit-jia.png) no-repeat center center;
    background-size: 0.65rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active {
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active::before {
    width: 100%;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail {
    width: 100%;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail .mail-title .title1 {
    color: #e94716;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail .mail-title .title-text {
    display: none;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail .mail-text {
    opacity: 0.6;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-show {
    width: 0;
    opacity: 0;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.2rem 0.4rem 0.5rem;
    background: #fff;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.44rem;
    font-weight: bold;
    color: #17171d;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #929293;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    width: 4.5rem;
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
    display: inline-block;
    width: 2.2rem;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button .buttom-icon {
    width: 17px;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
    background: #e94716;
  }
  .recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
    width: 0.59rem;
    height: 0.59rem;
    background: url(../images/icon-recruit-jian.png) no-repeat center center;
    background-size: 0.59rem;
    cursor: pointer;
  }
  .recruit .recruit-main .mian-box .box-left .mt {
    margin-top: 0.6rem;
  }
  .recruit .recruit-main .mian-box .box-left .box-load {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.3rem;
  }
  .recruit .recruit-main .mian-box .box-left .box-load a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.8rem;
    background: #eeeeee;
  }
  .recruit .recruit-main .mian-box .box-left .box-load a img {
    width: 0.5rem;
  }
  .recruit .recruit-main .mian-box .box-left .box-load a:hover {
    transform: translatey(-8px);
    -o-transform: translatey(-8px);
    -moz-transform: translatey(-8px);
    -webkit-transform: translatey(-8px);
  }
  .recruit .recruit-main .mian-box .box-right {
    display: none;
    width: 3.8rem;
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-right .right-top {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-right .right-top img {
    width: 100%;
  }
  .recruit .recruit-main .mian-box .box-right .right-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 0.8rem;
    background: #2a313d;
  }
  .recruit .recruit-main .mian-box .box-right .right-box .box-title {
    font-size: 16px;
    font-weight: bold;
    color: #e94716;
  }
  .recruit .recruit-main .mian-box .box-right .right-box .box-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
  }
  .recruit .recruit-main .mian-box .box-right .right-box .box-select:last-child {
    margin-bottom: 0;
  }
  .recruit .recruit-main .mian-box .box-right .right-box .box-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon-recruit-sanjiao.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit .recruit-main .mian-box .box-right .right-box .box-select select {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    font-size: 14px;
    color: #a4a4a4;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .recruit .recruit-main .mian-box .box-right .right-bottom {
    width: 100%;
    height: 3.27rem;
    padding: 0.3rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .recruit .recruit-main .mian-box .box-right .right-bottom .bottom-icon {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .mian-box .box-right .right-bottom .bottom-icon img {
    width: 0.41rem;
  }
  .recruit .recruit-main .mian-box .box-right .right-bottom .bottom-title {
    margin: 0.2rem 0;
    font-size: 0.24rem;
    font-weight: bold;
    color: #e94716;
  }
  .recruit .recruit-main .mian-box .box-right .right-bottom .bottom-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.12rem;
    font-size: 16px;
    color: #929292;
    word-break: break-all;
  }
  .contact {
    width: 100%;
    height: auto;
    background: url(../images/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .contact .contact-palte1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .contact .contact-palte1 .palte1-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .contact .contact-palte1 .palte1-title img {
    width: 0.5rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .contact .contact-palte1 .palte1-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .contact .contact-palte1 .palte1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .contact .contact-palte1 .palte1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-title {
    font-size: 0.46rem;
    color: #333;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-English {
    margin-top: 0.15rem;
    margin-bottom: 0.45rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.28rem;
    text-transform: uppercase;
    color: #394040;
    opacity: 0.6;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-item .item-icon {
    width: 32px;
    height: auto;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-item .item-text {
    width: calc(100% - 32px);
    height: auto;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-ewm {
    width: 130px;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-ewm img {
    width: 100%;
  }
  .contact .contact-palte1 .palte1-main .main-cent .cent-ewm p {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
  }
  .contact .contact-palte1 .palte1-main .main-map {
    width: 100%;
    height: 6.2rem;
    margin-top: 0.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .contact .contact-palte1 .palte1-main .main-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .contact-palte2 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.2rem;
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: 100%;
  }
  .contact .contact-palte2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-palte2 .plate2-main .main-left {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.9rem;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-pic img {
    width: 100%;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-item .item-title {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    color: #9a9a9a;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-item .item-tel {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.4rem;
    color: #e94716;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share .share-item {
    position: relative;
    width: 43px;
    height: 43px;
    margin-right: 0.3rem;
    border-radius: 50%;
    background: #f5f5f5;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share .share-item .img2 {
    opacity: 0;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share .share-item:hover .img1 {
    opacity: 0;
  }
  .contact .contact-palte2 .plate2-main .main-left .left-share .share-item:hover .img2 {
    opacity: 1;
  }
  .contact .contact-palte2 .plate2-main .main-right {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .contact .contact-palte2 .plate2-main .main-right .palte2-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .contact .contact-palte2 .plate2-main .main-right .palte2-title img {
    width: 0.5rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .contact .contact-palte2 .plate2-main .main-right .palte2-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-text {
    margin-top: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.54rem;
    color: #36393b;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item {
    width: 100%;
    height: 55px;
    margin-bottom: 0.2rem;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item input[type=text] {
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    color: #666;
    border: solid 1px #ededed;
    border-radius: 5px;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item input[type=text]::placeholder {
    font-size: 0.26rem;
    color: #999;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item textarea {
    width: 100%;
    height: 1.8rem;
    padding: 0.2rem 0.3rem 0;
    font-size: 0.26rem;
    color: #666;
    border: solid 1px #ededed;
    border-radius: 5px;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item textarea::placeholder {
    font-size: 0.26rem;
    color: #999;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px #ededed;
    border-radius: 5px;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.8rem 0 0.3rem;
    font-size: 0.26rem;
    color: #999;
    cursor: pointer;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-title .select-icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 14px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul {
    position: absolute;
    left: -1px;
    width: calc(100% + 2px);
    max-height: 2.5rem;
    height: 0;
    margin-top: -1px;
    background: #fff;
    z-index: 99;
    overflow-y: scroll;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul::-webkit-scrollbar {
    width: 3px;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul::-webkit-scrollbar-thumb {
    background: #e94716;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul .select-li {
    width: 100%;
    height: 0.5rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: left;
    color: #999;
    cursor: pointer;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .form-item:nth-child(7) {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .foot-button {
    display: block;
    width: 150px;
    height: 50px;
    margin-top: 0.4rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    background: #e94716;
    border: solid 2px #e94716;
  }
  .contact .contact-palte2 .plate2-main .main-right .right-form .foot-button:hover {
    color: #e94716;
    background: transparent;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-left {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-left .main-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #e94716;
  }
  .newsDetail .newsDetail-main .main-left .main-title {
    padding: 0.2rem 0 0.4rem;
    font-size: 0.46rem;
    color: #000;
    border-bottom: solid 1px #e9e9e9;
  }
  .newsDetail .newsDetail-main .main-left .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-left .main-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item {
    position: relative;
    width: 1.5rem;
    height: 0.8rem;
    margin-right: 4px;
    border: solid 1px #e9e9e9;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover {
    width: 3rem;
    background: #e94716;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-right {
    width: 100%;
    height: 100%;
    margin-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-right .right-top {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.48rem 0.2rem;
    background: #fafafa;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-title {
    position: relative;
    font-size: 0.36rem;
    font-weight: bold;
    color: #e94716;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-English {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #353744;
    opacity: 0.3;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-heng {
    width: 24px;
    height: 4px;
    margin: 0.25rem 0 0.3rem;
    background: #e94716;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list {
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-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;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    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;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-botton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-botton img {
    width: 14px;
    margin-left: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-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));
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-title {
    color: #e94716;
  }
  .newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-botton img {
    margin-left: 0.2rem;
  }
  .page-float {
    position: fixed;
    top: 50%;
    right: 0.1rem;
    width: 0.8rem;
    height: auto;
    z-index: 99;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding-top: 0.08rem;
    margin-bottom: 0.1rem;
    background: #fff;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.1rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 3.5rem;
    height: auto;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    background: #e94716;
  }
  .page-float .float-list .list-cent .cent-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-right: -16px;
    border: solid 8px #e94716;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    padding: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 80%;
  }
  .page-float .float-list:hover {
    background: #e94716;
  }
  .page-float .float-list:hover .list-pic {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #e94716;
  }
}
