div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
body{font-family:"微软雅黑";font-size:12px;margin:0px;padding:0px;color:#1a1a1a;line-height:24px;height:auto;clear:both; -webkit-appearance:none; background-color:#f2f2f2;}
img{border:0px;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a{ text-decoration:none; color:#333; outline:none; cursor:pointer;}
a:hover{ background-repeat:no-repeat; color:#004fa3;}
.del_float{ clear:both; line-height:0; height:0; font-size:0;}
a,area{blr:expression(this.onFocus=this.blur())}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}
body{ overflow-X:hidden;}
@media screen and (min-width:1200px){
body{ min-width:1180px;}
.web{ width:1180px; margin:0px auto;}
}
@media screen and (max-width:1200px) and (min-width:960px){
.web{ margin:0 50px;}
}
@media screen and (max-width:960px){
.web{ margin:0 15px;}
}

.header{ background:#fff; height:auto; border-top:3px #004fa3 solid; padding-top:8px;}
.header a.logo{ display:block; float:left;}
@media screen and (min-width:1200px){
.header a.logo{ padding-top:8px;}
.header a.logo img{ display:block; height:65px;}
.language{ padding-left:30px; margin-top:25px;}
}
@media screen and (max-width:1200px){
.header a.logo{ padding-top:5px; padding-bottom:12px;}
.header a.logo img{ display:block; height:45px;}
.language{ padding-left:20px; margin-top:15px;}
}
@media screen and (max-width:960px){
.header{ position:fixed; width:100%; z-index:9999;}
.header a.logo{ padding:5px 0 20px;}
.header a.logo img{ display:block; height:35px;}
.language{ margin-right:60px; margin-top:5px;}
}
.language{ float:right; font-size:12px;}
.language a{ color:#666; text-align:center; line-height:20px; float:left; margin-left:15px;}
.language a img{ height:25px; display:block;}
.language a:hover{ color:#004fa3;}

.header .headerNav { float:right;}
.header .headerNav li { position: relative; float: left; margin-left:40px; font-size: 16px; line-height:90px; z-index: 2; }
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li:after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: -1px; margin: 0 auto; width: 0px; height: 3px; background: #dd0000; transition: all 0.3s; }
.header .headerNav li a { color: #333; }
.header .headerNav li.active:after { width: 100%; }
.header .headerNav li.active > a { font-weight: bold; }
.header .headerNav li:hover:after { width: 100%; }
.header .sonNav { position: absolute; left: 50%; top: 100%; margin-left: -62px; padding-top: 2px; width: 124px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); background: rgba(255, 255, 255, 0.9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF'); display: none; }
.header .sonNav div { border-top: 1px dashed #ccc; text-align: center; }
.header .sonNav div:first-child { border-top-width: 0px; }
.header .sonNav div a { display: block; margin-top: 0; font-size: 14px; color: #666666; line-height: 52px; transition: all 0.16s; }
.header .sonNav div a:hover { color: #1163c9; }
.header .navBtn { width: 30px; height: 30px; font-size: 0; display: none; cursor: pointer; }
.header .navBtn.active .nav__icon { background: rgba(17, 99, 201, 0); }
.header .navBtn.active .nav__icon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header .navBtn.active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header .nav__icon { display: inline-block; position: relative; width: 100%; height: 3px; background-color: #1163c9; margin-top: 13.5px; -webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform; transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; border-radius: 1px; }
.header .nav__icon:before, .header .nav__icon:after { content: ''; display: block; width: 100%; height: 3px; background-color: #1163c9; border-radius: 1px; position: absolute; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.header .nav__icon:before { margin-top: -10px; }
.header .nav__icon:after { margin-top: 10px; }


@media screen and (max-width: 1200px) {
  .header .headerNav li { margin-left: 34px; font-size: 16px; line-height: 72px; }
  .header .headerTel { line-height: 72px; }
  .header .sonNav { margin-left: -45px; width: 90px; }
  .header .sonNav div a { line-height: 42px; }
}
@media screen and (max-width:960px) {
  .header .fr { float: none; position: fixed; right: 100%; top:71px; width: 100%; height: 100%; background: #ffffff; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; z-index: 9; }
  .header .fr.active { transform: translate(100%, 0); -webkit-transform: translate(100%, 0); }
  .header .headerNav { float: none; margin: 0 15px; height: auto; }
  .header .headerNav li { position: relative; float: none; margin-left: 0; width: 100%; border-bottom: 1px solid #ccc; }
  .header .headerNav li:after { display: none; }
  .header .headerNav li > a { display: block; height: 100%; font-size: 16px; color: #666666; line-height: 60px; }
  .header .headerNav li.active > a, .header .headerNav li:hover > a { color: #1163c9; }
  .header .headerNav li.down:after { display: block; position: absolute; width: 16px; height: 16px; left: auto; right: 0; top: 0; margin-top: 22px; background: url(../images/navdown.png) no-repeat center; background-size: 100% 100%; transition: all 0.2s; }
  .header .headerNav li.on:after { transform: rotate(90deg); }
  .header .sonNav { position: relative; padding: 10px 0; width: 100%; margin-left: 0; box-shadow: none; left: 0; border-top: 1px solid #ccc; }
  .header .sonNav div { height: 48px; line-height: 48px; width: 100%; }
  .header .sonNav div a { display: block; font-size: 14px; color: #666666; text-align: left; }
  .header .navBtn { display: block; position:absolute; right:20px; top:19px;}
}
@media screen and (max-width: 480px) {
  .header .headerNav li > a { font-size: 0.4rem; line-height: 1.28rem; }
  .header .headerNav li.down:after { width: 0.4rem; height: 0.4rem; margin-top: 0.426667rem; }
  .header .sonNav { padding: 0.16rem 0; }
  .header .sonNav div { height: 1.12rem; line-height: 1.12rem; }
  .header .sonNav div a { font-size: 0.373334rem; }
  .header .navBtn { margin-top: 0.1rem; width: 0.64rem; height: 0.64rem; }
  .header .nav__icon { height: 2px; margin-top: 0.266667rem; }
  .header .nav__icon:before, .header .nav__icon:after { height: 2px; }
  .header .nav__icon:before { margin-top: -0.213333rem; }
  .header .nav__icon:after { margin-top: 0.213334rem; }
}

.cndns-right { position: fixed; right: 1px; top: 50%; margin-top: -100px; z-index: 100 }
.cndns-right-meau { position: relative; }
.cndns-right-btn { width: 48px; height: 48px; border: 1px solid #ddd; text-align: center; display: block; margin-bottom: 6px; position: relative; background-color: #fff }
.cndns-right-btn span { color: #848484; font-size: 26px; line-height: 48px; }
.cndns-right-btn sup { display: block; min-width: 24px; height: 24px; text-align: center; line-height: 24px; color: #fff; border-radius: 50%; background-color: #ff6800; position: absolute; left: -12px; top: -12px; }
.cndns-right-btn p { color: #ff6800; font-size: 14px; line-height: 18px; padding-top: 5px; display: none; }
.cndns-right-meau:hover .cndns-right-btn span { display: none }
.cndns-right-meau:hover .cndns-right-btn p { display: block; }
.meau-car .cndns-right-btn { border-color: #ff6800; margin-bottom: 20px; }
.meau-car.cndns-right-meau:hover .cndns-right-btn { background-color: #ff6800 }
.meau-car.cndns-right-meau:hover .cndns-right-btn span { color: #fff; display: block; }
.meau-car .cndns-right-btn span { color: #ff6800; }
.meau-sev .cndns-right-btn {  border-color: #ff6800; background: url(../images/02index-banner-8.gif) no-repeat #ff6800 center; }
.meau-sev .cndns-right-btn p { color: #fff }
.meau-sev .cndns-right-btn span { color: #fff }
.meau-top .cndns-right-btn {  display: block; background: url(../images/totop.png) #fff no-repeat center;}
.meau-top .cndns-right-btn i { display: block; color: #999 }
.meau-top.cndns-right-meau:hover .cndns-right-btn { background: url(../images/totops.png) #ff6800 no-repeat center;}
.cndns-right-box { position: absolute; top: -15px; right: 48px; padding-right: 25px; display: none; }
.cndns-right-box .box-border { border: 1px solid #ccc; border-top: 4px solid #ff6800; padding: 20px; background-color: #fff; -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15); -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15); box-shadow: 0 3px 8px rgba(0, 0, 0, .15); position: relative }
.cndns-right-box .box-border .arrow-right { display: block; width: 13px; height: 16px; background: url(../images/arrow.png) no-repeat; position: absolute; right: -13px; top: 26px; }
.cndns-right-box .box-border .sev-t span { font-size: 42px; float: left; display: block; line-height: 56px; margin-right: 20px; color: #d3d3d3 }
.cndns-right-box .box-border .sev-t p { float: left; color: #ff6800; font-size: 24px; line-height: 28px; }
.cndns-right-box .box-border .sev-t p i { display: block; font-size: 14px; color: #aaa; }
.cndns-right-box .box-border .sev-b { padding-top: 15px; margin-top: 15px; border-top: 1px solid #e4e4e4 }
.cndns-right-box .box-border .sev-b h4 { color: #666; font-size: 14px; font-weight: normal; padding-bottom: 15px; }
.cndns-right-box .box-border .sev-b li { float: left; width: 50% }
.cndns-right-box .box-border .sev-b li a { display: inline-block; color: #999; font-size: 13px; padding-left: 43px; background: url(../images/q1.gif) no-repeat left 3px; line-height: 36px; }
.cndns-right-box .box-border .sev-b li a:hover { color: #ff6800 }
.meau-sev .cndns-right-box .box-border { width: 300px; }
.meau-contact .cndns-right-box .box-border { width: 230px; }
.cndns-right-meau:hover .cndns-right-box { display: block }
.meau-code .cndns-right-box { top: inherit; bottom: -35px; }
.meau-code .cndns-right-box .box-border { width: 156px; text-align: center; border-top: 1px solid #ccc; }
.meau-code .cndns-right-box .box-border i { display: block; color: #f66e06; font-size: 16px; line-height: 16px; }
.meau-code .cndns-right-box .box-border .arrow-right { top: inherit; bottom: 50px; }
.meau-sev .cndns-right-btn .demo-icon { display: none; }
.meau-sev:hover .cndns-right-btn { background: #ff6800 }
.meau-zs .cndns-right-btn { background-color: #ff6800; color: #fff; margin-top: 80px; border-color: #ff6800 }
.meau-zs .cndns-right-btn span { color: #fff }
.meau-zs .cndns-right-btn p { color: #fff }