﻿.header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 130px;
  z-index: 10000;
}
.header .topbar {
  width: 100%;
  height: 40px;
  background-color: #f0f5fb;
  line-height: 40px;
}
.header .topbar .inner {
  width: 1200px;
  margin: 0 auto;
}
.header .topbar .inner .sponsor {
  float: left;
  color: #9da6b7;
  line-height: 40px;
}
.header .topbar .inner .sponsor span {
  margin-right: 30px;
}
.header .topbar .inner .sponsor span a {
  color: #9da6b7;
  text-decoration: none;
}
.header .topbar .inner .sponsor span a:hover {
  color: #0079ff;
}

.header .topbar .inner .sponsor .sponsor_back {
  display: inline-block;
  width: 18px;
  height: 24px;
  margin-left: 5px;
  background: url("../images/resources.png") no-repeat -1766px 0;
  vertical-align: middle;
}

.header .topbar .inner .sponsor span a:hover .sponsor_back {
  background: url("../images/resources.png") no-repeat -1901px 0;
}
.header .topbar .inner .right-nav {
  float: right;
  text-align: right;
}
.header .topbar .inner .right-nav li {
  padding: 0px 10px;
  background: url(../images/r_ico_bg.png) no-repeat
    right center;
  height: 40px;
  display: inline-block;
}
.topbar .inner .right-nav li:last-child {
  background: none;
}
.header .topbar .inner .right-nav li:first-child {
  display: none;
}
.header .topbar .inner .right-nav a {
  display: inline-block;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  color: #9da6b7;
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.header .topbar .inner .right-nav a.code span {
  display: none;
  background: #fff;
  padding: 7px;
  position: absolute;
  top: 40px;
  left: -35px;
}
.header .topbar .inner .right-nav a.code span img {
  width: 86px;
  height: 86px;
  display: block;
}
.header .topbar .inner .right-nav a.code:hover span {
  display: block;
}
.header .topbar .inner .right-nav a:hover {
  color: #4052fe;
  text-decoration: none;
}
.header .topbar .inner .right-nav a.app {
  background: url(../images/r_ico.png) no-repeat
    left 5px;
}
.header .topbar .inner .right-nav a.app:hover {
  background: #fff url(../images/r_ico.png)
    no-repeat left -25px;
  box-shadow: 0px 0px 10px #ccc;
}

.header .topbar .inner .right-nav a.wx:hover {
  background: #fff url(../images/r_ico.png)
    no-repeat -30px -25px;
  box-shadow: 0px 0px 10px #ccc;
}
.header .topbar .inner .right-nav a.wx {
  background: url(../images/r_ico.png) no-repeat -30px
    5px;
}

.header .topbar .inner .right-nav a.wb:hover {
  background: #fff url(../images/r_ico.png)
    no-repeat right -25px;
  box-shadow: 0px 0px 10px #ccc;
}

.header .topbar .inner .right-nav a.wb {
  background: url(../images/r_ico.png) no-repeat
    right 5px;
}

.topbar .inner .right-nav a.inve {
  background: url(../images/inve_ico.gif) no-repeat
    left 5px;
  color: #ef0000;
  padding-left: 31px;
  width: auto;
  padding-right: 10px;
}

.topbar .inner .right-nav a.inve:hover {
  background: url(../images/inve_ico.png) no-repeat
    left 5px;
  box-shadow: 0px 0px 10px #ccc;
  color: #0096ff;
}

.header .header_in {
  width: 1280px;
  height: 82px;
  padding-top: 16px;
  position: relative;
  margin: 0 auto;
}

.header .logo {
  width: 270px;
  height: 60px;
  padding-top: 8px;
  float: left;
}

.header .menu {
  padding: 2px 0 0 5px;
  float: left;
  width: auto;
  height: 72px;
}

.header .menu ul {
  float: left;
}

.header .menu li {
  float: left;
  width: 72px;
  text-align: center;
  height: 72px;
  line-height: 36px;
  color: #333333;
  font-size: 18px;
}

.header .menu li a.active:hover {
  font-weight: normal;
  color: #fff;
}
.header .menu li a:hover {
  color: #0095ff;
}
.header .menu li a.active {
  background: linear-gradient(to bottom, #3ba9fe, #4151fe);
  color: #fff;
}
.header .menu li a {
  display: block;
  height: 72px;
  line-height: 70px;
  color: #333333;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header .menu .main-nav-more {
  position: relative;
}

.header .menu .main-nav-more .nav-more-list .triangle {
  position: absolute;
  left: 57px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent #e3e4e6 transparent;
}
.header .menu .main-nav-more .nav-more-list {
  display: none;
  position: absolute;
  left: -33px;
  top: 50px;
  width: 120px;
  border: 1px solid #e3e4e6;
  background-color: #fff;
}
.header .menu li.main-nav-more .nav-more-list a {
    display: block;
    height: 44px;
    border-radius: 0;
    line-height: 44px;
    text-align: center;
    color: #343434;
}
.header .menu li.main-nav-more .nav-more-list a:hover {
    background-color: #3396f7;
    color: #fff;
}
.header .menu .main-nav-more:hover .nav-more-list {
    display: block;
}
.header .seach {
  width: 190px;
  float: right;
  height: 42px;
  margin-top: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgb(51 51 51 / 15%);
}

.header .seach form {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

.header .seach .text {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  height: 20px;
  line-height: 20px;
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  width: 130px;
  border-right: 1px solid #e8e9ec;
  float: left;
}

.header .seach .seach_btn {
  width: 20px;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
  outline: hidden;
  background: url(../images/seach_ico.png) no-repeat
    center center;
  background-size: 20px 20px;
  cursor: pointer;
  float: right;
  margin: 11px 20px 0px 0px;
}
