@media screen and (min-width:1200px) {
    .pcfred {
        line-height: 0.46rem;
        font-size: 0.4rem!important;
        font-weight: bold!important;
        color: #FFFFFF!important;
    }
    /*全局标题*/
    .home-tit {
        position: relative;
        padding-top: 35px;
        text-align: center;
    }
    .home-tit span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #ccc;
        font-weight: bold;
        line-height: 80px;
        font-size: 0.6rem;
        opacity: .1;
        text-transform: uppercase;
    }
    .home-tit h2 {
        position: relative;
        letter-spacing: 3px;
        padding-bottom: 12px;
        font-size: .4rem;
        font-weight: bold;
        color: #e70012;
    }
    .home-tit h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 55px;
        height: 4px;
        margin-left: -27px;
        background: #e70012;
    }
    .home-tit h2 i {
        font-style: normal;
        color: #e70012;
    }
    .home-tit p {
        margin-top: 10px;
        font-size: 0.16rem;
        line-height: 36px;
        color: #666;
    }
    .home-tit1 {
        position: relative;
        padding-top: 35px;
        text-align: center;
    }
    .home-tit1 span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        font-weight: bold;
        line-height: 80px;
        font-size: 80px;
        opacity: .1;
        text-transform: uppercase;
    }
    .home-tit1 h2 {
        position: relative;
        letter-spacing: 3px;
        padding-bottom: 12px;
        font-size: .4rem;
        font-weight: bold;
        color: #fff;
    }
    .home-tit1 h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 55px;
        height: 4px;
        margin-left: -27px;
        background: #fff;
    }
    .home-tit1 h2 i {
        font-style: normal;
        color: #fff;
    }
    .home-tit1 p {
        margin-top: 10px;
        font-size: 0.16rem;
        letter-spacing: 1px;
        line-height: 36px;
        color: #fff;
    }
    .home-button {
        margin: 0 auto;
        display: block;
        width: 200px;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        background: #e70012;
        border: 1px solid #e70012;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .home-button:hover {
        background: #e70012;
        color: #FFFFFF;
    }
    /*网站大图*/
    .welcome_banner {
        height: 100vh;
    }
    .welcome_banner .swiper-container {
        height: 100%;
    }
    .welcome_banner .swiper-slide {
        overflow: hidden;
        background-color: #000;
    }
    .welcome_banner .swiper-slide video {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .welcome_banner .swiper-slide i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    @keyframes dh0 {
        0% {
            transform: scale(1.1);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    .welcome_banner .swiper-slide i.gif {
        transform: scale(1);
        animation: none;
    }
    .welcome_banner .swiper-slide div {
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translateY(-50%);
        color: #ffffff;
        margin-right: 9%;
    }
    .welcome_banner .swiper-slide div h6 {
        font-size: 0.42rem;
        opacity: 0;
        transform: translateY(1rem);
        transition: all 0.8s;
        margin-bottom: 0.3rem;
        font-weight: bold;
        line-height: 0.6rem;
    }
    .welcome_banner .swiper-slide div .pcf1 {
        font-size: 0.4rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }
    .welcome_banner .swiper-slide div p {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
        opacity: 0;
        transform: translateY(1rem);
        transition: all 0.8s 0.2s;
        max-width: 600px;
        line-height: 0.28rem;
    }
    .welcome_banner .swiper-slide div a {
        display: flex;
        background-color: #e70012;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
        width: 178px;
        height: 51px;
        line-height: 51px;
        align-items: center;
        justify-content: center;
        margin-top: 0.35rem;
    }
    .welcome_banner .swiper-slide .btn a {
        width: 150px;
        height: 45px;
        margin: 25px 0;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #14a79e;
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 45px;
        font-weight: bold;
    }
    .welcome_banner .swiper-slide div span {
        display: block;
        opacity: 0;
        transform: translateY(1rem);
        margin-left: 0.06rem;
        /* transition: all 0.8s 0.4s; */
    }
    .welcome_banner .swiper-slide-active div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .welcome_banner .swiper-slide-active div p {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .welcome_banner .swiper-slide-active div span {
        opacity: 1;
        transform: translateY(0);
    }
    .welcome_banner .swiper-pagination span {
        background-color: #fff;
        opacity: 1;
    }
    .swiper-pagination {
        bottom: 0.3rem !important;
        font-size: 0;
    }
    .swiper-pagination span {
        vertical-align: top;
        width: 0.15rem;
        height: 0.15rem;
        margin: 0 0.06rem !important;
        transition: all 0.5s ease;
    }
    .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #e70012 !important;
    }
    /*关于我们*/
    .about {
        padding: 1rem 0;
        background: url(../images/yw_bg.png) no-repeat center top;
    }
    .about-box {
        overflow: hidden;
    }
    .about-box #about {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .about-box .text {
        width: 50%;
        padding: 0 4% 0 0;
        box-sizing: border-box;
    }
    .about-box .text img {
        margin: 0;
    }
    .about-box .text h2 {
        margin-bottom: 30px;
        font-size: .38rem;
        font-weight: bold;
        color: #fff;
    }
    .about-box .text .tip {
        margin-top: 15px;
        font-size: 0.24rem;
        color: #fff;
    }
    .about-box .text .des {
        margin-top: 5%;
        text-align: justify;
        font-size: 0.154rem;
        line-height: 27px;
        color: #e2e2e2;
    }
    .about-box .right {
        width: 50%;
        color: #FFFFFF;
        box-sizing: border-box;
    }
    .about-box .right img {
        object-fit: cover;
    }
    .about-box .right .home-tit {
        text-align: left;
    }
    .about-box .right .home-tit span {
        color: #FFFFFF;
    }
    .about-box .right .home-tit h2 {
        color: #FFFFFF;
    }
    .about-box .right .home-tit h2:after {
        left: 0;
        margin-left: 0;
        background: #FFFFFF;
    }
    .about-box ul {
        text-align: center;
        margin-left: -15px;
    }
    .about-box ul li {
        display: inline-block;
        width: 24%;
        margin-top: 60px;
    }
    .about-box ul li:nth-child(4),
    .about-box ul li:nth-child(5) {
        width: 24%;
    }
    .about-box ul li span {
        position: relative;
        padding-right: 30px;
        font-size: 48px;
        font-weight: 500;
        color: #e70012;
    }
    .about-box ul li span i {
        font-style: normal;
    }
    .about-box ul li span sup {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 36px;
        font-weight: 500;
        font-size: 28px;
    }
    .about-box ul li:first-child span sup {
        font-size: 16px;
        font-weight: 500;
    }
    .about-box ul li p {
        margin-top: 10px;
        font-size: 0.16rem;
        color: #e2e2e2;
    }
    .bgFull {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    /*核心服务*/
    .yewu {
        background-size: cover;
        padding: 1rem 0;
    }
    .advantList {
        margin-top: 1rem;
    }
    .advantList .list {
        width: 100%;
    }
    .advantList .ad1 {
        background: #ffffff;
        float: left;
        box-shadow: -1px 3px 20px 1px rgb(166 144 144 / 20%);
    }
    .advantList .ad2 {
        background: #ffffff;
        float: right;
        box-shadow: -1px 3px 20px 1px rgb(166 144 144 / 20%);
    }
    .advantList .item {
        position: relative;
        display: block;
        width: 15.55%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0.1rem;
        margin-right: 1.33%;
        cursor: pointer;
        transition: all ease 600ms;
    }
    .advantList .item:nth-child(6n) {
        margin-right: 0;
    }
    .advantList .item .txt {
        padding-top: 0.15rem;
    }
    .advantList .item .txt .tit {
        font-weight: bold;
        font-size: .16rem;
        line-height: .22rem;
        color: #333;
        margin-bottom: 0.15rem;
        text-align: center;
    }
    .advantList .item .txt .tit em {
        display: block;
        color: #e70012;
    }
    .advantList .item .txt .cont {
        margin-top: .2rem;
        font-size: 0.15rem;
        line-height: 0.23rem;
        color: #666;
    }
    .advantList .item .content1 {
        display: block;
    }
    .advantList .item .content1 p {
        margin-top: .1rem;
        font-size: 0.15rem;
        line-height: 0.3rem;
        color: #666;
    }
    .advantList .item .content {
        display: flex;
    }
    .advantList .item .content p {
        width: 40%;
        margin-top: .1rem;
        font-size: 0.15rem;
        line-height: 0.3rem;
        color: #666;
    }
    .advantList .item .sIco {
        position: absolute;
        top: 40px;
        right: 50px;
        display: block;
        width: 100px;
        height: 100px;
        transition: all ease 600ms;
    }
    .advantList .item:hover {
        transform: translateY(-6px);
        transition: all ease 600ms;
    }
    .advantList .item:hover .sIco {
        transform: rotate(180deg);
        transition: all ease 600ms;
    }
    .advantList .item img {
        max-width: 100%;
    }
    /*产品中心*/
    .welcome_box.product {
        padding: 1rem 0;
    }
    .in_prolist_bg {
        height: auto;
        overflow: hidden;
        height: auto;
        width: 100%;
        margin-top: 0.65rem;
    }
    .in_prolist_bg .pagination-product {
        margin-top: 30px;
        text-align: center;
    }
    .in_prolist_bg .pagination-product span {
        margin: 0 2px;
        background: #e70012;
    }
    .in_prolist {
        position: relative;
        width: 24%;
        height: auto;
        float: left;
        margin-right: 1.33%;
    }
    .in_prolist:nth-child(4n) {
        margin-right: 0;
    }
    .in_prolist_tu {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .in_prolist_tu img {
        max-width: 100%;
        display: block;
        margin: auto;
        transition: all 0.5s;
    }
    .in_prolist:hover .in_prolist_tu img {
        transform: scale(1.1);
    }
    .in_prolist_title {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .4);
    }
    .in_prolist a .in_prolist_title span {
        display: inline-block;
        color: #fff;
        font-size: 22px;
    }
    /*新闻资讯*/
    .home-news {
        padding: 1rem 0;
        background: #fafafa;
    }
    .home-news .js-tab-box {
        margin-top: 28px;
    }
    .home-news .js-tab-con {
        height: auto;
    }
    .home-news .content {
        margin-bottom: 60px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .home-news .img {
        width: 46%;
        position: relative;
    }
    .home-news .img .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5%;
        background: rgba(27, 27, 27, .6);
        color: #FFFFFF;
        box-sizing: border-box;
    }
    .home-news .img .text .date {
        font-size: 18px;
    }
    .home-news .img .text .date span {
        font-size: 36px;
    }
    .home-news .img .text p {
        margin-top: 0.1rem;
        font-size: 0.16rem;
        line-height: .3rem;
    }
    .home-news .right {
        width: 45%;
        height: 445px;
        overflow: hidden;
        background: #fff;
        padding: 3%;
    }
    .home-news .right .list {
        border: 0;
    }
    .home-news .right .list li {
        padding: 30px 0 35px;
        border-bottom: 1px solid #eee;
    }
    .home-news .right .list a {
        display: block;
    }
    .home-news .right .list .date {
        font-size: 18px;
    }
    .home-news .right .list .date span {
        font-size: 36px;
    }
    .home-news .right .list .tit {
        margin-top: 20px;
        font-size: 20px;
    }
    .home-news .right .list .des {
        margin-top: 0.22rem;
        font-size: 0.145rem;
        line-height: 0.25rem;
        height: auto;
        overflow: hidden;
        color: #999999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .zl-scrollBarBox {
        height: 100%;
        position: absolute;
        background: #e1e1e1;
    }
    .zl-scrollBar {
        position: absolute;
        left: 0;
        top: 0;
        background: #aaaaaa;
        transition: background 0.3s;
        cursor: pointer;
    }
    .zl-scrollBar.zl-verticalBar {
        min-height: 10px;
    }
    .zl-scrollBar.zl-horizontalBar {
        min-width: 10px;
    }
    .zl-scrollContentDiv {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    /*全局标题*/
    .home-tit {
        position: relative;
        padding-top: .3rem;
        text-align: center;
        max-width: 94%;
        width: 94%;
        margin: auto;
    }
    .home-tit span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #858585;
        font-weight: bold;
        line-height: .6rem;
        font-size: .32rem;
        opacity: .1;
        text-transform: uppercase;
    }
    .home-tit h2 {
        position: relative;
        letter-spacing: .02rem;
        padding-bottom: 0.1rem;
        font-size: .25rem;
        font-weight: bold;
        color: #e70012;
    }
    .home-tit h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0.55rem;
        height: 0.03rem;
        margin: auto;
        background: #e70012;
    }
    .home-tit h2 i {
        font-style: normal;
        color: #e70012;
    }
    .home-tit p {
        margin-top: .1rem;
        font-size: 0.14rem;
        color: #666;
        line-height: .2rem;
    }
    .home-tit1 {
        position: relative;
        padding-top: .3rem;
        text-align: center;
        max-width: 94%;
        width: 94%;
        margin: auto;
        display: block !important;
    }
    .home-tit1 span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #858585;
        font-weight: bold;
        line-height: .6rem;
        font-size: .4rem;
        opacity: .1;
        text-transform: uppercase;
    }
    .home-tit1 h2 {
        position: relative;
        letter-spacing: .02rem;
        padding-bottom: 0.1rem;
        font-size: .25rem;
        font-weight: bold;
        color: #e70012;
    }
    .home-tit1 h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0.55rem;
        height: 0.03rem;
        margin: auto;
        background: #e70012;
    }
    .home-tit1 h2 i {
        font-style: normal;
        color: #ffffff;
    }
    .home-tit1 p {
        margin-top: .1rem;
        font-size: 0.14rem;
        color: #666;
        line-height: .2rem;
    }
    .home-button {
        margin: 0 auto;
        display: block;
        width: 1.5rem;
        text-align: center;
        line-height: .4rem;
        font-size: .14rem;
        color: #fff;
        background: #e70012;
        border: .01rem solid #e70012;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        border-radius: 50px;
    }
    .home-button:hover {
        background: #e70012;
        color: #FFFFFF;
    }
    /*网站大图*/
    .welcome_banner {
        height: 42vh;
    }
    .welcome_banner .swiper-container {
        height: 100%;
    }
    .welcome_banner .swiper-slide {
        overflow: hidden;
        background-color: #000;
    }
    .welcome_banner .swiper-slide video {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .welcome_banner .swiper-slide i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transform: scale(1.1);
        animation: dh0 12s infinite 1s;
    }
    @keyframes dh0 {
        0% {
            transform: scale(1.1);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    .welcome_banner .swiper-slide i.gif {
        transform: scale(1);
        animation: none;
    }
    .welcome_banner .swiper-slide div {
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translateY(-50%);
        color: #fff;
    }
    .welcome_banner .swiper-slide div h6 {
        font-size: 0.2rem;
        opacity: 0;
        transform: translateY(1rem);
        transition: all 0.8s;
        max-width: 320px;
        line-height: .3rem;
        font-weight: bold;
    }
    .welcome_banner .swiper-slide div p {
        font-size: 0.112rem;
        opacity: 0;
        transform: translateY(1rem);
        transition: all 0.8s 0.2s;
        line-height: .2rem;
    }
    .welcome_banner .swiper-slide div a {
        display: none;
    }
    .welcome_banner .swiper-slide .btn a {
        width: 100px;
        height: 20px;
        margin: 10px 0;
        font-size: 0.12rem;
        color: #ffffff;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #14a79e;
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 20px;
    }
    .welcome_banner .swiper-slide div span {
        display: block;
        opacity: 0;
        transform: translateY(1rem);
        transition: all 0.8s 0.4s;
    }
    .welcome_banner .swiper-slide-active div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    }
    .welcome_banner .swiper-slide-active div p {
        display: none;
        opacity: 1;
        transform: translateY(0);
    }
    .welcome_banner .swiper-slide-active div span {
        opacity: 1;
        transform: translateY(0);
    }
    .welcome_banner .swiper-pagination span {
        background-color: #fff;
        opacity: 1;
    }
    .swiper-pagination {
        bottom: 0.3rem !important;
        font-size: 0;
    }
    .swiper-pagination span {
        vertical-align: top;
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.06rem !important;
        transition: all 0.5s ease;
    }
    .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #e70012 !important;
    }
    /*关于我们*/
    .about {
        background: #fafafa;
    }
    .about-box {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .about-box #about {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-box .text {
        width: 100%;
        padding: 6% 0 0;
        box-sizing: border-box;
    }
    .about-box .text img {
        margin: 0;
    }
    .about-box .text h2 {
        display: none;
    }
    .about-box .text .tip {
        display: none;
    }
    .about-box .text .des {
        text-align: justify;
        font-size: .15rem;
        line-height: .25rem;
        color: #666666;
    }
    .about-box .right {
        width: 100%;
        color: #ffffff;
        box-sizing: border-box;
    }
    .about-box .right img {
        object-fit: cover;
        width: 100%;
    }
    .about-box .right .home-tit {
        text-align: left;
    }
    .about-box .right .home-tit span {
        color: #ffffff;
    }
    .about-box .right .home-tit h2 {
        color: #ffffff;
    }
    .about-box .right .home-tit h2:after {
        left: 0;
        margin-left: 0;
        background: #ffffff;
    }
    .about-box ul {
        text-align: center;
        margin-bottom: .2rem;
    }
    .about-box ul li {
        display: inline-block;
        width: 48%;
        margin-top: .3rem;
    }
    .about-box ul li span {
        position: relative;
        padding-right: .2rem;
        font-size: .4rem;
        font-weight: 400;
        color: #e70012;
    }
    .about-box ul li span i {
        font-style: normal;
    }
    .about-box ul li span sup {
        position: absolute;
        top: 0;
        right: 0;
        line-height: .3rem;
        font-weight: 500;
        font-size: .18rem;
    }
    .about-box ul li:first-child span sup {
        font-size: .14rem;
    }
    .about-box ul li p {
        font-size: 0.13rem;
        color: #777777;
        margin-left: -0.2rem;
        margin-top: 8px;
    }
    .bgFull {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    /*核心服务*/
    .yewu {
        display: none;
        background: url(../images/yw_bg.png) no-repeat center top;
        background-size: cover;
        padding: .2rem 0;
    }
    .advantList {
        margin-top: .2rem;
    }
    .advantList .list {
        width: 100%;
    }
    .advantList .ad1 {
        background: #ffffff;
        float: left;
        box-shadow: -1px 3px 20px 1px rgb(166 144 144 / 20%);
    }
    .advantList .ad2 {
        background: #ffffff;
        float: right;
        box-shadow: -1px 3px 20px 1px rgb(166 144 144 / 20%);
    }
    .advantList .item {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0.1rem;
        cursor: pointer;
        transition: all ease 600ms;
        min-height: 3rem;
    }
    .advantList .item .txt {
        padding: .2rem 0;
        margin: 0 .2rem 0 .2rem;
    }
    .advantList .item .txt .tit {
        font-weight: bold;
        font-size: .2rem;
        line-height: .3rem;
        color: #333;
        margin-bottom: 0.3rem;
    }
    .advantList .item .txt .tit em {
        display: block;
        color: #e70012;
    }
    .advantList .item .txt .cont {
        margin-top: .2rem;
        font-size: 0.15rem;
        line-height: 0.23rem;
        color: #666;
    }
    .advantList .item .content1 {
        display: block;
    }
    .advantList .item .content1 p {
        margin-top: .1rem;
        font-size: 0.15rem;
        line-height: 0.3rem;
        color: #666;
    }
    .advantList .item .content {
        display: flex;
    }
    .advantList .item .content p {
        width: 40%;
        margin-top: .1rem;
        font-size: 0.15rem;
        line-height: 0.3rem;
        color: #666;
    }
    .advantList .item .sIco {
        position: absolute;
        top: 0.1rem;
        right: 0.2rem;
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        transition: all ease 600ms;
    }
    .advantList .item:hover {
        transform: translateY(-6px);
        transition: all ease 600ms;
    }
    .advantList .item:hover .sIco {
        transform: rotate(180deg);
        transition: all ease 600ms;
    }
    /*产品中心*/
    .in_prolist_bg {
        height: auto;
        overflow: hidden;
        height: auto;
        width: 100%;
        margin-top: 0.2rem;
    }
    .in_prolist {
        position: relative;
        width: 49%;
        height: auto;
        float: left;
        margin-right: 2%;
        margin-top: 0.2rem;
    }
    .in_prolist:nth-child(2n) {
        margin-right: 0;
    }
    .in_prolist_tu {
        width: 100%;
        position: relative;
        overflow: hidden;
        border: .01rem solid #eee;
        box-sizing: border-box;
    }
    .in_prolist_tu img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .in_prolist_title {
        text-align: center;
        width: 100%;
    }
    .in_prolist a .in_prolist_title span {
        display: inline-block;
        color: #666666;
        font-size: .16rem;
        line-height: .5rem;
    }
    .in_prolist_bg .pagination-product {
        margin-top: 12px;
        text-align: center;
    }
    .in_prolist_bg .pagination-product span {
        margin: 0 2px;
        background: #e70012;
    }
    /*新闻资讯*/
    .home-news {
        padding: 0.45rem 0;
        background: #fff;
    }
    .home-news .js-tab-box {
        margin-top: .3rem;
    }
    .home-news .js-tab-con {
        height: auto;
    }
    .home-news .content {
        margin-bottom: .2rem;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .home-news .img {
        width: 100%;
        position: relative;
        min-height: 3rem;
    }
    .home-news .img .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5%;
        background: rgba(27, 27, 27, .6);
        color: #FFFFFF;
        box-sizing: border-box;
    }
    .home-news .img .text .date {
        font-size: .18rem;
    }
    .home-news .img .text .date span {
        font-size: .36rem;
    }
    .home-news .img .text p {
        margin-top: 0.1rem;
        font-size: 0.134rem;
        line-height: .22rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .home-news .right {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        padding: 3%;
    }
    .home-news .right .list {
        border: 0;
    }
    .home-news .right .list li {
        padding: .1rem 0;
        border-bottom: .01rem solid #eee;
    }
    .home-news .right .list a {
        display: block;
    }
    .home-news .right .list .date {
        font-size: .18rem;
        display: none;
    }
    .home-news .right .list .date span {
        font-size: .36rem;
    }
    .home-news .right .list .tit {
        margin-top: 0.1rem;
        font-size: .16rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        color: #333;
    }
    .home-news .right .list .des {
        margin-top: 0.1rem;
        font-size: 0.134rem;
        line-height: .22rem;
        height: auto;
        overflow: hidden;
        color: #999999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .zl-scrollBarBox {
        height: 100%;
        position: absolute;
        background: #e1e1e1;
    }
    .zl-scrollBar {
        position: absolute;
        left: 0;
        top: 0;
        background: #aaaaaa;
        transition: background 0.3s;
        cursor: pointer;
    }
    .zl-scrollBar.zl-verticalBar {
        min-height: 10px;
    }
    .zl-scrollBar.zl-horizontalBar {
        min-width: 10px;
    }
    .zl-scrollContentDiv {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
        left: 0;
    }
}