@charset "utf-8";
.header { position: fixed; left: 0; top: 0; width: 100%; height:175px; z-index:20; transition: all 0.3s; background:#007853;}
.header.scroll { height:120px;}
.header.scroll .logo img { margin-top:10px; height:100px; }
.header.scroll .headerNav li { line-height:20px; }
.header.scroll .headerNav li:after { background: #1163c9; bottom: 0; }
.header.scroll .headerNav li a { color: #fff; }
.header.scroll .headerNav li.active a { color: #1ac475; }
.header.scroll:after { display: none; }
.header .logo { height: 100%; }
.header .logo img { margin-top:8px; height:160px; transition: all 0.3s; }
.header .fr { height: 100%; }
.header .headerNav { float: left; margin-top:50px;}
.header .headerNav li { position: relative; float: left; margin-left: 60px; font-size:21px; line-height:75px; z-index: 2; transition: all 0.1s;}
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li a { color: #ffffff; transition: all 0.3s;}
.header .headerNav li a:hover{  color:#7dde8f;}
.header .headerNav li.active > a { color:#7dde8f;}

.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: #fff; 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: #fff; 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; }


@media screen and (max-width: 1660px) {
  .header { height:160px; }
  .header .logo img { margin-top:10px; height:140px; }
  .header .headerNav li { margin-left: 34px; font-size:21px; line-height: 72px; }
  .header .sonNav { margin-left: -45px; width: 90px; }
  .header .sonNav div a { line-height: 42px; }
}
@media screen and (max-width: 1260px) {
  .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: #007853; -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.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 #006143; }
  .header .headerNav li:after { display: none; }
  .header .headerNav li > a { display: block; height: 100%; font-size: 16px; color: #fff; line-height: 60px; }
  .header .headerNav li.active > a, .header .headerNav li:hover > a { color: #7dde8f; }
  .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; }
}
@media screen and (max-width: 580px) {
  .header { height:80px; background: #007853; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header.scroll { background: #007853; }
  .header.scroll .logo img { margin-top:5px; height:70px; }
  .header.active { background: #007853; }
  .header .logo img { margin-top: 14px; height: 40px; }
  .header .fr { top: 68px; }
}
@media screen and (max-width: 480px) {
  .header { height:70px; }
  .header .logo img { margin-top:5px; height:60px; }
  .header.scroll { height:60px; }
  .header.scroll .logo img { margin-top:5px; height:50px; }
  .header.scroll .fr { top: 1.44rem; }
  .header .fr { top:70px; }
  .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.55rem; 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; }
}