@import "iconfont.css";   
*{ box-sizing: border-box;  margin:0;padding:0;  outline:none;}
body,th,td,input,select,textarea,button {font-family:"PingFang SC","Arial","SF Pro SC","Microsoft Yahei Lighter","Helvetica Neue","Helvetica",sans-serif;color:#333} /* 重置页面文字属性 */
body{font-size: 16px;} 
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle;resize:none;-webkit-appearance: none !important;outline: none; border:none; background:transparent;}  /* 重置表单控件垂直居中*/
button { cursor:pointer}  /* 重置表单button按钮效果 */
a {color:#333;text-decoration:none;border:0 none;}  /* 重置链接a标签 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {border-collapse:collapse;border-spacing:0;}    /* 重置table属性 */
img{ border:0 none; max-width: 100%; vertical-align: middle; transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }  /* 图片在当前行内的垂直位置 */
a img{border:0 none;}
em,i{font-style:normal;}
h3,h4,h5,h6{ font-weight: normal;}
table{margin:5px auto;width:100%;}
table,tr,td,th {/*border: 1px solid #bbb;*/padding: 0.4rem;border-collapse: collapse;text-align:center;}
/* 取消a标签点击后的虚线框 */
a {outline: none;color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;  -webkit-user-select: none;}  
::-webkit-scrollbar {width:5px;background-color: #F5F5F5;}
/* 滚动槽 */::-webkit-scrollbar-track {border-radius:5px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {border-radius:10px;background:#0054ae;}
/*清除浮动*/
.fl{ float:left;}
.fr{ float:right;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clear20{height:20px;overflow:hidden;clear:both;}
.clear30{height:30px;overflow:hidden;clear:both;}
.clear40{height:40px;overflow:hidden;clear:both;}
.clear150{height:150px;overflow:hidden;clear:both;}
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
.z5{position: relative; z-index: 5;}
.z10{position: relative; z-index: 10; }

/* input 的 placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}

/* padding */
.pt-10{ padding-top: 10px;}
.pl-10{ padding-left: 10px;}
.pr-10{ padding-right: 10px;}
.pb-10{ padding-bottom: 10px;}
.p10{ padding: 10px;}
.pt-15{ padding-top: 15px;}
.pl-15{ padding-left: 15px;}
.pr-15{ padding-right: 15px;}
.pb-15{ padding-bottom: 15px;}
.p15{ padding: 15px;}
.pt-20{ padding-top: 20px;}
.pl-20{ padding-left: 20px;}
.pr-20{ padding-right: 20px;}
.pb-20{ padding-bottom: 20px;}
.p20{ padding: 20px;}
.pt-25{ padding-top: 25px;}
.pl-25{ padding-left: 25px;}
.pr-25{ padding-right: 25px;}
.pb-25{ padding-bottom: 25px;}
.p25{ padding: 25px;}
.pt-30{ padding-top: 30px;}
.pl-30{ padding-left: 30px;}
.pr-30{ padding-right: 30px;}
.pb-30{ padding-bottom: 30px;}
.p30{ padding: 30px;}
.pt-40{ padding-top: 40px;}
.pl-40{ padding-left: 40px;}
.pr-40{ padding-right: 40px;}
.pb-40{ padding-bottom: 40px;}
.p40{ padding: 40px;}
.pt-50{ padding-top: 50px;}
.pl-50{ padding-left: 50px;}
.pr-50{ padding-right: 50px;}
.pb-50{ padding-bottom: 50px;}
.p50{ padding: 50px;}
.pt-60{ padding-top: 60px;}
.pl-60{ padding-left: 60px;}
.pr-60{ padding-right: 60px;}
.pb-60{ padding-bottom: 60px;}
.p60{ padding: 60px;}
.pt-70{ padding-top: 70px;}
.pl-70{ padding-left: 70px;}
.pr-70{ padding-right: 70px;}
.pb-70{ padding-bottom: 70px;}
.p70{ padding: 70px;}

/* margin */
.mt-10{ margin-top: 10px;}
.ml-10{ margin-left: 10px;}
.mr-10{ margin-right: 10px;}
.mb-10{ margin-bottom: 10px;}
.m10{ margin: 10px;}
.mt-15{ margin-top: 15px;}
.ml-15{ margin-left: 15px;}
.mr-15{ margin-right: 15px;}
.mb-15{ margin-bottom: 15px;}
.m15{ margin: 15px;}
.mt-20{ margin-top: 20px;}
.ml-20{ margin-left: 20px;}
.mr-20{ margin-right: 20px;}
.mb-20{ margin-bottom: 20px;}
.m20{ margin: 20px;}
.mt-25{ margin-top: 25px;}
.ml-25{ margin-left: 25px;}
.mr-25{ margin-right: 25px;}
.mb-25{ margin-bottom: 25px;}
.m25{ margin: 25px;}
.mt-30{ margin-top: 30px;}
.ml-30{ margin-left: 30px;}
.mr-30{ margin-right: 30px;}
.mb-30{ margin-bottom: 30px;}
.m30{ margin: 30px;}
.mt-40{ margin-top: 40px;}
.ml-40{ margin-left: 40px;}
.mr-40{ margin-right: 40px;}
.mb-40{ margin-bottom: 40px;}
.m40{ margin: 40px;}
.mt-50{ margin-top: 50px;}
.ml-50{ margin-left: 50px;}
.mr-50{ margin-right: 50px;}
.mb-50{ margin-bottom: 50px;}
.m50{ margin: 50px; }
.mt-60{ margin-top: 60px;}
.ml-60{ margin-left: 60px;}
.mr-60{ margin-right: 60px;}
.mb-60{ margin-bottom: 60px;}
.m60{ margin: 60px; }
.mt-70{ margin-top: 70px;}
.ml-70{ margin-left: 70px;}
.mr-70{ margin-right: 70px;}
.mb-70{ margin-bottom: 70px;}
.m70{ margin: 70px; }
.mlr{  margin-left: auto; margin-right: auto;}

.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f22{ font-size: 22px;}
.f24{ font-size: 24px;}
.f26{ font-size: 26px;}
.f28{ font-size: 28px;}
.f30{ font-size: 30px;}
.f34{ font-size: 34px;}
.f40{ font-size: 40px;}
.f44{ font-size: 44px;}
.f50{ font-size: 50px;}
.f54{ font-size: 54px;}
.f60{ font-size: 60px;}
.f64{ font-size: 64px;}
.f70{ font-size: 70px;}
.f80{ font-size: 80px;}

.hidden{ overflow: hidden;}
.color-blue{ color: #0054ae;}
.color-red{color: #e60619;}
.color-white{ color: white;}
.color-black{ color: black;}
.color-666{ color: #666; }
.color-888{ color: #888;}
.color-555{ color: #555;}
.color-999{ color: #999;}
.color-aaa{ color: #aaa;}

.bg-f4{background-color: #f4f4f4;}
.bg-f8{background-color: #f8f8f9;}
.bg-f7{ background-color: #f7f8f9;}
.bg-f5{ background-color: #f5f7f9;}
.bg-f0{ background-color: #f0f1f5;}
.bg-blue{background-color: #0054ae;}
.bg-red{background-color: #e60619;}
.bg-white{ background-color: white;}
.bg-black{ background-color: black;}
.bg-666{  background-color: #666;}
.bg-888{  background-color: #888;}
.bg-555{  background-color: #555;}
.bg-aaa{  background-color: #aaa;}

.radius5{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.radius8{ border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.radius10{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.radius15{ border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
.radius20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.radius40{ border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.radius50{ border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-center{  display: flex; align-items: center;}
.flex-between{  display: flex; justify-content: space-between}
.flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.flex-end{display: flex; align-items: flex-end;}
.flex-content-end{display: flex; justify-content: flex-end;}
.flex-start{display: flex; align-items: flex-start;}
.iflex{ display: inline-flex}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.align-start{align-items: flex-start;}
.align-end{align-items: flex-end;}
.align-center{align-items: center;}
.posi{ position: relative;}
.posi-a{ position: absolute; top: 0; left: 0}
.hmax{ height: 100%  ;}
.wmax{ width: 100%  ;}
.w50{ width: 50% ;}
.w55{ width: 55%;}
.w49-5{ width: 49.5%;}
.w33{ width: 33%;}
.w35{ width: 35%;}
.w40{ width: 40%;}
.w45{ width: 45%;}
.w48{ width: 48% ;}
.w49{ width: 49% ;}
.w60{ width: 60%;}
.w82{ width: 80%; margin: 0 auto;}
.w86{ width: 86%; margin: 0 auto;}
.img{ position: relative; overflow: hidden;}
.transition{ transition: all .36s;}
.transition1{ transition: all 1s;}
.line-height{ line-height: 2;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
.text-left{ text-align: left;}
.text-uppercase{ text-transform: uppercase;}
.text-underline{ text-decoration: underline;}
.text-nowrap{ white-space: nowrap;}
.cursor{ cursor: pointer;}
/*.cursor-shou{cursor: url("../images/icoN_shou.png"), auto;}*/
.font-weight{ font-weight: bold;}
.fixed{  position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;   -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
         animation: 300ms ease-in-out 0s normal none fadeInDown;}
@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
/*  white-space: nowrap;   overflow: hidden;text-overflow:ellipsis; */
.line-clamp{  word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp3{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp6{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp5{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
.line-height2-4{ line-height: 2.4;}
.line-height2-8{ line-height: 2.8;}
.line-height1{ line-height: 1;}
.line-height1-6{ line-height: 1.6;}
.line-height3{ line-height: 3;}
.opacity8{ opacity: 0.8;}
.opacity6{ opacity: 0.6;}
.opacity2{ opacity: 0.2;}
/* 栏目页banner手机端与pc端切换显示 */
.pc-show{  display: block; }
.wap-show{ display: none; }
.border{ border: 1px solid #e5e5e5;}
.border-bottom{ border-bottom: 1px solid #e5e5e5;}
.border-top{ border-top: 1px solid #e5e5e5;}
.border-left{ border-left: 1px solid #e5e5e5;}
.border-right{ border-right: 1px solid #e5e5e5;}
.shadow{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}

@media screen and (max-width:750px){
    .pc-show{  display: none; }
    .wap-show{  display: block; }
    .wapFlex {flex-direction: column;align-items: flex-start;justify-content: flex-start;}
    .wapFlexF{flex-direction: column-reverse;align-items: flex-start;justify-content: flex-start;}
    .line-height2-4,.line-height3,.line-height2-8{ line-height: 2;}
    .w50,.w48,.w49,.w49-5,.w33,.w35,.w40,.w55,.w45,.w60{ width: 100% ;}
    body::after{ display: block; content: ''; width: 100%; height: 60px; background-color: #f4f4f4;}
}

/* 引用字体 */
@font-face {
    font-family: 'DIN'; 
    src: url("../font/DIN-Medium.eot"); /* IE9 */
    src: url("../fonts/din-medium.eot") format("embedded-opentype"), /* IE6-IE8 */

        url("../fonts/din-medium.woff") format("woff"), /* chrome、firefox */
        url("../fonts/din-medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("../fonts/din-medium.svg#din-medium") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;

}
.DIN{	font-family: 'DIN'; }
@font-face {
    font-family: "ENG";
    src: url("../fonts/brownstd-regular.woff.eot"); /* IE9 */
    src: url("../fonts/brownstd-regular.woff.eot") format("embedded-opentype"), /* IE6-IE8 */

        url("../fonts/brownstd-regular.woff.woff") format("woff"), /* chrome、firefox */
        url("../fonts/brownstd-regular.woff.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("../fonts/brownstd-regular.woff.svg#brownstd-regular.woff") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
.ENG{	font-family: 'ENG'; }
.zwDiv{ padding-top: 100px; margin-top: -100px;}
/* 头部 */
header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
header .logoImg{filter: invert(100%) grayscale(100%) brightness(500%); }
nav { font-size: 18px; width: 52vw;}
nav li{ flex: 1; position: relative;}
nav li a.oneNav{ line-height: 100px; position: relative; display: inline-block;}
nav .oneNav::after{ width: 100%; height:3px; transition: all .36s; background-color: #fff; position: absolute;bottom: 0; left: 0; display: block; content: ''; transform: scale(0,1); -webkit-transform: scale(0,1); -moz-transform: scale(0,1); -ms-transform: scale(0,1); -o-transform: scale(0,1); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
nav  li.on .oneNav{ color: #fff; }
nav  li.on .oneNav::after { transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav  a:hover{ color: #fff;}
.scroll nav  a:hover{ color: #0054ae;}
nav  li dl{position:absolute;text-align: center;min-width: 100%; width: auto;top:115px;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 10px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:#0054ae}
nav  li dl dd:hover a{color:#fff!important;}
nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px}
nav  li dl{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
nav  li>a:hover:after{top:0}
nav  li>a:hover span{transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%)}
.h_nav{ height: 60px; width: 60px; background-color:#0054ae; padding: 18px 8px ;    align-items: flex-end; display: none;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite;  }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #fff;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }
.toptel,.topSearch {height: 50px;border-radius: 25px;background: rgba(255, 255, 255, .15);-webkit-border-radius: 25px;-moz-border-radius: 25px;-ms-border-radius: 25px;-o-border-radius: 25px;}
.topSearch {width: 50px;}
.topsearchBox {width: 300px;position: absolute;top: 115px;right: 5vw;box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
.topsearchKey {width: calc(100% - 60px);height: 60px;}
.topsearchSubmit {background: url(../images/searchBtn-w.png) no-repeat center center #103373;background-size: 30% auto;height: 60px;width: 60px;}
.topsearchBox {visibility: hidden;opacity: 0;filter: alpha(opacity=0);transform: translateY(10px);-webkit-transform: translateY(10px);-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);}
.topSearch:hover .topsearchBox {visibility: visible;opacity: 1;filter: alpha(opacity=100);transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);}
.nav{ color: #fff !important; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #0054ae; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
.nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
header.scroll{ background-color: #fff; top: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); color: #333; height: 90px; border-color: #fff;}
header.scroll nav li a.oneNav{ line-height: 90px;}
header.scroll .logoImg{ filter: grayscale(0%) brightness(100%); -webkit-filter: grayscale(0%) brightness(100%); }
header.scroll nav .oneNav::after{   background-color: #0054ae;  }
header.scroll nav  li.on .oneNav{ color: #0054ae;}
header.scroll .toptel,header.scroll .topSearch {background: rgba(0, 0, 0, .1);}
.wap-nav{ display: none;}
.waphebtn{ width: 60px; height: 60px;}
.waphebtn+.waphebtn::after{ width: 1px; height: 20px; background-color: #e5e5e5; position: absolute; left: 0; top: 20px; display: block; content: ''; }

/* 底部 */
footer {background: #282f36;color: #fff;}
footer .footlogo {filter: invert(100%) grayscale(100%) brightness(500%);max-height: 60px;}
footer .top {border-color: rgba(255, 255, 255, .15);}
footer dd {font-size: 15px;}
footer .footEwm img {width: 120px;}
#toolbar{ position: fixed; bottom: 0; left: 0; width: 100%; z-index: 150; display: none;}
#toolbar a {width: 25%;padding: 10px 0;text-align: center;color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column;}
#toolbar img{ height: 20px; margin-bottom:5px;}


.float{}
.float .one{ position:fixed; top:80%; right:0; z-index:99; transform:translate3d(0px,-80%,0);}
.float .one .con{ position:relative;}
.float .one .con .ites{ width:80px; margin-right:20px;}
.float .one .con .ites .shutdown{ width:100%; cursor:pointer;background:#fff; border:1px solid #0054ae; border-radius:50px 0 0 0; padding:8px 0;}
.float .one .con .ites .slide{ width:80px; height:80px; cursor:pointer; background:#fff; border:1px solid #0054ae; position:relative; padding-top:12px; margin-top:2px;}
.float .one .con .ites .slide .icon{ width:30px;display: inline-block;}
.float .one .con .ites .slide .txt{ line-height:1; color:#666; margin-top:8px;}
.float .one .con .ites .slide .tel{ width:auto;  white-space: nowrap;text-align:left; display:none; background:#0054ae; position:absolute; right:104%; top:0; z-index:2; padding:12px 24px;}
.float .one .con .ites .slide .tel .txt1{ color:#fff;}
.float .one .con .ites .slide .tel .txt2{ color:#fff;}
.float .one .con .ites .slide .qr-code{ width:120px; display:none; background:#fff; border:1px solid #0054ae; position:absolute; right:104%; top:0; z-index:2;}
.float .one .con .ites .slide:hover .tel{ display:block;}
.float .one .con .ites .slide:hover .qr-code{ display:block;}
.float .one .con .ites .slide.cur{ background:#0054ae;}
.float .one .con .ites .slide.cur .txt{ color:#fff; margin-top:0;}
.float .one .con .ites .slide:nth-child(1){ margin-top:0;}
.float .one .con .show{ background:#0054ae; display:flex; align-items:center; cursor:pointer; border-radius:25px 0 0 25px; position:absolute; top:50%; right:-30px; z-index:2; padding:30px 8px; margin:auto; transform:translate3d(0px,-50%,0);}
.float .one .con .show .txt{ width:14px; line-height:2; text-align:center; cursor:pointer; color:#fff;}
.float .one.cur .con .ites{ margin-right:-100px;}
.float .one.cur .con .show{ right:0;}
.gotop{ display: none;}
.gotop.show2{ display: block;}

@media screen and (max-width:1660px) {
    .w76{ width: 86%;}
    .w86{ width: 90%;}
}

@media screen and (max-width:1440px) {
    body{ font-size: 14px;}
    .w76{ width: 86%;  }
    nav{ width: 62vw;font-size: 17px;}
    .logoImg{ max-height: 60px;}
    nav li a.oneNav{ line-height: 90px;}
    header.scroll{ height: 80px;}
    header.scroll nav li a.oneNav{ line-height: 80px;}
    header.scroll nav li dl{top: 95px;}
}

@media screen and (max-width:1280px) { 
    nav{ font-size: 16px;}
    .w86,.w76{ width: 96%;}
}

@media screen and (max-width:1000px) {
    header .right{ display: none !important;}
    header .w82{ width: 100%; padding: 0 0 0 20px;}
    header.scroll{ height: 60px;}
    .h_nav {display: flex;margin-left: 0;}
    .h_nav.close{align-items: center; justify-content: center;}
    .logoImg{ height: 40px;}
    .wap-nav{ display: flex;}
}

@media screen and (max-width:750px) {
    .w76,.w82,.w86{ width: 100%;padding: 0 20px;}
    /*footer .top dl{ display: none;}*/
    footer dl{ display: none;}
    footer .footContact{ width: 100%; margin-bottom: 15px;}
    footer .footEwm img{ width: 80px;}
    footer .footlogo{ height: 50px;}
    footer .top .w50{ display: none;}
    #toolbar{ display: flex; box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);}
    .float .one{ top: 80%;}
    .float .one .con .ites{ width: 50px; margin-right: 0;}
    .float .one .con .ites .slide{ width: 50px;  height: 50px;}
    .float .one .con .ites .slide .icon{ width: 20px;}
}






