@charset "utf-8";
/* CSS Document */

a:hover{
    text-decoration: none;
}

header{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

body.navbg header{
    background: rgba(0,0,0,.5);
    height: 100px;
}

.header_nav{
    top: 40px!important;
}

.footer-top{
    padding-top: 0!important;
}

.footer-nav, .footer-contact-form{
    padding-bottom: 0rem!important;
    padding-top: 5rem!important;
}

.banner{
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner .parallax {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.bannercon{
    /*width: 100%;
    text-align: center;*/
    /*position: absolute;
    left: 6%;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    margin: 0 0 0 120px;
    position: relative;
    z-index: 5;
}

.banner .p1{
    font-size: 52px;
    letter-spacing: 5px;
    padding-bottom: 0;
    font-weight: 600;
    color: rgba(255,38,38,0.8);
}

.banner .p2 {
    color: rgba(255,255,255,0.9);
    padding-top: 0.5em;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 200;
}

.banner img{
    animation: small 5s;
    -webkit-animation: small 5s;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

@keyframes small {
    0% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.scroll-down{
    bottom: 10%;
}

.anmite-to-top{
    opacity: 1;
}

.dh{
    text-align: center;
    width: 100%;
    height: 5rem;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
}

.dh ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dh ul li{
    width: 25%;
}

.dh ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    color: #000;
    font-size: 1.2rem;
}

.dh ul li:hover a, .dh ul li.on a {
    color: #ff2626;
}

.dh ul li a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ff2626;
    content: "";
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dh ul li a:hover:before, .dh ul li.on a:before {
    width: 100%;
    width: calc(100% + 1px);
    margin-left: -50%;
}



.zy{
    padding: 8rem 0;
    position: relative;
}

.zyzi{
    position: relative;

}

.zyzi h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
}



.page{
    margin-top: 4rem;
    text-align: center;
    width: 100%;
}

.page ul{
    padding-left: 0;
}

.page .pagination{
    margin: 0 auto;
    display: inline-block;
}

.page ul li span,.page ul li a{
    padding: 0.7rem 1rem;
    color: #111;
}

.page ul li.disabled span{
    color: #999;
    background: #f1f1f1;
}

.page ul li.disabled:hover span{
    cursor: no-drop;
}

.pagination>li {
    display: inline;
    margin-right: 5px;
}

.page ul li.active span{
    background: #ff2626!important;
    color: #fff!important;
    /*border-color: #fff!important;*/
}

.page ul li a{
    color: #ff2626;
    background: #f1f1f1;
    /*border: 1px solid #fff;*/
}

.page ul li:hover a{
    background: #ff2626!important;
    color: #fff;
    /*border-color: #fff;*/
}
















.about{
    padding: 10rem 0 0 0;
}

.aboutzi h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.aboutzi p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

.aboutcon h4{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #ff2626;
}

.aboutcon p{
    font-size: 0.95rem;
    line-height: 1.8rem;
    color: #333;
    margin-bottom: 10px;
}
@media (min-width: 1500px) {
    .aboutcon p{
        width: 90%;
    }
}




.posi{position: relative}
.videoBg{width:100%;height:auto;object-fit:cover;}

.videoBg::-webkit-media-controls-enclosure{display:none;}

.about_video_logo{-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-repeat:no-repeat;

    mask-repeat:no-repeat;-webkit-mask-position:center center;position:sticky;top:0;width:100vw;height:100vh;z-index:10;}

.about_video_ht{width:100%;height:150vh;}




.qywh{
    padding: 10rem 0 7rem 0;
}

.qywhzi h3{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
    text-align: center;
}

.qywhcon{
    padding: 2rem 0 2rem 0;
}

.qywh .culture_listName {
    font-size: 24px;
    margin-bottom: 1.8vw;
    letter-spacing: 0.075em;
}

.qywh .culture_listLine {
    font-size: 16px;
    color: #898989;
    line-height: 28px;
    height: 56px;
    letter-spacing: 0.075em;
    width: 75%;
}


.qywhimg{
    width: 100%;
    height: 60vh;
    background: url("../images/qywh.jpg") no-repeat center;
    background-attachment: fixed;
    position: relative;
}

.csrzi{
    position: absolute;
    left: 11%;
    bottom: 5rem;
}

.csrzi h2{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}

.renh{
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e6e4e5;
    position: relative;
}

.renh::after {
    content: '';
    width: 120px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.aboutrencon h4{
    text-align: left;
    color: #ff2626;
    /*margin-bottom: 2rem;*/
    font-size: 2.5rem;
    font-weight: 600;
}

.aboutrencon p.renone{
    font-size: 22px!important;

    color: #867f7f!important;
    margin-bottom: 50px!important;
    font-weight: normal!important;
    margin-top: 60px;
}

.aboutrencon p{
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444;

}























.pro{
    height: 100vh;
    overflow: hidden;
}

.prozi h3{
    /*margin-bottom: 0;*/
    padding-top: 2rem;
    margin-bottom: 3rem;
}

@media (max-width: 1500px) {
    .prozi h3{
        padding-top: 0;
    }
}
.pro{
    height: 100vh;
    overflow: hidden;
}

.prozi h3{
    /*margin-bottom: 0;*/
    padding-top: 2rem;
    margin-bottom: 3rem;
}

@media (max-width: 1500px) {
    .prozi h3{
        padding-top: 0;
    }
}

.pro .proulli{
    display: none;
}

.pro .proulli:nth-child(1){
    display: block!important;
}

.pro .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro .swiper-slide {
    width: 50%;
}

.pro .swiper-button-next{
    background: url(../images/proyou.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    border-radius: 50%;

    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 15%;
}

.pro .swiper-button-prev{
    background: url(../images/prozuo.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    border-radius: 50%;

    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 15%;
}

.proimg{
    overflow: hidden;
    border-radius: 10px;
}

.proimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.pro .proimg:hover img{
    transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -o-transform:scale(1.15);
}

.pro .swiper h4{
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    color: #ff2626;
    font-weight: 600;
}

.pro .swiper p{
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #666;
}

.pro .swiper p a{
    font-size: 1.3rem;
    color: #111;
    margin-right: 10px;
}

.pro .swiper p a:hover{
    color: #ff2626;
    text-decoration: underline;
}



.pros{
    padding-top: 12rem;
}

.proszi h3{
    text-align: left;
    margin-bottom: 3rem;
}

.proshowcon{
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #333;
}

.protablecon h3{
    text-align: left;
    margin-top: 5rem;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.protablecon img{
    display: block;
    max-width: 100%;
    height: auto;
}

.pronext{
    border-top: 1px solid #D9D9D9;
    margin-top: 5rem;
    text-align: center;
    width: 100%;
}

.pronext p{
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    margin: 50px 0 30px;
}

.pronext span{
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin: 0 0 65px;
    display: block;
}

.pronext  a:hover{
    color: rgb(255,38,38);
}

/*.protablecon{
    font-size: 1rem;
    line-height: 5rem;
    text-align: center;
    color: #333;
}

.protablecon table{
    border: 1px solid #fff!important;
}

.protablecon tr{
    border-bottom: 1px solid #ccc;
}*/

#business{height:calc(100vh - 80px);height:-webkit-calc(100vh - 80px);}

.business_item,.business_item>a{height:100%;overflow:hidden;}

.business_item .business_img{width:110%;height:110%;object-fit:cover;position:absolute;left:-5%;top:-5%;}

.business_item .business_txt{position:absolute;left:0;bottom:8vw;z-index:5;padding:0 4vw;}

.business_item .business_num{color:#d6d6d6;margin-bottom:2vw;font-size:38px;}

.business_item .business_name{font-size:34px;margin-bottom:2vw;font-weight:bold;}

.business_item .business_p{color:#898989;font-size:16px;margin-bottom:4vw;line-height:26px;}

.business_item .business_del{width:48px;height:48px;align-items:center;justify-content:center;}

.business_item .business_del:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;

    border:1px solid #9b9b9b;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all 0.35s;transition:all 0.35s;}

.business_item .business_del i{font-size:28px;}


.business_item>a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;
    background-color:rgba(255,255,255,.9);-webkit-transition:all 0.5s;transition:all 0.5s;}


#business .business_btn{bottom:1.5vw;top:initial;color:#4b4848;width:auto;height:auto;}

#business .business_btn i{font-size:24px;}

#business .business_btn:after{display:none;}

#business .business_btn.swiper-button-prev{left:1.5vw;}

#business .business_btn.swiper-button-next{right:1.5vw;}

.lump {
    display: block;
    position: relative;
}

.guide__mouse{position:absolute;bottom:15px;left:0;width:100%;z-index:50;display:none;}
@keyframes moveDownSpot1 {
    from {opacity:1;-webkit-opacity:1;}
    to {opacity: 0;-webkit-opacity:0;transform:translateX(-20px);-webkit-transform:translateX(-20px);}
}
.guide__mouse img{width:140px;margin:0 auto;animation:moveDownSpot1 linear 1s infinite;-webkit-animation:moveDownSpot1 linear 1s infinite;}
.guide__mouse p{color:rgba(255,255,255,.6);text-align:center;margin-top:10px;}











.factoryfl{
    opacity: 0;
    position: fixed;
    left: 40px;
    top: 55%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
    margin: auto 0;
    cursor: pointer;

    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

body.navbg .factoryfl{
    opacity: 1;
}

.factoryfl ul li{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-bottom: 2rem;
}

.factoryfl ul li a{
    font-size: 1rem;
    font-weight: 600;
    color: #111;
    display: block;
    border-radius: 5px;
}

.factoryfl ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 15px;
    width: 50px;
    height: 1px;
    background: #888;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.factoryfl ul li:hover a{
    color: rgb(255,38,38);
    padding-left: 5px;
}

.factoryfl ul li:hover a::before{
    left: -60px;
}

.factoryfl ul li.on a{
    color: rgb(255,38,38);
    padding-left: 5px;
}

.factoryfl ul li.on a::before{
    left: -60px;
}


.factory{

}

.factorycon img{
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.factorycon img:hover{
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.factorycon p{
    font-size: 1rem;
    line-height: 2rem;
    padding: 1rem 0;
    color: #333;
    text-align: center;
}















.kaifa{

}

.kaifacon h4{
    font-size: 1.3rem;
    color: #ff2626;
    padding-top: 2rem;
}

.kaifacon p{
    font-size: 0.9rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 3rem;
}

.kaifaimg{
    overflow: hidden;
}

.kaifaimg img{
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kaifacon img:hover{
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}













.honor{
    background: #f1f1f1;
}

.honor p{
    font-size: 1rem;
    line-height: 1.8rem;
    /*margin-bottom: 3rem;*/
    text-align: center;
    width: 70%!important;
    margin-left: 4%;
}

.honorconimg{
    padding: 1.5%;
    position: relative;
}

.honor .honorconimg:nth-child(odd){
    /*transform: translateY(50px);*/
}

.honor .honorconimg:nth-child(even){
    /*transform: translateY(-50px);*/
}

.honorconimg .lightbox img{
    width: 70%;
    margin-left: 4%;
}










.licheng{
    background-image: url("../images/lc.jpg");
    background-attachment: fixed;
    padding-top: 12rem;
}

.lichengzi h3{
    color: #fff;
    margin-bottom: 1rem;
}

.lichengxian{
    line-height: 10rem;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.licheng p{
    font-size: 1.3rem;
    line-height: 2rem;
    color: rgba(255,255,255,.9);
    margin-bottom: 0;
    font-weight: 600;
}

.licheng span{
    font-size: 4.5rem;
    color: rgba(255,38,38,.9);
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
}








.video{

}

.videocon{
    padding: 0 1rem;
}

.videocon p{
    font-size: 1rem;
    padding: 1rem 0;
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
}

.videocon iframe{
    width: 100%;
    height: 50vh;
}













.lx{

}

.lxzi h3{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    color: rgb(255,38,38);
    font-size: 2rem;
}


.lxcon h4{
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 1.2;
    color: #191919;
    font-size: 1.1rem;
}

.lxcon p {
    position: relative;
    padding: 0 0 0 14px;
    line-height: 1.76;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.lxcon p:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform: translateY(-50%);
    background: #ff2626;
    content: '';
}

.lxfgs{
    background: rgb(245, 245, 245);
}










/*sjfactoryfl*/
.sjfactoryfl{
    position: relative;
    z-index: 8;
    padding: 3rem 15px;
}

.sjfactoryfl ul{
    margin-bottom: 0;
}

.sjfactoryfl .list{width: 100%;}
.sjfactoryfl .list ul li.sjactive{border-bottom: 1px solid #fff;background: rgb(255,38,38);}
.sjfactoryfl .list ul li a{padding-left: 1rem;color: #fff; font-size:1rem; display: block; height:3rem;line-height: 3rem;position: relative;}
.sjfactoryfl .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
.sjfactoryfl .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;}
.sjfactoryfl .list ul li ul{display: none;}
.sjfactoryfl .list ul li ul li { border-left:0; border-right:0; background-color:#EDEDED!important; overflow: hidden}
.sjfactoryfl .list ul li ul li ul{display: none;}
.sjfactoryfl .list ul li ul li a{ padding-left:1rem;color: #111}
.sjfactoryfl .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.sjfactoryfl .list ul li ul li ul li a{ color:#111; padding-left:2rem;}
/*sj*/



@media (min-width: 768px) and (max-width: 1000px){
    .banner{
        height: auto;
    }

    .banner img{
        max-width: 150%;
        position: relative;
        left: -25%;
        width: auto;
    }

    .bannercon{
        display: none;
    }

    body.navbg header{
        height: 80px!important;
    }

    .zy{
        padding: 6rem 0;
    }

    .zyzi h3{
        font-size: 2rem;
        margin-bottom: 4rem;
    }

    .aboutcon{
        margin-bottom: 3rem;
    }

    .vidcontainer .video-dialog{
        width: 100%;
    }

    .vidcontainer .closevid{
        top: -2rem;
        right: 2rem;
    }

    .qywh{
        padding: 6rem 0 5rem;
        background: #f9f9f9;
    }

    .qywhcon{
        padding-bottom: 1rem;
    }

    .jsclass_list li{
        width: 100%;
    }

    .sjwenhua ul li{
        width: 95%;
        margin: 0 auto 3rem;
    }

    .sjwenhua h3{
        font-size: 1.6rem;
        margin: 2rem 0 1rem;
    }

    .sjwenhua .desc{
        font-size: 0.9rem;
        line-height: 2rem;
        color: #666;
    }

    .aboutren img{
        margin: 0 auto 3rem;
        display: block;
    }

    .aboutrencon h4{
        font-size: 2rem;
    }

    .factory{
        padding-top: 3rem;
    }

    .sjfactoryfl{
        padding-top: 0;
        padding-bottom: 5rem;
    }

    body.sjp header{
        height: 80px!important;
    }

    .pro,.pros{
        margin-top: 66px;
        height: auto;
    }

    .proimg{
        border-radius: 0px;
        margin-bottom: 3rem;
    }

    .pro .swiper h4,.pro .swiper p{
        padding-left: 2rem;
        margin-bottom: 2rem;
    }

    .pro .swiper a{
        margin-right: 1rem;
    }

    .pro .swiper-button-prev{
        top: 40%;
        left: 5%;
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }

    .pro .swiper-button-next{
        top: 40%;
        right: 5%;
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }

    .protablecon h3{
        font-size: 2rem;
    }

    .licheng{
        background-position: center;
        background-size: cover;
    }

    .lichengzi h3{
        margin-top: 80px;
    }

    .lichengxian{
        padding: 3rem 1rem;
        line-height: 0rem;
    }

    .licheng p{
        font-size: 1rem;
        line-height: 2rem;
    }

    .licheng span{
        font-size: 3rem;
        text-align: right;

    }
}
















@media (max-width: 768px){
    .banner{
        height: auto;
    }

    .banner img{
        max-width: 150%;
        position: relative;
        left: -25%;
        width: auto;
    }

    .bannercon{
        display: none;
    }

    body.navbg header{
        height: 80px!important;
    }

    .zy{
        padding: 5rem 0;
    }

    .zyzi h3{
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .aboutcon{
        margin-bottom: 3rem;
    }

    .qywh{
        padding: 6rem 0;
    }

    .qywhcon{
        padding-bottom: 0rem;
    }

    .qywh .culture_listLine{
        width: 100%;
    }

    .xcpcon{
        height: 40vh;
    }

    .vidcontainer .video-dialog{
        width: 100%;
    }

    .vidcontainer iframe{
        height: 40vh!important;
        width: 100%;
        z-index: 888;
        position: relative;
    }

    .vidcontainer .closevid{
        top: -2rem;
        right: 2rem;
        position: absolute;
        z-index: 889;
    }

    .xcp .plays .xcpzi{
        line-height: 2rem;
    }

    .qywh{
        padding-bottom: 3rem;
        background: #f9f9f9;
    }

    .qywhcon{
        text-align: left;
    }

    .jsclass_list li{
        width: 100%;
    }

    .sjwenhua ul li{
        width: 95%;
        margin: 0 auto 3rem;
    }

    .sjwenhua h3{
        font-size: 1.6rem;
        margin: 2rem 0 1rem;
    }

    .sjwenhua .desc{
        font-size: 0.9rem;
        line-height: 2rem;
        color: #666;
    }

    .aboutren img{
        margin: 0 auto 3rem;
        display: block;
        max-width: 110%;
        position: relative;
        left: -5%;
    }

    .aboutrencon h4{
        font-size: 1.6rem;
    }

    .aboutrencon p{
        text-align: left;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .factory{
        padding-top: 3rem;
    }

    .sjfactoryfl{
        padding-top: 0;
        padding-bottom: 5rem;
    }

    body.sjp header{
        height: 80px!important;
    }

    .pro{
        margin-top: 66px;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .pros{
        margin-top: 66px;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .proimg{
        border-radius: 0px;
        margin-bottom: 3rem;
    }

    .pro .swiper h4,.pro .swiper p{
        padding: 0 10px;
        margin-bottom: 2rem;
    }

    .pro .swiper-button-prev{
        top: 20%;
        left: 5%;
        width: 2rem;
        height: 2rem;
        background-size: 2rem 2rem;
    }

    .pro .swiper-button-next{
        top: 20%;
        right: 5%;
        width: 2rem;
        height: 2rem;
        background-size: 2rem 2rem;
    }

    .pro .swiper p a{
        display: block;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 5px;
        margin: 0 0 10px 0;
        font-size: 1.1rem;
    }

    .protablecon h3{
        font-size: 1.6rem;
    }

    .pronext span{
        font-size: 1.6rem;
    }

    .honor p{
        font-size: 0.9rem;
        line-height: 1.8rem;
        width: 95% !important;
        text-align: left;
    }

    .videocon iframe{
        height: auto;
    }

    .licheng{
        background-position: center;
        background-size: cover;
    }

    .lichengzi h3{
        margin-top: 80px;
        margin-bottom: 1rem;
    }

    .lichengxian{
        padding: 3rem 1rem;
        line-height: 0rem;
    }

    .licheng p{
        font-size: 1rem;
        line-height: 2rem;
    }

    .licheng span{
        font-size: 2rem;
        text-align: left;
        margin-top: 2rem;

    }
}



