.banner-box{
    width: 100%;
    float: left;
}
.swiper-slide{
    position: relative;
}
.swiper-slide img{
    width: 100%;
}
.banner-dw{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 8%;
}
.title-span{
    color:#333333;
    font-size: 34px;
    display: block;
    position: relative;
}
.title-span::before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background:url("../img/daocao.png") no-repeat center top;
    top:-64px;
    left: 50%;
    margin-left: -32px;
}
.title-span::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background:#70ad47;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

#swiper1 .swiper-pagination-bullet{
    background: #70ad47;
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.banner-dw .container>i{
    color:#70ad47;
    font-size: 60px;
    display: block;
}
.banner-dw .container > span{
    color:#fff;
    font-size: 40px;
    font-weight: bold;
}
.banner-dw .container > span > i {
    color:#70ad47;
    font-style: normal;
}
.banner-dw .container > p {
    color:#fff;
    font-size: 26px;
    margin-top: 30px;
}
.banner-dw .container > a {
    background: #ed7d31;
    padding:10px 40px;
    border-radius: 60px;
    display: inline-block;
    color:#fff;
    margin-top: 40px;
    transition: all .5s;
}
.banner-dw .container > a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.5);
}
.banner-dw2{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
}
.banner-dw2 > div {
    width: 40%;
    height: 60%;
    position: absolute;
    top:50%;
    left: 50%;
    background:rgba(0,0,0,.3);
    margin-top: -11%;
    margin-left: -20%;
    text-align: center;
}
.banner-dw2 > div > i{
    color:#ed7d31;
    font-size: 75px;
    margin-top: 5%;
    display: block;
}
.banner-dw2 > div > span{
    font-size: 40px;
    color:#fff
}
.banner-dw2 > div > span > b {
    color:#ed7d31;
    font-weight: normal;
}
.banner-dw2 > div > p {
    color:#fff;
    font-size: 26px;
}
.banner-dw2 > div > a {
    background: #ed7d31;
    padding:10px 40px;
    border-radius: 60px;
    display: inline-block;
    color:#fff;
    margin-top: 30px;
    transition: all .5s;
}
.banner-dw2 > div > a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.5);
}
.about-box{
    width: 100%;
    float: left;
    padding:160px 0 80px;
}

.about-box > .container > .col-md-12 {
    text-align: center;
    margin-bottom: 50px;
}
.about-box > .container > .col-md-12 > i {
    color:#70ad47;
    font-size: 75px;
    line-height: 75px;
}

.bt-span{
    color:#333333;
    font-size: 34px;
    display: block;
    line-height: 36px;
    margin-top:15px;
}
.bt-hr{
    width: 40px;
    height: 2px;
    background: #70ad47;
    margin:20px auto 0;
}
.about-dw-box::after{
    display: block;
    content: '';
    clear: both;
}
.about-right{
    width: 60%;
    float: right;
    padding:50px;
    background: rgba(255,255,255,.9);
    position: relative;
    z-index: 10;
    box-shadow: 0 0 16px rgba(112,173,71,.3);
}
.about-right p{
    color:#555555;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 40px;
}
.about-dw-box > img{
    position:absolute;
    z-index: 1;
    top: 30px;
}
.about-right>a{
    background: rgb(112,173,71);
    color:#fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    transition: all .4s;
}

.about-right>a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.3);
}

/*富硒营养肥*/
.nutrition-box {
    width: 100%;
    float: left;
    padding: 160px 0 80px;
    background: #70ad47;
}
.nutrition-box .title-span{
    color:#fff
}
.nutrition-box .title-span::before{
    background: url(../img/daocao2.png);
}
.nutrition-box .title-span::after{
    background:#fff
}
.nutrition-box .container > .col-md-12{
    text-align: center;
}
.nutrition-box .container > .col-md-12 > i{
    color:#fff;
    font-size: 75px;
    line-height: 75px;
}
.nutrition-box-a{
    width: 30%;
    float: left;
}
.nutrition-box-b{
    width: 40%;
    float: left;
}
.nutrition-box-c{
    width: 30%;
    float: left;
}
.bt-span2{
    color:#fff;
    font-size: 34px;
    display: block;
    line-height: 36px;
    margin-top:15px;
}

.bt-hr2{
    width: 40px;
    height: 2px;
    background: #fff;
    margin:20px auto 0;
}
.nutrition-left,.nutrition-right{
    width: 100%;
}

.nutrition-left::after,.nutrition-right::after{
    display: block;
    content: '';
    clear: both;
}

.n-left-a,
.n-left-b{
    float: left;
}

.n-right-a,
.n-right-b{
    float: right;
}
.n-left-b{
    padding-left: 30px;
}
.n-right-a{
    padding-right: 30px;
}
.n-left-a > i,
.n-right-b > i{
    color:#ed7d31;
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s;
}
.n-left-b > span{
    color:#ffffff;
    font-size: 22px;
}

.n-left-b > p{
    color:#fff;
    font-size: 16px;
}
.nutrition-box > div:last-child{
    margin-top: 50px;
}
.nutrition-box .nutrition-box-a > div,
.nutrition-box .nutrition-box-c > div{
    margin-top: 90px;
}
.nutrition-box-b img{
    float: none;
    display: block;
    margin: auto;
}
.n-right-a > span{
    color:#ffffff;
    font-size: 22px;
    text-align: right;
    display: block;
}
.n-right-a > p {
    color:#fff;
    font-size: 16px;
    text-align: right;
}
.nutrition-left:hover i,
.nutrition-right:hover i{
    color:#70ad47
}
/*end*/

/*应用范围*/
.app-box{
    width: 100%;
    float: left;
    padding: 160px 0 120px;
}
.app-box .container > .col-md-12 {
    text-align: center;
}
.app-box .container > .col-md-12 > i{
    color:#70ad47;
    font-size: 75px;
    line-height: 75px;
}
.app-child{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.app-child-a{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:20px;
    opacity: 0;
    transition: all .4s;
    border-radius: 50%;
    overflow: hidden;
}
.app-child-a > div{
    width: 100%;
    height: 100%;
    background: rgba(237,125,49,.8);
    border-radius: 50%;
    display: table;
}
.app-child-a > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-size: 18px;
}
.app-child > img {
    transition: all .4s;
}

.app-child:hover .app-child-a{
    opacity: 1;
}
.app-child:hover img{
    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.app-box .swiper-container{
    margin-top: 50px;
}
.app-box .swiper-pagination{
    width: 100%;
    margin-top: 30px;
}
.app-box .swiper-pagination > span {
    margin: 0 3px;
}
.app-box .swiper-pagination-bullet{
    background: #ed7d31;
    opacity: 1;
}
.app-box .swiper-pagination-bullet-active{
    background: #70ad47;
    opacity: 1;
}
/*end*/

/*种植基地*/
.plant-box{
    padding:160px 0 80px;
    width: 100%;
    float: left;
    background: url("../img/indexbg1.jpg") center no-repeat;
    background-size: cover;
}
.plant-box .container > .col-md-12{
    text-align: center;
    margin-bottom: 60px;
}
.plant-box .container > .col-md-12 > i{
    color:#70ad47;
    font-size: 75px;
    line-height: 75px;
}


.plant-box .row div:not(:last-child) .swiper-container {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}
.plant-box .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 33.33333%;
    opacity: 0.4;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#spa2{
    text-align: right;
    bottom: 0;
    top: 30px;
}
.plant-box .swiper-pagination-current{
    color:#70ad47
}
.spa1{
    padding-top: 65px;
    text-align: right;
    float: left;
}
.spa2-hr{
    width: 1px;
    height: 25px;
    background:#70ad47;
    display: inline-block;
}
.spa1 .swiper-slide> span{
    color:#333333;
    font-size: 22px;
    display: block;
    margin: 15px 0 20px;
    position: relative;
    z-index: 10;
}
.spa1 .swiper-slide> p {
    color:#888888;
    font-size: 14px;
    display: block;
    line-height: 35px;
    position: relative;
    z-index: 10;
    text-align: right;
}
.spa1 .swiper-slide> a {
    background: #ed7d31;
    padding: 10px 25px;
    color:#fff;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    transition: all .6s;
}
.spa1 .swiper-slide> a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.4);

}

/*end*/

/*资讯*/
.zixun-box{
    padding: 160px 0 130px;
    width: 100%;
    float: left;
    background:url("../img/index-bg2.png"),url("../img/index-bg3.png");
    background-position:-40px 80px,right 70%;
    background-repeat: no-repeat,no-repeat;
}
.zixun-box .container > .col-md-12{
    text-align: center;
    margin-bottom: 50px;
}
.zixun-box .container > .col-md-12 > i{
    color:#70ad47;
    font-size: 75px;
    line-height: 75px;
}
.overhd{
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.overhd img{
    transition: all 1s;
    width: 100%;
}
.zixun-child{
    padding: 50px 30px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}
.zixun-child-dw{
    position: absolute;
    padding: 5px 40px;
    color:#fff;
    font-size: 22px;
    background: #70ad47;
    border-radius: 50px;
    top: 0;
    left: 50%;
    transition: all 1s;
    transform: translate(-50%,-50%);
    -ms-transform:  translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.zixun-child span{
    color:#333333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    display: block;
}
.zixun-child p{
    font-size: 14px;
    color:#888888;
}
.zixun-child i{
    color:#ed7d31;
    font-size: 32px;
    margin-top: 10px;
    display: block;
}

.child-box:hover img{
    transform: scale(1.1);
}
.child-box:hover .zixun-child-dw{
    background: #ed7d31;
}
.zixun-ul{
    display: block;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-top:30px ;
}

.zixun-ul::after{
    display: block;
    clear: both;
    content: '';
}

.zixun-ul li{
    float: left;
    padding-top:7px ;
    padding-bottom: 7px ;
}
.zixun-ul li:not(:nth-child(3n+3)){
    border-right: 1px solid #eee;

}
.zixun-ul li span{
    display: inline-block;
    width: 70%;
    color:#555555;
    font-size: 16px;
    transition: all .3s
}
.zixun-ul li time{
    display: inline-block;
    width: 30%;
    text-align: right;
    font-style: normal;
    font-weight: bold;
    color:#70ad47;
}
.zixun-ul li span>i{
    color:#555555;
    transition: all .3s
}
.zixun-ul a:hover > span,.zixun-ul a:hover span>i {
    color:#70ad47
}

.zixun-a{
    background:#ed7d31;
    padding: 10px 25px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 50px 0 80px;
    transition: all .6s;
    font-size: 16px;
}
.zixun-a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.4);
    color:#fff
}

.zhaoshang-box{
    width: 100%;
    padding:50px 0 50px 50px;
    background:url("../img/index-12.jpg") no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.zhaoshang-box span{
    color:#fff;
    font-size: 34px;
    display: block;
}
.zhaoshang-box p{
    color:#fff;
    font-size: 14px;
    display: block;
    width: 50%;
    line-height: 30px;
    margin-top: 10px;
}
.zhaoshang-box > .zhaoshang-a{
    background:#ed7d31;
    padding: 10px 45px;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    margin-top: 40px;
    transition: all .6s;
    font-size: 18px;
    line-height: 28px;
}
.zhaoshang-box > .zhaoshang-a:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.4);
    color:#fff
}
.zhaoshang-box i{
    font-style: normal;
    font-weight: normal;
    color:#fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    background:#ed7d31 ;
    border-radius: 24px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    margin-left: 10px;
}
/*end*/


/*商标*/
.shangbiao-box{
    width: 100%;
    float: left;
    padding:50px 0;
    background:#70ad47;
    position: relative;
}
.shangbiao-child{
    /*-webkit-box-pack:justify;*/
    /*-webkit-justify-content:space-between;*/
    /*-moz-box-pack:justify;*/
    /*-ms-flex-pack:justify;*/
    /*justify-content:space-between;*/
    /*display: box;              !* OLD - Android 4.4- *!*/
    /*display: -webkit-box;      !* OLD - iOS 6-, Safari 3.1-6 *!*/
    /*display: -moz-box;         !* OLD - Firefox 19- (buggy but mostly works) *!*/
    /*display: -ms-flexbox;      !* TWEENER - IE 10 *!*/
    /*display: -webkit-flex;     !* NEW - Chrome *!*/
    /*display: flex;             !* NEW, Spec - Opera 12.1, Firefox 20+ *!*/
    /*!* 09版 *!*/
    /*-webkit-box-align: center;*/
    /*!* 12版 *!*/
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*align-items: center;*/
    width: 100%;
}
.shangbiao-child > img{
    width: 20%;
    padding:0 15px
}
.shangbiao-dw{
    position: absolute;
    top: -49px;
    left: 50%;
    width:420px;
    height: 50px;
    background: url("../img/index-bg4.png") no-repeat center bottom;
    background-size: contain;
    margin-left: -210px;
}
/*end*/
.phonehover span{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color:#fff;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all .4s;
    font-size: 18px;
}
.phonehover:hover:before{
    content: ' ';
}
.zhaoshang-box i:hover{
    border-radius: 24px;
    width: 150px;
    top: 17px;
}
.zhaoshang-box i:hover span{
    opacity: 1;
}




@media screen and (max-width: 1800px) {
    .banner-dw2 > div > i{
        font-size: 55px;
    }
    .banner-dw2 > div > span{
        font-size: 34px;
    }
    .banner-dw2 > div > p{
        font-size: 22px;
    }
}

@media screen and (max-width: 1500px){
    .banner-dw2 > div > i{
        margin-top: 0;
    }
    .banner-dw2 > div > span{
        font-size: 28px;
    }
    .banner-dw2 > div > p{
        font-size: 16px;
    }
    .banner-dw2 > div > a{
        margin-top: 25px;
    }
    .banner-dw{
        padding-top: 4%;
    }
    .banner-dw .container > span{
        font-size: 36px;
    }
    .banner-dw .container > p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .left-nav ul li:not(:last-child),
    .right-nav ul li:not(:last-child){
        margin-right: 15px;
    }
    .banner-dw{
        padding-top:40px
    }
    .banner-dw .container>i{
        font-size: 40px;
        line-height: 50px;
    }
    .banner-dw .container > span{
        font-size: 30px;
    }
    .banner-dw .container > p{
        font-size: 18px;
        margin-top: 20px;
    }
    .banner-dw2 > div > i{
        line-height: 45px;
        font-size: 45px;
        margin-top: 30px;
    }
    .banner-dw2 > div > span{
        font-size: 24px;
    }
    .banner-dw2 > div > a{
        padding: 5px 30px;
        margin-top: 15px;
    }
    .n-left-a > i, .n-right-b > i{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 35px;
    }
    .n-right-a > p{
        font-size: 13px;
    }
    .n-right-a{
        padding-right: 20px;
    }
    .n-left-b{
        padding-left:20px
    }
    .n-left-b > p{
        font-size: 13px;
    }
    .nutrition-box .nutrition-box-a > div, .nutrition-box .nutrition-box-c > div{
        margin-top: 65px;
    }
    .about-right{
        width: 100%;
    }
    .about-dw-box > img{
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: 0;
    }
    .about-box,
    .nutrition-box,
    .plant-box{
        padding:140px 0 60px
    }
    .app-box{
        padding:140px 0 100px
    }
    .zixun-box{
        padding:140px 0 110px
    }
    .about-box > .container > .col-md-12 > i,
    .nutrition-box .container > .col-md-12 > i,
    .app-box .container > .col-md-12 > i,
    .plant-box .container > .col-md-12 > i,
    .zixun-box .container > .col-md-12 > i{
        font-size: 55px;
        line-height: 55px;
    }
    .plant-box .container > .col-md-12{
        margin-bottom: 40px;
    }
    .bt-span,
    .bt-span2{
        font-size: 30px;
    }
    .zixun-child-dw{
        font-size: 20px;
        padding:5px 30px
    }
    .zixun-child span{
        margin-bottom: 20px;
    }
    .zixun-ul li span{
        width: 100%;
        display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
    }
    .zixun-ul li time{
        display: none;
    }
    .zixun-a{
        margin: 30px 0 60px;
    }
    .zhaoshang-box>span{
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .banner-dw .container > span{
        font-size: 24px;
    }

    .banner-dw .container > p{
        margin-top: 10px;
        font-size: 16px;
    }
    .banner-dw .container > a{
        margin-top: 20px;
        padding:6px 30px
    }
    .banner-dw2 > div > i{
        margin-top: 10px;
        font-size: 35px;
        line-height: 35px;
    }
    .banner-dw2 > div > span{
        font-size: 18px;
    }
    .banner-dw2 > div > p{
        font-size: 12px;
    }
    .about-box, .nutrition-box, .plant-box{
        padding:120px 0 80px
    }
    .app-box{
        padding-top:120px;
        padding-bottom: 80px;
    }
    .about-box > .container > .col-md-12 > i, .nutrition-box .container > .col-md-12 > i, .app-box .container > .col-md-12 > i, .plant-box .container > .col-md-12 > i, .zixun-box .container > .col-md-12 > i{
        font-size: 45px;
        line-height: 45px;
    }
    .bt-span, .bt-span2{
        font-size: 26px;
    }
    .about-box > .container > .col-md-12{
        margin-bottom: 40px;
    }
    .about-right p{
        line-height: 35px;
        margin-bottom: 30px;
    }
    .nutrition-box .nutrition-box-a > div, .nutrition-box .nutrition-box-c > div{
        margin-top: 40px;
    }
    .n-left-a > i, .n-right-b > i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
    }
    .nutrition-box-a,.nutrition-box-c,.nutrition-box-b{
        width: 33.333%;
    }

    .n-right-a{
        padding-right: 5px;
    }
    .n-left-b{
        padding-left: 5px;
    }
    .n-right-a > p,.n-left-b > p{
        font-size: 12px;
    }
    .n-left-b > span,.n-right-a > span{
        font-size: 16px;
    }
    .app-box .swiper-container{
        margin-top: 40px;
    }
    .plant-box .row div:not(:last-child) .swiper-container {
        width: 100%;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    #spa2{
        top:0px
    }
    .spa1{
        padding-top:35px
    }
    .spa1 .swiper-slide> span{
        font-size: 18px;
    }
    .spa1 .swiper-slide> p{
        line-height: 28px;
    }
    .spa1 .swiper-slide> span{
        margin-bottom: 10px;
    }
    .spa1 .swiper-slide> a{
        margin-top: 15px;
        padding:5px 15px;
        font-size: 13px;
    }
    .zixun-child-dw{
        font-size: 16px;
        padding: 5px 20px;
    }
    .zixun-child{
        padding-top: 40px;
    }
    .zixun-a{
        padding: 6px 20px;
    }
    .zhaoshang-box{
        padding:30px 0 30px 30px
    }
    .zhaoshang-box span{
        font-size: 26px;
    }
    .zhaoshang-box > .zhaoshang-a{
        margin-top: 25px;
    }
    .zixun-box{
        padding:120px 0 90px
    }
    .shangbiao-box{
        padding-bottom: 100px;
    }
    .app-child-a{
        padding: 0;
        opacity: 1;
    }
    .app-child-a > div{
        background: rgba(0,0,0,.5);
    }
    .zhaoshang-box i:hover{
        width: 48px;
        top: 0;
    }
    .zhaoshang-box i:hover span{
        opacity: 0;
    }
    .zhaoshang-box i:hover:before{
        content:'\e600'
    }

}
@media screen and (max-width: 767px) {
    .title-span::before,.nutrition-box .title-span::before {
        width: 32px;
        height: 32px;
        background-size: cover;
        top: -32px;
        margin-left: -16px;
    }
    .title-span::after {
        width: 30px;
        bottom: -5px;
        margin-left: -15px;
    }
    .title-span {
        font-size: 22px;
    }
    #swiper1 .swiper-pagination-bullet{
        background: #70ad47;
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .zhaoshang-box i:hover{
        width: 39px;
    }
    .shangbiao-child{
        flex-wrap:wrap;
        justify-content:center;
    }

    .shangbiao-dw{
        width: 220px;
        margin-left:-110px
    }
    .banner-dw{
        padding-top: 10px;
    }
    .banner-dw .container>i{
        line-height: 24px;
        font-size: 24px;
    }
    .banner-dw .container > span{
        font-size: 18px;
        display: block;
        margin-top: 10px;
    }
    .banner-dw .container > p{
        display: none
    }
    .banner-dw .container > a{
        margin-top: 10px;
        padding: 3px 20px;
    }

    .banner-dw2 > div > span{
        font-size: 12px;
        display: block;
    }
    .banner-dw2 > div > p{
        display: none;
    }
    .banner-dw2 > div > a{
        padding: 3px 20px;
    }
    .banner-dw2 > div{
        width:100%;
        height:100%;
        margin-left: 0;
        margin-top: 0;
        margin: 0;
        top: 0;
        left: 0;
    }
    .banner-dw2 > div > i{
        font-size: 25px;
        line-height: 25px;
        margin-top: 20px;
    }
    .about-box, .nutrition-box, .plant-box{
        padding: 50px 0 40px;
    }
    .about-box>.container,
    .nutrition-box>.container{
        padding: 0;
    }
    .about-dw-box > img{
        top:20%
    }
    .about-box > .container > .col-md-12 > i, .nutrition-box .container > .col-md-12 > i, .app-box .container > .col-md-12 > i, .plant-box .container > .col-md-12 > i, .zixun-box .container > .col-md-12 > i{
        line-height: 35px;
        height: 35px;
    }
    .bt-span, .bt-span2{
        font-size: 22px;
    }
    .about-box > .container > .col-md-12{
        margin-bottom: 30px;
    }
    .about-right{
        padding: 20px;
    }
    .about-right p{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .about-right>a{
        padding: 5px 20px;
    }
    .nutrition-box-b{
        width: 100%;
    }
    .nutrition-box > div:last-child{
        margin-top: 20px;
    }
    .nutrition-box-a, .nutrition-box-c{
        width: 30%;
    }
    .nutrition-box-b{
        width: 40%;
    }
    .nutrition-box .nutrition-box-a > div, .nutrition-box .nutrition-box-c > div{
        margin-top: 20px;
    }
    .n-left-a, .n-left-b{
        display: inline-block;
        float: none;
    }
    .n-left-a{
        width: 100%;
    }
    .n-left-b{
        width: 68%;
        padding: 0;
        position: relative;
    }
    .nutrition-left{
        text-align: center;
    }
    .n-left-a{
        text-align: center;
    }
    .n-right-a, .n-right-b{
        display: inline-block;
        float: none;
    }
    .n-right-a{
        width:100%;
        padding: 0;
    }
    .n-right-b{
        width: 100%;
        text-align: center;

    }
    .n-left-b > span, .n-right-a > span,
    .n-right-a > p, .n-left-b > p{
        text-align: center;
    }
    .app-box{
        padding: 50px 0 70px;
    }
    .app-box .container{
        padding: 0px 10px;
    }
    .app-box .swiper-container{
        margin-top: 30px;
    }
    .plant-box .row div:not(:last-child) .swiper-container{
        height: 250px;
    }
    #spa2{
        padding-right:15px;
        top:5px
    }
    .spa2-hr{
        margin-right: 15px;
    }
    .zixun-box{
        padding: 40px 0 70px;
    }
    .zixun-box .container > .col-md-12{
        margin-bottom: 30px;
    }
    .zixun-child-dw{
        font-size: 14px;
    }
    .zixun-child{
        padding:40px 25px 25px 25px
    }
    .zixun-child span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .zixun-child i{
        font-size: 30px;
        line-height: 30px;
    }
    .child-box{
        margin-bottom: 15px;
    }
    .zixun-ul li:not(:nth-child(3n+3)){
        border: 0;
    }
    .zixun-ul li:not(:nth-child(2n+2)){
        border-right: 1px solid #eee;
    }
    .zixun-ul{
        margin-top: 10px;
    }
    .zixun-a{
        margin-bottom: 45px;
    }
    .zhaoshang-box span{
        font-size: 22px;
        line-height: 22px;
    }
    .zhaoshang-box p{
        width: 100%;
        line-height: 28px;
    }
    .zhaoshang-box{
        padding: 25px;
        background-position-x: -60px;
    }
    .zhaoshang-box > .zhaoshang-a{
        padding:6px 30px
    }
    .zhaoshang-box i{
        width: 39px;
        height: 39px;
        line-height: 39px;
    }
    .zhaoshang-box > .zhaoshang-a{
        margin-top: 20px;
    }
    .shangbiao-child > img{
        width: 33.3333333%;
        padding:0 5px;
        margin-bottom: 10px;
    }
    .shangbiao-box .container{
        padding:0 25px
    }
    .plant-box .row > .col-xs-8{
        padding-left: 0;
    }
    .n-right-a > p,.n-left-b > p{
        display: none;
    }
    .shangbiao-box {
        padding-bottom: 80px;
    }
    .n-left-a > i, .n-right-b > i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .n-left-b > span, .n-right-a > span{
        font-size: 14px;
    }

}
@media screen and (max-width: 600px) {
    .zixun-ul .col-xs-6{
        width: 100%;
    }
    .zixun-ul li time{
        display: inline-block;

        float: right;
    }
    .zixun-ul li span{
        width: 70%;
        display: inline-block;

    }
    .zixun-ul li:not(:nth-child(2n+2)){
        border:0
    }
    .zixun-ul {
        padding: 8px 0;
    }
    .shangbiao-box{
        padding-top:30px;
    }
}

@media screen and (max-width: 374px) {
    .zixun-ul li time{
        display: none;
    }
    .zixun-ul li span{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 375px){
    .nutrition-box-b{
        position: relative;
        padding-top: 20px;
    }
}