

.container-fluid2{
    width: 100%;
    padding: 0 15px;
}
.container-fluid{
    max-width: 1230px;
}
* {
    margin: 0;
!important;
    padding: 0;
!important;
}
a:link{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}


.top{
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    background: #2e3339;
}

.top .Phone span{
    display: inline-block;
    padding: 0 20px;
}
.top .Phone span:first-child{
    background: url("../images/phone.png") no-repeat left center;
}

.top .Phone span:last-child{
    background: url("../images/phone2.png") no-repeat left center;
}


body {
    font-family: "微软雅黑";
    !important;
}

#btn {
    font-size: 25px;
    color: #0059a3;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}


/*头部*/
header {
    position: relative;
    background: url("../images/nav_bg.jpg") repeat-x;
}

header .logo {
    line-height:60px;
    padding-right: 70px;
}
header .logo img{
    max-width: 100%;
}



#nav{
    font-size: 17px;
    font-weight: bold;
    color: #3f464e;
}
#nav>li{
    line-height: 60px;
    float: left;
    position: relative;
}
#nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 21px;
    position: relative;
}
#nav>li>a:after{
    content: url("../images/nav_a_line.png");
    position: absolute;
    right: 0;
    top: 0;
}

#nav>li.active>a{
    background: #0059a3;
    color: #fff;
}
#nav>li>a:hover{
    background: #0059a3;
    color: #fff;
}




header .shoucang{
    line-height: 60px;
    padding-left: 60px;
    border-left: 1px solid #a6a3a3;
    background: url("../images/search.png") no-repeat 30px center;
}
header .shoucang a{
    color: #555;
}








/*二级下拉*/
    #nav ul{
        position: absolute;
        left: 0;
        top: 60px;
        width: 200%;
        z-index: 99999;
        display: none;
        padding-top: 2px;
    }
#nav ul li{
    line-height: 60px;
    background:url("../images/nav_bg.jpg") repeat-x;
    margin-bottom: 2px;
    text-align: center;

}
#nav ul li a{
    color: #0059a3;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#nav ul li:hover a{
    color: #fff;
    background: #0059a3;
}




/*二级下拉*/






/*导航*/

.banner img {
    width: 100%;
}

/*公用样式*/

.links{
    padding: 30px 0;
}
.links .box img{
    border: 1px solid #d9d9d9;
    transition: all 0.15s;
}
.links .box{
    overflow: hidden;
}
.links .box:hover img{
    transform: scale(1.1);
}

.title{
    line-height: 48px;
    border-bottom: 1px solid #c5c5c5;
    padding-left: 14px;
    position: relative;
    margin-bottom: 24px;
}
.title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 18px;
    width: 5px;
    background: #0059a3;
    margin-top: -9px;
    border-radius: 2px;
}
.title b{
    font-size: 18px;
    color: #0059a3;
    font-weight: bold;
}
.title span{
    font-size: 13px;
}




.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: 47px;
    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
}










.Pro{
    padding: 16px 0 0 0;
    background: #f5f5f5;
}

.Pro .box{
    margin-bottom: 30px;
}
.Pro .box .img_box{
    position: relative;
    overflow: hidden;
}
.Pro .box .img_box div div{
    position: absolute;
    left: -100%;
    transition: all 0.3s;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    color: #fff;
    padding-top:15%;
}
.Pro .box:hover .img_box div div{
    left: 0;
}

.Pro .box .text{
    line-height: 38px;
   padding: 0 8px 8px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






.Pro .picture24{
    margin: 0 -7px;
}
.Pro .picture24 .item{
    padding: 0 7px;
}




.footer1{
    background: #e7e7e7;
    padding: 40px 0;
}
.footer1 a{
    color: #333;
}
.footer1 img{
    max-width: 100%;
}
.footer1 ul{
    width: 12%;
    border-right:1px solid #d7d7d7 ;
}
.footer1 ul:nth-child(6){
    padding-left: 20px;
}
.footer1 ul:nth-child(6),.footer1 ul:nth-child(7){
    width: 20%;
    border-right: none;
}
.footer1 ul li{
    line-height: 30px;
    text-align: center;
}

.footer1 ul li:first-child{
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.footer1 ul:nth-child(6) li{
    text-align: left;
}







footer{
    line-height: 24px;
    padding: 10px 0;
    background: #2e3339;
    color: #fff;
}

footer a{
    color: #fff;
}









.ny_content a{
    color: #333;
}
.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width: 245px;
    float: left;
}

.ny_content .right_content {
    margin-left: 245px;
    padding: 0 0 0 30px;
}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4{
    line-height: 50px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background:url("../images/nav_bg.jpg") repeat-x;
    border: 1px solid #e9e6e6;
    border-bottom: 2px solid #e9e6e6;
    padding-left: 54px;
    position: relative;
}
.ny_content .left_list .box>h4.concat:before{
    content: url("../images/phone3.png");
}
.ny_content .left_list .box>h4:before{
    content: url("../images/fk.png");
    position: absolute;
    left: 15px;
    top:11px;
}




#ny_caidan >li{
    margin-bottom:1px;
}


#ny_caidan > li.active>a{
    background: #0059a3;
    color: #fff;
}

#ny_caidan > li:hover>a{
    background: #0059a3;
    color: #fff;
}



#ny_caidan > li>a{
    display:block;
    width: 100%;
    color: #000;
    font-family: "宋体";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    background: #f0f0f0;
    padding:0 10px 0 25px;
    line-height: 35px;
}
#ny_caidan{
    border: 1px solid #e9e6e6;
}


#ny_caidan  ul{
    display: none;
}

#ny_caidan  ul>li>a{
    display: block;
    width: 100%;
    line-height: 35px;
    background: #f9f9f9;
    padding:0 75px 0 60px;
    font-size: 12px;
    position: relative;
}
#ny_caidan  ul>li{
    margin-bottom: 2px;
}


#ny_caidan  ul a:hover{
    color: #0059a3;
}

.ny_content .left_list .adr {
    line-height: 28px;
    padding: 0px 4px 4px 4px;
    background: #f2f2f2;
}
.ny_content .left_list .adr img{
    width: 100%;
}


.ny_content .right_content .title4 {
    line-height: 52px;
    position: relative;
    color: #999;
  background: url("../images/line.png") repeat-x bottom;
}


.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 .box{
    font-size: 0;
    border: 1px solid #bdbdbd;
    border-top: 3px solid #01a3d2;
    padding: 15px;
    margin-bottom: 20px;
}


.ny_content .right_content #xqy .box .img_box{
    display: inline-block;
    width: 50%;
}

.ny_content .right_content #xqy .box .text{
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 15px;
}

.ny_content .right_content #xqy .box2{
    margin-bottom: 10px;
}

.ny_content .right_content #xqy .row{
    margin: 0 -5px;
}


.ny_content .right_content #xqy .row .col-md-4,.ny_content .right_content #xqy .row .col-xs-6{
    padding: 0 5px;
}










.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: #ff5500;
}






.ny_content #list li{
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-right: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_content #list li span{
    position: absolute;
    right: 0;
    top: 0;
}
.ny_content #list li:hover a{
    color: #0059a3;
}
















.ny_content .right_content .case .row{
    margin: 0 -7px;
}

.ny_content .right_content .case .row .col-md-4, .ny_content .right_content .case .row .col-xs-6 {
    padding: 0 7px;
}
.ny_content .right_content .case .box{
    margin-bottom: 14px;
    border: 1px solid #f1f1f1;
}

.ny_content .right_content .case .box .biaoti{
    line-height: 35px;
    text-align: center;
    background: #f7f7f7;
}
.ny_content .right_content .case .box ul{
    padding: 10px;
}
.ny_content .right_content .case .box ul li{
    width: 50%;
    height: 90px;
}
.ny_content .right_content .case .box ul li.img{
    line-height: 90px;
    overflow: hidden;
    text-align: center;
}
.ny_content .right_content .case .box ul li.img img{
    display: inline-block;
    transition: all 0.15s;
}
.ny_content .right_content .case .box:hover ul li.text a{
    background: #f6a200;
    color: #fff;
}
.ny_content .right_content .case .box:hover ul li.img img{
    transform: scale(1.1);
}
.ny_content .right_content .case .box ul li.text{
    padding-left: 8px;
    position: relative;
}
.ny_content .right_content .case .box ul li.text h5{
   font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 17px;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny_content .right_content .case .box ul li.text h6{
    line-height: 16px;
}
.ny_content .right_content .case .box ul li.text a{
    position: absolute;
    left: 8px;
    bottom: 0;
    padding: 0 25px 0 40px;
    border: 1px solid #ccc;
    border-radius: 15px;
    line-height: 25px;
    background: url("../images/search2.png") no-repeat 16px center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_content .right_content .case .box ul+p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    padding: 0 10px;
}


.ny_content .Service .box{
    margin-bottom: 20px;
}

/*内页*/
.ny_content #list ul li{
    position: relative;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    padding-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_content #list ul li span{
    position: absolute;
    right: 0;
    top: 0;
}
.ny_content .right_content .news .box{
    position: relative;
    padding-left: 288px;
}
.ny_content .right_content .news .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 265px;
    border: 1px solid #e5e5e5;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.ny_content .right_content .news .box .img_box a{
    display: block;
    width: 100%;
    height: 100%;

}
.ny_content .right_content .news .box .text_box div{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.ny_content .right_content .news .box .text_box{
    background: none;
}
.ny_content .right_content .news .box .text_box h6{
    line-height: 25px;
    font-size: 12px;
}
.ny_content .right_content .news .box .text_box h4{
    line-height: 19px;
    font-size: 16px;
    color: #4b4a4a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_content .right_content .news .box .text_box h5{
    text-align: right;
}
.ny_content .right_content .news .box .text_box h5 a{
    display: inline-block;
    padding: 0 20px;
    line-height:28px;
    background: #999999;
    color: #fff;
    font-size: 12px;
}

.ny_content .right_content .news .box .text_box h5 a:hover{
    background: #00a6fc;
}
.ny_content .right_content .news .big_box{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.ny_content .right_content .news .big_box:last-child{
    border: none;
}



.ny_content .right_content .Pro .box:hover .text{
    background: #f9a400;
    color:#fff;
}


.ny_content .right_content .xqy .box{
    padding: 20px;
    border: 1px solid #bdbdbd;
    border-top: 3px solid #0059a3;
    font-size: 0;
}

.ny_content .right_content .xqy .box .imgs{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.ny_content .right_content .xqy .box .text{
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}
.ny_content .right_content .xqy .box .text>h5{
    font-size: 15px;
}

.ny_content .right_content .xqy .box .text>h6{
    font-size: 12px;
    color: #f0201b;
    line-height: 28px;
}

.ny_content .right_content .xqy .box .text .total{
    padding: 10px 0;
    border-top:1px solid #cccccc ;
    border-bottom:1px solid #cccccc ;
}

.ny_content .right_content .xqy .box .text .total h6{
    font-size: 12px;
    line-height: 25px;
}
.ny_content .right_content .xqy .box .text .total h6 strong{
    font-size: 22px;
    font-weight: bold;
    color: #f0201b;
}
.ny_content  #tabs{
    margin-top: 24px;
    font-size: 0;
    border-bottom: 1px solid #f7f7f7;
}
.ny_content  #tabs a{
    padding:0;
    line-height: 35px;
    background: #f7f7f7;
    padding: 0 28px;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    cursor: pointer;
}

.ny_content  #tabs a.active{
    background: #0059a3;
    color: #fff;
}







@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:1250px) {
    header .logo{
        padding-right: 15px;
    }
    #nav{
        font-size: 14px;
    }
    #nav>li>a{
        padding: 0 15px;
    }




    header .shoucang{
        line-height: 60px;
        padding-left: 60px;
        border-left: 1px solid #a6a3a3;
        background: url("../images/search.png") no-repeat 30px center;
    }
    header .shoucang a{
        color: #555;
    }











}

@media screen and (max-width: 991px) {



    #nav{
        position: absolute;
        right: 0;
        top: 60px;
        width: 150px;
        z-index: 9999;
        display: none;
    }
    #nav>li{
        width: 100%;
        text-align: center;
        background:url("../images/nav_bg.jpg") repeat-x;
    }
    #nav>li>a:after{
        display: none;
    }






    /*二级下拉*/
    #nav ul{
        position: absolute;
        left: -200%;
        top: 0;
        width: 200%;
        z-index: 99999;
        display: none;
        padding: 0px 2px 0 0 ;
    }
    /*二级下拉*/


















    .ny_content .right_content .xqy .box .imgs{

        width: 100%;

    }
    .ny_content .right_content .xqy .box .text{
        width: 100%;
        padding-left:0;
        margin-top: 20px;
    }
    .ny_content .right_content .xqy .box .text>h5{
        font-size: 15px;
    }

    .ny_content .right_content .xqy .box .text>h6{
        font-size: 12px;
        color: #f0201b;
        line-height: 28px;
    }

    .ny_content .right_content .xqy .box .text .total{
        padding: 10px 0;
        border-top:1px solid #cccccc ;
        border-bottom:1px solid #cccccc ;
    }

    .ny_content .right_content .xqy .box .text .total h6{
        font-size: 12px;
        line-height: 25px;
    }
    .ny_content .right_content .xqy .box .text .total h6 strong{
        font-size: 22px;
        font-weight: bold;
        color: #f0201b;
    }
    .ny_content  #tabs{
        margin-top: 24px;
        font-size: 0;
        border-bottom: 1px solid #f7f7f7;
    }
    .ny_content  #tabs a{
        padding:0;
        line-height: 35px;
        background: #f7f7f7;
        padding: 0 28px;
        display: inline-block;
        font-size: 14px;
        margin-right: 3px;
        cursor: pointer;
    }

    .ny_content  #tabs a.active{
        background: #0059a3;
        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%;
        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) {











}

@media screen and (max-width: 600px){

    .ny_content .right_content .news .box{
        padding-left: 130px;
    }
    .ny_content .right_content .news .box .img_box{
        width: 115px;
    }

    .ny_content .right_content .news .box .text_box div{
        line-height: 20px;
        height: 40px;
    }

}


@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;
    }


}