/*公共样式*/
html,body,ul,ol,dl,dt,dd{padding: 0;margin: 0;}
p:last-child{margin-bottom: 0;}
ul li,ol li{list-style: none;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;}
h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;}
em,i{font-style: normal;}
a,a:hover,a:focus{text-decoration: none !important;outline: none;}
img{border: none;vertical-align: middle;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family: 'object-fit: cover;';}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.float-left{float: left;}
.float-right{float: right;}
.contentwidth img,.contentwidth table{max-width: 100% !important;height: auto !important;}
.contentwidth{word-wrap: break-word !important;word-wrap: break-word !important;}
.contentwidth table tbody tr td{border: 1px solid #888;}
.contentwidth table caption{text-align: center;}

/*header*/
.header_top{width: 100%;height: 100px;background: #fff;}
.header_tel{margin-top: 18px;padding-left: 45px;position: relative;}
.header_tel:before{content: "";position: absolute;left: 0;top: 50%;margin-top: -22px;width: 38px;height: 45px;background: url(../images/tel.png) no-repeat;}
.header_tel h5{font-size: 16px;line-height: 1.5;color: #9b9b9b;}
.header_tel h6{font: 32px/1.1 "Times New Roman",Times,serif;color: #0056f9;}
.header_search{width: 350px;height: 30px;margin: 35px 0 0 8%;}
.header_search input{float: left;width: 300px;line-height: 30px;padding: 0 10px;border: 1px solid #0056f9;}
.header_search button{float: right;width: 50px;line-height: 30px;background: #0056f9;color: #fff;}
header>nav ul.h-menu>li{width: 14.285%;position: relative;}
header>nav ul.h-menu>li>a{width: 100%;display: inline-block;font-size: 16px;color: #fff;text-align: center;position: relative;}
header>nav ul.h-menu>li>ul{display: none;}
header>nav ul.h-menu>li>ul.sm-menu{position: absolute;top: 65px;min-width: 100%;z-index: 99;margin: 0;}
header>nav ul.h-menu>li>ul.sm-menu>li>a{display: block;font-size: 16px;line-height: 42px;padding: 0 15px;text-align: center;color: #fff;white-space: nowrap;background: rgba(0,0,0,.8);}
header>nav ul.h-menu>li:hover>a,header>nav ul.h-menu>li>a:hover,header>nav ul.h-menu>li>ul.sm-menu>li>a:hover{background: #0560f9;}

@media(min-width: 997px){
    .casesa{width: 100%;line-height: 65px;background: #0056f9;transition: all .5s;-webkit-transition: all .5s;}
    .casesa.active{position: fixed;top: 0;left: 0;z-index: 999;transition: all .5s;-webkit-transition: all .5s;box-shadow: 0px 2px 20px rgba(0,0,0,0.16);-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.16);}
    header>nav ul.h-menu>li:before{content: "|";position: absolute;left: 0;top: 0;color: #3378fa;}
    header>nav ul.h-menu>li:last-child:before{content: "|";position: absolute;right: 0;top: 0;color: #3378fa;}
    .header_search{position: relative;left: 16%;}
    .header_top .logo_img{line-height: 100px;}
    .header_top .logo_img img{height: 80px;} 
}
@media(max-width: 1230px){
    .header_search{width: 280px;margin: 35px 0 0 6%;}
    .header_search input{width: 230px;}
    .header_top .logo_img img{height: 50px;} 
}
@media(max-width: 996px){
    .header_tel,.header_search{display: none;}
    .header_top{height: auto;}
    .casesa{width: 100%;height: 60px;line-height: 60px;position: fixed;top: 0;left: 0;z-index: 999;background: #fff;box-shadow: 0px 2px 20px rgba(0,0,0,0.16);-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.16);}
    .header_top .logo_img{position: fixed;padding: 10px 0 0 15px;top: 0;left: 0;z-index: 1000;}
    .header_top .logo_img img{height: 40px;} 
    header> nav ul.h-menu{display: none;position: fixed;top: 60px;left: 0;width: 100%;height: auto;line-height: 40px;padding: 0 0 60px;margin: 0;max-height: 100%;overflow-y: auto;z-index: 999;}
    header .menu-toggler{right: 15px;top: 20px;height: 100%;}
    header .menu-toggler>span{position: relative;display: block;width: 30px !important;height: 4px;background: #0056f9;}
    header .menu-toggler>span.top{top: 0;}
    header .menu-toggler>span.middle{left: 0;top: 5px;}
    header .menu-toggler>span.bottom{top: 10px;}
    header .menu-toggler.active>span.middle{left: 100px;}
    header .menu-toggler.active>span.top{top: 10px;transform: rotate(45deg);}
    header .menu-toggler.active>span.bottom{top: 2px;transform: rotate(-45deg);}
    header>nav ul.h-menu>li{width: 100%;border-top: 1px solid #f1f1f1;background: #fff;}
    header>nav ul.h-menu>li>a{padding: 0 15px;font-size: 16px;color: #333;text-align: left;}
    header>nav ul.h-menu>li.position-relative>a{width: auto;background: #fff;}
    header>nav ul.h-menu>li>ul.sm-menu{position: static;line-height: 40px;}
    header>nav ul.h-menu>li>ul.sm-menu>li>a{text-align: left;font-size: 16px;color: #333;padding: 0 30px;background: #fff;}
    header>nav ul.h-menu>li>a:hover,header>nav ul.h-menu>li:hover,header>nav ul.h-menu>li:hover>a,header>nav ul.h-menu>li>ul.sm-menu>li>a:hover{background: #0056f9;color: #fff;}
}

/*banner*/
.slideBox{width: 100%;position: relative;overflow: hidden;}
.slideBox .hd{width: 100%;height: 10px;text-align: center;position: absolute;bottom: 15px;z-index: 1;}
.slideBox .hd li{width: 10px;height: 10px;background: #000;opacity: .4;border-radius: 50%;margin: 0 4px;overflow:hidden;line-height: 4em;display: inline-block;vertical-align: top;cursor: pointer;transition: background 0.5s,opacity 0.9s;-webkit-transition: background .5s,opacity .5s;}
.slideBox .hd li.on{background: #0056f9;opacity: 1;}
.slideBox .bd li img{vertical-align: top;width: 100%;}

@media(max-width: 996px){
    .slideBox{margin-top: 60px;}
    .slideBox .hd{height: 8px;bottom: 6px;}
    .slideBox .hd li{width: 8px;height: 8px;}
}

/*footer*/
.footer_nav{width: 100%;padding: 40px 0 20px;background: #252525;}
.footer_nav .footer_nav_bj{background: url(../images/footer_bj.png) no-repeat;}
.footer_nav .footer_nav_bj .footer_left_nav{width: 30%;}
.footer_nav .footer_nav_bj .footer_left_nav h5{border-bottom: 1px solid rgba(255,255,255,.15);}
.footer_nav .footer_nav_bj .footer_left_nav h5 a{font-size: 16px;line-height: 2;color: #fff;}
ul.footer_nav_ul{margin-top: 10px;}
ul.footer_nav_ul li{width: 50%;float: left;}
ul.footer_nav_ul li a{font-size: 14px;line-height: 2;color: #6f6f6f;}
ul.footer_nav_ul li a:hover{color: #fff;}
ul.footer_right{text-align: center;}
ul.footer_right li{width: 200px;float: left;}
ul.footer_right li img{max-width: 160px;}
ul.footer_right li h6,ul.footer_right li h6 p,ul.footer_right li h6 p a{font-size: 14px;line-height: 1.8;color: #fff;margin-bottom: 0;}
ul.footer_right li h6 p a:hover{text-decoration: underline !important;}
footer{width: 100%;padding: 10px 0;text-align: center;font-size: 14px;line-height: 2;background: #1a1a1a;color: #a6a6a6;}
footer p{margin-bottom: 0;}
footer p a{color: #a6a6a6;}
footer p a:hover{color: #fff;}

@media(max-width: 996px){
    .footer_nav{padding: 15px 0;}
    .footer_nav .footer_nav_bj .footer_left_nav,.content_none{display: none;}
    ul.footer_right li{width: 33.33%;padding: 5px;}
    ul.footer_right li img{max-width: 100%;}
    ul.footer_right li h6{font-size: 12px;}
    footer{margin-bottom: 60px;}
}

/*侧栏*/
.global_toolbar{position: fixed;right: 15px;z-index: 999;}
.toolbar_btn a.bar_forum{text-align: center;background: #0056f9;display: inline-block;position: relative;}
.toolbar_btn a.bar_forum:hover{background: #333;}
.toolbar_btn a.bar_forum samp{width: 30px;height: 30px;display: inline-block;background: url(../images/toolbar.png) center center no-repeat;}
.toolbar_btn a.bar_forum samp.bar1{background-position: 0 0;}
.toolbar_btn a.bar_forum samp.bar2{background-position: 0 -32px;}
.toolbar_btn a.bar_forum samp.bar3{background-position: 0 -62px;}
.toolbar_btn a.bar_forum samp.bar4{background-position: 0 -92px;}
.toolbar_btn a.bar_forum h6{font-size: 14px;color: #fff;}

@media(min-width: 997px){
    .global_toolbar{top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
    .toolbar_btn a.bar_forum{width: 80px;height: 80px;display: block;padding: 15px 0;margin: 6px 0;border-radius: 5px;cursor: pointer;}
    .toolbar_btn a.bar_forum em{font-size: 14px;height: 80px;position: absolute;top: 0;right: 90px;z-index: 1;display: block;overflow: hidden;-webkit-transition: all .4s;transition: all .4s;}
    .toolbar_btn a.bar_forum_1 em{width: 200px;height: 80px;margin-right: 10px;position: absolute;left: 100px;z-index: -1;}
    .toolbar_btn a.bar_forum_1 em span{display: block;width: 190px;height: 80px;padding: 10px;border-radius: 5px;background: #0056f9;}
    .toolbar_btn a.bar_forum_1 em h5{font-size: 14px;line-height: 2;color: #fff;}
    .toolbar_btn a.bar_forum_1 em b{font-size: 20px;color: #fff;}
    .toolbar_btn a.bar_forum_1:hover em{left: -200px;}
    .toolbar_btn a.bar_forum_2 em{width: 176px;height: 166px;margin-right: 10px;position: absolute;left: 100px;z-index: -1;}
    .toolbar_btn a.bar_forum_2 em span{display: block;width: 166px;height: 166px;padding: 10px;border-radius: 5px;background: #0056f9;}
    .toolbar_btn a.bar_forum_2:hover em{left: -176px;}
    .toolbar_btn a.bar_forum_3{display: none;}
}
@media(max-width: 996px){
    .global_toolbar{width: 100%;height: 60px;bottom: 0;right: 0;}
    .toolbar_btn a.bar_forum_1{display: none;}
    .toolbar_btn{width: 100%;font-size: 0;}
    .toolbar_btn a.bar_forum{width: 25%;vertical-align: top;height: 60px;padding: 6px;}
    .toolbar_btn a.bar_forum_2 em{width: 140px;height: 150px;padding-bottom: 10px;position: absolute;left: 0;bottom: -150px;z-index: -1;-webkit-transition: all .4s;transition: all .4s;}
    .toolbar_btn a.bar_forum_2 em span{display: block;width: 140px;height: 140px;padding: 10px;border-radius: 5px;background: #0056f9;}
    .toolbar_btn a.bar_forum_2:hover em{bottom: 60px;}
}

/*分页*/
.page_info{display: none;}
.page_list{margin-top: 40px;width: 100%;text-align: center;overflow: hidden;}
.page_list a{display: inline-block;color: #666;font-size: 14px;border: 1px solid #efefef;margin: 2px;padding: 2px 8px;}
.page_list a.on,.page_list a:hover{background: #0056f9;border-color: #0056f9;color: #fff;}