
@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;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}

body {
    font-family: "寰蒋闆呴粦";!important;
}


#btn{
    font-size: 30px;
    color: #ff0000;
    position: absolute;
    right: 15px;
    line-height: 30px;
    top: 50%;
    margin-top:-15px;
    cursor: pointer;
}
/*澶撮儴*/
header{
    position: relative;
}
header .logo {
    line-height: 100px;
}

header .call {
    padding-top:19px;
}

header .call h5 {
    margin: 0;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
}

header .call h5 span {
    position: relative;
    padding-left: 28px;
}

header .call h5 span:before {
    content: url("../images/phone.png");
    position: absolute;
    left: 0px;
    top: 0;
}

header .call h4 {
    margin: 0;
    line-height: 27px;
    font-size: 25px;
    font-weight: bold;
    color: #e61600;
}

/*瀵艰埅*/
nav {
    background: #e61600;
    height: 55px;
    line-height: 55px;
}

nav ul {
    position: relative;
}

nav ul:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 17px;
    width: 1px;
    height: 27px;
    background: #a40800;
}

nav ul:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 17px;
    width: 1px;
    height:27px;
    background: #ff645c;
}

nav ul li {
    width: 12.5%;
    text-align: center;
    font-size: 16px;
    position: relative;
    float: left;
}
nav ul li div{
    position:absolute;
    z-index:9999;
    left:0;
    top:55px;
    width:100%;
    text-align:center;
    display:none;
} 
nav ul li div a{

    display:block;
    line-height:55px;
    color:#fff;
    background:#e61600;
    margin-bottom:2px;
}
nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 1px;
    height:27px;
    background: #a40800;
}

nav ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top:17px;
    width: 1px;
    height:27px;
    background: #ff645c;
}

nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
nav ul li.active >a{
  background: #04859d;
}
nav ul li:hover >a{
    background: #04859d;
    color: #fff;
}
nav ul li:hover div{
    display:block;
}
nav ul li div a:hover{
    background:#04859d;
    color:#fff;
}
.title h3{
    position: relative;
    border-bottom: 2px solid #e61600;
    padding-top: 57px;
}

.title h3 span{
    line-height: 42px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 12px 0 68px;
    border-radius: 5px 5px 0 0 ;
    background: url("../images/book.png")no-repeat 16px center #e61600;
}
.title h5{
    font-size: 25px;
    font-family: "Aparajita";
    text-transform: uppercase;
    line-height: 35px;
    padding-bottom: 30px;
}
/*鍏徃绠€浠�*/
.About .row{
    margin: 0;
}
.About .col-md-6{
    padding: 0;
}
.About .img_box{
    height: 370px;
    overflow: hidden;
    position: relative;
}
.About .img_box span{
    position: absolute;
    right: 0;
    bottom:64px;
    padding: 0 40px;
    line-height: 44px;
    background: #04859d;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.About .img_box a{
    display: block;
    width: 100%;
    height: 100%;
}
.About .text_box{
    height: 370px;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.About .text_box div{
    line-height: 25px;
    height: 275px;
    overflow: hidden;
}
.About .text_box a{
    position: absolute;
    left: 0;
    bottom: 22px;
    padding: 0 40px;
    line-height: 44px;
    background: #04859d;
    color: #fff;
    border-radius: 0 5px 5px 0 ;
}
/*鍏徃绠€浠�*/

/*鍥句功鎵瑰彂*/
#tab li{
    width: 16.6%;
    text-align: center;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    line-height: 49px;
    background: url("../images/tab_bg.jpg") repeat-x;
    font-size: 16px;
    cursor: pointer;
}
#tab li:first-child{
    border-left: 1px solid #d1d1d1;
}
#tab li.active{
    background:#04859d;
    color: #fff;
}
#tab{
    margin-bottom: 35px;
}


.books .box_list .out_box{
    float: left;
    width: 20%;
    padding: 0 10px;
}
.books .box_list .row{
    margin: 0 -10px;
}
.books .img_box{
    border: 1px solid #d1d1d1;
    padding: 1px;
    transition: all 0.5s;
}
.books .img_box div{
    height: 218px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    line-height: 218px;
    background: #fff;
}
.books .img_box div img{
    max-width: 100%;
}
.books .img_box+p{
    line-height: 35px;
    margin: 0 0 10px 0;
    color: #5d5d5d;
    height: 70px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
    border-top: none;
    font-size: 14px;
}
.books .box:hover .img_box{
    background: #e61600;
}
.books .box:hover .img_box+p{
    background: #e61600;
    border: 1px solid #d1d1d1;
    color: #fff;
    border-top: none;
     font-size: 14px;
}
/*鍥句功鎵瑰彂*/

/*鍥句功涓嬭浇 鍥句功鎶曟爣*/
.books02{
    padding-bottom: 50px;
}
.books02 .toubiao{
    float: left;
    width: 61.4%;
}
.books02 .download{
    float: left;
    width: 38.6%;
}
.books02 .toubiao .box{
    position: relative;
    padding: 0 30px 20px 268px;
}
.books02 .toubiao .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: hidden;
}
.books02 .toubiao .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
}
.books02 .toubiao .box .text_box div{
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    color: #333;
}
.books02 .toubiao .box .text_box h4{
    margin: 0;
    line-height: 16px;
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.books02 .download ul{
    background:url("../images/bg01.jpg") 50% 50%;
    background-size:cover;
    padding: 4px 4px 20px 6px;
}
.books02 .download ul li{
    width: 50%;
    float: left;
    position: relative;
    padding: 0 65px 0 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.books02 .download ul li:before{
    content: "";
    left: 6px;
    top: 50%;
    width: 4px;
    height: 11px;
    margin-top:-5.5px;
    position: absolute;
    background: #e61600;
}
.books02 .download ul li:after{
    content: url("../images/red_down.png");
    position: absolute;
    right: 40px;
    top: 2px;
}
.books02 .download ul li.active:after{
    content: url("../images/blue_down.png")
}
.books02 .download ul li.active:before{
     background: #04859d;
 }
.books02 .download ul li.active a{
    color: #04859d;
}
.books02 .download ul li a{
    color: #333;
}
/*鍥句功涓嬭浇  鍥句功鎶曟爣*/


/*鎴愬姛妗堜緥*/
.Success{
    background: url("../images/bg02.jpg") 50% 50%;
    background-size: cover;
    padding-bottom: 60px;
}
.Success .row{
    margin: 0 -10px;
}
.Success .col-md-3,.Success .col-xs-6 {
    padding: 0 10px;
}
.Success .box .img_box{
    border: 1px solid #a1a1a1;
}
.Success .box .img_box div{
    overflow: hidden;
}
.Success .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.Success .box .text_box{
    border: 1px solid #a1a1a1;
    color: #333;
    line-height: 38px;
    height: 40px;
    overflow: hidden;
    margin: 6px 0 0 0;
    transition: all 0.5s;
    background:#fff;
}
.Success .box:hover .text_box{
    background:#e61600;
    color: #fff;
}
.Success .box:hover .img_box span{
    transform: scale(1.1);
}

#Success .btn_left,#Success .btn_right{
    position: absolute;
    width: 49px;
    height: 49px;
}
#Success .btn_left{
    left: -80px;
    top: 50%;
    margin-top: -24.5px;
    background: url("../images/btn_left.jpg");
}
#Success .btn_right{
    right: -80px;
    top: 50%;
    margin-top: -24.5px;
    background: url("../images/btn_right.jpg");
}
    /*鎴愬姛妗堜緥*/


/*鏂伴椈璧勮*/
.News .box{
    position: relative;
    padding-left: 198px;
    margin-bottom: 30px;
}
.News .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    border: 1px solid #cbcbcb;
}
.News .box .img_box span{
    display: block;
    width: 100%;
    height: 100%;
}

.News .box .text_box h4{
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.News .box .text_box div{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    color: #333;
}
.News .box:hover .text_box h4{
    color: #e61600;
}
.News .box:hover .text_box div{
    color: #e61600;
}
/*鏂伴椈璧勮*/







/*鍒嗛〉*/
.pages a,.pages span {
    display:inline-block;
    padding:2px 5px;
    margin:0 1px;
    border:1px solid #f0f0f0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages a,.pages li {
    display:inline-block;
    list-style: none;
    text-decoration:none; color:#58A0D3;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:0;
}
.pages a:hover{
    border-color:#50A8E6;
}
.pages span.current{
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}










.banner img {
    width: 100%;
}


footer{
    padding-bottom: 20px;
}

footer .footer_box h4{
    margin: 0;
    font-size: 20px;
    padding-bottom: 27px;
}

footer .footer_box .ader{
    position: relative;
    padding-left: 180px;
    min-height: 157px;
}
footer .footer_box .ader img{
    position: absolute;
    left: 0;
    top: 0;
}
footer .footer_box .ader div{
    line-height: 24px;

}
footer .footer_box .map{
    height: 235px;
    overflow: hidden;
}

footer form .form_list{
    margin-bottom:5px;
}
footer form .form_list p{
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0;

}
footer form .form_list input{
    height: 44px;
    width: 100%;
    border: none;
    background: rgba(228,228,228,.57);
    border-radius: 5px;
    padding-left: 10px;
}
footer form .form_list textarea{
    height:205px;
    width: 100%;
    background: rgba(228,228,228,.57);
    border-radius: 5px;
    padding-left: 10px;
    border: none;

}
footer form .form_list button{
    width: 100%;
    height: 33px;
    border: none;
    background: rgba(255,0,0,.57);
    color: #fff;

}
.footer{
    background: #e61600;
    color: #fff;
    padding: 20px 0;
}
.footer a{
    color: #fff;
}
.footer ul li{
    padding: 0 7px;
    border-right:2px solid #fff;
    line-height: 14px;
}
.footer ul li:nth-child(1){
    padding-left: 0;
}
.footer p{
    line-height: 24px;
    margin: 15px 0 0 0;
    clear: both;
}

/*鍐呴〉*/
.ny_content{
    color: #6e6e6e;;
    padding-bottom: 100px;
    padding-top: 20px;
}

.ny_content .left_list{
    width: 18.3%;
}
.ny_content .right_content{
    width: 81.7%;
    padding-left: 24px;
}

.ny_content .left_list>h4{
    margin: 0 0 7px 0;
    line-height: 55px;
    background: #04859d;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
#ny_caidan>li{
    line-height: 38px;
    border-top: 2px solid #e61600;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-left: 47px;
    height: 41px;
    overflow: hidden;
}
#ny_caidan>li.active a{
    color: #fff;
}
#ny_caidan>li.active{
    border-bottom: 1px solid #e5e5e5;
    background: #e61600;
}
#ny_caidan>li:hover{
    background: #e61600;
}
#ny_caidan>li:hover a{
    color: #fff;
}
#ny_caidan>li a{
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.ny_content .left_list .adr{
    border-top: 2px solid #e61600;
    background: #f1f1f1;
}
.ny_content .left_list .adr div{
    line-height: 28px;
    padding: 10px 0 15px 10px;
}
.ny_content .right_content a{
    color: #6e6e6e;
}
.ny_content .right_content .title2{
   line-height: 39px;
    background:#eff3fb;
    border: 1px solid #ccc;
    padding-left: 24px;
    padding-right: 7px;
    position: relative;
}
.ny_content .right_content .title2 b{
    color: #000;
}
.ny_content .right_content .title2+div{
    padding: 30px 0 0 0;
}
.ny_content .right_content .title2:before{
    content: "";
    position: absolute;
    left: 7px;
    width: 6px;
    height: 17px;
    background: #e61600;
    top: 50%;
    margin-top: -8.5px;
}
.ny_content .right_content .xqy .text{
    padding: 20px 0;
    line-height: 30px;
}
.ny_content .right_content .xqy2 .text{
    padding: 20px 0;
    line-height: 30px;
}
.ny_content .right_content .xqy2 h4{
    position: relative;
   padding-bottom: 18px;
    margin: 0;
}
.ny_content .right_content .xqy2 h4:after{
    content: "";
    left: 50%;
    position: absolute;
    bottom: 0;
    width: 60%;
    margin-left:-30%;
    height: 1px;
    border: 1px dotted #909090;
}

.ny_content .right_content .title2+div img{
    max-width: 100%;
}
.ny_content .right_content .about img{
    max-width: 100%;
}
.ny_content .right_content .about{
    line-height: 30px;
}
.ny_content .right_content .news .box{
    position: relative;
    padding-left: 225px;
    margin-bottom: 35px;
}
.ny_content .right_content .news .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 205px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #c8c8c8;
}
.ny_content .right_content .news .box .img_box a{
    display: block;
    width: 100%;
    height: 100%;

}
.ny_content .right_content .news .box .img_box img{
    max-width: 100%;
    transition: all 0.3s;
}
.ny_content .right_content .news .box .text_box h4{
    margin: 0;
    line-height: 20px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight:bold;
}

.ny_content .right_content .news .box .text_box div{
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}


.ny_content .right_content .news .box .text_box h5{
    margin: 10px 0 0 0;
    text-align: right;
}
.ny_content .right_content .news .box .text_box h5 a{
    display: inline-block;
    line-height: 30px;
    padding: 0 35px;
    background: #e61600;
    color: #fff;
    border-radius: 4px;
}
/*鍐呴〉*/


.ny_content .right_content .download ul{
    padding-left: 18px;
}

.ny_content .right_content .download ul li{
    line-height: 38px;
    border-bottom: 1px dotted #bfbfbf;
    position: relative;
    display: block;
    height: 38px;
}
.ny_content .right_content .download ul li:before{
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e61600;
}
.ny_content .right_content .download ul li a{
    display: block;
    width: 100%;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-right:80px;
}
.ny_content .right_content .download ul li:hover a{
    color: #e61600;
}
.ny_content .right_content .download ul li a:after{
    content: "立即下载";
    position: absolute;
    right: 0;
    top: 0;
}




.text-center.jia{width:40%;float: left;margin-top: 50px;}
.jiaform{width:60%;float: left;margin-bottom: 30px;}
.jiaform form div{position: relative;width: 100%;margin-bottom: 10px;}
.jiaform form div span{font-size:15px;line-height: 38px;position: absolute;left: 0;top:0;bottom:0;width: 100px;text-align: right;display: block;}
.jiaform form div .jjtt{line-height: 38px;height: 38px;width: calc(100% - 120px);padding: 0 12px;border:1px solid rgba(0,0,0,0.2);margin-left: 120px;}
.jiaform form div textarea.jjtt{line-height: 24px;height: 100px;width: calc(100% - 120px);padding: 7px 12px;border:1px solid rgba(0,0,0,0.2);margin-left: 120px;}
.jiaform form button{width:120px;line-height: 35px;font-size: 14px;color: #000000;background: rgba(221,221,221,1);border: 1px solid rgba(0,0,0,0.1);display: inline-block;}
.jiaform form .butt{margin-left:120px;}

@media screen and (max-width: 1370px){
    #Success .btn_left,#Success .btn_right{
        display: none;
    }
}


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



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

    /*瀵艰埅*/
    nav {
        line-height:normal;
        height:auto;

    }
    nav ul {
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 9999;
        width: 150px;
        text-align: center;
        background: #e61600;
        display: none;
    }
    nav ul:after {
      display: none;
    }

    nav ul:before {
     display: none;
    }

    nav ul li {
        width:100%;
        float: none;
        line-height: 40px;
    }
    nav ul li:before {
       display: none;
    }
    nav ul li:after {
       display: none;
    }





    .title h3{
        padding-top: 20px;
    }

    .title h5{
        padding-bottom: 10px;
    }
    /*鍏徃绠€浠�*/
    .About .img_box span{
        bottom:10%;
    }

    .About .text_box{
        height: auto;
        padding: 20px 0 0 0;

    }
    .About .text_box div{
        line-height: 25px;
        height:auto;
    }
    .About .text_box a{
        position: static;
        padding: 0;
        border-radius:5px;
        display: block;
        width: 100%;
        margin: 20px 0 0 0 ;
        text-align: center;
    }
    /*鍏徃绠€浠�*/

    /*鍥句功鎵瑰彂*/
    #tab li{
        width: 33.3%;
        font-size: 14px;
        margin-bottom: 2px;
    }
    #tab li:nth-child(4){
        border-left:1px solid #d1d1d1 ;
    }
    #tab{
        margin-bottom: 20px;
    }

    .books .box_list .out_box{
        float: left;
        width: 33.3%;
    }

    /*鍥句功鎵瑰彂*/

    /*鍥句功涓嬭浇 鍥句功鎶曟爣*/

    .books02 .toubiao{
        float: none;
        width:100%;
        margin-bottom: 20px;
    }
    .books02 .download{
        float: none;
        width: 100%;
    }

    /*鍥句功涓嬭浇  鍥句功鎶曟爣*/


    /*鎴愬姛妗堜緥*/
    .Success{
        padding-bottom: 30px;
    }
    #Success .box{
        margin-bottom: 20px;
    }

    /*鎴愬姛妗堜緥*/

    /*鍐呴〉*/
    #ny_caidan{
        display: none;
    }
    .ny_content .left_list>h4{
        line-height: 40px;
    }

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






}
@media screen and (max-width: 767px){
	
	
.text-center.jia{width:100%;float: none;margin-top: 10px;}
.jiaform{width:100%;float: none;margin-bottom: 0;}

	
	
	
	

    header .logo {
        line-height: 60px;
    }
    header .logo img{
        height: 30px;
    }
    /*瀵艰埅*/
    nav ul {
      top: 60px;
    }

    /*鍥句功鎵瑰彂*/
    .books .box_list .out_box{
        width: 50%;
    }
    /*鍥句功鎵瑰彂*/


    /*鍥句功涓嬭浇 鍥句功鎶曟爣*/
    .books02 .toubiao .box{
        padding:0;
    }
    .books02 .toubiao .box .img_box{
        position: static;
        width: 246px;
        height: 246px;
        margin: 0 auto;

    }
    .books02 .toubiao .box .text_box{
        padding-top: 20px;
    }
    .books02 .toubiao .box .text_box div{
        line-height: 25px;
        height:auto;
    }
    .books02 .download ul li{
        width: 100%;
    }
    /*鍥句功涓嬭浇 鍥句功鎶曟爣*/
    
    
    
    
    
    /*搴曢儴*/
    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){


    /*鏂伴椈璧勮*/
    .News .box{
        padding-left: 125px;
        margin-bottom: 20px;
    }
    .News .box .img_box{
        width: 110px;
    }


    .News .box .text_box h4{
        line-height: 30px;
        font-size: 14px;
    }
    .News .box .text_box div{
        line-height: 22px;
        height: 66px;
        font-size: 12px;
    }

    /*鏂伴椈璧勮*/



    .ny_content .right_content .news .box{
        padding-left:125px;
        margin-bottom: 15px;
    }
    .ny_content .right_content .news .box .img_box{
        width: 110px;
    }

    .ny_content .right_content .news .box .text_box h4{
        padding-top: 0;
    }

    .ny_content .right_content .news .box .text_box div{
        line-height: 20px;
        height: 60px;
    }

    .ny_content .right_content .news .box .text_box h5{
        display: none;
    }



.jiaform form div{margin-bottom: 5px;}
.jiaform form div span{font-size:14px;line-height: 34px;width: 72px;}
.jiaform form div .jjtt{line-height: 34px;height: 34px;width: calc(100% - 85px);margin-left: 85px;}
.jiaform form div textarea.jjtt{line-height: 22px;height: 90px;width: calc(100% - 85px);margin-left: 85px;}
.jiaform form .butt{margin-left:85px;}
	.jiaform form button{width:35%;}
	









}