@charset "utf-8";
.header { position: fixed; left: 0; top: 0; width: 100%; height:100px; z-index: 10; transition: all 0.3s; }
.headerspace{ height:100px;}
.header.scroll { background-color:rgba(255,255,255,1);}
.header.scroll .logo img.logo01 { display:none;}
.header.scroll .logo img.logo02 { display:block;}
.header.scroll .headerNav li:after { background: #1163c9; bottom: 0; }
.header.scroll .headerNav li a { color: #333; }
.header.scroll .headerNav li.active a { color: #fff; background:url(../images/ons.png) left 18px center #573b2a no-repeat;}
.header.scroll .headerNav li.on a{ color:#573b2a;}
.header.scroll .headerTel a { color: #333; }
.header.scroll .headerTel span{background: url(../images/tels.png) no-repeat center;  background-size: 100% 100%;}
.header.scroll .headerYy a{ color:#333; border-bottom:2px #e8e8e8 solid;}
.header.scroll .sc-btn{ background: url(../images/searchs.png) no-repeat center;}
.header.scroll .sc-box:before{background:#e8e8e8;}
.header .logo { height: 100%; }
.header .logo img { margin-top:30px; height:35px; transition: all 0.3s; }
.header .logo img.logo01 { display:block;}
.header .logo img.logo02 { display:none;}
.header .fr { width: 65%; height: 100%; }
.header .headerNav { height: 100%; float: left; }
.header .headerNav li { position: relative; float: left; margin-left: 60px; font-size:18px; line-height:100px; z-index: 2; }
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li a { color: #ffffff; }
.header .headerNav li.active > a { font-weight: bold; background:url(../images/on.png) left 18px center #fff no-repeat; color:#010101; padding:10px 18px 10px 60px; border-radius:25px;}
.header .headerNav li:hover:after { width: 100%; }
.header .headerNav li.on > a{ color:#573b2a;}
.header .headerTel { float: right; font-size: 24px; color: #fff; line-height:100px; }
.header .headerTel span { display: inline-block; margin-right: 8px; margin-top: -2px; width: 24px; height: 24px; vertical-align: middle; background: url(../images/tel.png) no-repeat center; background-size: 100% 100%; }
.header .headerTel a { color: #fff; font-weight: bold; }
.header .headerYy{ float:right; font-size:18px; line-height:100px; margin:0 2%;}
.header .headerYy a{ color:#fff; border-bottom:2px #fff solid; padding:0 2px 5px;}

.header .sc-box {float: right;position: relative;}
.header .sc-box:before{ content:""; width:1px; height:22px; background:#fff; position:absolute; left:0; top:50%; margin-top:-11px;}
.header .sc-btn {display: block; width:60px; height:100px; background: url(../images/search.png) no-repeat center;}
.header .sc-form {position: absolute;right: 0;top: 100%; width:245px; display: none;z-index: 10;}
.header .sc-form input {float: left;padding: 7px 12px;background-color: #f0f0f0; font-size: 14px;line-height: 24px;border-right: 0; box-sizing: border-box; width: 180px; border:0; outline:none;}
.header .sc-form button {float: right;width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color: #573b2a;color: #fff;}

.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 #cccccc; 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 { float: right; margin-top: 21px; 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: #573b2a; 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: #573b2a; 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; }
.header.ny_header { background: #ffffff; }
.header.ny_header .headerNav li:after { background: #1163c9; bottom: 0; }
.header.ny_header .headerNav li > a { color: #333333; }
.header.ny_header .headerNav li.active > a { color: #1163c9; }
.header.ny_header:after { display: none; }
.header.ny_header .headerTel { color: #333333; }
.header.ny_header .headerTel span { background: url(../images/phone2.png) no-repeat center; background-size: 100% 100%; }
.header.ny_header .headerTel a { color: #1163c9; }


@media screen and (max-width: 1440px) {
  .header .headerNav li { margin-left: 20px; }
  .header .headerTel { margin-left: 20px; }
}
@media screen and (max-width: 1210px) {
  .header.active { background: #f0f0f0; }
  .header.scroll .fr { top: 68px; }
  .header .fr { float: none; position: fixed; right: 100%; top: 72px; 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 .headerTel { float: none; margin: 0 auto; width: 92%; text-align: center; color: #1163c9; }
  .header .headerTel span { background: url(../images/phone2.png) no-repeat center; background-size: 100% 100%; }
  .header .headerTel a { color: #1163c9; }
  .header.ny_header .headerTel,.header.scroll .headerTel { color: #1163c9; }
  .header .headerNav { float: none; margin: 0 auto; width: 92%; height: auto; }
  .header .headerNav li { position: relative; float: none; margin-left: 0; width: 100%; border-bottom: 1px solid #cccccc; }
  .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 #cccccc; }
  .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; }
}
.spacewap{ display:none;}
@media screen and (max-width: 580px) {
  .header { height: 68px; background: #ffffff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .headerspace{ height:66px;}
  .header.scroll { background: #ffffff; }
  .header.scroll .logo img { margin-top:18px; height:30px; }
  .header.active { background: #f0f0f0; }
  .header .logo img { margin-top:18px; height:30px; }
  .header .fr { top: 68px; }
  .header .logo img.logo01 { display:none;}
  .header .logo img.logo02 { display:block;}
  .spacewap{ display:block; height:65px;}
}
@media screen and (max-width: 480px) {
  .header { height: 1.44rem; }
  .headerspace{ height: 1.44rem; }
  .header .logo img { margin-top: 0.32rem; height: 0.7rem; }
  .header.scroll { height: 1.44rem; }
  .header.scroll .logo img { margin-top: 0.32rem; height: 0.7rem; }
  .header.scroll .fr { top: 1.44rem; }
  .header .fr { top: 1.44rem; }
  .header .headerTel { margin-top: 0.48rem; font-size: 0.54rem; line-height: 1.5; }
  .header .headerTel span { margin-right: 0.16rem; margin-top: -0.053333rem; width: 0.64rem; height: 0.64rem; }
  .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.4rem; 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; }
  .spacewap{ display:block; height: 1.44rem; }
}