header {
  height: 80px;
  z-index: 5555;
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
header h1 {
  position: absolute;
  top: 22px;
  left: 50px;
}

@font-face {
  font-family: 'iconfont';  /* project id 1301775 */
  src: url('//at.alicdn.com/t/font_1301775_f75387f6b.eot');
  src: url('//at.alicdn.com/t/font_1301775_f75387f6b.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1301775_f75387f6b.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1301775_f75387f6b.woff') format('woff'),
  url('//at.alicdn.com/t/font_1301775_f75387f6b.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1301775_f75387f6b.svg#iconfont') format('svg');
}

header .menu_Active a {
  overflow: visible;
  color: #E42626;
}
header .menu_Active a:before {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header nav {
  position: absolute;
  right: 0;
  height: 100%;
}
header nav ul {
  height: 100%;
}
header nav ul li {
  height: 100%;
  float: left;
  margin-right: 55px;
  overflow: visible;
}
header nav ul li:hover a {
  overflow: visible;
  color: #E42626;
}
header nav ul li:hover a:before {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header nav ul li a {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #999;
  line-height: 100px;
  position: relative;
  overflow: hidden;
}
header nav ul li a::before {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
header nav ul li:nth-of-type(1) a::before {
  position: absolute;
  content: '';
  left: -24px;
  top: 30px;
  background-image: url(../imgs/a/icon_kl_red.png);
  width: 26px;
  height: 28px;
  z-index: 5151;
}
header nav ul li:nth-of-type(2) a::before {
  position: absolute;
  content: '';
  left: -35px;
  top: 21px;
  background-image: url(../imgs/a/icon_gy.png);
  width: 42px;
  height: 37px;
  z-index: 5151;
}
header nav ul li:nth-of-type(3) a::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 32px;
  background-image: url(../imgs/a/icon_xinwen.png);
  width: 40px;
  height: 26px;
  z-index: 5151;
}
header nav ul li:nth-of-type(4) a::before {
  position: absolute;
  content: '';
  left: -44px;
  top: 22px;
  background-image: url(../imgs/a/icon_xm_red.png);
  width: 54px;
  height: 35px;
  z-index: 5151;
}
header nav ul li:nth-of-type(5) a::before {
  position: absolute;
  content: '';
  left: -24px;
  top: 22px;
  background-image: url(../imgs/a/icon_td.png);
  width: 25px;
  height: 37px;
  z-index: 5151;
}
header nav ul li:nth-of-type(6) a::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 25px;
  background-image: url(../imgs/a/icon_lunwen.png);
  width: 29px;
  height: 32px;
  z-index: 5151;
}
header nav ul li:nth-of-type(7) a::before {
  position: absolute;
  content: '';
  left: -34px;
  top: 32px;
  background-image: url(../imgs/a/icon_zhaopin.png);
  width: 38px;
  height: 25px;
  z-index: 5151;
}
header nav ul li:nth-of-type(8) a::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 25px;
  background-image: url(../imgs/a/icon_lianxi.png);
  width: 29px;
  height: 32px;
  z-index: 5151;
}
footer {
  background-color: #F7F7F7;
}
footer .last__ {
  width: 100%;
  text-align: left;
  z-index: 44444;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #eee;
}
footer .last__ > div {
  height: 50px;
}
footer .last__ > div > div {
  float: right;
  height: 50px;
  outline: 1px solid #eee;
  width: 50px;
  position: relative;
  overflow: hidden;
}
footer .last__ > div > div:hover{
  overflow: visible
}
footer .last__ > div > div:hover > img{
  top: -100px;
}
footer .last__ > div > div a {
  display: inline-block;
  width: 50px;
  position: relative;
  text-align: center;
  height: 50px;
  bottom: 0
}
footer .last__ > div > div a:first-child {
  /* border-right: 1px solid #eee; */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%
}
/* footer .last__ > div > div a:last-child {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
} */
footer .last__ > div > div a img {
  width: 28px;
  position: relative;
  top: 12px;
}
footer .first__ {
  position: relative;
  height: 192px;
}
footer .first__ > div {
  position: relative;
  float: left;
  top: 70px;
}
footer .first__ > div:nth-of-type(2) {
  margin-left: 112px;
}
footer .first__ > div:nth-of-type(2) p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
footer .first__ > div:nth-of-type(3) {
  margin-left: 174px;
}
footer .first__ > div:nth-of-type(3) p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
footer .first__ > a {
  position: absolute;
  right: 0;
  top: 70px;
  display: inline-block;
  width: 40px;
  height: 74px;
  background: #e42626;
  text-align: center;
  overflow: hidden;
}
footer .first__ > a:hover i {
  -webkit-animation: none;
          animation: none;
}
footer .first__ > a i {
  position: relative;
  top: 15px;
  -webkit-animation: backTopBtn 1s infinite linear;
          animation: backTopBtn 1s infinite linear;
          color: #fff;
          font-size: 34px;
}
@-webkit-keyframes backTopBtn {
  0% {
    top: 100%;
  }
  100% {
    top: -40px;
  }
}
@keyframes backTopBtn {
  0% {
    top: 100%;
  }
  100% {
    top: -40px;
  }
}
.title__common {
  text-align: center;
  position: relative;
  background-image: url(../imgs/n_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 0;
  height: 240px;
}
.title__common h2 {
  font-size: 24px;
  color: #E42626;
  line-height: 24px;
  padding-top: 72px;
  letter-spacing: 1px;
}
.title__common p {
  font-size: 18px;
  color: #333;
  padding-top: 14px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}
.title__common p::after {
  position: absolute;
  content: '';
  left: 50%;
  width: 44px;
  height: 1px;
  background: #999999;
  bottom: -30px;
  margin-left: -22px;
}
.title__common div {
  position: absolute;
  top: 199px !important;
  left: 50%;
  margin-left: -600px;
  border-bottom: 1px solid #cccccc;
  height: 42px;
}
.title__common div a {
  color: #333;
  font-size: 18px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  position: relative;
  margin-left: 34px;
  margin-right: 34px;
}
.title__common div a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #e42626;
}
.title__common div a:hover {
  color: #e42626;
}
.title__common div a:hover:after {
  height: 2px;
}
.title__common div .active_s {
  color: #e42626;
}
.title__common div .active_s:after {
  height: 2px;
}
.container {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.container p{
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.container.onshow {
  opacity: 1;
  top: 0;
}
.container.onshow p{
  opacity: 1;
}
.achievement.container.onshow{
  width: 81.25% !important;
  margin-left: 0 !important
}
body{
  background-image: url('/public/imgs/bg__.png');
}
.qrcode{
  width: 100px;
  position: absolute;
  left: -49px;;
  top: -120px;
  transition: all .6s ease;
  
}
.logo_w{
  display: none
}

.header_  .logo_w{
  display: block  !important
}

.header_  .logo_b{
  display: none  !important
}


.header_ nav ul li a{
  color: #fff;
}

.header_ .menu_Active a{
color: #E42626;
}