.container:before {
  display: none;
}
.container:after {
  display: none;
}
nav {
  display: none;
}
header {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 6;
  padding: 0 90px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px;
}
header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo img {
  width: 323px;
  height: 59px;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
header .change_box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
header .change_box .Email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .change_box .Email:after {
  content: '';
  display: inline-block;
  height: 14px;
  border-left: 1px solid #fff;
  margin-right: 14px;
  margin-left: 14px;
}
header .nav_box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  position: relative;
}
header .nav_box:hover:before {
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  width: 100%;
  bottom: -20px;
}
header .nav_box:hover .list {
  visibility: visible;
}
header .nav_box:hover .list ul li {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
header .nav_box .fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26px;
  margin-right: 10px;
}
header .nav_box span {
  width: 26px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}
header .nav_box span:last-child {
  margin-bottom: 0;
  width: 13px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
header .list {
  width: 300px;
  position: absolute;
  right: -100%;
  top: 150%;
  color: #fff;
  visibility: hidden;
}
header .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .list ul li {
  width: 100%;
  line-height: 60px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 1px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 1;
          transform: translateX(0px)!important;
}
header .list ul li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
header .list ul li:nth-child(2) {
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
header .list ul li:nth-child(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
header .list ul li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
header .list ul li:nth-child(5) {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
header .list ul li:nth-child(6) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
header .list ul li:nth-child(7) {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
header .list ul li:hover:after {
  width: 100%;
}
header .list ul li:hover .act_hover { 
  opacity: 1;
  visibility: visible;
}
header .list ul li .act_hover {
  position: absolute;
  left: -345px;
  width: 340px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
header .list ul li:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-bottom: 1px solid #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.links {padding: 20px 0; background: #213565;}
.links .w {width: 1200px;margin: 0 auto;}
.links p { line-height: 26px; padding: 0 0 0 150px; position: relative;}
.links span {font-size: 14px; color: #fff;  position: absolute; left: 80px; top: 0;}
.links a {font-size: 14px; padding: 0 15px; color: #fff; display: inline-block;}
.links a:hover {text-decoration: underline;}

/* 头部的第二种状态 */
.sec_head {
  position: fixed;
  background-color: #213565;
  top: 0;
}
.sec_head .logo img {
  width: 219px;
  height: 39px;
} 
.sec_head .nav_box:hover .list {
  -webkit-animation: flipInX 1s;
          animation: flipInX 1s;
  opacity: 1;
}
.sec_head .nav_box:hover .list:before {
  content:'';
  position: absolute;
  top: -60px;
  height: 60px; 
  width: 100%;
}
.sec_head .list {
  width: 100%;
  position: fixed;
  top: 60px;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}
.sec_head .list ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec_head .list ul li {
  -webkit-transition-delay: 0s!important;
          transition-delay: 0s!important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1!important;
}
.sec_head .list ul li .act_hover {
  left: auto;
  top: 100%;
}
.Leave {
  background-color: rgba(255, 255, 255, 0);
  top: 0;
}
/* 移动端 */
@media screen and (max-width: 1000px) {
  header {
    display: none;
  }
  .links {
    display: none;
  }
  .fix_right {
    display: none;
  }
  .layout {
    margin-bottom: 0;
  }
  .nav_act .head_box .m-logo {
    display: block;
  }
  .nav_act .head_box .logo {
    display: none;
  }
  .nav_act .head_box .nav_box span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
    margin: 0;
  }
  .nav_act .head_box .nav_box span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-0.09375rem, -0.125rem, 0);
            transform: rotate3d(0, 0, 1, 45deg) translate3d(-0.09375rem, -0.125rem, 0);
    margin: 0;
  }
  .nav_act .head_box .nav_box span:nth-child(2) {
    content: '';
    opacity: 0;
    display: none;
  }
  .nav_act .head_box .act_list {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  nav {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  nav .head_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.625rem;
    background-color: #213565;
  }
  nav .head_box .back {
    width: 0.78125rem;
    height: 3.125rem;
    display: inline-block;
    background: url(/skins/images/pc/back_icon.png) center no-repeat;
    background-size: contain!important;
  }
  nav .head_box b {
    font-size: 0.9375rem;
    color: #fff;
  }
  nav .head_box .logo_box {
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .head_box .logo_box img {
    width: 10.09375rem;
    height: 1.84375rem;
  }
  nav .head_box .nav_box {
    width: 1.375rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    background-color: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 9999;
  }
  nav .head_box .nav_box span {
    width: 1.375rem;
    height: 0.15625rem;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0.375rem;
    opacity: 1;
    border-radius: 0.09375rem;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  nav .head_box .nav_box span:last-child {
    margin-bottom: 0;
  }
  nav .head_box .act_list {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 2.5rem;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    display: none;
  }
  nav .head_box .act_list .change_box {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.72rem;
    bottom: 0.625rem;
  }
  nav .head_box .act_list ul li {
    font-size: 0.72rem;
    color: #ffffff;
    min-height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-bottom: 1px solid #999999;
  }
  nav .head_box .act_list ul li a {
    display: block;
  }
  nav .head_box .act_list ul li .hover_box {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  nav .head_box .act_list ul li .hover_box .h_box {
    width: 100%;
    height: auto;
    padding: 0.3125rem 0.3125rem;
    background-color: #fff;
    border-radius: inherit;
  }
  nav .head_box .act_list ul li .hover_box span {
    display: block;
    width: 100%;
    height: 1.25rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .head_box .act_list ul li .hover_box span:hover {
    color: #213565;
  }
  nav .head_box .act_list ul li .hover_box span a {
    padding: 0;
    text-align: center;
  }
  nav .head_box .act_list ul li .active {
    height: 6.875rem;
  }
  footer {
    margin-top: 2.5rem;
  }
  footer .footer_box {
    width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  footer .footer_box .line {
    display: none;
  }
  footer .footer_box .info_wrap {
    margin-top: 0;
    padding: 0 0.9375rem;
  }
  footer .footer_box .info_wrap ul {
    margin-right: 0.9375rem;
  }
  footer .footer_box .info_wrap ul li {
    height: auto;
    line-height: 0.9375rem;
    display: block;
    font-size: 0.5rem;
    color: #333333;
    margin: 0.15625rem 0;
  }
  footer .footer_box .info_wrap ul li .icon {
    display: inline-block;
    width: 0.96875rem;
    height: 0.96875rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(1) {
    margin-left: 3.125rem;
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(2) {
    background-position-x: -1.53125rem;
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(3) {
    background-position-x: -3.03125rem;
    position: relative;
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(3) .show_box {
    position: absolute;
    top: -3.25rem;
    left: -0.78125rem;
    border: 0.03125rem solid #d1d1d1;
    padding: 0.125rem;
    background-color: #fff;
    display: none;
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(3) .show_box em {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 1.25rem;
    bottom: -0.4375rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .footer_box .info_wrap ul li .icon:nth-child(3):hover .show_box {
    display: block;
  }
  footer .footer_box .info_wrap .code_box img {
    width: 3.03125rem;
    height: 3.03125rem;
  }
  footer .footer_box .f_link {
    display: none;
  }
  footer .footer_bottom {
    text-align: center;
  }
  footer .footer_bottom p {
    padding: 0.3125rem 0;
    font-size: 0.5rem;
    color: #666666;
  }
  footer .m-fix-box {
    display: none;
  }
}
