@charset "utf-8";
.header { position: fixed; left: 0; top: 0; width: 100%; height:100px; z-index: 10; transition: all 0.3s; }
.header.scroll { height:80px; background-color:rgba(255,255,255,0.95); }
.header.scroll .logo img { margin-top:10px; height:60px; }
.header.scroll .logo img.lg01{ display:none;}
.header.scroll .logo img.lg02{ display:block;}
.header.scroll .headerNav li { line-height:72px; }
.header.scroll .headerNav li:after { background: #1163c9; bottom: 0; }
.header.scroll .headerNav li a { color: #000; }
.header.scroll:after { display: none; }
.header .logo { height: 100%; }
.header .logo img { margin-top:15px; height:70px; transition: all 0.3s; }
.header .logo img.lg01{ display:block; transition: all 0.3s;}
.header .logo img.lg02{ display:none; transition: all 0.3s;}
.header .fr { height: 100%; }
.header .headerNav { height: 100%; float: left; margin-top:4px;}
.header .headerNav li { float: left; margin:0 30px; font-size:16px; line-height:92px; z-index: 2; transition: all 0.3s;}
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li a { color: #fff; padding:0 10px; font-family:"GOTHIC";}
.header .headerNav li.active > a { display:inline-block; border-bottom:4px #fff solid; font-weight:700;}
.header.scroll .headerNav li.active > a{ border-bottom:4px #034080 solid; color:#034080;}
.header .headerNav li a:hover{ display:inline-block; border-bottom:4px #fff solid;}

@media screen and (min-width: 1210px) {
.header .headeremail{ float:right; margin-top:35px; transition: all 0.3s; margin-left:50px;}
.header.scroll .headeremail{ margin-top:25px;}
.header .headeremail a{ display:block; background:url(../images/email.png) center no-repeat; width:30px; height:30px; transition: all 0.3s;}
.header.scroll .headeremail a{ background:url(../images/emails.png) center no-repeat;}

.header .headeryy{ float:right; margin-top:35px; transition: all 0.3s; position:relative; padding:0 20px; background:url(../images/jt-x.png) right center no-repeat; transition: all 0.3s;}
.header.scroll .headeryy{ margin-top:25px; background:url(../images/jt-xs.png) right center no-repeat;}
.header .headeryy i{ display:inline-block; background:url(../images/yuyan.png) center no-repeat; width:30px; height:30px;}
.header.scroll .headeryy i{ background:url(../images/yuyans.png) center no-repeat; }
.header .headeryy p{ display:none; position:absolute; left:0; top:100%; background:#fff; width:120%; text-align:center; padding:5px 0; line-height:25px; transition: all 0.3s;}
.header .headeryy p a{ color:#024987; font-size:14px;}
.header .headeryy:hover p{ display:block;}
.wapyy{ display:none;}
}
@media screen and (max-width: 1210px) {
.header .headeremail,.header .headeryy{ display:none;}
.wapyy{ display:block; width:92%; margin:15px auto; line-height:2;}
.wapyy a{ display:block; padding:0 8px;}
}

.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:42%; top:0; position:absolute;}
.header .sonNav .main h3{ line-height:2; color:#00324b;}
.classlt{ float:left; width:42%; box-sizing: border-box; padding-right:50px;}
.classrig{ float:right; width:58%; box-sizing: border-box; padding-left:50px;}
.header .sonNav .main a{ float:left; width:33.33%; line-height:30px; color:#333 !important; font-size:14px;}
.header .sonNav .main 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.scroll .nav__icon { display: inline-block; position: relative; width: 100%; height: 3px; background-color: #111; 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.scroll .nav__icon:before, .header.scroll .nav__icon:after { content: ''; display: block; width: 100%; height: 3px; background-color: #111; 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: 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; }

  
}
@media screen and (max-width: 580px) {
  .header { height:60px; 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; }
}