@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}




.container-fluid {
    max-width: 1130px;
}

* {
    margin: 0;
!important;
    padding: 0;
!important;
}
a:link{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}

/*分页*/
.page_list a{color:#000; margin: 0px 5px;}
.page_list a:hover{ text-decoration: underline;}
.page_list a.on{color:#f00;}


.top{
    background: #e5e5e5;
    height: 80px;
    color: #000;
    font-size: 12px;
}
.top p{
    line-height: 80px;
}
.top .call{
    height: 80px;
    background: url("../images/phone.png") no-repeat left 13px;
    padding-left: 58px;
}
.top .call h6{
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px;
}

.top .call h4{
    font-size: 20px;
    line-height: 26px;
    color: #3a6731;
}


body {
    font-family: "微软雅黑";
    !important;
}

#btn {
    font-size: 30px;
    color: #f08400;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}





/*头部*/

nav{
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
}
nav .box{
    position: relative;
    padding-left: 248px;
    height: 82px;
    border: 2px solid #385722;
    border-top: none;
    border-right: 0;
    background: #fff;
    position: relative;
}
nav .box:after{
    content: "";
    position: absolute;
    right: -1px;
    top: 2px;
    height: 80px;
    background: #385722;
    width: 1px;
}
nav .box .logo{
    position: absolute;
    left: -12px;
    top: -2px;
}

#nav>li{
    width: 12.5%;
}

#nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 80px;
    text-align: center;
}

#nav>li.active>a{
    color: #3a6731;
}
#nav>li>a:hover{
    color: #3a6731;
}







/*导航*/

.banner img {
    width: 100%;
}

/*公用样式*/
.title h3{
    font-size: 25px;
    line-height: 36px;
    color: #3a6731;
    font-weight: bold;
}
.title h6{
    font-size: 13px;
    line-height: 26px;
    line-height: 23px;
    line-height: 27px;
    position: relative;
    background: url("../images/title_line.png") no-repeat center center;
}
.title {
    padding: 35px 0 25px 0;
}



.tabs{
    font-size: 0;
    margin-bottom: 30px;
    text-align: center;
}
.tabs a{
    display: inline-block;
    width: 140px;
    border: 1px solid #c8c8c8;
    line-height: 34px;
    color: #333;
    margin: 2px 5px;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
}
.tabs a.active{
    background: #3a6731;
    color: #fff;
    border: 1px solid #3a6731;
}
.tabs a:hover{
    background: #3a6731;
    color: #fff;
    border: 1px solid #3a6731;
}
/*公用样式*/











/*产品*/
.Pro{
    padding-bottom: 30px;
}
.Pro .box{
    margin-bottom: 20px;
}
.Pro .box:hover .img .text{
    top: 0;
}
.Pro .box .img{
    position: relative;
    overflow: hidden;
}
.Pro .box .img .text{
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(58,103,49,.5);
    color: #fff;
    transition: all 0.3s;
}
.Pro .box .img .text:after{
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 2px solid #c0c4bb;
}
.Pro .picture24{
    margin: 0 -10px;
}
.Pro .picture24 .item{
    padding: 0 10px;
}
/*产品*/





.about_news{
    background: url("../images/bg.jpg");
    color: #fff;
    padding: 40px 0;
}
.about_news .about h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.about_news .about h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 174px;
    height: 2px;
    background: #fff;
}

.about_news .about div{
    line-height: 24px;
    height: 168px;
    overflow: hidden;
}
.about_news .about a{
    display: inline-block;
    width: 140px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

#banner1 img{
    width: 260px;
    height: 276px;
    border: 3px solid #fff;
}


#banner1 .carousel-indicators{
    bottom: 0;
}


.about_news .new h4{
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}
.about_news .new .list li{
    position: relative;
    padding-left: 92px;
    height: 60px;
    margin-bottom: 20px;
}

.about_news .new .list li span{
    position: absolute;
    left: 0;
    font-size: 51px;
    font-family: "Arial";
    line-height: 60px;
    width: 78px;
    color: #fff;
}

.about_news .new .list li span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

.about_news .new .list li div{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #fff;
}




 .News li{
    background: #fff;
    padding: 4px;
    margin-bottom: 20px;
}

 .News li .box{
    position: relative;
    padding-left: 180px;
}
 .News li .box .imgs{
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
    overflow: hidden;
}
 .News li .box .imgs span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}





 .News li .box .text{
    padding-bottom: 4px;
    padding-right: 15px;
}
 .News li .box .text div{
    font-size: 12px;
    line-height: 24px;
    height: 72px;
    color: #333;
    overflow: hidden;
}
 .News li .box h4{
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
 .News li .box h6{
    line-height: 19px;
    font-size: 12px;
    color: #333;
}


 .News li:hover .box .imgs span{
    transform: scale(1.1);
}

 .News li:hover .box .text h4{
    color: #3a6731;
}
.News li:hover .box .text div{
    color: #3a6731;
}
.News li:hover .box .text h6{
    color: #3a6731;
}

.Case .box .imgs{
    overflow: hidden;
}

.Case .box .imgs div{
    transition: all 0.5s;
}
.Case .box{
    margin-bottom: 20px;
}
.Case .box .text{
    line-height: 34px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.Case .box:hover .imgs div{
    transform: scale(1.1);
}

.Case .box:hover .text{
   color: #214f18;
}




/*荣誉资质*/
.zizhi{
    padding-bottom: 50px;
}
.zizhi .picture24{
    margin:0 -15px;
}
.zizhi .picture24 .item{
    padding: 0 15px;
}
.zizhi .box{
    padding: 11px;
    background: url("../images/border.png") center center;
    background-size: 100% 100%;
}
/*荣誉资质*/




.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.picture24 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.picture24 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.picture24 .owl-carousel .owl-item {
    float: left
}

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.picture24 .owl-theme .owl-controls {
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 61px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -70px;
    background: url(../images/yjt.jpg) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    background: url(../images/zjt.jpg) no-repeat right;
    transition: all 0.5s;
}

/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.picture24 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}






footer{
    background: #ededed;
    padding: 22px 0 40px 0;
}
footer .titles h4{
    line-height: 34px;
    color: #000;
    position: relative;
}
footer .titles h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #3a6731;
}


footer .titles h5{
    font-family: "Aparajita";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}
footer .titles div{
    line-height: 30px;
}


footer .wx{
    padding-top: 44px;
    position: relative;
}
footer .wx:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 1px;
    background: #b8b8b8;
    height: 295px;
}
footer .wx:after{
    content: "";
    position: absolute;
    right: -15px;
    top: 8px;
    width: 1px;
    background: #b8b8b8;
    height: 295px;
}

footer .form .form_list{
    position: relative;
    margin-bottom: 16px;
}
footer .form .form_list span{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 32px;
}
footer .form .form_list input{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    background: none;
    padding-left: 40px;
    height: 32px;
}

footer .form .form_list textarea{
    display: block;
    width: 100%;
    height: 100px;
    background: none;
    border: none;
    border-bottom: 1px solid #a9a9a9;
}

footer .form button{
    background: #3a6731;
    color: #fff;
    height: 38px;
    width: 150px;
    border: none;
}




.footer{
    padding: 20px 0;
    color: #fff;
    background: #3a6731;
}

.footer a{
    color: #fff;
}
.footer ul li{
    float: left;
    padding: 0 10px;
    line-height: 17px;
    height: 17px;
    border-right: 1px solid #fff;
}
.footer ul li:first-child{
    padding-left: 0;
}

.footer div{
    line-height: 30px;
}






.ny_content a{
    color: #333;
}
.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width: 240px;
    float: left;
}

.ny_content .right_content {
    margin-left: 240px;
    padding: 0 0 0 30px;

}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4 {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 1px 0;
    background: #3a6731;
    text-align: center;
}
.ny_content .left_list .box>h4.h4{
    line-height: 80px;
    border-top: 5px solid #528747;
}
.ny_content .left_list .box>h4 span{
    font-size: 14px;
    font-family: "Arial";
}



#ny_caidan > li{
    margin-bottom: 2px;
    position:relative;
    border: 1px solid #e5e5e5;
    padding: 1px;
}
#ny_caidan > li>a{
    display: block;
    width: 100%;
    line-height: 40px;
    background: #e5e5e5;
    padding-left: 37px;
    position: relative;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#ny_caidan > li>a:before{
    content: url("../images/right_btn.png");
    position: absolute;
    left: 11px;
    top: 13px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}

#ny_caidan > li.active>a{
    background: #3a6731;
    color: #fff;
}
#ny_caidan > li.active{
    border: 1px solid #64b537;
}

#ny_caidan > li:hover{
    border: 1px solid #64b537;
}

#ny_caidan > li:hover>a{
    background: #3a6731;
    color: #fff;
}

.ny_content .left_list .call{
    padding: 23px 15px 0 72px;
    border: 1px solid #e5e5e5;
    height: 80px;
    background: url("../images/call.png") no-repeat 32px center;
}
.ny_content .left_list .call h5{
    font-size: 12px;
    line-height: 17px;
}
.ny_content .left_list .call h4{
    font-size: 16px;
    color: #000;
    line-height: 21px;
}


.ny_content .left_list .adr {
   border: 1px solid #e1e1e1;
    line-height: 30px;
    padding: 0px 15px 4px 15px;
    border-top: none;
}


.ny_content .zizhi .box{
    margin-bottom:14px;
}

.ny_content .zizhi .row{
    margin: 0 -7px;
}
.ny_content .zizhi .row .col-md-3,.ny_content .zizhi .row .col-xs-6{
    padding: 0 7px;
}


.ny_content .left_list .adr img{
    width: 100%;
}


.ny_content .right_content .title4 {
    line-height: 51px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #3a6731;
}


.ny_content .right_content .title4 p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.ny_content .right_content .title4 + div {
    padding: 30px 0;
}
.ny_content .right_content .title4 + div img{
    max-width: 100%;
}

.ny_content .right_content .about {
    line-height: 30px;
}

.ny_content .right_content .xqy .text {
    line-height: 30px;
    padding: 30px 0;
}

.ny_content .right_content .xqy2 h4{
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
.ny_content .right_content .xqy2 h4:after{
    content: "";
    left: 50%;
    margin-left: -25%;
    bottom: 0;
    width: 50%;
    height: 1px;
    border-bottom: 1px dotted #909090;
    position: absolute;
}
.ny_content .right_content .title4 + div.form {
    padding: 30px 25% 100px;
}

.ny_content .right_content .form input {
    width: 100%;
    height: 38px;
    background: #f4f4f4;
   border: none;
    margin-bottom: 7px;
    padding-left: 15px;

}

.ny_content .right_content .form textarea {
    width: 100%;
    background: #f4f4f4;
   border: none;
    height: 145px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.ny_content .right_content .form button {
    width: 100%;
    line-height: 33px;
    border: none;
    color: #fff;
    background: #0052ae;
}






.ny_content .right_content .Pro .row .col-md-4, .ny_content .right_content .Pro .row .col-xs-6 {
    padding: 0 10px;
}
.ny_content .right_content .Pro .box{
    margin-bottom: 20px;
}


.ny_content .right_content .News {
    background: none;
}

/*内页*/

.ny_content .right_content .Case .box .img{
    height: 353px;
}

.ny_content .right_content .Case .box .img{
    line-height:333px ;
}
.ny_content .right_content .Case .box .img img{
    max-height: 333px;
}

/*新闻*/
#ny_news li{
    position: relative;
    padding-left: 12px;
    background: url("../images/star.png") no-repeat left;
    line-height: 34px;
    border-bottom: 1px dotted #ccc;
    padding-right: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#ny_news li span{
    position: absolute;
    right: 0;
    top: 0;
}
#ny_news li:hover{
    background:url("../images/star2.png") no-repeat left;

}
#ny_news li:hover a{
    color: #ba1818;
}
/*新闻*/



.ny_content .right_content .download li{
    line-height: 34px;
    padding-right: 80px;
    border-bottom: 1px dotted #d2d2d1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    background: url("../images/sanjiao.png") no-repeat left center;
}
.ny_content .right_content .download li a{
    position: absolute;
    right: 0;
    top: 0;
}

.ny_content .right_content .download li:hover{
    color: #ba1818;
}

.ny_content .right_content .download li:hover a{
    color: #ba1818;
}








@media screen and (max-width: 1360px) {
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
        display: none;
    }
}

@media screen and (max-width: 1110px) {


}

@media screen and (max-width: 991px) {




    nav{
        position: relative;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    nav .box{
        padding-left:0;
        height:auto;
        border:none;
        position: relative;
    }
    nav .box:after{
       display: none;
    }
    nav .box .logo{
        position: static;
        line-height:80px;

    }
    nav .box .logo img{
        height: 65px;
    }
    #nav{
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 999;
        width: 150px;
        display: none;
    }
    #nav>li{
        width: 100%;
    }
    #nav>li:hover>a{
        background: #3a6731;
        color: #fff;
    }
    #nav>li>a{
        line-height: 40px;
        background: #fff;
    }






    .tabs{
        margin-bottom: 20px;
        text-align: left;
    }
    .tabs a{
        text-align: center;
    }





    .about_news .new{
      margin: 20px 0;
    }




    .about_news .about h4{
        font-size: 16px;
    }
















    .News li .box{
        padding-left: 140px;
    }
     .News li .box .imgs{
        width: 120px;
    }
     .News li .box .text{
        padding-right: 0px;
    }
     .News li .box .text div{
        line-height: 20px;
        height: 40px;
    }
     .News li .box h4{
        font-size: 14px;
    }












































    /*内页*/
    #ny_caidan {
        display: none;
    }

    #down {
        display: block;
        width: 100%;
        line-height: 50px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        background: #002441;
    }

    .ny_content .ny_left {
        width: 100%;
        float: none;
    }

    .ny_content .right_content {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .ny_content .right_content .title4 + div {
        border-radius: 5px;
    }

    .ny_content .right_content .title4 + div.form {
        padding: 20px 0 50px 0;
    }

    /*内页*/
    .ny_content .right_content .form {
        padding: 0%;

    }

    /*内页*/

}

@media screen and (max-width: 767px) {





    /*新闻中心*/

    .News .box{
        padding-left: 140px;
    }
    .News .box .img_box{
        width: 120px;
    }
    .News .box .text_box div{
        line-height: 20px;
        height: 40px;
    }
    .News .box .text_box h4{
        line-height: 24px;
        font-size: 16px;

    }



    /*新闻中心*/
    .Pro1 .out_box{
        padding: 0px;
    }









    /*底部*/
    body {
        padding-bottom: 50px;
    }

    .hot {
        width: 100%;
        height: 50px;
        background: #ddb600;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .dbbox .dbs.ewm-box {
        text-align: center;
    }

    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }

    /*底部*/






















}

@media screen and (max-width: 640px){




















}


@media screen and (max-width: 500px){








































    .ny_content .right_content .new .box{
        padding-left: 125px;
    }
    .ny_content .right_content .new .box .img_box{
        width: 110px;
    }
    .ny_content .right_content .new .box .text_box div{
        line-height: 22px;
        height: 44px;
    }
    .ny_content .right_content .new .box .text_box{
        padding-bottom: 10px;
    }
    .ny_content .right_content .new .box .text_box h4{
        margin: 0;
    }


}