@charset "utf-8";
.header { position: fixed; left: 0; top: 0; width: 100%; height:100px; z-index:10000; transition: all 0.3s; background-color:rgba(0,0,0,0.2)}
.header.scroll { height:80px; background: #fff; box-shadow:0px 0px 8px #aaa;}
.header.scroll .logo img { margin-top: 12px; height: 56px; }
.header.scroll .headerNav li { line-height:80px; }
.header.scroll .headerNav li a { color: #333333; }
.header.scroll .headerNav li.active a { color: #00900a; }
.header.scroll .headerTel { color: #333333;  margin:15px 0 15px 50px; background: url(../images/phone2.png) no-repeat left;}
.header.scroll .headerTel a { color: #00900a;}
.header.scroll:after { display: none; }
.header .logo { height: 100%; }
.header .logo img { margin-top: 15px; height:70px; transition: all 0.3s; }

.header .fr { height: 100%; }
.header .headerNav { height: 100%; float: left; }
.header .headerNav li { position: relative; float: left; margin:0 15px; font-size:18px; line-height:100px; z-index: 2; transition: all 0.3s;}
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li:after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: -2px; margin: 0 auto; width: 0px; transition: all 0.3s; }
.header .headerNav li a { color: #fff; font-family:"GOTHICB" }
.header .headerNav li.active:after { width: 100%; }
.header .headerNav li.active > a { color:#00900a;}
.header .headerNav li:hover > a { color:#00900a;}
.header .headerNav li:hover:after { width: 100%; }
.header .headerTel { float: right; font-size:23px; color: #ffffff; margin:25px 0 25px 50px; padding-left:40px; transition: all 0.3s; background: url(../images/phone1.png) no-repeat left;}
.header .headerTel a { color: #ffffff; font-weight: bold; line-height:30px;}
.header .headerTel a i{ font-size:12px; line-height:20px; display:block;}


.header .sonNav { position: absolute; left: 50%; top: 100%; margin-left:-140px; padding-top: 2px; width:280px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); background: rgba(255, 255, 255, 1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF'); display: none; padding-bottom:10px;}
.header .sonNav div { border-top: 1px solid #eee; text-align: center; }
.header .sonNav div:first-child { border-top-width: 0px; }
.header .sonNav div a { display: block; margin-top: 0; font-size:12px; color: #666; font-family:Arial; line-height:35px; transition: all 0.16s; }
.header .sonNav div a:hover { color: #00900a; }
.header:after { content: ""; display: block; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #ffffff; opacity: 0.6; filter: alpha(opacity=60); }
.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: #00900a; 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: #00900a; 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: 1440px) {
  .header .headerNav li { margin:0 10px; }
  .header .headerTel { margin-left: 20px; }
  .header.scroll .headerTel { margin-left: 20px; }
}
@media screen and (max-width: 1320px) {
  .header .headerNav li { margin:0 5px; }
  .header .headerTel { margin-left:10px; }
  .header.scroll .headerTel { margin-left:10px; }
}
@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: #00900a;}
  .header .headerTel span { background: url(../images/phone2.png) no-repeat center; background-size: 100% 100%; }
  .header .headerTel a { color: #00900a; }
  .header.ny_header .headerTel,.header.scroll .headerTel { color: #00900a; }
  .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: #00900a; }
  .header .headerNav li.down:after { display: block; position: absolute; width: 16px; height: 16px; left: auto; right:10px; 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%; border-top:none;}
  .header .sonNav div a { display: block; font-size: 14px; color: #999; text-align: left; }
  .header .navBtn { display: block; }
  
  
}
@media screen and (max-width: 580px) {
  .header { height: 68px; background: #ffffff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header.scroll { background: #ffffff; }
  .header.scroll .logo img { margin-top: 14px; height: 40px; }
  .header.active { background: #f0f0f0; }
  .header .logo img { margin-top: 14px; height: 40px; }
  .header .fr { top: 68px; }
}
@media screen and (max-width: 480px) {
  .header { height:60px; }
  .header .logo img { margin-top:10px; height:40px; }
  .header.scroll { height:60px; }
  .header.scroll .logo img { margin-top:10px; height:40px; }
  .header.scroll .fr { top:60px; }
  .header .fr { top:60px; }
  
  .header .headerNav li > a { font-size:16px; line-height:55px; }
  .header .headerNav li.down:after { width:20px; height:20px; margin-top:20px; }
  .header .sonNav { padding:5px 0; }
  .header .sonNav div { height:33px; line-height:33px; }
  .header .sonNav div a { font-size:15px; }
  .header .navBtn { margin-top:5px; width:30px; height:30px; }
  .header .nav__icon { height:2px; margin-top:23px; }
  .header .nav__icon:before, .header .nav__icon:after { height:2px; }
  .header .nav__icon:before { margin-top:-10px; }
  .header .nav__icon:after { margin-top:10px; }
}