@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;
}


* {
    margin: 0;
!important;
    padding: 0;
!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}








body {
    font-family: "微软雅黑";
!important;
}

#btn {
    display: none;
    font-size: 30px;
    color: #e60000;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/*头部*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
}

header .logo {
    line-height: 90px;
}

header .header_right div {
    line-height: 42px;
    text-align: right;
}

header .header_right div span {
    color: #fff;
    position: relative;
    padding-left: 30px;
}

header .header_right div span:before {
    content: url("../images/phone.png");
    position: absolute;
    left: 0;
    top: -2px;
}

header .header_right div i {
    font-style: normal;
    color: #f80000;
}

#nav {
    margin: 0;
}

#nav > li {
    float: left;
    padding: 0 18px;
}

#nav > li:last-child {
    padding-right: 0;
}

#nav > li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
}

#nav > li.active a {
    color: #f80000;
}

#nav > li a:hover {
    color: #f80000;
    text-decoration: underline;
}

/*导航*/

.banner img {
    width: 100%;
}

.title h3 {
    margin: 0;
    line-height: 40px;
    font-size: 33px;
    font-weight: bold;
    color: #ff0c0c;
    text-transform: uppercase;
    padding: 35px 0 0 0;
}

 .title h4 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
     line-height: 38px;
     margin: 0;
     background: url("../images/title_line.png") no-repeat center center;
}
.title{
    padding-bottom: 46px;
}



/*公司简介*/
.About{
    padding-bottom: 40px;
}
.About .row {
    margin:0px;
}

.About .col-md-6 {
    padding:0px;
}
.About .img_box{
    padding: 0 40px;

}
.About .img_box div{
    height: 352px;
    overflow: hidden;
    border-radius: 5px;
}

.About .img_box div a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s;
}

.About .img_box:hover a {
    transform: scale(1.1);
}

.About .text_box {
    height: 352px;
    position: relative;
}
.About .text_box h4{
    margin: 0;
    line-height: 40px;
    overflow:hidden;
    height: 40px;
}
.About .text_box div {
    line-height: 25px;
    height: 200px;
    overflow: hidden;
}



.About .text_box a {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 50px;
    background: #ff0c0c;
    color: #fff;
    border-radius: 5px;
}

/*公司简介*/




/*服务项目*/
.service .row{
    margin: 0 -20px;
}
.service .col-md-3{
    padding: 0 20px;
}
.service{
    background: url("../images/bg01.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 110px;
}
.service .big_box .box{
    padding: 0 33px;
}
.service .big_box .text_box h4{
    margin: 0;
    line-height: 54px;
    font-size: 20px;
    color: #333;
    background: url("../images/title_line3.png") no-repeat center center;
}
.service .big_box .text_box h4+a{
    display:inline-block;
    line-height: 30px;
    color: #fff;
    background: #cfcfcf;
    padding: 0 64px;
    border-radius: 5px;
}
.service .big_box .box .img_box{
    background: #fff;
    border-radius: 50%;
    border: 8px solid #cfcfcf;
    padding: 4px;
    overflow:hidden;
}
.service .big_box .box .img_box a{
    display: block;
    width: 100%;
    border-radius: 50%;
}

.service .big_box:hover .box .img_box{
    border: 8px solid #ff0c0c;
}
.service .big_box:hover .text_box h4{
    color: #ff0c0c;
    background: url("../images/title_line2.png") no-repeat center center;
}
.service .big_box:hover .text_box h4+a{
    background: #ff0c0c;

}
/*服务项目*/

/*产品中心*/
.Products{
    background: url("../images/bg02.jpg") 50% 50%;
    background-size: cover;
}
.Products .title h4{
    color: #fff;
}
/*产品中心*/










/*产品中心*/
.Products{
    padding-bottom: 60px;
}
.Pro .picture24 ul li{
    margin-bottom: 36px;
}
.Pro .picture24 ul li:last-child{
    margin-bottom: 0;
}
.Pro .box .img_box img{
    width: 100%;
    transition: all 0.15s;
}


.Pro .box:hover h4{
    background: #ff0c0c;
    color: #fff;
}
.Pro .box:hover h4 a{
    background: #fff;
    color: #ff0c0c;
}


.Pro .box h4{
    margin: 0;
    font-size: 14px;
    text-align: center;
    background:#fff;
    padding:6px 0;
}
.Pro .box h4 a{
    display:inline-block;
    padding: 0px 6px;
    line-height: 33px;
    background: #ff0c0c;
    margin-left: 14px;
    color: #fff;
}

.Pro .picture24{
    margin: 0 -10px;
}
.Pro .picture24 .item{
    margin: 0 10px;
}


.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: 46px;
    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.png) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    background: url(../images/zjt.png) 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
}

/*.more a{ display:block; width:236px; line-height:45px; border:1px solid #cac9c9; text-align:center; background:#fff; font-size:13px; color:#959595; text-transform:uppercase; margin:0 auto; transition:all .3s;}*/
/*.more a:hover{ background:#903d3c; border:1px solid #903d3c; color:#fff;}*/
/*产品中心*/



/*广告2*/
.banner2{
    padding: 25px 0;
    background: url("../images/bg04.jpg") 50% 50%;
    background-size: cover;
}

/*广告2*/





/*新闻中心*/
.News{
    background: url("../images/bg01.jpg") 50% 50%;
    background-size: cover;
    padding-bottom: 46px;
}
.News .box .text_box {
    width: 36.5%;
    height: 144px;
}

.News .box .text_box h4 {
    margin: 0 0 4px 0;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    padding-left: 17px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.News .box {
    margin-bottom: 2px;
}

.News .box .text_box:hover h4 {
    color: #ff0c0c;
}

.News .box .text_box:hover div {
    color: #ff0c0c;
}

.News .box .text_box h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 16px;
    background: #ff0c0c;
}

.News .box .text_box div {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #8a8a8a;
    padding-left: 17px;
}

.News .box .img_box {
    width:27%;
    height: 144px;
    overflow: hidden;
    padding: 0 30px;
}

.News .box .img_box a {
    display: block;
    width: 100%;
    height: 100%;
}

/*新闻中心*/








.case{
    padding-bottom: 60px;
}
.case ul li .img_box{
    display: block;
    width: 450px;
    height: 325px;
    overflow: hidden;
    position: relative;
}
.case ul li .img_box:hover .text_box{
    left: 0;
}
.case ul li .img_box span{
    display: block;
    width: 100%;
    height: 100%;
}
.case ul li a .text_box{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15%;
    background: rgba(0,0,0,.4);
    transition: all 0.3s;
}
.case ul li a .text_box div{
line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.case ul li a .text_box h4{
    margin: 0;
    line-height: 60px;
    font-size: 20px;
}









.contact {
    background: url("../images/bg03.jpg") 50% 50%;
    background-size: cover;
    padding-bottom: 60px;
    color: #fff;
}
.contact .title h4{
    color: #fff;
}
.contact .col-md-6 h4{
    margin: 0;
    line-height: 20px;
    padding-bottom: 26px;
    font-size: 20px;
}

.contact .adr {
  position: relative;
    padding-left:184px;
    min-height: 157px;
    margin-bottom: 14px;
}
.contact .adr img{
    position: absolute;
    left: 0;
    top: 0;
}
.contact .adr div {
   line-height: 23px;
}

.contact .map{
    overflow: hidden;
    height: 219px;

}
.contact .form_list {
    margin-bottom: 5px;
}

.contact .form_list input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(255,255,255,.57);
}
.contact .form_list input::-webkit-input-placeholder{
    color: #333;
}
.contact .form_list textarea::-webkit-input-placeholder{
    color: #333;
}
.contact .form_list textarea {
    width: 100%;
    height: 200px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(255,255,255,.57);
}

.contact .form_list button {
    height: 45px;
    width: 100%;
    background:rgba(255,12,12,.57);
    border: none;
    color: #fff;
    border-radius: 5px;
    border: 1px dotted #fff;

}

/*联系我们*/

footer {
    background: #ff0c0c;
    padding: 20px 0;
    color: #fff;
    line-height: 14px;
}

footer a{
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer ul{
    font-size: 0;
    text-align: center;
}
footer ul li{
    display:inline-block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 14px;
    border-right: 2px solid #fff;
}

footer ul li:last-child{
    border-right: none;
}
footer .container-fluid div{
    line-height: 25px;
}




.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width: 22.5%;

}

.ny_content .right_content {
    width: 77.5%;
    padding: 0 0 0 30px;

}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4 {
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #e60000;
    font-weight: bold;
    margin: 0;

}
.ny_content .left_list .box>h5{
    margin: 0;
    line-height: 40px;
}
.ny_content .left_list .box>h5 a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.ny_content .left_list .box{
    background: #dadada;
    border-radius: 5px;
    padding:0 5px 5px 5px;
}

#ny_caidan {
    background: #fff;
    padding:5px;
    border-radius: 5px;
}
#ny_caidan > li{
    margin-bottom: 5px;
}
#ny_caidan > li>a{
    display: block;
    line-height: 45px;
    border-radius: 5px;
    background: #e60000;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-left:90px;
    position: relative;
}

#ny_caidan > li>a:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-right:5px solid transparent;
    border-bottom:5px solid transparent;
    border-top:5px solid transparent;
    border-left:5px solid #fff;
}
#ny_caidan ul{
    display: none;
}
#ny_caidan ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px;
    border-bottom: 1px dotted #bfbfbf;
    padding-left: 90px;
    font-size: 16px;
    color: #000;
}

#ny_caidan ul li a:hover{
    color: #e60000;
}


.ny_content .left_list .adr {
    background: #fff;
    border-radius: 5px;
}

.ny_content .left_list .adr div {
    line-height: 22px;
    padding: 10px 0 15px 10px;

}

.ny_content .right_content .title4 {
    line-height: 38px;
    padding-top: 12px;
    border-bottom: 1px solid #d2d2d2;
}



.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: 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: #0c72c6;*/
/*}*/

/*.ny_content .right_content .tr .row {*/
    /*margin: 0 -10px;*/
/*}*/

/*.ny_content .right_content .tr .row .col-md-4, .ny_content .right_content .tr .row .col-xs-6 {*/
    /*padding: 0 10px;*/
/*}*/

/*.ny_content .right_content .tr .box03 {*/
    /*margin-bottom: 20px;*/
/*}*/

/*.ny_content .right_content .Service .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{
    margin-bottom: 20px;
}


.ny_content .right_content .News {
    background: none;
}

/*内页*/


/*新闻*/

.ny_content .right_content .new .box{
    position: relative;
    padding-left: 213px;
    margin-bottom: 20px;
}
.ny_content .right_content .new .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 187px;
    height: 100%;
    overflow: hidden;
}
.ny_content .right_content .new .box .img_box img{
    max-width: 100%;
    transition: all 0.15s;
}
.ny_content .right_content .new .box .text_box h4{
    margin: 0 0 9px 0;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.ny_content .right_content .new .box .text_box h4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    background: #e60000;
    height: 16px;
}


.ny_content .right_content .new .box .text_box div{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #8a8a8a;
    padding-left: 17px;
}
.ny_content .right_content .new .box .text_box{
    padding-bottom: 44px;
}
.ny_content .right_content .new .box:hover img{
    transform: scale(1.05);
}
.ny_content .right_content .new .box:hover .text_box h4{
    color: #e60000;
}
.ny_content .right_content .new .box:hover .text_box div{
    color: #e60000;
}


/*新闻*/



@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) {



    #btn {
        display: block;
    }

    header {
        height: auto;
    }

    header .logo {
        line-height: 60px;
    }
    header .logo img{
        height: 40px;
    }
    #nav {
        display: none;
        position: absolute;
        right: 0;
        width: 150px;
        z-index: 9999;
        background:rgba(0,0,0,.74);
        top: 60px;
    }

    #nav > li {
        float: none;
        padding: 0;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    #nav > li > a {
        padding: 0;
        width: 100%;
        display: block;
        color: #fff;
        font-size: 14px;
        height: 100%;
    }

    #nav > li.active a {
        background: none;
        color: #fff;
    }

    #nav > li:hover a {
        background: none;
    }



/*公司简介*/

    .About .img_box{
        padding:0;

    }
    .About .text_box {
        height: auto;
    }

    .About .text_box div {
        height: auto;
    }

    .About .text_box h4 {
        line-height: 40px;
        font-size: 20px;
    }

    .About .text_box a {
        display: block;
        width: 180px;
        text-align: center;
        line-height: 45px;
        position: static;
        margin: 20px 0;
    }

    /*公司简介*/


    /*服务项目*/
    .service .row{
        margin: 0 -10px;
    }
    .service .col-md-3{
        padding: 0 10px;
    }
    .service{
        padding-bottom: 50px;
    }

    .service .big_box{
        margin-bottom: 20px;
    }

    /*服务项目*/

    /*产品中心*/
    .Products{
        background: url("../images/bg02.jpg") 50% 50%;
        background-size: cover;
    }
    .Products .title h4{
        color: #fff;
    }
    /*产品中心*/


    /*新闻中心*/

    .News .box .text_box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .News .box .img_box {
      display: none;
    }

    /*新闻中心*/



    /*联系我们*/

    footer {
        background: #ff0c0c;
        padding: 20px 0;
        color: #fff;

    }

    /*联系我们*/






















    /*内页*/
    #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) {





header{
    position: relative;
    background: #000;
}

    .title h3 {
        line-height: 30px;
        font-size: 25px;
        padding: 20px 0 0 0;
    }

    .title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .title{
        padding-bottom: 20px;
    }


    /*服务项目*/
    .service .row{
        margin: 0 -10px;
    }
    .service .col-md-3{
        padding: 0 10px;
    }
    .service .big_box .box{
        padding:0px;
    }
    .service .big_box .text_box h4{
        line-height: 40px;
        font-size: 16px;
    }
    .service .big_box .text_box h4+a{
        padding: 0 30px;
    }
    .service .big_box .box .img_box{
        border: 4px solid #cfcfcf;
    }
    .service .big_box:hover .box .img_box{
        border: 4px solid #e60000;
    }
    /*服务项目*/












    /*底部*/
    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: 500px) {

    #btn {
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    header .logo img {
        height: 30px;
    }

    header .logo {
        line-height: 50px;
    }

    #nav {
        top: 50px;
    }

}


@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;
    }


}