@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: 1030px;
}


* {
    margin: 0;
!important;
    padding: 0;
!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}








body {
    font-family: "微软雅黑";
!important;
}

#btn {

    font-size: 30px;
    color: #56a4fa;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/*头部*/
header {
    position: relative;

}

header .logo {
    line-height: 120px;
}
header .call{
    height: 120px;
    padding: 43px 0 0 58px;
    background: url("../images/phone.png") no-repeat 0 45px;
}
header .call div{
    line-height: 15px;
    font-size: 16px;
    color: #000;
}
header .call h5{
    margin: 0;
    line-height: 26px;
    color: #2588f6;
    font-size: 20px;
    font-weight: bold;
}


nav{
    line-height: 55px;
    background: #2588f6;
}
#nav {
    margin: 0;
    position: relative;
}
#nav:before{
    content: "";
    position: absolute;
    left: -1px;
    top: 15px;
    height: 26px;
    width: 1px;
    background: #4fa2ff;
}
#nav:after{
    content: "";
    position: absolute;
    right: -1px;
    top: 15px;
    height: 26px;
    width: 1px;
    background: #0c70de;
}
#nav > li {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
}
#nav>li>a:before{
    content:"";
    left: 0;
    top: 15px;
    position: absolute;
    width: 1px;
    height: 26px;
    background: #0c70de;
}

#nav>li>a:after{
    content:"";
    right: 0;
    top: 15px;
    position: absolute;
    width: 1px;
    height: 26px;
    background: #4fa2ff;
}



#nav > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
}

#nav > li.active{
    background: #fa9115;
}
#nav > li.active:before{
    content:"" ;
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: #fa9115;
}
#nav > li:hover{
    background:#fa9115;
}

#nav > li:hover:before{
    content:"" ;
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: #fa9115;
}



/*导航*/

.banner img {
    width: 100%;
}

.title{
    padding:30px 0;
}
.title h4{
    background: url("../images/title_line.png") no-repeat center center;
    margin: 0;
}
.title h4 a{
    display: inline-block;
    padding: 0 80px 20px 80px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    background: url("../images/line_bg.png") no-repeat 18px bottom;
}
.title h4 a span{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    left: 79px;
    top:27px;
    line-height: 25px;
    color: #cdcdcd;
    text-transform: uppercase;
}



/*产品展示*/
.Service{
    padding-bottom: 50px;
}
.Service .out_box{
    padding: 0 23px;
}
.Service .out_box .row{
    margin: 0 -50px;
}
.Service .out_box .col-md-3{
    padding: 0 50px;
}
.Service .out_box .box{

}
.Service .out_box .box .img_box{
    padding: 3px;
    border-radius: 50%;
    border: 6px solid #1f71cc;
}
.Service .out_box .box .img_box a{
    display: block;
    width: 100%;
    border-radius: 50%;
}



.Service .out_box .box .text_box h4{
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px dotted #6b99cc;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Service .out_box .box .text_box div{
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.Service .out_box .box:hover .img_box{
    border: 6px solid #fa9115;
}
    /*产品展示*/



.About{
    background: url("../images/bg01.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 56px;
    overflow: hidden;
}
.About .title h4 a span{
    color: #2588f6;
}
.About .title h4 a{
    color: #2588f6;
}
.About .row{
    margin: 0 -20px;
}
.About .row .col-md-6{
    padding: 0 20px;
}
.About .img_box a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.About .img_box{
    height: 320px;
    border-radius: 6px;
    position: relative;
}
.About .img_box:after{
    content: url("../images/box_shandow.png");
    position: absolute;
    left: 8px;
    top: -1px;

}

.About .text_box div{
    line-height: 34px;
    height: 204px;
    overflow: hidden;
}
.About .text_box h3{
    font-size: 31px;
    color: #fb0000;
    line-height: 64px;
    font-weight: bold;
    margin: 0;
}
.About .text_box{
    height: 320px;
    position: relative;
}
.About .text_box a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 38px;
    background: #2588f6;
    color: #fff;
    text-align: center;
}
/*产品中心*!/*/

.Products .title{
    background: url("../images/bg02.jpg") 50% 50%;
    background-size: cover;
}

.Products .title h4 a{
    color: #fff;
}
.Products .title h4 {
    background: url("../images/title_line2.png") no-repeat center bottom;
}
.Products .title h4 a span{
    color: #fff;
}
.Products .title h4 a {
    background: url("../images/line_bg2.png") no-repeat 17px center;
}







.Pro .picture24{
    padding: 40px  0 35px 0;
}
.Pro .picture24 ul li{
    margin-bottom: 30px;
}
.Pro .picture24 ul li:last-child{
    margin-bottom: 0;
}
.Pro .box .img_box img{
    width: 100%;
    transition: all 0.15s;
}
.Pro .box .img_box{
  border: 1px solid #cdcdcd;
    padding: 1px;
}
.Pro .box:hover h4{
    background: #2588f6;
    color: #fff;
}



.Pro .box h4 {
    font-size: 14px;
    text-align: center;
     background: #e6e6e6;
    border: 1px solid #cdcdcd;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin: 3px 0 0 0;

}


.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: 41px;
    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
}

/*.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;}*/
/*产品中心*/



/*新闻中心*/
.common .container-fluid{
    padding-top: 46px;
}
.common .title{
    background: url("../images/bg02.jpg") 50% 50%;
    background-size: cover;
}
.common .title  h4 a{
    color: #fff;
    background: url("../images/line_bg2.png") no-repeat 17px 0;
}
.common .title h4 a span{
    color: #fff;
}
.common .title  h4{
    background: url("../images/title_line2.png") no-repeat bottom;
}

.common .row{
    margin: 0 -20px;
}
.common .row .col-md-6{
    padding: 0 20px;
}
.common .box{
    position: relative;
    padding-left: 210px;
    margin-bottom: 60px;
}
.common .box:hover .text_box h4{
    color: #2588f6;
    border-bottom: 1px dotted #2588f6;
}
.common .box:hover .text_box div{
    color: #2588f6;
}
.common .box:hover .text_box h5 a{
    background: #fa9115;
}
.common .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
}
.common .box .img_box:after{
    content: url("../images/box_shandow2.png");
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
}
.common .box .img_box a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.common .box .text_box h4{
    margin: 0 0 6px 0;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dotted #7d7d7d;
}
.common .box .text_box div{
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}
.common .box .text_box h5{
    margin: 8px 0 0 0;
}
.common .box .text_box h5 a{
    display: block;
    width: 100%;
    height: 100%;
    background: #2588f6;
    line-height: 23px;
    border-radius: 5px;
    color: #fff;
  text-align: center;
}
/*新闻中心*/






.contact{
    background: url("../images/footer_bg.jpg") 50% 50%;
    background-size:cover;
    color: #fff;
    padding-bottom: 30px;
}
.contact .title h4 a {
    color: #fff;
    background: url("../images/line_bg2.png") no-repeat 17px bottom;
}
.contact .title h4 a span{
    color: #fff;
}
.contact .title h4{
    background: url("../images/title_line2.png") no-repeat bottom;
}


.contact .box{
    background: rgba(2,19,37,.5);
    padding: 0 15px 30px 15px;
}
.contact .box h4{
    margin: 0;
    line-height: 58px;
    font-size: 16px;
}

.contact .adr li {
    line-height: 28px;
   padding-left: 35px;
}
.contact .adr li:nth-child(1){
    background: url("../images/tb.png") no-repeat 0 0;
}
.contact .adr li:nth-child(2){
    background: url("../images/tb.png") no-repeat 0px -26px;
}
.contact .adr li:nth-child(3){
    background: url("../images/tb.png") no-repeat 0 -55px;
}
.contact .adr li:nth-child(4){
    background: url("../images/tb.png") no-repeat 0 -80px;
}
.contact .adr li:nth-child(5){
    background: url("../images/tb.png") no-repeat 0 -108px;
}
.contact  .text{
    line-height: 28px;
    height: 228px;
    overflow: hidden;
}

.contact .map{
    overflow: hidden;
    height: 210px;

}
.contact .form_list {
    margin-bottom: 5px;
}

.contact .form_list input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    color: #000;
}
.contact .form_list input::-webkit-input-placeholder{

}
.contact .form_list textarea::-webkit-input-placeholder{

}
.contact .form_list textarea {
    width: 100%;
    height: 200px;
    padding-left: 10px;
    color: #000;
}

.contact .form_list button {
    height: 40px;
    width: 100%;
    background:#0197d2;
    border: none;
    color: #fff;
}

/*联系我们*/


footer{
    background: #2588f6;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 15px 0;
}
footer a{
    color: #fff;
}
footer ul {
    font-size: 0;
}
footer ul li{
    padding: 0 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    border-right:2px solid #fff;
}
footer ul li:last-child{
    border-right: none;
}

.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width: 23%;

}

.ny_content .right_content {
    width: 77%;
    padding: 0 0 0 30px;

}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4 {
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    margin: 0 0 5px 0;
    border-radius: 6px 6px 0 0;
    padding: 1px;
    border: 1px solid #2588f6;

}
.ny_content .left_list .box>h4 span{
    background:url("../images/line_bg2.png") no-repeat 20px center #2588f6;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    padding-left: 83px;
}
.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_caidan > li{

    border: 1px solid #e1e1e1;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 45px;
    padding: 7.5px 10px;
}
#ny_caidan > li:after{
    content: "";
    width:226px;
    height:41px;
    background: #e1e1e1;
    position: absolute;
    left:1px;
    top:1px;
    display: block;
}
#ny_caidan > li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
		line-height:28px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #333;
}

#ny_caidan > li:hover>a{
    background: #fa9115;
    color: #fff;
}
#ny_caidan > li.active>a{
    background: #fa9115;
    color: #fff;
}






.ny_content .left_list .adr {
   border: 1px solid #e1e1e1;
    line-height: 28px;
    padding: 10px 4px 4px 4px;
}



.ny_content .right_content .title4 {
    line-height: 55px;

    padding-left: 15px;
    border-bottom: 1px solid #2588f6;
    position: relative;
}
.ny_content .right_content .title4:before{
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    width: 4px;
    height: 14px;
    background: #2588f6;
    margin-top: -6px;
    border-radius: 2px;
}


.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: #0197d2;
    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: #0197d2;
}
.ny_content .right_content .new .box:hover .text_box div{
    color: #0197d2;
}


/*新闻*/



@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) {



    /*头部*/
    header {
        position: relative;

    }

    header .logo {
        line-height: 80px;
    }
    header .logo img{
        height: 60px;
    }


#ny_caidan > li:after{
    content: "";
    width:98%;
    height:41px;
    background: #e1e1e1;
    position: absolute;
    left:1%;
    top:1px;
    display: block;
}


    nav{
        line-height:normal;
    }
    #nav {
        display: none;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 9999;
        width: 150px;
        background: rgba(0,0,0,.5);
    }
    #nav:before{
       display: none;
    }
    #nav:after{
        display: none;
    }
    #nav > li {
        float: none;
        width: 100%;
        line-height: 40px;

    }
    #nav>li>a:before{
        display: none;
    }

    #nav>li>a:after{
     display: none;
    }



    #nav > li.active{
        background: #fa9115;
    }
    #nav > li.active:before{
        display: none;
    }
    #nav > li:hover{
        background:#fa9115;
    }

    #nav > li:hover:before{
       display: none;
    }



    /*导航*/





    /*产品展示*/
    .Service{
        padding-bottom: 30px;
    }
    .Service .out_box{
        padding: 0 10px;
    }
    .Service .out_box .row{
        margin: 0 -10px;
    }
    .Service .out_box .col-md-3{
        padding: 0 10px;
    }
    .Service .out_box .box{
        margin-bottom: 15px;
    }

    /*产品展示*/



    .About{
        padding-bottom: 30px;
    }



    .About .img_box{
        height: 320px;
        border-radius: 6px;
        position: relative;
    }
    .About .img_box:after{
        display: none;
    }
    .About .text_box div{
        line-height: 26px;
        height:auto;
    }

    .About .text_box{
        height:auto;
    }
    .About .text_box a{
        position: static;
        display: block;
     width: 100%;
    }















    /*内页*/
    #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) {















    /*底部*/
    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;
    }



    /*产品中心*!/*/


    .About .text_box h3{
        font-size: 20px;
        line-height: 30px;
    }


    .Pro .picture24{
        padding: 30px  0 20px 0;
    }
    .Pro .picture24 ul li{
        margin-bottom: 20px;
    }


    /*新闻中心*/
    .common .container-fluid{
        padding-top: 20px;
    }

    .common .box{
        position: relative;
        padding-left: 140px;
        margin-bottom: 20px;
    }
    .common .box .img_box{
        width: 120px;
    }
    .common .box .img_box:after{
      display: none;
    }

    .common .box .text_box h4{
        margin:0;
    }
    .common .box .text_box div{
        height: 46px;
    }
    .common .box .text_box h5{
        margin:0;
    }
    /*新闻中心*/







    .contact .box{
        background:none;
        padding: 0;
    }
    .contact .box h4{
        margin: 0;
        line-height: 58px;
        font-size: 16px;
    }




































    .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;
    }


}