﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}
a:hover,a:active {
    text-decoration:none
}
body {
    font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
    color:#333;
    background:#fff;
    behavior:url("csshover.htc");
}
body.wd-body-01 {
    background:url(../images/front/menubg.gif) left 112px repeat-x
}
body.second {
    background:url(../images/front/menubg2.gif) left 112px repeat-x
}
img {
    border:0;
}
table {
    border-collapse:collapse
}
ul,li {
    list-style-type: none;
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {
    font-family: 'FZFYSJW';
    src:url('../fonts/FZFYSJW.eot');
    src:url('../fonts/FZFYSJW.eot?#iefix') format('embedded-opentype'), url('../fonts/FZFYSJW.woff') format('woff'), url('../fonts/FZFYSJW.ttf') format('truetype'), url('../fonts/FZFYSJW.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:22px;
    color: #000;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-sousuo:before { content: "\e647"; }
.icon-dianhua:before { content: "\e613"; }
.icon-dianhua1:before { content: "\e61a"; }
.icon-dianhua2:before { content: "\e646"; }
.icon-dianhua3:before { content: "\e604"; }
.icon-dianhuaji:before { content: "\f0057"; }
.icon-sousuo1:before { content: "\e60b"; }
.icon-sousuo2:before { content: "\e602"; }

.icon-tupian{
    font-size: 35px !important;
    color: #fff;
}
.icon-benshubook186{
    font-size: 35px !important;
    color: #fff;
}
/*导航*/

.header,.banner,.center,.footer {
    width: 100%;
}
.header {
    min-height: 80px;

}
.main_tel{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-right: 65px;
}
.logo {
    margin: 25px 0;

}
.logo img {
    width: auto;
    overflow: hidden;
    height: 100%;
}
.pc_content {
    width: 84.5%;
    min-height: 110px;
    margin: 0 auto
}
.tel{
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background: #0286ce;
    border-radius: 20px;
    float: right;
    color: #fff;
}

.fa-phone{
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
    color: #fff;
    font-size: 12px;
}



.header_nav{
    height: auto;
}
.main_nav {
    width: 100%;
    height: auto;
}

#nav {
    width: 100%;
    float: right;
    height: 100px;
    line-height: 100px;
}
#nav a {
    height:100px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 100px;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1440px) {
    #nav a{
        font-size: 16px;
    }
    .main_tel{
        padding-right: 35px;
    }
}

#nav ul a {
    line-height: 33px;
}

#nav li {
    width: 14.2%;
    float: left;
    position: relative;
    z-index: 20;
}

#nav li li {
    border-left: none;
    margin-top: 0;
    float: left;
}

#nav ul {
    position: absolute;
    display: none;
    width: 165px;
    top: 100px;
    left: -1px;
}

#nav li ul a {
    width: 165px;
    height: auto;
    float: left;
    text-align: center;
    padding: 0 21px;
    font-size: 16px;
}


@media only screen and (max-width: 1440px) {
    #nav li ul a {
        width: 125px;
        font-size: 14px;
    }
    #nav ul {
        width: 125px;
    }
}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 151px;
    top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;

}

#nav a {
    color: #888;
}

#nav ul {
    border: 1px solid #DFDFDF;
    border-top: none;
}

#nav li ul a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #DFDFDF;
}
#nav ul a,  #nav ul li {
    background-color: #f5f5f5;
    background-image: none;

}
#nav ul a:hover,  #nav ul a:focus {
    background-color: #305dc4;
    color: #fff !important;
}

#nav a:hover,  #nav a:focus {
    color: #fff;
}

#nav .current_page_item a {
    color: #000;
}

#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: 1px solid #f5f5f5;
    border-left: none;
    background-image: none;
    color: #444;
}


/*warp导航*/

@media (max-width: 992px) {
    .hidden-nav {
        display: none !important;
    }
    .block_nav{
        display: block !important;
    }
}

.block_nav{
    display: none;
}

.warp_nav{
    text-align: right;
    margin: 20px 0px;
}

.wap_main_nav {
    background: #fff;
    border-top: 1px solid #ddd;
}
.navbar-navs {
    padding-top: 15px;
}
.navbar-navs>li>.m2 {
    background-color: #ff0000;
}

.navbar-navs > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    font-size: 1.5rem;
}

.dropdowns {
    display: none;
}
.dropdowns1 {
    display: none;
}

.dropdowns1 .carets{
    margin-left: 15px;
}

.dropdowns li {
    padding-left: 50px;
}
.dropdowns li a {
    color: #000;
    line-height: 24px;
}
.carets{
    color:#000;
}

/*导航2*/
.list_nav{
    width: 100%;
    border-top: 1px solid #eeeeee !important;
}
.list_nav ul li{
    float: left;
    width: 25%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.list_nav ul li a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.5rem;

    font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}

/*banner*/
/*滚动图*/
.big-pic {
    width:100%;
    margin:0 auto;
}
.big-pic-in {
    position:relative;
    width:100%;
    height: auto;
    overflow:hidden;
    margin:0 auto;
}
.pic-list {
    position:relative;
    height:auto;
    -webkit-transform:translate3d(0,0,0);
    z-index:0;
}
.big-pic img {
    float:left;
    height:auto;
    width:100%;
    display:block;
}
.slide-dot {
    width:95%;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    height:26px;
    text-align:right;
    padding:0 5% 0 0;
}
.slide-dot span {
    display:inline-block;
    width:11px;
    height:11px;
    border-radius:11px;
    vertical-align:top;
    z-index:10;
    background:#fff;
    margin:8px 5px 0 5px;
}
.slide-dot .slide-dot-cur {
    z-index:10;
    vertical-align:top;
    background:#2386d6;
}
.transition {
    -moz-transition:-moz-transform 0.3s ease-out;
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}

/*展品展示*/
.c_top {
    width: 84.5%;
    margin: 70px auto;
}

.ctop_product{
}
.ctp_list{
    padding-right: 0px;
    padding-left: 0px;
}

.ctp_box{
    margin: 15px 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px 0px #eaeaea;
    position: relative;
}
.ctp_box:hover .ct_btn{
    background-color: #005f8b;
}

.ctp_bl{
    float: left
}
.ctp_br{
    float: right;
    position: absolute;
    top: 50%;
    right: 20px;
}
.ctp_bl {
    width:100%;
    height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 50%;/* 高同宽的默认比例 */
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.ctp_bl img{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.ct_btn{
    width: 90px;
    height: 35px;
    border: none;
    color:#fff;
}
.btn1{
    background-color: #0286ce;
}

.ctbbr_middle{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.star{
    width: 80px;
    height: 80px;
    position: absolute;
    top:0;
    right: 0;
    background-image: url("../images/start.png");
    background-position: 0px 0;
}

.ctp_box:hover .star{
    background-position: 0px 80px;
}


/*产品分类*/
.c_middle{
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-color: #f3f3f3;
}
@media (max-width: 768px) {
    .c_middle{
        padding: 50px 0px;
    }
}




.cm_content{
    width: 84.5%;
    height: auto;
    margin: 0px auto;
}

.cm_title{
    width: 100%;
    text-align: center;
}
.title_ch{
    line-height: 24px;
    font-size: 24px;
    padding: 15px 0;
}
.pro_name{
    color: #000;
}
.pro_type{
    color:#fff;
}
.pro_type_en{
    color:#fff;
    font-size: 14px;
    line-height: 35px;
}
.pro_descri{
    color: #0286d0;
}
.pro_enname{
    font-size: 14px;
    font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
    color: #a6a6a6;
    margin-top: 15px;
    text-transform: capitalize;
}
.cm_content_main{
    width: 100%;
    margin-top: 30px;
}
.cm_type{
    padding:0px;
    height: auto;
    text-align: center;
    background-image: url("../images/type.jpg");
    background-size: 100% 100%;
    background-repeat-x:no-repeat ;
    margin-top: 15px;
}

.type_list{
    padding: 15px 0px;
    border-top: 1px solid #fff;
}
.type_list ul li{
    cursor: pointer;
    color:#fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}
.type_list .on{
    background-color: #025e87;
}
.pro_li{
    padding: 0px;
}
.pic_img{
    width:100%;
    height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 82.3%;/* 高同宽的默认比例 */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.pic_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}


.pro_li_name{
    font-size: 16px;
    color: #434343;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
.ctp_box:hover .pro_li_name{
    background-color: #0492d0;
    color:#fff;
}


@media only screen and (max-width: 1440px) {
    .ctbbr_middle{
        font-size: 16px;
    }
    .title_ch{
        line-height: 18px;
        font-size: 18px;
        padding: 10px 0;
    }
    .type_list ul li{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .type_list{
        padding: 20px 0px;
        border-top: 1px solid #fff;
    }
    .pro_type_en{
        color:#fff;
        font-size: 14px;
        line-height: 30px;
    }
}


/*技术支持*/
.c_middle1{
    width: 100%;
    height: auto;
}
.cmd1{
    text-align: center;
    padding: 0px;
    cursor: pointer;
}

.pic_imgs{
    width:100%;
    height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 38.8%;/* 高同宽的默认比例 */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.pic_imgs img{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.cmd1_c{
    padding: 13.5% 0;
}
.cmd1_c .p{
    color:#fff;
    line-height: 30px;
}
.cmd1_c .p1{
    font-size: 18px;
    padding-bottom: 10px;
}
.cmd1_c .p2{
    font-size: 16px;

}
.btn2{
    border:1px solid  #0286ce;
    background:none;
    margin-top: 20px;
}
.btn2:hover{
    background-color:#0492d0;
    color:#fff;
}


/*关于我们*/
.c_about{
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
.about_content{
    margin: 30px 0px;
    background-color: #f4f4f4;

}
.about_text{
    font-size: 14px;
    font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
    color: #666;
    padding: 0px;

}
.r_text{
    padding:15px;
    line-height: 3em;
    text-indent: 2em;
}

@media only screen and (max-width: 1440px) {
    .cmd1_c{
        padding: 11% 0;
    }
    .cmd1_c .p1{
        font-size: 16px;
    }
    .cmd1_c .p2{
        font-size: 14px;

    }
    .r_text{
        padding:15px;
        line-height: 2.5em;
        text-indent: 2em;
        font-size: 13px;
    }
}


@media (max-width: 991px) and (min-width: 768px){
    .r_text{
        height: 166px;
        overflow: hidden;
        line-height: 2.5em;
        text-indent: 2em;
    }
    .about_content {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .r_text{
        height: auto;
        overflow:visible;
        padding:15px 0px;
        line-height: 2em;
        text-indent: 2em;
    }
    .about_content {
        background-color: #fff;
    }
}

a.btn {
    display:block;
    width:100px;
    text-indent:0;
}
a.btn>button {
    width:100%;
    border-radius:3px;
    border:1px solid #0492d0;
    background-color:transparent;
    text-align:center;
    line-height:30px;
    font-family:"Microsoft YaHei","Arial","SimSun";
    font-size:12px;
    text-transform:uppercase;
    color:#0492d0;
    cursor:pointer;
    -webkit-transition:color,background-color 0.5s;
    -moz-transition:color,background-color 0.5s;
    transition:color,background-color 0.5s;
}
a.btn:hover>button {
    background-color:#0492d0;
    color:#fff;
}

.about_img{
padding: 0px;
}

.about_img img{
    width: 100%;
}
.about_ico{
    float: right;

    padding: 0px;
}
.icos{
    padding: 35% 0;
    width: 100%;
    text-align: center;
    color:#fff;
    cursor: pointer;
}
.ico_1{
    background-color: #0492d0;
}
.ico_2{
    background-color: #025f88;
}

/*资质证书*/
.c_cert{
    width: 100%;
    padding: 50px 0;
}



/* 产品滚动开始*/
.pic_scroll{
    position:relative;
    overflow: hidden;
    margin-top: 30px;
}
.pic_scroll li{
    width:25%;/* 控制图片的数量 */
    float:left;
    text-align: center;
}
.pic_scroll li a{
    display: block;
    padding-bottom: 15px;
    border: 1px solid transparent;
}
.pic_scroll li a:hover .pic{
    border: 1px solid #e5e5e5;
    box-shadow: 1px 2px 2px 0px #eaeaea;
}
.pic_scroll li a:hover .title{
    color: #0B78E6;
    border-bottom:2px solid #0B78E6;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.pic_scroll .pic{
    width:100%;
    height: 0;/*将元素的 height 设成 0，使得元素的高度等于 padding-bottom*/
    padding-bottom: 104.28%;/* 高同宽的默认比例 */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    box-sizing: border-box;
}
.pic_scroll .pic img{
    width: 100%;/* 兼容IE8 */
    height: 100%;
    position: absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.pic_scroll .swiper-button-prev,
.pic_scroll .swiper-button-next{
    display:block; position:absolute; top:43%; left:0px; width:40px; height:40px; background:url(../images/btn.png) no-repeat;
}
.pic_scroll .swiper-button-prev{left:0;background-position:0 -47px;}
.pic_scroll .swiper-button-next{ left:auto; right:0; background-position:-42px -47px;}
.pic_scroll .swiper-button-prev:hover{ background-position:0 0;}
.pic_scroll .swiper-button-next:hover{ background-position:-42px 0; }

/*新闻资讯*/
.c_new
{
    width: 100%;
    padding: 70px 0px;
    background-color: #f3f3f3;
}
.new_box{
    position: relative;

}
.border{
    position: absolute;
    top: -15px;
    left: 35px;
    width:90%;
    height: 100%;
    border: 4px solid #0286ce
}

.new_content{
    width: 100%;
    margin: 30px 0px;
}
.new_time{
    padding: 25px 50px;
}
.daytt1{
    font-size: 24px;
    font-weight: bold;
    color:#0286ce;
}
.daytt2{
    color:#959595;
    margin-left: 10px;
}
.new_list {
    background-color: #fff;
    padding: 15px 30px 70px 30px;
}
.new_ul li{
    list-style-type:disc !important;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}
.new_ul a:hover .new_list_title{
    color:#0286ce;
}
.new_list_title{
    float: left;
    font-size: 16px;
}

.new_list_data{
    float: right;
    color:#959595;
}
.new_text{
    padding: 20px 0;
    font-size: 16px;
}
.btn3{
    width: 100px;
    height: 35px;
    margin-top: 50px;
    text-align: center;
    background-color: #0286ce;
}

@media only screen and (max-width: 1440px) {
    .new_list_title{
        font-size: 14px;
    }
    .new_text{
        font-size: 14px;
    }
    .border{
        width:86%;
    }
    .new_time{
        padding: 20px 50px;
    }
    .new_text{
        padding: 10px 0;
        font-size: 14px;
    }
}

/*联系我们*/
.c_contact{
    width: 100%;
    background-color: #fff;
    padding: 70px 0px;
}
.contact_box{
    padding: 0 10%;
}

.contact_tel{
    font-size: 35px;
    font-weight: bold;
    color: #000;
}
.contact_address{
    padding: 20px 0px;
    font-size: 14px;
    line-height: 25px;
}
.map_box img{
    width: 100%;
}


/*底部信息*/


.footer {
    background-color: #025f88;
    padding: 70px 0;
}
.f_left,.f_middle {
    float: left;
    padding: 20px 0px;
}
.f_right {
    width:128px;
    height:125px;
    overflow:hidden;
    float: right;
    margin-top: 9px;
    margin-bottom: 5px
}
.f_right img {
    width: auto;
    max-width: 128px;
    height: 125px
}
.f_left {
    margin-left: 16px;
    width: 98px;
    height: 48px;
    overflow: hidden
}
.f_left img {
    width: auto;
    max-width: 98px;
    height: 48px
}
.fm_top {
    height: 16px;
    line-height: 16px;
    font-size: 16px
}
.fm_top li {
    float: left;
    border-left: 1px solid #959595;
    padding: 0 17px
}
.fm_top li:first-child {
    border-left: none;
    padding-left: 22px
}
.fm_top li a {
    color: #959595
}
.f_bottom {
    color: #959595;
    margin: 50px 20px;
}
.foot_you{
    padding: 20px 0;
    margin-left: 20px;
    color: #959595;
    border-bottom: 1px solid #959595;
}

/*内容也*/
.content1{
    background-color: #f5f5f5;
}
.w_wrap{
    width: 84.5%;
    margin: 0 auto;
    position: relative;
}

.pc_top {
    width:100%;
    height:60px;
    background-color:#fff;
    position:relative;
    margin-bottom: 50px;
}
.box{
    line-height: 60px;
}
.pc_top>.shadow {
    top:60px;
}
.pc_top .box {
    line-height:60px;
}
.pc_top .box>h2 {
    color:#5390cd;
    display:inline-block;
    font-size: 18px;
}
.pc_top .box>.divide {
    width:2px;
    height:30px;
    margin:0 10px;
    background-color:#5390cd;
    vertical-align:middle;
    display:inline-block;
}
.pc_top .box>span {
    text-transform:uppercase;
    font-size:18px;
    color:#ccc;
    font-family:"微软雅黑","Times New Roman";
}
.go_home {
    float:right;
    cursor:pointer;
}
.go_home>span {
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#ccc;
    color:#fff;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family:"微软雅黑","宋体";
    margin-right:6px;
    transition:all 0.5s;
}
.go_home:hover>span {
    background-color:#5390cd;
}
.go_home:hover {
    color:#5390cd;
}
.shadow {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 12px;
    background: url(../images/shadow.png) repeat-x;
}


.pc_bottom {
    background-color: #f5f5f5;
    width: 84.5%;
}

.pcb_left {
    padding: 0 6%;
}
@media only screen and (max-width: 1440px) {
    .pcb_left {
        padding: 0 4%;
    }
}



.left_nav {
    margin-bottom:50px;
}
.left_nav>ul>li {
    background-color:#fff;
    border:1px solid #5390cd;
    text-align:center;
    line-height:40px;
    margin-bottom:10px;
}
.left_nav>ul>li ul {
    display:none;
}
.left_nav>ul>li>a {
    position:relative;
    display:block;
    color:#5390cd;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav>ul>li>a.icon:before {
    content:">";
    position:absolute;
    font-family: "微软雅黑","宋体";
    font-size: 18px;
    font-weight: bold;
    left: 60px;
    transform:rotate(0);
    -webkit-transform:rotate(0);
    transition:all 0.5s;
}
.left_nav>ul>li>a.on:before {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on,.left_nav>ul>li>a:hover {
    background-color:#5390cd;
    color:#fff;
}

.left_sub a {
    font-size:14px;
    color:#666;
}
.left_sub a:hover {
    color:#5390cd;
}




.pcbl_bottom {
    background: #fff;
}
.top_bar {
    height:40px;
    line-height:40px;
    background-color:#5390cd;
    color:#fff;
    padding:0 50px;
    text-align:center;
}
.top_bar img {
    margin-top:10px;
    float:right;
}
.pcbl_bottom .text {
    padding:20px 30px;
}
.pcbl_bottom .text * {
    font-family:"微软雅黑","Arial","宋体";
}
.text{
    color: #666;
    font-family: "微软雅黑","Arial","宋体";
    font-size: 12px;
    line-height: 2em;
}

/*内容页----右*/
.pcb_right {
    padding: 0px;

}
.right_page {
    position: relative;
    z-index: 10;
    padding:50px 50px;
    background-color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 992px)
{
    .right_page{
        padding: 30px 0px;
    }
    .content1{
        background-color: #fff;
    }
    .pc_top{
        margin-bottom: 15px;
    }
    .f_bottom {
        text-align: center;
    }
}

.pcblb_top,.pcblb_middle,.pcblb_bottom {
    width: 287px;
    margin-left: 8px
}

.pcblb_top {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 16px
}

.news {
    padding-bottom: 50px;
}
.news .top_news {
    position:relative;
    margin-bottom:25px;
}
.news .top_news img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#5390cd;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;

}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}
.news p.text {
    margin: 5px 0px 20px 0px;
}
.news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.news p.text a:hover {
    color:#5390cd;
}
.news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}


.table_form tr {
    line-height: 70px
}
.table_form tr td input[type=text] {
    height: 30px;
    line-height: 30px
}
.pages {
    width: 100%;
    height:12px;
    line-height:12px;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #343433;
    margin-top: 35px
}
.pages a {
    color: #343433;
    margin: 0px 10px
}

/*底部导航*/
.nav_map{
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background-color: #1B1B1B;
    display: none;
}
.nav_map ul{
    display:flex;
}
.nav_map li{
    flex:1;
}
.nav_map li a{
    display: block;
    text-align: center;
}
.nav_map li img{
    width: 100%;
}
@media only screen and (max-width: 992px){
    /* ���С��992 */
    .nav_map{
        display: block;
    }
    .footer{
        margin-bottom: 87px;
    }
}
@media only screen and (max-width: 576px){
    /* ���С��576*/
    .footer {
        margin-bottom: 58px;
    }
}