@charset "utf-8";
/* 内页 */
.main{
    position: relative;
    top:-240px;
}
.ny-title{
    color:#fff;
}
.ny-title h1{
    font-size: 70px;
    font-weight: bold;
    position: relative;
    top:30px;
    margin:0 0 5px 0;
}
.ny-title .tt h2{
    font-size: 50px;
}
.ny-title .tt .localtion{
    margin-top:50px;
}
.ny-title .tt .localtion a{
    color:#fff;
    padding:0 5px;
}
.ny-title .tt .localtion a:last-child{
    font-weight: bold;
}
.ny-nav{
    margin-top:20px;
}
.ny-nav .ny-nav-box{
    background:#f5f5f5;
}
.ny-nav .ny-nav-box ul{
    overflow: hidden;
}
.ny-nav .ny-nav-box ul li{
    float: left;
    padding:40px 0;
    font-size: 18px;
}
.ny-nav .ny-nav-box ul li a{
    display: inline-block;
    padding:0 25px;
    border-right:1px solid #ddd;
}
.ny-nav .ny-nav-box ul li:last-child a{
    border-right: none;
}
.ny-nav .ny-nav-box ul li.active a{
    font-weight: bold;
    color:#005d24;
}
@media (max-width: 1310px){
    .ny-nav .ny-nav-box ul li{
        font-size: 16px;
    }
    .ny-nav .ny-nav-box ul li a{
        padding:0 20px;
    }
}
@media (max-width: 1200px){
    .main{
        top:-190px;
    }
    .ny-title h1{
        font-size: 55px;
    }
    .ny-title .tt h2{
        font-size: 25px;
    }
    .ny-title .tt .localtion{
        margin-top:20px;
    }
    .ny-nav .ny-nav-box ul li a{
        padding: 0 15px;
    }
}
@media (max-width: 992px){
    .main{
        top:-80px;
    }
    .ny-title h1{
        font-size: 25px;
        top:20px;
    }
    .ny-title .tt h2{
        font-size:16px;
    }
    .ny-title .tt .localtion{
        margin-top:18px;
        display: none;
    }
    .ny-nav .ny-nav-box ul li{
        padding:10px 0;
    }
    .ny-nav .ny-nav-box ul li a{
        font-size: 14px;
        width:80px;
        text-align: center;
        padding:0;
    }
    .ny-nav .ny-nav-box ul li:nth-child(4) a,.ny-nav .ny-nav-box ul li:nth-child(8) a{
        border-right:none;
    }
}

/* 新闻 */
.ny-news{
    margin:20px 0 0 0;
}
/* 新闻详情 */
.news-info{
    margin-top:30px;
}
.news-info .news-info-title{
    text-align: center;
    margin-bottom:20px;
}
.news-info .news-info-title h1{
    font-size: 20px;
    font-weight: bold;
}
.news-info .news-info-title p{
    font-size: 15px;
}
.news-info .news-info-content{
    line-height: 25px;
}
.news-info .news-info-content p{
    margin:0;
    text-indent: 2em;
}
/* 促销活动 */
.cuxiao .cuxiao-box .cuxiao-list{
    padding:15px 20px;
    border-bottom:1px dotted #ddd;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.cuxiao .cuxiao-box .cuxiao-list::before{
    content:'';
    display: block;
    width:3px;
    height:16px;
    background:#005d24;
    position: absolute;
    left:5px;
    top:19px;
}
.cuxiao .cuxiao-box .cuxiao-list:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}



/* 产品中心 */
.ny-product {
    margin-top:30px;
}
.ny-product .product-list{
    margin-bottom: 30px;
}
.ny-product .product-list .product-img{
    width:60%;
    height:261px;
    overflow: hidden;
}
.ny-product .product-list .product-img img{
    height:100%;
}
.ny-product .product-list .product-text{
    width:40%;
    padding:20px;
    border:1px solid #ddd;
    border-left:none;
    box-sizing: border-box;
    min-height:261px;
}
.ny-product .product-list .product-text h1{
    font-size: 22px;
    color:#005d24;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:15px;
}
.ny-product .product-list .product-text .detail p{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin:0;
}
.ny-product .product-list1 .product-text1 .detail p{
     -webkit-line-clamp: 6 !important;
}
.ny-product .product-list .product-text .detail p span{
    font-size: 14px !important;
}
.ny-product .product-list .product-text .pro-more{
    display: block;
    width:120px;
    height:40px;
    line-height: 40px;
    margin-top:24px;
    background:#f2f2f2;
    color:#005d24;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ny-product .product-list .product-text .pro-more:hover{
    background:#005d24;
    color:#fff;
}
@media (min-width: 1400px){
    .ny-product .product-list .product-img img{
        width:100%;
    }
}
@media (max-width: 992px){
    .ny-product .product-list .product-img{
        width:100%;
        height:auto;
    }
    .ny-product .product-list .product-img img{
        width:100%;
        height:auto;
    }
    .ny-product .product-list .product-text{
        width:100%;
        border:1px solid #ddd;
    }
}

.ny-product .product-list1{
    border:1px solid #ddd;
}
.ny-product .product-list1 .product-img{
    width:50%;
    height:auto !important;
}
.ny-product .product-list1 .product-img img{
    width:100%;
}
.ny-product .product-list1 .product-text1{
    border:none;
    width:50%;
}

.pro-nav-two ul {
    overflow: hidden;
}
.pro-nav-two ul li{
    padding:10px 0;
    float: left;
    margin-bottom:20px;
}
.pro-nav-two ul li.active a{
    color:#005d24;
}
.pro-nav-two ul li a{
    display: inline-block;
    padding:0 20px;
    border-right:1px solid #ddd;
    box-sizing: border-box;
}
.pro-nav-two ul li:last-child a{
    border-right:none;
}
@media (max-width: 992px){
    .ny-product .product-list1 .product-img{
    width:100%;
    height:auto !important;
    }
    .ny-product .product-list1 .product-text1{
        width:100%;
    }
    .pro-nav-two ul li{
        margin-bottom:0;
    }
    .pro-nav-two ul li a{
        padding:0;
        width:80px;
        text-align: center;
    }
    .pro-nav-two ul li:nth-child(4) a,.pro-nav-two ul li:nth-child(8) a{
        border-right:none;
    }
}

/* 产品详情页 */
.product-info{
    margin-top:30px;
}
.product-info .product-info-img{
    width:60%;
    height:534px;
    overflow: hidden;
}
.product-info .product-info-img img{
    height:100%;
}
.product-info .product-info-text{
    width:40%;
    border:1px solid #ddd;
    border-left:none;
    padding:30px 60px;
    text-align: center;
    min-height:534px;
}
.product-info .product-info-text h1{
    font-size: 30px;
    color:#005d24;
    font-weight: bold;
}
.product-info .product-info-text p{
    margin:0;
}
.product-info .product-info-text b{
    display: inline-block;
    width:40px;
    height:2px;
    background:#009944;
}
.product-info .product-info-text .info-detail{
    font-size: 14px;
    line-height: 25px;
    margin-top:10px;
}
.product-info .product-info-text .info-detail p{
    font-size: 14px;
}
.product-info .product-info-text .info-detail p span{
    font-size: 14px !important;
}
.product-info .product-info-text .pro-er{
    width:140px;
    padding:10px;
    border:1px solid #ddd;
    margin:0 auto;
    margin-top:35px;
}
.product-info .product-info-text .pro-er img{
    width:100%;
}
.product-info .product-info-text .pro-er p{
    font-size: 14px;
    margin:0;
    padding:10px 0 0 0;
}
.other-product{
    margin:50px auto;
    position: relative;
}
.other-product .swiper-container{
    width:95%;
    margin:0 auto;
}
.other-product .other-list img{
    width:100%;
}
.other-product .other-list p{
    padding:12px 0 12px 20px;
    background:#f8f8f8;
}

.product-info-box1{
    border:1px solid #ddd;
}
.product-info .product-info-img1{
    width:50%;
    height:auto !important;
    text-align: center;
}
.product-info .product-info-img1 img{
    width:76% !important;
}
.product-info .product-info-text1{
    width:50%;
    border:none;
    height:auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background:url(../img/prev.png) no-repeat top left;
    left:0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background:url(../img/next.png) no-repeat top right;
   right:0;
}

@media (min-width: 1400px){
    .product-info .product-info-img img{
        width:100%;
    }
}
@media (max-width: 1400px){
    .product-info .product-info-text{
        padding:30px 20px;
    }
    .product-info .product-info-text .pro-er{
        margin:0 auto;
        margin-top:40px;
    }
    /* .product-info .product-info-img{
        height:482px;
        overflow: hidden;
    }
    .product-info .product-info-img img{
        height:100%;
        width:auto;
    } */
}
@media (max-width: 992px){
    .product-info .product-info-img{
        width:100%;
        height:auto;
    }
    .product-info .product-info-img img{
        width:100% !important;
        height:auto !important;
    }
    .product-info .product-info-img1{
        width:100%;
        height:auto;
    }
    .product-info .product-info-img1 img{
        width:100%;
        height:auto;
    }
    .product-info .product-info-text{
        width:100%;
        min-height:200px;
        border:1px solid #ddd;
        border-top:none;
    }
    .product-info .product-info-text1{
        width:100%;
        min-height:200px;
        border:1px solid #ddd;
        border-top:none;
    }
    .other-product .swiper-wrapper{
        margin:0;
    }
    .other-product .swiper-container{
        width:90%;
    }
}

/* 关于我们 */
.ny-about{
    width:1000px;
    margin:120px auto 0 auto;
    font-size: 14px;
    line-height: 25px;
}
.ny-about .ab-text p{
    margin-bottom:25px;
}
.ny-about .ab-part1 .about-box{
    color:#fff;
    text-align: center;
    padding:50px 0;
    margin:10px 0 30px 0;
}
.ny-about .ab-part1 .about-box h2{
    font-size: 24px;
    font-weight: 400;
}
.ny-about .ab-part1 .about-box span{
    font-size: 16px;
}
.ny-about .ab-part1 .about-box1{
    background:url(../img/about1.png) no-repeat top center;
}
.ny-about .ab-part1 .about-box2{
    background:url(../img/about2.png) no-repeat top center;
}
.ny-about .about-part2{
    background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fff 0%,#f1f1f1 100%);
}
.ny-about .about-part2{
    margin:40px 0;
}
.ny-about .about-part2 .ab-box{
    text-align: center;
    padding:30px 20px;
}
.ny-about .about-part2 .ab-box h1{
    font-size: 35px;
    margin:10px 0 0 0;
}
.ny-about .about-part2 .ab-box p{
    font-size: 16px;
    margin:0;
}
.ny-about .ny-about-img img{
    width:100%;
}


@media (max-width: 1000px){
    .ny-about{
        width:90%;
        margin:25px auto 0 auto;
    }
}
/* 招商加盟 */
.zhaoshang-part1{
    background:url(../img/zhaoshang-bg.jpg) no-repeat top center;
    text-align: center;
    padding:100px 0;
    margin-top:40px;
}
.zhaoshang-part1 h3{
    font-size: 45px;
    color:#a29480;
}
.zhaoshang-part1 h1{
    font-size: 80px;
    font-weight: bold;
    color:#005d24;
}
.zhaoshang-part1 b{
    display: block;
    width:90px;
    height:3px;
    background:#005d24;
    margin:5px auto;
}
.zhaoshang-part1 h4{
    font-size: 40px;
    color:#a29480;
}
.zhaoshang-part1 p{
    font-size: 20px;
    color:#968c7e;
    margin-bottom:20px;
}
.zhaoshang-part2{
    margin-top:70px;
}
.zhaoshang-part2 .zspart2-title{
    text-align: center;
    font-size: 35px;
    color:#005d24;
    font-weight: bold;
    margin-bottom:30px;
}
.zhaoshang-part2 .zszl{
    text-align: center;
    background:#2c2c2c;
    border-radius: 10px;
    margin-bottom:20px;
}
.zhaoshang-part2 .zszl .num{
    color:#cfcfcf;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    padding:30px 0 20px 0;
    background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%);
    background: -o-linear-gradient(top, #fff 0%,#f8f8f8 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom, #fff 0%,#f8f8f8 100%);
}
.zhaoshang-part2 .zszl p{
    color:#fff;
    padding:15px 0 20px 0;
}

.zhaoshang-part3 .zhaoshang-tel{
    text-align: center;
    margin-top:50px;
}
.zhaoshang-part3 .zhaoshang-tel span{
    color:#005d24;
    font-size: 30px;
    font-weight: bold;
}
.zhaoshang-part3 .zhaoshang-tel img{
    position: relative;
    top:-3px;
}
.zhaoshang-part3 .zhaoshang-buzhou{
    width:50%;
    margin:30px auto;
}
.zhaoshang-part3 .zhaoshang-buzhou ul{
    padding:8px 0;
    border-bottom:1px solid #ddd;
}
.zhaoshang-part3 .zhaoshang-buzhou ul li{
    display: inline-block;
    width:24.2%;
    text-align: center;
    position: relative;
}
.zhaoshang-part3 .zhaoshang-buzhou ul li::before{
    content:'';
    display: block;
    width:15px;
    height:15px;
    background:#005d24;
    border-radius: 50%;
    position: absolute;
    left:-12px;
    bottom:-16px;
}
.zhaoshang-part3 .zhaoshang-buzhou ul li:last-child::after{
    content:'';
    display: block;
    width:15px;
    height:15px;
    background:#005d24;
    border-radius: 50%;
    position: absolute;
    right:-8px;
    bottom:-16px;
}
.zhaoshang-part4 {
    margin:50px 0 20px 0;
}
.zhaoshang-part4 .zspart4-title{
    font-size: 60px;
    font-weight: bold;
    color:#005d24;
    text-align: center;
}
.zhaoshang-part4 .zhaoshang-youshi{
    margin-top:30px;
}
.zhaoshang-part4 .zhaoshang-list {
    background:#f8f8f8;
    margin-bottom:20px;
    padding:10px;
}
.zhaoshang-part4 .zhaoshang-list .list-left{
    color:#e2e2e2;
    font-size: 62px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width:8%;
}
.zhaoshang-part4 .zhaoshang-list .list-left::after{
    content:'';
    display: block;
    height:50px;
    width:1px;
    border-left:1px dotted #ddd;
    position: absolute;
    right:0;
    top:20px;
}
.zhaoshang-part4 .zhaoshang-list .list-right{
    width:90%;
    padding:15px 0 0 20px;
}
.zhaoshang-part4 .zhaoshang-list .list-right h1{
    font-size: 24px;
    font-weight: bold;
    color:#005d24;
    margin:0 0 10px 0;
}
.zhaoshang-part4 .zhaoshang-list .list-right p{
    margin-bottom:0;
    font-size: 15px;
}

@media (max-width: 992px){
    .zhaoshang-part1{
        margin-top:18px;
        padding:30px 0;
    }
    .zhaoshang-part1 h3{
        font-size: 20px;
    }
    .zhaoshang-part1 h1{
        font-size: 30px;
    }
    .zhaoshang-part1 b{
        width:50px;
    }
    .zhaoshang-part1 h4{
        font-size: 20px;
    }
    .zhaoshang-part1 p{
        font-size: 14px;
    }
    .zhaoshang-part2 .zspart2-title{
        font-size: 25px;
    }
    .zhaoshang-part3 .zhaoshang-tel span{
        font-size: 18px;
    }
    .zhaoshang-part3 .zhaoshang-buzhou{
        width:100%;
    }
    .zhaoshang-part3 .zhaoshang-buzhou ul li{
        width:23.5%;
    }
    .zhaoshang-part4 .zspart4-title{
        font-size: 30px;
    }
    .zhaoshang-part4 .zhaoshang-list .list-left{
        width:15%;
        font-size: 30px;
    }
    .zhaoshang-part4 .zhaoshang-list .list-right{
        width:85%;
        padding:5px 0 0 10px;
    }
    .zhaoshang-part4 .zhaoshang-list .list-left::after{
        height:30px;
        top:5px;
    }
    .zhaoshang-part4 .zhaoshang-list .list-right h1{
        font-size: 16px;
        margin-bottom:5px;
    }
    .zhaoshang-part4 .zhaoshang-list .list-right p{
        font-size: 13px;
        line-height: 22px;
    }
}

/* 净醛技术 */
.jingquan-part1 .video{
    width:50%;
    margin:150px auto 30px auto;
}
.jingquan-part1 .jingquan-text{
    text-align: center;
}
.jingquan-part1 .jingquan-text h1{
    font-size: 80px;
    font-weight: bold;
    color:#e7e7e7;
    text-transform: uppercase;
    margin:50px 0 0 0;
}
.jingquan-part1 .jingquan-text p{
    font-size: 45px;
}
.jingquan-part2 {
    margin-top:50px;
}
.jq-tt{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color:#005d24;
}
.jingquan-part2 .weihai-list{
    margin-top:30px;
}
.jingquan-part2 .weihai-list .weihai-box{
    text-align: center;
    width:25%;
    padding:20px 30px;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#eeeeee 100%);
    min-height:230px;
}
.jingquan-part2 .weihai-list .weihai-box:nth-child(2),.jingquan-part2 .weihai-list .weihai-box:nth-child(4){
    background: -moz-linear-gradient(top, #eeeeee 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#fbfbfb 100%);
}
.jingquan-part2 .weihai-list .weihai-box h2{
    font-size: 35px;
    font-weight: bold;
    color:#009944;
    margin-bottom:0;
}
.jingquan-part2 .weihai-list .weihai-box b{
    display: inline-block;
    width:30px;
    height:3px;
    background:#009944;
}
.jingquan-part2 .weihai-list .weihai-box p{
    font-size: 13px;
    line-height: 22px;
    margin-top:10px;
}
.jingquan-part3{
    margin-top:90px;
}
.jingquan-part3 .yuanli-list{
    margin-top:30px;
}
.jingquan-part3 .yuanli-list .yuanli-box{
    width:33.33%;
    padding:30px 50px;
    text-align: center;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#eeeeee 100%);
}
.jingquan-part3 .yuanli-list .yuanli-box:nth-child(2){
    background: -moz-linear-gradient(top, #eeeeee 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#fbfbfb 100%);
}
.jingquan-part3 .yuanli-list .yuanli-box h2{
    font-size: 25px;
    font-weight: bold;
    color:#009944;
    margin-bottom:0;
}
.jingquan-part3 .yuanli-list .yuanli-box b{
    display: inline-block;
    width:30px;
    height:3px;
    background:#009944;
}
.jingquan-part3 .yuanli-list .yuanli-box p{
    font-size: 13px;
    line-height: 22px;
    margin-top:10px;
}
.jingquan-part4 {
    margin-top:70px;
}
.jingquan-part4 .jingquan-gongxiao{
    background:url(../img/jingquan-bg1.png) no-repeat top center;
    padding:30px 40px 0 40px;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-title{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color:#fff;
    margin:50px 0 50px 0;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-box{
    padding:0 45px 0 45px;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list{
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    padding:30px 60px;
    text-align: center;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list h1{
    font-size: 80px;
    font-weight: bold;
    color:#dedede;
    margin:50px 0 5px 0;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list h2{
    font-size: 35px;
    font-weight: bold;
    color:#009944;
    margin:0 0 5px 0;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list h6{
    font-size: 20px;
    color:#898989;
    font-weight: 400;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list b{
    display: block;
    width:30px;
    height:2px;
    margin:0 auto;
    background:#005d24;
}
.jingquan-part4 .jingquan-gongxiao .gongxiao-list p{
    font-size: 14px;
    margin-top:30px;
    margin-bottom:30px;
    min-height:150px;
    line-height: 25px;
}
.jingquan-part5 {
    margin-top:100px;
}
.jingquan-part5 .jingquan-chengnuo{
    background:url(../img/jingquan-bg2.jpg) no-repeat top center;
    padding:20px;
    height:300px;
    background-size: 100% 100%;
}
.jingquan-part5 .jingquan-chengnuo .chengnuo{
    background:url(../img/chengnuo.png) no-repeat top center;
    height:240px;
    color:#fff;
}
.jingquan-part5 .jingquan-chengnuo .chengnuo h1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top:28px;
}
.jingquan-part5 .jingquan-chengnuo .chengnuo .chengnuo-text{
    text-align: center;
    margin-top:40px;
}

@media (max-width: 992px){
    .jingquan-part1 .video{
        width:100%;
        margin:40px 0 0 0;
    }
    .jingquan-part1 .jingquan-text h1{
        font-size: 30px;
        margin-top:10px;
    }
    .jingquan-part1 .jingquan-text p{
        font-size: 20px;
    }
    .jq-tt{
        font-size: 25px;
    }
    .jingquan-part2 .weihai-list .weihai-box{
        width:100%;
        margin-bottom:10px;
        min-height:180px;
    }
    .jingquan-part2 .weihai-list .weihai-box h2{
        font-size: 20px;
        margin-top:10px;
    }
    .jingquan-part3 .yuanli-list .yuanli-box h2{
        font-size: 20px;
        margin-top:10px;
    }
    .jingquan-part3 .yuanli-list .yuanli-box{
        width:100%;
        margin-bottom:10px;
        padding:20px 50px;
    }
    .jingquan-part4 .jingquan-gongxiao{
        padding:20px 10px 0 10px;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-list{
        padding:15px 30px;
        margin-bottom:20px;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-box{
        padding:0 15px 0 15px ;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-list h1{
        font-size: 40px;
        margin:10px 0 5px 0;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-list h2{
        font-size: 20px;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-list h6{
        font-size: 15px;
    }
    .jingquan-part4 .jingquan-gongxiao .gongxiao-list p{
        height:100px;
    }
}

/* 联系我们 */
.contact{
    margin-top:130px;
}
.contact .contact-text{
    margin:50px 0;
    text-align: center;
}
.contact .contact-text .contact-box{
    padding-top:20px;
}
.contact .contact-text .contact-box .tel{
    font-size: 20px;
    font-weight: bold;
    color:#005d24;
}
.contact .contact-text .contact-box .er{
    margin-top:20px;
}
@media (max-width: 992px){
    .contact{
        margin-top:10px;
    }
}

/* 服务中心 */
.fuwu-part1{
    padding:90px 0 130px 0;
    text-align: center;
    color:#fff;
    background:url(../img/shouhou1.png) no-repeat;
    background-size: 100% 100%;
    margin-top:30px;
}
.fuwu-part1 p{
    font-size: 50px;
    font-weight: bold;
}
.fuwu-part1 b{
    display: block;
    width:50px;
    height:2px;
    background:#fff;
    margin:0 auto;
}
.fuwu-part2{
    margin-top:70px;
}
.fuwu-title{
    text-align: center;
    margin-bottom:30px;
}
.fuwu-title h1{
    font-size: 35px;
    font-weight: bold;
    color:#005d24;
}
.fuwu-title p{
    font-size: 30px;
}
.fuwu-part2-content .fuwu-part2-list{
    padding:0 10px;
}
.fuwu-part2-content .fuwu-part2-text{
    padding:30px 0;
    text-align: center;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#ebebeb 100%);
    border-radius: 10px;
}
.fuwu-part2-content .fuwu-part2-text p{
    font-size: 20px;
}
.fuwu-part2-content .fuwu-part2-text b{
    display: block;
    width:30px;
    height:2px;
    background:#005d24;
    margin:0 auto;
}

.fuwu-part3{
    margin-top:70px;
}
.fuwu-part3-content{
    background:url(../img/shouhou2.jpg) no-repeat;
}
.fuwu-part3-content .part3-content-box1{
    background:rgba(210,210,210,0.7);
    padding:50px 0;
    text-align: center;
}
.fuwu-part3-content .part3-content-box2{
    text-align: center;
    padding:50px 0;
}
.fuwu-part3-content .part3-content-box3{
    padding:50px 60px;
    text-align: center;
}
.fuwu-part3-content .part3-content-box3 h2{
    font-size: 26px;
    font-weight: bold;
}
.fuwu-part3-content .part3-content-box3 p{
    line-height: 28px;
    margin:10px 0 0 0;
}
.fuwu-part4{
    margin-top:70px;
}
.fuwu-part4 .dpcn{
    background:#303030;
    border-radius: 10px;
    text-align: center;
    border-bottom:10px;
}
.fuwu-part4 .dpcn p{
    padding:15px;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
}
.fuwu-part4 .dpcn .dpcn-box{
    height:175px;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%);
    border-radius: 8px;
    padding:50px 50px;
    line-height: 25px;
}
.fuwu-part5{
    margin-top:70px;
}
.fuwu-part5 .fuwu-part5-content{
    overflow: hidden;
}
.fuwu-part5 .jsfh{
    float: left;
    width:25%;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f4f4f4 100%);
    padding:30px 50px;
    text-align: center;
}
.fuwu-part5 .jsfh:nth-child(2), .fuwu-part5 .jsfh:nth-child(4){
    background: -moz-linear-gradient(top, #f4f4f4 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#fbfbfb 100%);
}
.fuwu-part5 .jsfh h1{
    font-size: 25px;
    font-weight: bold;
    color:#009944;
}
.fuwu-part5 .jsfh b{
    display: block;
    width:30px;
    height:2px;
    background:#005d24;
    margin:0 auto;
}
.fuwu-part5 .jsfh p{
    margin-top:10px;
    line-height: 25px;
}
.fuwu-part6{
    margin-top:70px;
}
.fuwu-part6-content{
    text-align: center;
}
.fuwu-part6-content p{
    width:540px;
    margin:20px auto 0 auto;
    line-height: 28px;
}

@media (max-width: 992px){
    .fuwu-part1{
        padding:30px 0;
    }
    .fuwu-part1 p{
        font-size: 18px;
    }
    .fuwu-part1 b{
        width:30px;
    }
    .fuwu-title h1{
        font-size: 20px;
    }
    .fuwu-title p{
        font-size: 18px;
    }
    .fuwu-part2-content .fuwu-part2-text p{
        font-size: 16px;
    }
    .fuwu-part2-content .fuwu-part2-text{
        margin-bottom:10px;
    }
    .fuwu-part3-content .part3-content-box1 img{
        height:150px;
    }
    .fuwu-part3-content .part3-content-box2 img{
        height:150px;
    }
    .fuwu-part3-content .part3-content-box3 h2{
        font-size: 20px;
    }
    .fuwu-part4 .dpcn{
        margin-bottom:20px;
    }
    .fuwu-part5 .jsfh{
        width:100%;
        margin-bottom:10px;
    }
    .fuwu-part6-content img{
        width:300px;
    }
    .fuwu-part6-content p{
        width:100%;
    }
}
@media (max-width: 578px){
    .fuwu-part3-content .part3-content-box1 {
        padding:20px 0;
    }
    .fuwu-part3-content .part3-content-box1 img{
        height:100px;
    }
    .fuwu-part3-content .part3-content-box2 {
        padding:20px 0;
    }
    .fuwu-part3-content .part3-content-box2 img{
        height:100px;
    }
    .fuwu-part3-content .part3-content-box3{
        padding:20px;
    }
}

/*检测报告*/
.baogao{
    margin-top:50px;
}
.baogao .baogao-title {
    text-align: center;
    margin-top:50px;
}
.baogao .baogao-title h1 {
    font-size: 35px;
    font-weight: bold;
    color:#005d24;
}
.baogao .bg{
    position: relative;
}
.baogao .baogao-box{
    margin-top:50px;
}
.baogao .baogao-box .baogao-list{
}
.baogao .baogao-box .baogao-list img{
    width:100%;
}
.baogao .baogao-box .baogao-list p{
    text-align: center;
    padding:8px 0;
}
.bg .swiper-button-next, .bg .swiper-container-rtl .swiper-button-prev{
    right:-40px;
    background:url(../img/bg-next.png) no-repeat top center;
}
.bg .swiper-button-prev, .bg .swiper-container-rtl .swiper-button-next{
    left:-40px;
    background:url(../img/bg-prev.png) no-repeat top center;
}
.bg .swiper-button-next:focus{
    outline:none;
}
.bg .swiper-button-prev:focus{
    outline:none;
}
@media (max-width: 578px){
    .bg .swiper-button-next, .bg .swiper-container-rtl .swiper-button-prev{
        right:0;
    }
    .bg .swiper-button-prev, .bg .swiper-container-rtl .swiper-button-next{
        left:0;
    }
}
/*点击显示大图的框*/
.tc-box{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:99;
    display: none;
}
.tc-box .tc-img{
    width:600px;
    margin:50px auto;
    position: relative;
}
.tc-box .tc-img img{
    width:100%;
}
.tc-box .close-btn{
    width:30px;
    height:30px;
    position: absolute;
    top:-30px;
    right:-50px;
    border:1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.tc-box .close-btn i{
    font-size: 20px;
    color:#fff;
    line-height: 27px;
}
@media (max-width: 578px){
    .tc-box .tc-img{
        width:90%;
    }
    .tc-box .close-btn{
        right:-20px;
        top:-30px;
    }
}

/*影视中心*/
.yingshi{
    margin-top:30px;
}
.yingshi .yingshi-box{
    margin-top:30px;
    position: relative;
}
.yingshi-box .yingshi-img img{
    width:100%;
}
.yingshi-box p{
    padding:10px 0;
    text-align: center;
}
.yingshi-box .play{
    width:48px;
    height:48px;
    position: absolute;
    margin-left:-24px;
    margin-top:-24px;
    top:50%;
    left:50%;
    z-index:99;
    display: none;
}
.yingshi-box:hover .play{
    display: block;
}

.yingshi-info-box{
    margin-top:50px;
    text-align: center;
}
.yingshi-info-box h1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding:10px 0;
}
.yingshi-info-box video{
    margin:0 auto;
}
@media (max-width: 992px){
    .yingshi-info-box video{
        width:100% !important;
    }
}
