@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: 1230px;
}




/*分页*/
.page_list a{color:#000; margin: 0px 5px;}
.page_list a:hover{ text-decoration: underline;}
.page_list a.on{color:#f00;}





* {
    margin: 0;
!important;
    padding: 0;
!important;
}

a:hover {
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.container-fluid{
    max-width: 1230px;
}

body {
    font-family: "微软雅黑";
!important;
}

#btn {

    font-size: 30px;
    color: #533b1d;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/*头部*/


header {
    position: relative;
    color: #fff;

}
header .phone{
    text-align: right;
}
header .phone span{
    display: inline-block;
    line-height: 32px;
    padding-left: 28px;
    background: url("../images/phone.png") no-repeat 0 7px;
}

header .logo {
    line-height: 128px;
}


#canvas{
    position: absolute;
    left: 0;
    top: 0;
}

#nav {
    margin: 0;
    position: relative;
    padding: 30px 0 0 0;
}

#nav > li {
    float: left;
}

#nav > li a span{
    display: block;
    width: 100%;
    text-align: center;
}




#nav > li a {
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 12.5px;
}
#nav > li:hover a span:first-child{
    transform: scale(1.3);
}
#nav > li a span:first-child{
    line-height: 26px;
    transition: all 0.15s;
}
#nav > li a span:last-child{
    line-height: 24px;
    text-transform: uppercase;
    color: #ef893b;
}
#nav > li:last-child a{
    padding-right: 0;
}
#nav > li.active a{

}
#nav > li:hover a{
    background:url("../images/a_bg.png") center center;
    color: #fff;
}


/*导航*/

.banner img {
    width: 100%;
}
.title{
    padding: 40px 0;
}
.title h4{
    background: url("../images/title_line.png") no-repeat center 32px;
}
.title h4 span:last-child{
    font-size: 20px;
    line-height: 38px;
    color: #000;
    display: inline-block;
}
.title h4 span:first-child{
    font-size: 40px;
    font-weight: bold;
    color: #ff8f00;
    line-height: 52px;
    display: inline-block;
}

.title h5{
    font-size: 20px;
    font-family: "Arial";
    font-weight: bold;
    color: #e4e1df;
    text-transform: uppercase;
    line-height: 30px;
}
.title h6{
    font-size: 12px;
    color: #533b1d;
    line-height: 30px;
}

.peisong{
    background: url("../images/fruit.png") no-repeat right bottom;
}

.peisong .text_box .img{
    line-height: 87px;
    padding-top: 30px;
}
.peisong .text_box .text{
    line-height: 28px;
    height: 196px;
    overflow: hidden;
}



.Service .row{

}
.Service .row .col-md-2{

}
.Service .box .img_box{
    border-radius: 50%;
    border-top:3px solid #ff8f00 ;
    border-bottom:3px solid #ffc377 ;
    border-left:3px solid #ff8f00 ;
    border-right:3px solid #ffc377 ;
    transition: all 0.6s;
    overflow: hidden;
}
.Service .box .img_box div{
    overflow: hidden;
    position: relative;
     width: 100%; height: 100%;  border-radius: 50%;
}
.Service .box .img_box div b{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    top: 0;
}
.Service .box .img_box div span{
    display: block;
    width: 100%;
    border-radius: 50%;
}
.Service .box p{
    margin: 10px 0 0 0;
    line-height: 36px;
    border-bottom: 2px solid #ff8f00;
    text-align: center;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Service .box{
    margin-bottom: 20px;

}

 .more a span{
    display: block;

}
 .more{
    padding-top: 40px;
}
 .more a span:first-child{
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

 .more a span:last-child{
    font-size: 12px;
    line-height: 17px;
    color: #e4e4e4;
    font-family: "e4e4e4";
}


/*合作项目*/
.Add .out_box .row{
    margin: 0 -10px;
}
.Add .out_box .box{
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-bottom: 32px;
}
.Add .out_box .box .img_box{
    height:123px ;
    border: 1px solid #c1c1c1;
    position: relative;
}
.Add .out_box .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
}
.Add .out_box .box .img_box:before{
    content: url("../images/01.png");
    position: absolute;
    left: -1px;
    top: -16px;
}
.Add .out_box .box .img_box:after{
    content: "";
    left: 0;
    width: 100%;
    background: #c1c1c1;
    height: 7px;
    position:absolute;
    left: 0;
    bottom: 0px;
}

.Add .out_box .box:hover .img_box:before{
    content: url("../images/02.png");
}
.Add .out_box .box:hover .img_box:after{
    background: #d86b16;
}
.Add .more a{
    padding: 4px 24px 7px 24px;
    border: 3px solid #333;
    display:inline-block;
    position: relative;
}
.Add .more a:before{
    position: absolute;
    content: url("../images/links_bg.png");
    left: 50%;
    top: 19%;
    margin-left:-163px;
}
/*合作项目*/


/*关于我们*/
.About{
    margin-top: 58px;
    background: url("../images/bg01.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 56px;
}
.About .title{
    margin: 0 auto 64px;
    width: 507px;
    background: #d86b16;
}
.About .title h4 span:first-child{
    color: #fff;
}
.About .title h4 span:last-child{
    color: #fff;
}
.About .title h4{
    background: url("../images/title_line2.png") no-repeat center 32px;
}
.About .title {
    padding: 15px 0 40px 0;
}
.About .title h5{
    color: #e09060;
}
.About .title h6{
    color: #fff;
}
.About .text_box div{
    line-height: 30px;
    height: 300px;
    overflow: hidden;
}
    /*关于我们*/


/*天津分公司*/
.fen_gs{
    background: url("../images/bg_02.jpg") 50% 50%;
    background-size: cover;
    padding: 90px 0 115px 0;
}
#fen_gs .carousel-inner .item{
    padding: 88px 0 0px 0;
}
#fen_gs:before{
    content: url("../images/border.png");
    position: absolute;
    left: 50%;
    margin-left: -333px;
    bottom: -30px;
    z-index: -1;


}
#fen_gs{
    width: 515px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}
#fen_gs .box{
    position: relative;
    padding: 88px 20px 58px 20px;
    background: #d86b16;
    border-radius: 18px;
}
#fen_gs .box h4{
    line-height: 48px;
}
#fen_gs .box  .text div{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
#fen_gs .btn_left{
    background: url("../images/btn_left.jpg")no-repeat;
    width: 78px;
    height: 25px;
    display: inline-block;
}
#fen_gs .btn_right{
    background: url("../images/btn_right.jpg")no-repeat;
    width: 78px;
    height: 25px;
    display: inline-block;
    margin-top:20px;
}
#fen_gs h5{
    position: absolute;
    left:0;
    top: -57px;
    width: 100%;
    margin: 0;
    margin-top:20px;
}
/*天津分公司*/


.News{
    background: #d86b16;
}
.News .title h4 span:first-child{
    color: #fff;
}
.News .title h4 span:last-child{
    color: #fff;
}
.News .title h4{
    background: url("../images/title_line2.png") no-repeat center 32px;
}
.News .title h6{
    color: #fff;
}
.News .title h5{
    color: #e09060;
}

.News .links{
    font-size: 0;
    margin-bottom: 50px;
}
.News .links a{
    display: inline-block;
    line-height: 40px;
    width: 135px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
}
.News .links a.active{
    background: #fff;
    color:#d86b16;
}
.News .box a{
    color: #fff;
}
.News .row{
    margin: 0 -22px;
}
.News .row .col-md-6{
    padding: 0 22px;
}
.News .box{
    position: relative;
    padding-left:196px;
    margin-bottom: 68px;
}
.News .box .img_box{
    position: absolute;
    width: 183px;
    border: 1px solid #fff;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.News .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s;
}
.News .box:hover .img_box span{
    transform: scale(1.1);
}
.News .box .text_box h4{
    font-size: 14px;
    background: url("../images/bg02.jpg") no-repeat;
    background-size: 100% 100%;
    line-height: 34px;
    color: #333;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 10px 0;

}
.News .box .text_box div{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}


/*爱心慈善*/
.love{
    background: url("../images/love.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}
.love .row{
    margin: 0 -10px;
}
.love .row .col-md-3{
    padding: 0 10px;
}
.love .box .img_box{
    height: 120px;
    overflow: hidden;
}
.love .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s;
}
.love .box h4{
    font-size: 16px;
    margin: 6px 0 0 0;
    line-height: 30px;
    color: #414141;
    font-weight: bold;
}
.love .box ul li h5{
    position: relative;
    padding-left:13px;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #414141;
    position: relative;
}
.love .box ul li h5:before{
    content: ".";
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 20px;
}
.love .box ul li div{
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #a2a2a2;
    display: none;
}
.love .box ul li.active div{
    display: block;
}
/*爱心慈善*/



/*联系我们 留言*/
.contact{
    background: #d86b16;
    padding: 26px 0 80px 0;
}
.contact ul{
    background: #fae7ad;
    background: #fae7ad;
    padding: 62px 34px;
    border-radius: 10px;
}
.contact ul li{
    float: left;
    width: 33.3%;
    padding-left: 111px;
    position: relative;
}
.contact ul li:before{
    content: "";
    left: 80px;
    width: 1px;
    height: 96px;
    background: #d86b16;
    position: absolute;
    top: 8px;

}
.contact ul li div{
    font-size: 12px;
    line-height: 29px;
}
.contact ul li>img{
    position: absolute;
    left: 0;
    top: 8px;
}
.contact ul li p a{
    display: inline-block;
    margin-right:20px;
}
.contact form{
    padding: 115px 33px 0 33px;
}
.contact form .form_list{
    margin-bottom: 10px;
}
.contact form .form_list input{
    width: 100%;
    border: 1px solid #fff;
    background: none;
    height: 45px;
    padding-left: 16px;
}
.contact form button{
    border: none;
    background: #fae7ad;
    width: 180px;
    height: 44px;
    color: #d86b16;

}
.contact form textarea{
    border: none;
    background: none;
    width: 100%;
    border: 1px solid #fff;
    height: 155px;
    padding-left: 10px;
}
.contact .row{
    margin: 0 -5px;
}
.contact .row .col-md-6{
    padding: 0 5px;
}

/*联系我们*/

footer .box{
    padding:20px 80px 20px 30px;
    position: relative;
}
footer .box:before{
    content: url("../images/big_wx.jpg");
    position: absolute;
    right: 80px;
    top: 34px;
}
footer .box:after{
    content: url("../images/logo3.png");
    position: absolute;
    right: 166px;
    top: 20px;
}
footer div{
    line-height: 40px;
    color: #9a9a9a;
}
footer ul li{
    float: left;
    padding:0 17.5px ;
    line-height: 34px;
}
footer ul li:first-child{
    padding-left: 0;
}
footer ul li a{
    color: #333;
}

footer a:hover{
    color: #333;
    text-decoration: underline;
}

.ny_content a{
    color: #333;
}
.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width:19.1%;

}

.ny_content .right_content {
    width: 80.9%;
    padding: 0 0 0 22px;

}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4 {

    background: #d86b16;
    border-top: 4px solid #533b1d;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
    border-radius: 4px;
    padding: 6px 0 0 20px;
    color: #fff;

}
.ny_content .left_list .box>h4:after{
    content: url("../images/logo4.png");
    position: absolute;
    right: 11px;
    top: 5px;
}
.ny_content .left_list .box>h4 span{
    display: block;
    line-height: 26px;
    font-size: 18px;
}

#ny_caidan{
    background: url("../images/bg03.jpg") 50% 50%;
    background-size:cover;
    padding: 0 17px 10px 11px ;
}
#ny_caidan a{
    color: #fff;
}

#ny_caidan>li>a{
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    background: url("../images/line1.png") no-repeat left bottom;
}

#ny_caidan>li.active>a{
    background: url("../images/line2.png") no-repeat left bottom;
}

#ny_caidan>li.active>a{
    color: #f6e929;
}




#ny_caidan ul{
    background: #eaae7f;
    margin-top: 8px;
    display: none;
}
#ny_caidan ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
#ny_caidan ul li a:hover{
    color: #d86b16;
}







.ny_content .left_list .adr{
    background: #e8e8e8;
}

.ny_content .left_list .adr div {
    line-height: 28px;
    padding: 0px 10px 10px 10px;

}
.ny_content .left_list .adr img{
    width: 100%;
}


.ny_content .right_content .title4 {
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    font-size: 14px;

    line-height: 50px;

}
.ny_content .right_content .title4:before{
content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 132px;
    background: #d86b16;
}

.ny_content .right_content .title4 p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.ny_content .right_content .title4 + div {
    padding: 20px 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{
    margin-top: 20px;
    padding: 0 20%;
}
.ny_content .right_content .form input {
    width: 100%;
    height: 38px;
    background: #f4f4f4;
    border: 1px dotted #aaa;
    margin-bottom: 7px;
    padding-left: 15px;

}

.ny_content .right_content .form textarea {
    width: 100%;
    background: #f4f4f4;
    border: 1px dotted #aaa;
    height: 145px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.ny_content .right_content .form button {
    width: 100%;
    line-height: 33px;
    border: none;
    color: #fff;
    background:#d86b16;
}

.ny_content .right_content .ziyuan ul li h4 span{
    display: inline-block;
    line-height: 34px;
    color: #fff;
    background: #d86b16;
    width: 134px;
    padding-left: 15px;
    font-size: 14px;
}
.ny_content .right_content .ziyuan ul li div{
    line-height: 26px;
}

.ny_content .right_content .Pro .box{
    margin-bottom: 30px;
}
.ny_content .right_content .Pro .row{
    margin: 0 -10px;
}
.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 .img_box div{
    overflow: hidden;
}
.ny_content .right_content .Pro .box .img_box{
    border: 1px solid #d7d7d7;
    padding: 4px;
    background: #eaeaea;
}
.ny_content .right_content .Pro .box .img_box:hover div span{
    transform: scale(1.1);
}
.ny_content .right_content .Pro .box .img_box div span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.ny_content .right_content .Pro .box p{
    line-height: 55px;
    margin-bottom: 20px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*内页*/

.ny_content .right_content .news ul li h4{

}
.ny_content .right_content .news li{
    margin-bottom: 40px;
}
.ny_content .right_content .news li h4{
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d8d8d8;
}


.ny_content .right_content .news li .box{
    position: relative;
    padding-left: 224px;
}

.ny_content .right_content .news li .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    overflow: hidden;
    height:100%;
}
.ny_content .right_content .news li .box .text_box div{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
}
.ny_content .right_content .news li:hover .box .img_box span{
    transform: scale(1.1);
}
.ny_content .right_content .news li .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}



.ny_content .right_content .news li:hover h4 a{
    color: #fff;
}
/*新闻*/



@media screen and (max-width: 1150px) {


    #nav > li a span:last-child{
      display: none;
    }
    #nav > li a {
        padding: 0 10px;
    }


}

@media screen and (max-width: 1200px) {





footer .box:after{
    display: none;
}
    footer .box:before{
        display: none;
    }
















}

@media screen and (max-width: 991px) {








    header {
        position: relative;
        color: #fff;
    }



    header .logo {
        line-height: 80px;
    }
    header .logo img{
        height: 70px;
    }



    #nav {
       padding: 0;
        position: absolute;
        right: 0;
        top:80px;
        z-index: 9999;
        width: 150px;
        display: none;
    }

    #nav > li {
        float: none;
        width: 100%;
        text-align: center;
        background: rgba(0,0,0,.5);
    }

    #nav > li a {
        padding: 0px;
    }

    #nav > li a span:first-child{
        line-height: 40px;
    }



    /*导航*/

.peisong .img_box img{
    margin: 0 auto;
}
    .peisong .text_box .text{
        line-height: 28px;
        height: auto;
        padding: 20px 0 0 0;

    }










    /*合作项目*/

    .Add .out_box .box{
        width: 33.3%;
    }


    /*合作项目*/


    /*关于我们*/




    .About .text_box div{
        padding: 20px 0;
        line-height: 25px;
        height:auto;
    }
    .About .img_box img{
        margin: 0 auto;
    }
    /*关于我们*/




    .News .links{
        margin-bottom: 30px;
    }


    .News .row{
        margin: 0 -15px;
    }
    .News .row .col-md-6{
        padding: 0 15px;
    }

    .love .box{
        margin-bottom: 20px;
    }
    /*联系我们 留言*/
    .contact{
        background: #d86b16;
        padding: 26px 0 80px 0;
    }
    .contact ul{
        background: #fae7ad;
        background: #fae7ad;
        padding:20px;
        border-radius: 10px;
    }
    .contact ul li{
        width: 100%;
        margin-bottom: 20px;
        min-height: 96px;
    }


    .contact form{
        padding: 20px;
    }
    /*联系我们*/

    footer .box{
        padding:20px 0;
    }


    footer div{
        line-height: 30px;
    }
    footer ul{
     display: none;
    }









































    /*内页*/
    #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%;
    }

    .ny_content .right_content {
        width: 100%;
        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) {



    /*天津分公司*/


    #fen_gs:before{
       display: none;


    }
    #fen_gs{
        width: 100%;
    }


    .fen_gs{

        padding: 20px 0 30px 0;
    }

    /*天津分公司*/







    /*底部*/
    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;
    }

    /*底部*/









    .News .links{
        margin-bottom: 20px;
    }
    .News .links a{
        margin: 0 10px;
    }


    .News .row{
        margin: 0 -15px;
    }
    .News .row .col-md-6{
        padding: 0 15px;
    }
    .News .box{
        padding-left:130px;
        margin-bottom: 20px;
    }
    .News .box .img_box{

        width: 115px;

    }

    .News .box .text_box h4{
        line-height: 26px;
        padding-left: 10px;
        margin:0;

    }




    .About .title{
        margin: 0 0 30px 0;
        width: 100%;
        background: #d86b16;
    }











}




@media screen and (max-width: 500px){

    .Links ul:after{
        display: none;
    }
    .Links ul:before{
        display: none;
    }
    .Links ul li:before{
        display: none;
    }
    .Links ul li:after{
        display: none;
    }
    .Links ul li{
        width: 50%;
    }
    header .logo{
        line-height: 50px;
    }
    header .logo img{
        height: 40px;
    }
    #nav{
        top: 50px;
    }

    .ny_content .right_content .Pro .box:hover .img_box .mb{
       display: none;
    }



    content .out_box .big_box .text_box h3{
        display: none;
    }
    content .out_box .big_box .box .text_box h4{
        line-height: 24px;
        font-size: 14px;
    }
    content .out_box .big_box .box .text_box div{
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin: 0;
    }
    content .out_box .big_box .box .text_box h5{
        display: none;
    }














    /*内页*/


    .ny_content .right_content .news li{
        margin-bottom: 15px;
    }


    .ny_content .right_content .news li .box{
        padding-left: 130px;
    }
    .ny_content .right_content .news li .box{
        min-height:inherit;
    }
    .ny_content .right_content .news li .box .img_box{
        height: 100%;
        width: 110px;
    }
    .ny_content .right_content .news li h4{
        padding-bottom: 0;
    }
    .ny_content .right_content .news li .box .text_box div{
        line-height: 20px;
        height: 40px;
        font-size: 12px;
    }



    /*新闻*/


}