@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: #124795;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/*头部*/
header {
    position: relative;

}

header .logo {
    line-height: 130px;

}

header form {
    margin-left: 75px;
    position: relative;
    padding-top: 46px;
    overflow: hidden;
}

header form input[type="text"] {
    width: 238px;
    height: 40px;
    border: 1px solid #000;
    padding-left: 6px;
    border-radius: 5px;
    padding-right: 45px;

}

header form input[type="submit"] {
    position: absolute;
    right: 1px;
    border-radius: 3px;
    top: 47px;
    width: 42px;
    height: 38px;
    border: none;
    background: url("../images/serch.png") no-repeat center center #333;
}

header .call {
    height: 130px;
    padding: 38px 0 0 0;
    margin-right: 15px;
    color: #fff;
}

header .call div {
    text-align: right;
    line-height: 24px;
    color: #8d8d8d;
}

header .call h4 {
    margin: 0;
    line-height: 32px;
    font-size: 25px;
    color: #e60000;
}

/*导航*/

.title ul li {
    margin: 0;
    line-height: 50px;
    padding-top: 30px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 50%;
    font-size: 25px;
}

.title ul li:nth-child(1) {
    text-align: right;
    padding-right: 12px;
    color: #333;
    position: relative;
}

.title ul li:nth-child(2) {
    padding-left: 12px;
    color: #a4a4a4;
}

.title ul li:nth-child(1):before {
    content: "";
    right: 0;
    top: 36px;
    width: 2px;
    height: 41px;
    position: absolute;
    background: #124795;
}

.title h5 {
    margin: 0;
    line-height: 44px;
    color: #a4a4a4;
    margin-bottom: 27px;
    font-size: 14px;
}

.links {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    padding: 4px;
    background: #124795;
    border-radius: 5px;
}

.links li {
    display: inline-block;
    font-size: 16px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.links li:last-child {
    margin: 0;
}

.links li.active {
    background: #3570c6;
    color: #fff;

}

#nav {
    height: 55px;
    background: url("../images/nav_bg.jpg") repeat-x;
    margin-bottom: 2px;
    position: relative;
}

#nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #4cac06;
}

#nav ul {
    position: relative;

}

#nav ul li {
    width: 11.6%;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left;
    border-right: 1px solid #fff;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

#nav ul li.active a {
    background: url("../images/a_bg.jpg") no-repeat;
}

#nav ul li:hover a {
    background: url("../images/a_bg.jpg") no-repeat;
}
#nav ul li:hover ul{
    display: block;
}
#nav ul li ul{
position: absolute;
top:100%;
left:0;
width:100%;
z-index: 9999;
display: none;
}
#nav ul li ul li{
    width: 100%;
}

.banner img {
    width: 100%;
}

.Pro .box {
    background: #cbcbcb;
    padding: 3px 4px 10px 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.Pro .box:hover {
    background: #124795;
}

.Pro .box:hover .text_box h4 {
    color: #fff;
}

.Pro .box:hover .text_box h4:after {
    background: #fff;
}

.Pro .box:hover .text_box div {
    color: #fff;
}

.Pro .box .img_box {
    border: 1px solid #fff;
    border-radius: 4px;
}

.Pro .box .img_box img {
    width: 100%;
}

.Pro .box .text_box div {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #333;
    padding: 0 40px;
}

.Pro .box .text_box h4 {
    margin: 0;
    line-height: 41px;
    font-size: 16px;
    padding-bottom: 8px;
    position: relative;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.Pro .box .text_box h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 11px;
    height: 1px;
    width: 88px;
    margin-left: -44px;
    background: #333;
}

.Pro .picture24 .item {
    margin: 0 10px;
}

.Pro .picture24 {
    margin: 0 -10px;
}

.picture24 #owl-demo1 .item .imgbox span:hover {
    transform: scale(1.1);
}

.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: 74px;
    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: -118px;
    background: url(../images/yjt.png) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -118px;
    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
}

.About .box {
    background: url("../images/about_bg.jpg") 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 50px 0 30px 0;
}

.About .box .container-fluid {
    position: relative;
}

.About .box .container-fluid:before {
    content: url("../images/line.png");
    position: absolute;
    left: -40px;
    top: -44px;
}

.About .about_left {
    width: 52%;
    padding-left: 2px;
    height: 292px;
    overflow: hidden;

}

.About .about_left a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.About .about_right {
    width: 48%;
    padding-left: 20px;
}

.About .about_right div {
    line-height: 25px;
    height: 200px;
    overflow: hidden;
}

.About .about_right h4 {
    margin: 0;
    line-height: 55px;
    font-size: 16px;
    padding-bottom: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.About .about_right h3 {
    font-size: 21px;
    color: #124795;
    line-height: 58px;
    padding-top: 21px;
    margin: 0;
    position: relative;
}

.About .about_right h3 a {
    position: absolute;
    right: 0;
    top: 21px;
    font-size: 16px;
    color: #fff;
    background: #124795;
    line-height: 36px;
    border-radius: 4px;
    padding: 0 10px 21px 10px;
}

.About .about_right h3 a:before {
    content: "→";
    position: absolute;
    left: 10px;
    top: 22px;
    color: #fff;
    font-size: 32px;
}

.Case {
    padding-top: 35px;
}

.Case .row {
    margin: 0 -5px 10px -5px;
}

.Case .box .box1 {
    float: left;
    width: 43%;

}

.Case .box .box2 {
    float: left;
    width: 33.33%;

}

.Case .box .box3 {
    float: left;
    width: 27%;

}

.Case .box .big_box {
    padding: 0 5px;

}

.Case .box .big_box .img_box {
    position: relative;
    overflow: hidden;
}

.Case .box .big_box .img_box:hover .mb {
    left: 0;
}

.Case .box .big_box .img_box span {
    display: block;
    width: 100%;
    height: 270px;
}

.Case .big_box .img_box .mb {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding-top: 87px;
    transition: all 0.15s;
}

.Case .box .big_box .img_box .mb h4 {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
}

.Case .box .big_box .img_box .mb h3 {
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
}

.News {
    padding-bottom: 84px;
}

.News .box .text_box {
    width: 32.6%;
}

.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: #124795;
}

.News .box .text_box:hover div {
    color: #124795;
}

.News .box .text_box h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 16px;
    background: #124795;
}

.News .box .text_box div {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    color: #8a8a8a;
}

.News .box .img_box {
    width: 34.8%;
    height: 144px;
    overflow: hidden;
    padding: 0 44px;
}

.News .box .img_box a {
    display: block;
    width: 100%;
    height: 100%;
}

footer {
    background: #232323;
    padding: 20px 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer ul {
    font-size: 0;
    position: relative;
}

footer ul:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 1px;
    background: #535353;
}

footer ul:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: #000;
}

footer ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    border-right: 2px solid #fff;
    padding: 0 10px;
}

footer ul li:last-child {
    border-right: none;
}

footer ul li a:hover {
    color: #124795;
    text-decoration: underline;
}

footer .footer2 {
    padding: 36px 0 0 250px;
}

footer .footer2 .adr {
    line-height: 27px;
    padding-right: 33px;
}

footer .footer2 .wx p {
    margin: 0;
    line-height: 30px;
}

footer .footer2 .wx {
    margin-right: 22px;
}

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

.ny_content .ny_left {
    width: 23%;
}

.ny_content .ny_left .box {
    background: #dadada;
    border-radius: 5px;
    padding: 0 5px 5px 5px;
    margin-bottom: 10px;
}

.ny_content .ny_left .box h5 {
    margin: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.ny_content .ny_left .box h5 a {
    color: #fff;
}

.ny_content .right_content {
    width: 77%;
    padding: 0 0 0 30px;
}

.ny_content .left_list h4 {
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

#ny_caidan {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

#ny_caidan > li {
    margin-bottom: 10px;
}

#ny_caidan > li > a {
    line-height: 44px;
    padding-left: 41px;
    background: #124795;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    position: relative;
}

#ny_caidan > li > a:before {
    content: "";
    left: 20px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}

#ny_caidan > li > ul li {
    line-height: 54px;
    border-bottom: 1px dotted #bfbfbf;
    padding-left: 70px;
}

#ny_caidan > li > ul li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

#ny_caidan > li > ul li a:hover {
    color: #124795;
}

#ny_caidan ul {
    display: none;
}

#ny_caidan > li.active {

}

#ny_caidan > li:hover {

}

.ny_content .left_list .adr {
    background: #fff;
    border-radius: 5px;
}

.ny_content .left_list .adr div {
    line-height: 25px;
    padding: 10px 0 15px 10px;
}

.ny_content .right_content .title4 {
    line-height: 38px;
    position: relative;
    padding-top: 12px;
    border-bottom: 1px solid #dadada;
}

.ny_content .right_content p {
    margin: 0;
}

.ny_content .right_content .title4 + div {
    padding: 30px 0;
}

.ny_content .right_content .about img {
    max-width: 100%;
}

.ny_content .right_content .about {
    line-height: 30px;
}

.ny_content .right_content .xqy .text {
    line-height: 30px;
    padding: 30px 0;
}
.xqy img{
max-width: 100%
}
.ny_content .right_content .title4 + div.form {
    padding: 30px 25% 100px;
}

.ny_content .right_content .form input {
    width: 100%;
    height: 38px;
    background: #e6e6e6;
    border: 1px solid #664900;
    margin-bottom: 7px;
    padding-left: 15px;

}

.ny_content .right_content .form input:-moz-placeholder {

}

.ny_content .right_content .form ::-webkit-input-placeholder {

}

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

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

.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 .box03 {
    margin-bottom: 20px;
}

.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: #124795;
    height: 16px;
}


.ny_content .right_content .new .box .text_box div{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #8a8a8a;
}
.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: #124795;
}
.ny_content .right_content .new .box:hover .text_box div{
    color: #124795;
}



/*内页*/

/*底部*/

/*底部*/

@media screen and (max-width: 1230px) {
    .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: 991px) {

    /*导航*/
    #nav {
        display: none;
        background: none;
        height: auto;
        line-height: normal;
        position: absolute;
        right: 0;
        top: 100px;
        width: 140px;
        z-index: 9999;
    }

    #nav ul {
        position: static;
        height: auto;
        background: none;
    }

    #nav ul li {
        width: 100%;
        text-align: center;
        font-size: 14px;
        float: none;
        margin-bottom: 2px;
    }

    #nav ul li a {
        display: block;
        line-height: 38px;
        background: rgba(0, 0, 0, .5);
        font-size: 14px;
    }

    #nav ul li.active a {
        background: rgba(0, 0, 0, .5);
        color: #fff;
    }

    #nav ul li:hover a {
        background: #000;
    }

    #nav ul li:after {
        display: none;
    }

    /*头部*/
    /*头部*/
    header .logo {
        line-height: 100px;
    }

    /*导航*/
    .About .box .container-fluid:before {
        display: none;
    }

    .About .about_left {
        width: 100%;
        padding-left: 0;
    }

    .About .about_right {
        width: 100%;
        padding-left: 0px;
    }

    .About .about_right div {
        line-height: 25px;
        height: auto;
    }

    .About .about_right h4 {
        line-height: 40px;
        padding-bottom: 5px;
    }

    .News {
        padding-bottom: 20px;
    }

    .News .box .text_box {
        width: 50%;
        padding: 0 10px;
    }

    .News .box {
        margin-bottom: 15px;
    }

    .News .box .img_box {
        display: none;
    }

    .Case {
        padding: 0;
    }

    footer ul {
        display: none;
    }

    footer .footer2 {
        padding: 0;
    }

    footer .footer2 .adr {
        line-height: 27px;
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    footer .footer2 .wx {
        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: #124795;
        margin-bottom: 20px;
    }

    .Pro .box .text_box div {
        padding: 0 10px;
    }

    .ny_content .right_content .title4 + div {
        padding: 20px 0;
    }

    .ny_content .ny_left {
        width: 100%;
    }

    .ny_content .right_content {
        width: 100%;
        padding: 0;
    }

    .ny_content {
        padding: 20px 0 50px 0;
    }

    #down {
        margin-bottom: 0;
    }

    .ny_content .ny_left .box {
        background: none;
        border-radius: 5px;
        padding: 0;
        margin-bottom: 0;
    }

    #ny_caidan {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
    }

    #ny_caidan > li {
        margin-bottom: 10px;
    }

    .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: #124795;
        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;
    }

    /*底部*/
    /*头部*/
    header .logo {
        line-height: 60px;
    }

    header .logo img {
        height: 40px;
    }

    #nav {
        top: 60px;
    }

    /*导航*/
    .title ul li {
        line-height: 30px;
        padding-top: 20px;
        float: none;
        width: 100%;
        font-size: 20px;
    }

    .title ul li:nth-child(1) {
        text-align: center;
        padding-right: 0;
    }

    .title ul li:nth-child(2) {
        display: none;
    }

    .title ul li:nth-child(1):before {
        display: none;
    }

    .title h5 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .links {
        margin-bottom: 10px;
    }

    .links li {
        display: inline-block;
        font-size: 12px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        margin-right: 2%;
        margin-bottom: 2px;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    .links li:nth-child(3) {
        margin: 0;
    }

    .About .about_right h3 a {
        position: static;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .About .about_right h3 a:before {
        display: none;
    }

    .News .box .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .News .box {
        margin-bottom: 10px;
    }

}

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

    #btn {
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
    }











    .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;
    }














}


