@charset "utf-8";
.header { position: fixed; left: 0; top: 0; width: 100%; height:80px; z-index: 10; transition: all 0.3s; }
.header.scroll { height:68px; background-color:rgba(0,0,0,0.25); }
.header.scroll .logo img { margin-top: 11px; height:45px; }
.header.scroll .headerNav li { line-height: 68px; }
.header.scroll .headerNav li:after { background: #1163c9; bottom: 0; }
.header.scroll .headerNav li a { color: #fff; }
.header.scroll:after { display: none; }
.header .logo { height: 100%; }
.header .logo img { margin-top: 16px; height: 48px; transition: all 0.3s; }
.header .fr { height: 100%; }
.header .headerNav { height: 100%; float: left; }
.header .headerNav li { float: left; margin:0 40px; font-size:18px; line-height: 80px; z-index: 2; }
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li a { color: #fff; }
.header .headerNav li.active > a { background-color:rgba(255,255,255,0.3); padding:10px 15px; border-radius:5px;}

.header .headerSea {float: right;position: relative; margin-left:50px;}
.header .headerSea .ssbtn {display: block; width:42px; height:80px; background: url(../images/search.png) no-repeat center; transition: all 0.3s;}
.header.scroll .headerSea .ssbtn{ height:68px; background: url(../images/search.png) no-repeat center;}
.header .headerSea .ssform {position:absolute;right:-10px; top:100%;background-color: #fff;width: 270px;padding: 10px;display: none;z-index: 10;}
.header .headerSea .ssform input {float: left;padding: 6px 12px;background-color: #f0f0f0;border: 1px #ccc solid;font-size: 14px;line-height: 24px;border-right: 0;width: 180px; outline:none;}
.header .headerSea .ssform button {float: right;width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color: #009bde;color: #fff;}

.header .sonNav { position: absolute; left:50%; transform: translateX(-50%); top:100%; width:100%; background:#fff; display: none; border-bottom:1px #ddd solid;}
.header .sonNav .main{ margin-top:3%; margin-bottom:3%; position:relative;}
.header .sonNav .main:before{ content:""; width:1px; height:100%; background:#ddd; left:53%; top:0; position:absolute;}
.header .sonNav .main h3{ line-height:2; color:#00324b;}
.classlt{ float:left; width:53%; box-sizing: border-box; padding-right:30px;}
.classrig{ float:right; width:47%; box-sizing: border-box; padding-left:30px;}
.header .sonNav .main a{ float:left; width:33.33%; line-height:22px; padding:4px 0; color:#333 !important; font-size:14px;}
.header .sonNav .main a:hover{ text-decoration:underline; color:#2e69b3 !important;}
.header .sonNav .mainfw{ padding:3% 0 3% 45%;}
.header .sonNav .mainfw a{ float:left; width:20%; max-width:180px; line-height:25px; color:#333 !important; font-size:14px; border-right:1px #ccc solid; text-align:center;}
.header .sonNav .mainfw a:last-child{ border-right:none;}
.header .sonNav .mainfw a:hover{ text-decoration:underline; color:#2e69b3 !important;}
.header .sonNav .mainct{ padding:3% 8% 3% 0;}
.header .sonNav .mainct a{ float:right; width:20%; max-width:180px; line-height:25px; color:#333 !important; font-size:14px; border-right:1px #ccc solid; text-align:center;}
.header .sonNav .mainct a:first-child{ border-right:none;}
.header .sonNav .mainct a:hover{ text-decoration:underline; color:#2e69b3 !important;}

.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:75px; }
  .header .logo img { margin-top: 15px; height:45px; }
  .header .headerNav li { margin-left: 34px; font-size:16px; line-height:75px; }
  .header .headerSea .ssbtn{ height:75px;}
}
@media screen and (max-width: 1260px) {
  .header .headerNav li { margin-left: 20px; }
}
@media screen and (max-width: 1210px) {
  .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 .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:10px; top: 0; margin-top:12px; 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; }
  .header.scroll .headerNav li a { color: #666; }
  .header .headerSea { float: none; position: relative; width:92%; margin:0 auto;}
  .header .headerSea .ssbtn {display: none;}
  .header .headerSea .ssform { display:block; z-index: 10; position:relative; left:0; top:0; width:100%; padding:15px 0;}
  .header .headerSea .ssform input {float: left; padding: 6px 12px;background:#f0f0f0;font-size: 14px;line-height: 24px;border-right: 0; width:calc(100% - 65px); box-sizing: border-box; outline:none;}
  .header .headerSea .ssform button {float: right; width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color: #009bde;color: #fff;}
  
}
@media screen and (max-width: 580px) {
  .header { height:60px; background: #00324b; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header.scroll{ height:60px;}
  .header.scroll .logo img { margin-top:12px; height:36px; }
  .header.active { background: #00324b; }
  .header .headerNav li.active > a{ padding:0;}
  .header .logo img { margin-top:12px; height:36px; }
  .header .fr { top: 60px; }
  .header .navBtn { margin-top:13px; }
}