*,html,body,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;font-family: Arial;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;}
a,a:hover,a:focus{outline: none;text-decoration: none;}
ul li,ol li{list-style: none;}
em,i{font-style: normal;}
p:last-child{margin-bottom: 0;}
.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;}
.content{word-wrap: break-word !important;word-wrap: break-word !important;}
.content img{max-width: 100% !important;height: auto !important;}
.content table,.content video{width: 100% !important;height: auto !important;margin-bottom: 10px !important;}
.content table tbody tr td{padding: 5px !important;border: 1px solid #efefef !important;}
.content table tbody tr td p{margin-bottom: 0 !important;}
@media(min-width: 1390px){.container{width: 1360px;}}
@media(min-width: 1470px){.container{width: 1440px;}}

/*header*/
.casesa{width: 100%;height: 70px;line-height: 70px;background: #fff;position: fixed;top: 0;left: 0;z-index: 999;box-shadow: 0 2px 20px rgba(0,0,0,0.16);}
header>nav ul.h-menu>li>a{display: block;font-size: 16px;padding: 0 20px;color: #333;position: relative;}
header>nav ul.h-menu>li>ul.sm-menu{display: none;}
header>nav ul.h-menu>li>ul.sm-menu{position: absolute;top: 70px;left: 0;z-index: 99;}
header>nav ul.h-menu>li>ul.sm-menu>li>a{display: block;font-size: 16px;line-height: 40px;background: #fff;color: #333;padding: 0 20px;white-space: nowrap;}
header>nav ul.h-menu>li.active>a,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: #3d7abf;color: #fff;}
.logo-img span,.logo-img b{float: left;}
.logo-img a img{max-height: 50px;}
.logo-img a b{font-size: 24px;color: #333;padding-left: 10px;letter-spacing: 6px;}

.slideBox{position: relative;overflow: hidden;width: 100%;margin-top: 70px;}
.slideBox .hd ul{width: 100%;text-align: center;bottom: 20px;position: absolute;left: 50%;z-index: 1;transform: translateX(-50%);}
.slideBox .hd li{transition: background 0.5s,opacity 0.9s;width: 10px;height: 10px;margin: 4px;background: #fff;border-radius: 50%;display: inline-block;vertical-align: top;position: relative;cursor: pointer;-webkit-transition: background .5s,opacity .5s;-moz-transition: background .5s,opacity .5s;overflow: hidden;line-height: 4em;}
.slideBox .hd li.on{background: #3d7abf;opacity: 1;}
.slideBox .bd{position: relative;z-index: 0;padding: 0;}
.slideBox .bd li{position: relative;text-align: center;}
.slideBox .bd li img{vertical-align: top;width:100%;}

@media(max-width: 996px){
    .casesa{height: 50px;line-height: 50px;position: fixed;top: 0;left: 0;z-index: 9999;box-shadow: 0 2px 20px rgba(0,0,0,0.16);}
    .logo-img a img{max-height: 40px;}
    .logo-img a b{font-size: 20px;}
    header> nav ul.h-menu{display: none;position: fixed;top: 50px;left: 0;width: 100%;height: auto;line-height: 40px;padding: 0 0 50px;margin: 0;max-height: 100%;overflow-y: auto;z-index: 999;}
    header .menu-toggler{right: 15px;top: 15px;height: 24px;overflow-x: hidden;}
    header .menu-toggler>span{position: relative;display: block;width: 30px !important;height: 4px;border-radius: 5px;background: #3d7abf;}
    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%;background: #fff;margin: 0;line-height: 40px;border-top: 1px solid #f1f1f1;}
    header>nav ul.h-menu>li.position-relative a{width: auto;display: inline-block;}
    header>nav ul.h-menu>li a{padding: 0 15px;}
    header>nav ul.h-menu>li>ul.sm-menu{position: static;transform: none;border-top: 1px solid #f1f1f1;height: auto;background: #fff;}
    header>nav ul.h-menu>li>ul.sm-menu>li>a{display: block;color: #333;padding: 0 30px;text-align: left;}
    header>nav ul.h-menu>li.active,header>nav ul.h-menu>li:hover{background: #3d7abf;color: #fff;}
    .slideBox{margin-top: 50px;}
    .slideBox .hd ul{bottom: 0;}
    .slideBox .hd li{width: 6px;height: 6px;}
}

/*footer*/
footer{width: 100%;padding: 40px 0;background: #4a4b4c;}
footer ul.f-nav{width: 12%;}
footer h5 a{display: inline-block;font-size: 16px;color: #fff;margin-bottom: 10px;}
footer ul.f-nav li a,footer .f-code h6{font-size: 14px;line-height: 2;color: #aaa;}
footer .f-code .code-img{width: 120px;margin-left: 30px;}
footer h5 a:hover,footer ul.f-nav li a:hover{color: #fff;}
.copyright{margin-top: 40px;font-size: 16px;color: #aaa;}
.copyright span{margin: 0 5px;}
.copyright a{color: #aaa;}
.copyright a:hover{color: #fff;}

.global_toolbar.default{position: absolute;}
.global_toolbar.default .toolbar_content,.global_toolbar.opacity .toolbar_content{display: none;}
.global_toolbar.opacity .toolbar_btn a em,.global_toolbar.opacity .toolbar_btn a samp{background: #000;background: rgba(0,0,0,.8);cursor: pointer;}
.global_toolbar.opacity .toolbar_btn a:hover em{background: #3d7abf;}
.global_toolbar{position: fixed;z-index: 10;top: 0;right: 0;width: 0;height: 100%;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);background: #fff;}
.global_toolbar.open{width: 320px;}
.toolbar_btn{position: absolute;top: 30%;left: -54px;width: 54px;}
.toolbar_btn a,.toolbar_btn a samp{position: relative;display: block;height: 54px;-webkit-transition: all .5s cubic-bezier(.2,.83,.42,.91);transition: all .5s cubic-bezier(.2,.83,.42,.91);}
.toolbar_btn .toolbar_btn_a{opacity:0;height:26px;text-align:center;cursor: pointer;position: absolute;}
.toolbar_btn_11{opacity:1;}
.toolbar_btn_11 a{opacity:0;height:0;overflow:hidden;}
.toolbar_btn_11 .toolbar_btn_a{opacity:1;}
.toolbar_btn_22 .toolbar_btn_a{opacity:1;position: initial;}
.toolbar_btn_22 .toolbar_btn_a img{transform: rotate(180deg);}
.toolbar_btn_11 a:first-child{opacity:1;height:54px;}
.toolbar_btn a samp{z-index: 2;width: 54px;color: #fff;background-color: #666;}
.toolbar_btn .toolbar_btn_a samp {background-color: #3d7abf;height:26px;border: 0;}
.toolbar_btn .toolbar_btn_a:hover samp{border: 0;}
.toolbar_btn a samp .iconfont {font-size: 24px;position: absolute;top: 16px;left: 18px;color: #fff;}
.toolbar_btn a em{font-size: 14px;font-style: normal;line-height: 54px;position: absolute;z-index: 1;top: 0;right: 54px;display: block;overflow: hidden;width: 0;height: 54px;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);text-align: center;color: #fff;}
.toolbar_btn a.current samp,.toolbar_btn a:hover samp{border-bottom: 1px solid #3d7abf;background-color: #3d7abf;}
.toolbar_btn.default a:hover samp{background-color: #3d7abf;}
.toolbar_btn a.bar_inquire em{height: auto;padding: 10px 0;}
.toolbar_btn a.bar_inquire em img{width: 100px;height: 100px;}
.toolbar_btn a:hover em{width: 120px;background: #3d7abf;}
.iconi{width: 24px;height: 24px;display: block;position: absolute;top: 15px;left: 15px;}
.icon-LiveChat1 img{width: 100%;height: auto;display: block;border: none;}
.toolbar_btn1{top: 100%;margin-top: -60px !important;}

.return{position: fixed;bottom: 40px;right: 10px;z-index: 9999;transition: .8s;-o-transition: .8s;-webkit-transition: .8s;}
.return .back_return{position: relative;display: block;cursor: pointer;z-index: 999;transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.return .back_return a{width: 40px;height: 40px;line-height: 38px;text-align: center;display: block;background: #666;}
.return .back_return a:hover{background: #3d7abf;}

.page_info{display: none;}
.page_list{margin-top: 50px;width: 100%;text-align: center;overflow: hidden;}
.page_list a{display: inline-block;color: #555;font-size: ;border: 1px solid #ccc;margin: 2px;padding: 4px 10px;}
.page_list a.on,.page_list a:hover{background: #3d7abf;border-color: #3d7abf;color: #fff;}

@media(max-width: 996px){
    footer{padding: 15px 0;}
    footer ul.f-nav,footer .f-code .code-img,.global_toolbar{display: none;}
    .copyright{margin-top: 0;font-size: 14px;line-height: 1.6;}
    .return{bottom: 10px;}
}