* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: '微软雅黑';
    font-family: 'MicrosoftYaHei';
    font-weight: lighter;
}

body {

}

a {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

input button select {
    outline: none;
    border: 0;
    background: none;
}

button {
    border: 0;
    background: none;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
}


.banner {
    width: 100%;
    height: 845px;
    position: relative;
}

.nav {
    position: absolute;
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, .9);
    top: 50px;
    left: 0;
    z-index: 2;
}

.content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
}

.logo {
    width: 102px;
    height: 108px;
    position: absolute;
    top: -35px;
    left: 0;
}

.logo {
    position: relative;
    width: 102px;
    height: 108px;
}

.navList {
    width: 95%;
    position: relative;
}

.navListBox a {
    display: block;
    width: 12.5%;
    color: #535353;
    font-size: 18px;
    align-items: center;
    align-content: center;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.navListBox {
    width: 85%;
}

.navListTwo {
    align-content: center;
    align-items: center;
    height: 68px;
}

.navListTwo img {
    width: 49px;
    height: 49px;
    margin-left: 20px;
    cursor: pointer;

}

.phoneBox {
    display: none;
    width: 215px;
    height: 60px;
    background: url(../img/dhbj.png) left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 68px;
    right: -10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #00928a;
}

.codeBox {
    display: none;
    position: absolute;
    top: 68px;
    width: 150px;
    height: 160px;
    background: url(../img/ewmbj.png) left top no-repeat;
    right: 0px;
    padding-top: 20px;
}

.codeBox img {
    display: block;
    width: 123px;
    height: 123px;
    margin: 0 auto;
}

.profile {
    margin: 60px auto;
}

.profileLeft {
    width: 50%;
}

.profileRight {
    width: 50%;
    overflow: hidden;
}

.profileTitle {
    width: 100%;
    font-size: 26px;
}

.profileTitle .line {
    width: 45px;
    height: 1px;
    background: #df0011;
    margin: 20px 0 0;
}

.profileBox {
    padding-top: 45px;
}

.profileBoxTop {
    font-size: 28px;
    line-height: 50px;
}

.profileBoxTitle {
    width: 100%;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    height: 216px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    position: relative;
}

.profileRightImg {
    width: 90%;
    height: 520px;
}

.profileBoxTitleImg {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.profileTwo {
    margin-top: 28px;
}

.profileTwoBox {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    height: 75px;
    align-content: center;
    align-items: center;
    padding: 0 35px;
    color: #404040;
    font-size: 18px;
    line-height: 26px;
}

.profileTwoBox:hover {
    color: #00928a;
}

.profileTwoBoxImg {
    margin-right: 25px;
}

.witness {
    background: url(../img/slhzbj.png) center center no-repeat;
    height: 393px;
}

.witnessTop {
    height: 110px;
    width: 100%;
    font-size: 36px;
    color: #fff;
    line-height: 110px;
    text-align: center;
}

.witnessBox {
    margin-top: 80px;
}

.witnessList {
    align-items: center;
    align-content: center;
    width: 33%;
}

.witnessListImg {
    width: 172px;
    height: 172px;
    border-radius: 172px;
    border: 1px solid #fff;
}

.witnessListTop {
    color: #fff;
    margin-right: 50px;
}

.productLeftTitle {
    font-size: 26px;
    color: #333;
    line-height: 69px;
}

.productLeft .line {
    width: 45px;
    height: 1px;
    background: #df0011;
}

.productRightBox {
    width: 123px;
    text-align: center;
    cursor: pointer;
    color: #808080;
    font-size: 18px;
}

.productRightBox .line {
    display: none;
    width: 46px;
    height: 1px;
    margin: 0 auto;
    background: #df0011;
}

.productRight {
    height: 70px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 69px;
}

.more {
    display: block;
    color: #808080;
}

.product {
    margin: 60px auto;
    height: 660px;
}

.productRightBox.on .line {
    display: block;
}

.swiper-container2 {
    max-width: 1440px;
    position: relative;
    box-sizing: border-box;
    padding: 0 45px;
    overflow: hidden;
    margin: 80px auto 25px;
}

.swiper-container2 .swiper-slide {
    width: 425px;
    height: 400px;
}

.swiper-container2 a {
    display: block;
    position: relative;
    height: 450px;
    overflow: hidden;
}

.swiper-container2 img {
    width: 100% !important;
    height: auto;
    /*max-height: 320px;*/
}

.down {
    position: relative;
    left: 0;
    top: 0px;
    height: 70px;
}

.reflection {
    width: 100%;
    height: 70px;
    left: 0;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 0.5;
    filter: alpha(opacity='50');
    background-size: 100% auto ;
}

.overlay {
    position: relative;
    width: 100%;
    height: 70px;
    bottom: 70px;
    background-image: -moz-linear-gradient(center bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 90%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgb(255, 255, 255)), color-stop(0.90, rgba(255, 255, 255, 0)));
}

.productBoxsButton{
    display: block;
    width: 412px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #00928a;
    color: #fff;
    font-size: 30px;
}

.fine{
    width: 100%;
    background:url(../img/zxlp.png) center center no-repeat;
    height: 653px;
}

.news{
    margin: 74px auto;
}

.newsBox{
    margin: 0px auto 60px auto;
}

.newsLeft{
    width: 35%;
}

.newsRight{
    width: 59%;
    height: 545px;
    background: url(../img/newsBj.png) center center no-repeat;
    background-size: auto 100%;
}

.newsList{
    display: block;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding-bottom: 15px;
}

.newsListTime{
    font-size: 18px;
    color: #808080;
    line-height: 30px;
}

.newsListTop{
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.newsContent{
    padding-top: 10px;
    color: #808080;
    font-size: 16px;
    line-height: 30px;
}

.newsListImg{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

.bottom{
    padding:45px 0 90px;
    background: #f7f7f7;
}

.bottomTop a{
    color: #404040;
    font-size: 20px;
}

.bottomList{
    width: 145px;

}

.bottomLists{
    padding-top: 20px;
}

.bottomLists a{
    font-size: 14px;
    color: #686868;
    line-height: 24px;
}

.bottomCodeTop{
    display: flex;
    justify-content: space-between;
}

.bottomCodeTop div{
    width: 130px;
    font-size: 20px;
    text-align: center;
}

.bottomCodeImg{
    padding-top: 20px;
}

.bottomCodeImg img{
    width: 116px;
    height: 116px;
}

.bottomTxt div{
    font-size: 20px;
    padding-top: 20px;
}

.bottomTxt span{
    color: #00928a;
    font-size: 20px;
}

.bottomTitle{
    height: 78px;
    line-height: 78px;
    color: #fff;
    background: #00928a;
    font-size: 16px;
}
/*内页左侧*/
.nContent{
    margin: 40px auto;
}

.nLeft{
    width: 14%;
}

.nProductTop{
    margin: 60px auto 0;
}

.nProductRight{
    width: 81%;
    position: relative;
    color: #808080;
}

.nProductRight .line{
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 48px;
    background: #df0011;
}

.nRight{
    width: 81%;
}

.nLeftBox{
    height: 50px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    text-align: center;
    padding-right: 20px;
    line-height: 49px;
    font-size: 18px;
    color: #515151;
    display: block;
}

.nLeftBoxNext{
    position: absolute;
    height: 49px;
    line-height: 49px;
    width: 20px;
    color: #909090;
    top: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
}

.nLeftBox.on{
    color: #fff;
    background: #00928a;
}

.nLeftBox.on .nLeftBoxNext{
    color: #fff;
}


.nLeftBox:hover{
    color: #fff;
    background: #00928a;
}

.nLeftBox:hover .nLeftBoxNext{
    color: #fff;
}



/*产品中心*/
.nProductbanner{
    background: url(../img/cpzxbanner.png) center center no-repeat;
    width: 100%;
    height: 401px ;

}

.nProductList{
    flex-wrap: wrap;
}

.nProductListBox{
    display: block;
    width: 30%;
    box-shadow: 0 0 10px rgb(225 225 225 / 30%);
    height: 360px;
    margin-right: 5%;
    margin-bottom: 45px;
}

.nProductListBox:nth-child(3n){
    margin-right: 0;
}

.nProductListBoxName{
    width: 100%;
    padding: 0 10px;
    text-align: center;
    background: #f8f8f8;
    color: #404040;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

.nProductListBoxImgs{
    height: 88%;
    width: 100%;
}



.nProductListBoxImg{
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.nProductListBox:hover .nProductListBoxName{
    color: #fff;
    background: #00928a;
}

.paging{
    margin: 70px auto ;
}

.paging a{
    margin-right: 9px;
    width: 49px;
    height: 49px;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    align-content: center;
    align-items: center;
    color: #333;
}

.paging a:hover{
    background: #df0011;
    color: #fff;
}

/*产品详情*/
.nProductDetailtop{
    width: 450;
    margin: 0 auto;
    height:470px;
    position: relative;
}

.nProductDetail{

}

.nProductdetailImg{
    height: 400px;
    width: 450px;
}

.nProductdetailImg img{
    height: 400px;
    width: auto;
}

.nProductIn{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.nProductInName{
    font-size: 28px;
    color: #3e3e3e;
    line-height: 70px;
}

.nProductInBox{
    color: #949494;
    font-size: 18px;
    line-height: 30px;
}

.nProductInBoxUl,.nProductInBoxLi{
    list-style: disc;
}

.nProductInBoxUl{
    padding-left: 25px;
}

.nProductInBoxLi{
    line-height: 50px;
    color: #949494;
    font-size: 18px;
}

/*精选项目*/
.nProductListBoxs{
    display: block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.nProductListBoxs:nth-child(3n){
    margin-right: 0;
}

.nProductLists{
    flex-wrap: wrap;
}

/*联系我们*/
.aboutTop{
    margin: 50px auto;
}

.aboutTopName{
    font-size: 26px;
    color: #000000;
    text-align: center;
    line-height: 48px;
}

.aboutTop .line{
    width: 46px;
    height: 1px;
    background: #df0011;
    margin: 0 auto;
}

.map{
    height: 426px;
}

/*联系我们*/

.route{
    margin: 40px auto 0;
}

.routeLeft{
    width: 63%;
    padding-right: 7%;
    border-right: 1px solid #e3e3e3;
}

.routeRight{
    width: 30%;
}

.routeLeftTop{
    align-items: center;
    align-content: center;
    margin: 0 auto 40px;
    font-size: 26px;
}

.routeLeftTop img{
    width: 38px;
    height: 35px;
    margin-right: 10px;
}

.drivingBox{
    color: #fff;
    background: #dd5503;
    width: 156px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    text-align: center;
    margin: 30px 0 38px;
}

.drivingBoxListTop{
    height: 45px;
    align-content: center;
    align-items: center;
}

.drivingBoxListTopTitle{
    font-size: 18px;
}

.drivingBoxListTopNum{
    font-size: 16px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 18px;
    border:1px solid #636363;
    align-items: center;
    margin-right: 8px;
}

.drivingBoxListContent{
    font-size: 16px;
    color: #8d8d8c;
    line-height: 20px;
}

.drivingBoxList{
    padding: 15px 0;
    border-bottom: 1px solid #e0d7c7;

}

.route{
    margin-bottom: 30px;
}

.routeRightTop{
    font-size: 26px;
    align-items: center;
    margin-bottom: 20px;
}

.routeRightTop img{
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.routeRightTxt{
    font-size: 20px;
    color: #8d8d8c;
    line-height: 48px;
}

.lxwmewm{
   width: 140px;
    text-align: center;
}

.lxwmewm img{
    width: 140px;
    height: 140px;
}

.lxwmewm div{
    font-size: 16px;
    text-align: center;
}

.nNewsFirstRightName {
    font-size: 24px;
    line-height: 50px;
    color: #009289;
}

.nNewsFirstRight{
    width: 75%;
    border-bottom: 1px solid #d7d7d7;
}

.nNewsFirstImg{
    width: 25%;
    text-align: center;
}

.nNewsFirstImg img{
    width: 200px;
    height: 200px;
}

.nNewsFirstRightTop{
    margin-bottom: 20px;
}

.nNewsFirstRightTime{
    font-size: 14px;
    color: #808080;
}

.nNewsFirst{
    height: 200px;
}

.nNewsFirstRightContent{
    position: relative;
    height: 64px;
    line-height: 32px;
    margin-top: 45px;
    color: #333;
}

.nNewsFirstRightContent img{
    position: absolute;
    right: 0;
    bottom: 5px;

}

.nNewsBox{
    height: 170px;
}

.nNewsBoxleft{
    width: 10%;
    height: 170px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.nNewsBoxRight{
    width: 85%;
    height: 170px;
    border-bottom: 1px solid #d7d7d7;
}

.nNewsBoxleftTime{
    color: #5f5f5f;
    font-size: 36px;
    line-height: 45px;
}

.nNewsBoxleftNian{
    width: 92px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    background: #00928a;
    text-align: center;
    line-height: 40px;
}

.nNewsBoxRight{
    padding-top: 50px;
}

.nNewsBoxRightTop{
    font-size: 24px;
    color: #333;
    line-height: 45px;
}

.nNewsFirstRightContents{
    position: relative;
    height: 64px;
    line-height: 32px;
    color: #333;
}

.nNewsFirstRightContents img{
    position: absolute;
    right: 0;
    bottom: 5px;

}

/*新闻详情*/
.nNewsTop{
    font-size: 24px;
    color: #009289;
    text-align: center;
    line-height: 45px;
}

.nNewsLeft{
    margin-bottom: 40px;
}

.nNewsTopTitle{
    height: 60px;
    align-content: center;
    align-items: center;
}

.nNewsTopTitle div{
    margin-right: 20px;
}

.nNewsTopBox{
    border-bottom: 1px solid #cccccc;
}

.nNewsContent{
    padding: 20px 0 40px;
}

.nNewsBottom{
    height: 100px;
    background: #f7f7f7;
    align-items: center;
    align-content: center;
    padding: 0 20px;
}

.nNewsBottomprv{
    color: #666;
    font-size: 18px;
}

.nNewsBottomnext{
    align-content: center;
    align-items: center;
}

.ListBack{
    width: 150px;
    height: 42px;
    color: #fff;
    background: #df0011;
    align-items: center;
    align-content: center;
    font-size: 18px;
    margin-left: 10px;
}

.ListBack img{
    width: 24px;
    height: 20px;
    margin-right: 10px;
}

/*招商加盟*/
.zsjmgg{
    height: 354px;
}

.joinTxt{
    font-size: 18px;
    color: #666666;
    line-height: 48px;
}

.joinTop{
    font-size: 24px;
    color: #666666;
    line-height: 80px;
}
.joinPhone{
    margin-bottom: 50px;
}
.joinPhone div{
    margin-right: 30px;
    font-size: 18px;
    color: #00928a;
    line-height: 48px;
}

/*招贤纳士*/
.nash li{
    cursor: pointer;
    display: block;
}

.swiper-container3 {
    max-width: 1440px;
    min-width: 1000px;
    position: relative;
    box-sizing: border-box;
    padding: 0 45px;
    overflow: hidden;
    margin: 80px auto 25px;
}

.peoImg{
    width: 100%;
    text-align: center;
}

.peoName{
    width: 100%;
    text-align: center;
}

.peoTitle{
    width: 100%;
    text-align: center;
}

.swiper-container3 .swiper-slide {
    cursor: pointer;
    width: 10%;
    height: 322px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.swiper-container3 .swiper-slide .on{
    display: inline-block;
}

.swiper-container3 .swiper-slide .ons{
    display: none;
}

.swiper-container3 .swiper-slide:hover .ons{
    display: inline-block;
}


.swiper-container3 .swiper-slide:hover .on{
    display: none;
}

.swiper-container3 .swiper-slide.on .ons{
    display: inline-block;
}

.swiper-container3 .swiper-slide.on .on{
    display: none;
}

.swiper-container3 .swiper-slide.on{
    background: #df0011;
}

.swiper-container3 .swiper-slide.on div{
    color: #fff;
}

.swiper-container3 .swiper-slide:hover{
    background: #df0011;
}

.swiper-container3 .swiper-slide:hover div{
    color: #fff;
}

.nashContent{
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    width: 100%;
    height: 360px;
    background: #f2f2f2;
    padding: 35px 50px;
    margin: 20px auto 50px;
    box-sizing: border-box;
}

.nashContentBox{
    display: none;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nashContentBoxTop{
    color: #00928a;
    font-size: 16px;
    line-height: 32px;
}

.nashContentBoxTxt{
    color: #737272;
    line-height: 28px;
    font-size: 16px;
}

.newsa{
    display: none;
}

.sjTop{
    display: none;
}

.product{
    display: block;
}


.products{
    display: none;
}

.witnessa{
    display: none;
    background: url(../img/slhzbj.png) center center no-repeat;
    height: 340px;
}


.fines{
    display: none;
}


.bottomTitles{
    display: none;
}

.bottomNavs{
    display: none;
}

.swiper-container{
    width: 100%;
}

.sjProNav{
    display: none;
}

.sjproductLeft{
    display: none;
}

.swiper-container11 {
    display: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 45px;
    overflow: hidden;
    margin: 80px auto 25px;
}

.navClose{
    display: none;
}


.navBoxas{
    display: none;
}

.sj{
    display: none;
}

.pc{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:1239px) and (min-width:1024px){
    .nNewsFirstRightContents{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .nNewsFirstRightContent{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .nNewsBoxRightTop{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .nNewsFirstRight{
        width: 100%;
    }
    .nNewsBoxRight{
        width: 100%;
    }
    .nNewsFirstImg{
        display: none;
    }
    .nNewsBoxleft{
        display: none;
    }
    .banner{
        height: auto;
        margin-bottom: 15px;
    }
    .nProductListBox{
        height: 30%;
    }
    .navListBox a{
        font-size: 14px;
    }
    .nProductListBoxImgs{
        height: 200px;
    }

    .nProductListBoxImg{
        height:50%
    }


    .productRightBox {
        width: 100px;
        text-align: center;
        cursor: pointer;
        color: #808080;
        font-size: 16px;
    }
    .newsContent{
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .bottomCode{
        display: none;
    }
    .newsContent img{
        max-width: 100%;
    }
    .nNewsContent img{
        max-width: 100%;
    }
}

@media screen and (max-width:1023px){
    .sj{
        display: flex;
        flex-wrap: wrap;
    }
    .pc{
        display: none;
    }
    .nRight img{
        height: auto;
    }
    .nNewsFirstRightContent{
        margin-top: 15px;
    }
    .nNewsBottom{
        display: block;
    }
    .newsContent img{
        max-width: 100%;
    }
    .nNewsContent img{
        max-width: 100%;
    }
    .nNewsFirstRightContents{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .nNewsFirstRightContent{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .nNewsBoxRightTop{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .nNewsFirstRight{
        width: 100%;
    }
    .nNewsBoxRight{
        width: 100%;
    }
    .nNewsFirstImg{
        display: none;
    }
    .nNewsBoxleft{
        display: none;
    }
    .navClose{
        display: inline-block;
    }

    .zsjmgg{
        height: 154px;
    }

    .swiper-container11 .swiper-slide {
        cursor: pointer;
        width: 10%;
        height: 322px;
        border-radius: 10px;
        border: 1px solid #cbcbcb;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }

    .swiper-container11 .swiper-slide {
        cursor: pointer;
        width: 40%;
        height: 322px;
        border-radius: 10px;
        border: 1px solid #cbcbcb;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }

    .swiper-container11 .swiper-slide .on{
        display: inline-block;
    }

    .swiper-container11 .swiper-slide .ons{
        display: none;
    }

    .swiper-container11 .swiper-slide:hover .ons{
        display: inline-block;
    }


    .swiper-container11 .swiper-slide:hover .on{
        display: none;
    }

    .swiper-container11 .swiper-slide.on .ons{
        display: inline-block;
    }

    .swiper-container11 .swiper-slide.on .on{
        display: none;
    }

    .swiper-container11 .swiper-slide.on{
        background: #df0011;
    }

    .swiper-container11 .swiper-slide.on div{
        color: #fff;
    }

    .swiper-container11 .swiper-slide:hover{
        background: #df0011;
    }

    .swiper-container11 .swiper-slide:hover div{
        color: #fff;
    }



    .swiper-container3 {
        display: none;
        max-width: 1440px;
        min-width: 1200px;
        position: relative;
        box-sizing: border-box;
        padding: 0 45px;
        overflow: hidden;
        margin: 80px auto 25px;
    }
    .swiper-container11 {
        display: block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 45px;
        overflow: hidden;
        margin: 80px auto 25px;
    }
    .sjproductLeft{
        display: block;
    }
    .sjproductLeft .line {
        width: 45px;
        height: 1px;
        background: #df0011;
    }
    .nProductListBoxs{
        width: 48%;
        margin-right: 4%;
    }

    .nProductListBoxs:nth-child(2n){
        margin-right: 0;
    }

    .sjProNav{
        display: block;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        height: 30px;
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
        overflow-x: auto;
        overflow-y: hidden;
        margin: 40px auto 0;
        text-align: center;
    }

    /*.sjProNav::-webkit-scrollbar {*/
    /*    display: none; !* Chrome Safari *!*/
    /*}*/

    .sjProNav a{
        display: inline-block;
        height: 30px;
        width: 100px;
        color: #fff;
        background: #d1d1d1;
        text-align: center;
        margin-right: 8px;
        line-height: 30px;
    }

    .sjProNav a.on{
        background: #01928b;
    }

    .nProductbanner {
        height: 200px;
        background-size: auto 100%;
        position: relative;
        z-index: 99;
    }

    .paging{
        margin: 20px auto;
    }

    .nProductListBoxImgs {
        height: 36vw;
        width: 100%;
    }
    .down {
        position: relative;
        left: 0;
        top: 0px;
        height: 20px;
    }
    .nProductListBoxImg{
        height: auto;
    }

    .nProductListBox {
        display: block;
        width: 30%;
        box-shadow: 0 0 10px rgb(225 225 225 / 30%);
        height: auto;
        margin-right: 5%;
        margin-bottom: 15px;
    }

    .nProductListBoxName {
        width: 100%;
        padding: 0 10px;
        text-align: center;
        background: #f8f8f8;
        color: #404040;
        font-size: 12px;
        height: 60px;
        line-height: 60px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .navListBoxa{
        width: 100%;
    }
    .map{
        height: 260px;
    }
    .nRight{
        width: 100%;
        overflow-x: hidden;
    }

    .peoName{
        font-size: 16px !important;
    }

    .peoTitle{
        font-size: 14px !important;
    }

    .routeRight{
        width: 40%;
    }

    .routeRightTxt{
        font-size: 12px;
        line-height: 24px;
    }

    .routeLeft{
        width: 57%;
        padding-left: 20px !important;
    }

    .nProductListBox{
        width: 48%;
        margin-right: 2%;
    }

    .nProductListBox:nth-child(2n){
        margin-right: 0;
    }

    /*.nProductListBoxImg{*/
    /*    width: 48%;*/
    /*    margin-right: 2%;*/
    /*}*/

    /*.nProductListBoxImg:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}*/

    .nLeft{
        display: none;
    }

    .nProductRight{
        display: none;
    }
    .productTop{
        display: none;
    }

    .profileTwoBoxTitle div{
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .profileTwoBox{
        padding: 0 12px;
    }

    .profileTwoBoxImg{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .profileTwoBoxTitle{
        width: 70%;
        font-size: 14px;
    }
    .profileTitle{
        font-size: 22px;
    }

    .profileBoxTop{
        font-size: 18px;
        line-height: 26px;
    }
    .profileBox{
        padding-top: 20px;
    }
    .newsContent{
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .witnessListTop div{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .profile{
        margin: 20px auto;
    }

    .bottomNavs a{
        width: 33%;
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottomNavs a img{
        margin-right: 5px;
    }

    .bottomNavs{
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: #025c57;
    }

    .bottomTitles {
        display: block;
        color: #fff;
        background: #00928a;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        padding: 20px 20px 65px 20px;
    }

    .bottomTitle{
        display: none;
    }


    .bottom{
        display: none;
    }
    .newsRight{
        width: 100%;
        height: 274px;
        background: url(../img/newsBj.png) center center no-repeat;
        background-size: cover !important;
    }

    .newsList{
        padding-top: 8px;
    }

    .newsLeft{
        width: 100%;
    }

    .news{
        display: none;
    }

    .newsBox{
        display: block;
    }

    .newsa{
        display: block;
    }
    .products .productRight {
        width: 100%;
        height: 70px;
        border-bottom: 0;
        line-height: 69px;
    }
    .productRight {
        width: 65%;
        height: 70px;
        border-bottom: 0;
        line-height: 69px;
    }
    .navBox{
        display: block;
    }
    .navBox.content{
        padding: 0;
    }
    .nav{
        display: none;
        width: 100%;
        height: 100vh;
        background: #00928a;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
    }
    .nav .logo{
        display: flex;
        justify-content: space-between;
        padding: 20px 10px;
        width: 100%;
        background: #fff;
        top: 0;
    }

    .nav .logo img{
        width: 43px;
        height: 48px;
    }

    .nav a{
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    .nav .navListBox{
        display: block;
    }
    .nav .navBoxas{
        display: block;
    }
    .navBox{
        display: none;
    }
    .nav .navListTwo{
        display: none;
    }

    .navList{
        display: block;
    }

    .navBoxas.content{
        padding: 0;
    }

    .sjTop{
        display: flex;
        padding: 10px;
        align-items: center;
    }
    .sjTop .logo{
        width: 43px;
        height: 48px;
        position: initial;
    }
    .sjTop .logo img{
        width: 43px;
        height: 48px;
    }

    .sjNav{
        width: 22px;
        height: 19px;
    }

    .sjNav img{
        width: 22px;
        height: 19px;
    }

    .content{
        padding: 0 10px;
    }
    body{
        font-size: 12px;
    }

    .profile{
        display: block;
    }
    .profileLeft{
        width: 100%;
    }
    .banner {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 15px;
        z-index: 99;
    }

    .profileRight{
        width: 100%;
        margin-top: 10px;
    }
    .profileRightImg {
        width: 100%;
        height: 355px;
    }

    .witness{
        display: none;
    }

    .witnessa{
        display: block;
        background: url(../img/slhzbj.png) center top no-repeat;
        height: 240px;
        background-size: auto 100%;
    }

    .more{
        font-size: 12px;
    }

    .witnessTop {
        height: 90px;
        width: 100%;
        font-size: 36px;
        color: #fff;
        line-height: 110px;
        text-align: center;
    }

    .witnessBox{
        margin-top: 40px;
    }

    .witnessList {
        width: 45%;
        margin-right: 5%;
    }
    .witnessListTop{
        margin-right:8px;
        width: 47%;
    }

    .witnessListImg{
        width:62px;
        height: 62px;
    }

    .product{
        display: none;
    }

    .products{
        display: block;
    }

    .swiper-container10{
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .swiper-container10 a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .swiper-container10 img {
        width: 100% !important;
        height: auto;
    }

    .productRightBox{
        font-size: 12px;
        width: 20%;
    }

    .newsa .productRightBox{
        width: 40%;
    }

    .fines {
        display: block;
        width: 100%;
        background: url(../img/zxlp.png) center center no-repeat;
        background-size: 100% auto;
        height: 160px;
    }

    .fine{
        display: none;
    }
    .nProductDetailtop{
        height: auto;
    }
    .nProductdetailImg{
        width: 100%;
        height: auto;
    }
}


