    .about{padding: 25px}
    .about .lft{width: 45%;display: inline-block;}
    .about .lft .tit{
        font-size: 20px;
        color: #000;
        font-weight: 800;
        line-height: 60px;
        margin-top: 40px
    }

    .about .lft .desc{
        font-size: 16px;
        line-height: 32px       
    }

    .about .rft{display: inline-block; width: 40%;float: right;}


    .box_title{
       background: #eee;
       text-align: center;
    }
    .box_title .box_t1{
        font-size: 32px;
        padding-top: 20px;
    }
    .box_title .box_t2{
        font-size: 18px;
        padding-bottom: 20px;
    }
    
    .box_list{
        padding: 10px;
    }
    .box_list li{
       width: 47%;
       margin-right: 4%;
       display: inline-block;
       margin-bottom: 20px;
       position: relative;
    }
    .box_list li:nth-child(2n){
        margin-right: 0;
    }
    
    .box_list li img{
       max-width: 100%;
    }
    
    .pt{
        padding-top: 10px
    }
    .box_list li .title{
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 24px;
        text-align: center;
        line-height: 38px;
        color: #fff;
    }
    .new_box .more{
            margin: auto;
            text-align: center;
            border: 1px solid;
            width: 180px;
            line-height: 32px;
            font-size: 18px;
            margin-bottom: 20px;
    }
    
    .six li{
       width: 30%;
       margin-right: 4%;
       display: inline-block;
       margin-bottom: 40px;
       position: relative;
    }
    .six li:nth-child(2n){
        margin-right: 5%;
    }
    
    .six li:nth-child(3n){
        margin-right: 0;
    }

    .news{
        padding: 20px 0;
    }
    
    .news .lft{
        display: inline-block;
        width:500px;
        height: 500px;
        margin-right: 5%;
        position: relative;
    }
    .news .lft img{
        width: 500px;
        height: 500px;
    }   
    
    .news .lft .title{
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        line-height: 38px;
        font-size: 20px;
        color: #fff;
        text-indent: 10px;
    }
    
    .news .more{
            margin: 20px auto;
            text-align: center;
            border: 1px solid;
            width: 180px;
            line-height: 32px;
            font-size: 18px;
            margin-bottom: 20px;
    }
    .news ul{
        display: inline-block;
        width: 610px;
        height: 500px;
        float: right;
    }
    
    .news ul li{
       margin: 10px; 
       background: #eee;
       padding: 10px;
    }
    
    .news ul li img{
        width: 80px;
        display: inline-block;
    }
    .news .rr{
         width: 470px;
         display: inline-block;
    }
    
    .news ul li .title{
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin-left: 10px;
        color: #000
    }

    .news ul li .desc{
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
    }   
    
    .lyb{
        background:-moz-linear-gradient(left,rgb(99,165,157),rgb(143,187,130));
        background:-ms-linear-gradient(left,rgb(99,165,157),rgb(143,187,130));
        background:-o-linear-gradient(left,rgb(99,165,157),rgb(143,187,130));
        background:-webkit-linear-gradient(left,rgb(99,165,157),rgb(143,187,130));
        padding-bottom: 50px;
        text-align: center;
    }
    
    .lyb .title{
        font-size: 32px;
        color: #fff;
        text-align: center;
        line-height: 68px;
    }
    
    .lyb #content{
        width: 80%;
        height: 100px;
        background: #fff;
        line-height: 32px;
        text-indent: 10px;
        font-size: 20px;
    }
    
    
    .lyb .input{
        text-align: left;
        width: 80%;
        display: inline-block;
        margin: 20px auto;
    }   
    .lyb .input em{
        width: 68px;
        text-align: justify;
        font-size: 20px;
        line-height: 38px;
        float: left;
        color: #fff;
    }
    
    .lyb .input input{
        background: #fff;
        line-height: 38px;
        width: 70%;
        line-height: 32px;
        text-indent: 10px;
        font-size: 20px;
    }
    
    .lyb .input div{
        width: 49%;
        display: inline-block;
    }
    
    .lybt{
        color: #fff;
        display: block;
        margin: auto;
        background: #419253;
        padding: 8px 24px;
        border-radius: 10px;
        font-size: 18px;
    }
    
    .h_end{background-image:none}
    #wrapper .mainXian{display:none}
    #wrapper .mainMenu.active .a {
        color: #fff;
        background: #5DC758;
    }
    #wrapper .mainMenu .a {
        color: #000;
    }
    
    #wrapper .mainMenu .a:hover,
    #wrapper .mainMenu .a.hover{
        color: #fff;
        background: #5DC758;
    }

    .ba{
        text-align:right
    }

    .lyb .input em.bb{
        width: 120px;text-align: right;
    }    

    @media (max-width: 750px){
    
        .box_title .box_t1{
            font-size: 20px;
            padding-top: 20px;
        }
        .box_title .box_t2{
            font-size: 14px;
            padding-bottom: 20px;
        }

        .box_list li .title{
            font-size: 14px;
            line-height: 30px;
        }

        .new_box .more {  
            width: 130px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .box_list li{
            margin-bottom: 10px
        }

        .news .lft{
            display: block;
            width:100%;
            height: auto;
            margin-right: 5%;
            position: relative;
        }
        .news .lft img{
            width: 100%;
            height: 100%;
        }   


        .news ul{
            display: block;
            float: none;
            width: 100%;
            height: auto;
        }
        .news ul li{
            margin: 10px auto
        }
        .news ul li .title {
            font-size: 14px;
            line-height: 20px;
        }
        .news .rr{
            width: 277px;
            text-align: justify;
        }
        .about {padding: 0}

        .about .lft{
                width: 100%;
                text-align: justify;
                display: block;
                margin: auto;
        }
        .about .lft .tit{margin: 0}

        .about .rft {
            display: block;
            width: 100%;
            float: none;
        }
        .ma{
            margin: 10px auto !important;
        }

        .lyb .title{
            font-size: 24px;
        }

        .lyb .input div{
            width: 100%;
        }

        .ba{
            text-align: left;
        }
        .lyb .input em.bb{
            width: 68px;
            text-align: left;
        }
    }
    @media (max-width: 750px){
        .news .rr{
               width: 240px;
            text-align: justify;
        }
    }
    
    #list_shop .li5{
        display: none !important;
    }    
    