.header {
  width: 100%;
  padding: 13px 30px;
  position: fixed;
  left: 0;
  top: 0px;
  background: transparent;
  z-index: 1000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .wrapper {
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .header {
    padding: 10px 10px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
}
.header .wap_navbtn {
  float: right;
  width: 25px;
  height: 29px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-left: 20px;
}
.header .wap_navbtn span {
  background-color: #000;
  display: inline-block;
  width: 25px;
  height: 2px;
  top: 14px;
  right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.header .wap_navbtn span:before,
.header .wap_navbtn span:after {
  content: '';
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header .wap_navbtn span:before {
  top: 8px;
}
.header .wap_navbtn span:after {
  top: -8px;
}
@media (min-width: 1000px) {
  .header .wap_navbtn {
    display: none;
  }
}
.header .close span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .close span:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.header .close span::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  opacity: 0;
}
.header .logo {
  float: left;
  width: 152px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media (max-width: 1200px) {
  .header .logo {
    margin: 5px 5px;
    max-width: 100px;
  }
}
.header .logo img {
  display: block;
  width: 127px;
}
@media (max-width: 1200px) {
  .header .logo img {
    width: 100%;
  }
}
.header .head_link {
  float: right;
  color: #000;
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header .head_link .symbol {
  margin-right: 10px;
}
.header .head_link .btn-back-01 {
  border: none;
}
.header .head_link .btn-back {
  background: #be121e;
  background-size: cover;
  border: none;
  color: white;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .header .head_link {
    display: none;
  }
}
.header .head_link a {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  border-radius: 2px;
  display: inline-block;
}
.header .head_link .down {
  color: black;
}
.header .head_link a:hover {
  color: #c7000b;
}
.header .head_link .btn-back:hover {
  color: white;
}
.header #pc-nav {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-right: 40px;
  overflow: hidden;
  padding-top: 1px;
}
@media (max-width: 1000px) {
  .header #pc-nav {
    display: none;
  }
}
.header #pc-nav ul {
  text-align: right;
}
.header #pc-nav ul li {
  padding: 5px 20px;
  display: inline-block;
}
.header #pc-nav ul li a {
  color: #000;
}
.header #pc-nav ul .down {
  color: black;
}
.header #pc-nav ul li:hover a {
  color: #c7000b;
}
.header #pc-nav ul .current a {
  color: #c7000b;
}
.header .back-btn {
  float: right;
  color: #000;
  margin: 25px 30px;
}
@media (max-width: 1200px) {
  .header .back-btn {
    margin: 10px 10px;
  }
}
.header .back-btn .home,
.header .back-btn .language {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .header .back-btn .home,
  .header .back-btn .language {
    font-size: 14px;
  }
}
.header .back-btn .home:hover,
.header .back-btn .language:hover {
  color: #c7000b;
}
.menue-wrap {
  display: none;
  position: fixed;
  width: 100%;
  background-color: white;
  padding-top: 76px;
  z-index: 999;
}
.menue-wrap li {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
}
.menue-wrap li a {
  color: black;
}
.menue-wrap .active a {
  color: #c7000b;
}
.menue-wrap .btm_btn {
  position: absolute;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
  bottom: 0;
  text-align: center;
}
.menue-wrap .btm_btn a {
  color: #666;
  margin-left: 10px;
  margin-right: 10px;
}
.menue-wrap .btm_btn .btn {
  background: #be121e;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}
.footer {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.375;
}
.footer .cistern {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .cistern {
    text-align: center;
  }
}
.footer .cistern .left {
  display: inline-block;
  float: left;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .footer .cistern .left {
    float: none;
    width: 100%;
  }
}
.footer .cistern .left > p {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer .cistern .left > p {
    padding-right: 0;
    display: block;
    text-align: center;
  }
}
.footer .cistern .left .share-footer {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer .cistern .left .share-footer {
    margin-top: 5px;
  }
}
.footer .cistern .left .share-footer a {
  color: #666;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.LANG-cn .footer .cistern .left .share-footer a {
  border: none;
}
.footer .cistern .left .share-footer a::before {
  display: none;
}
.footer .cistern .left .share-footer a .iconfont {
  font-size: 24px;
  left: 1px;
  top: -2px;
  position: absolute;
}
.footer .cistern .left .share-footer a .pic {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  bottom: 36px;
}
.footer .cistern .left .share-footer a .pic img {
  width: 100%;
  display: block;
}
.footer .cistern .left .share-footer a:hover .pic {
  display: block;
}
.footer .cistern .right {
  text-align: right;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer .cistern .right {
    text-align: center;
    margin-top: 20px;
  }
}
.footer .cistern .right .contact a {
  color: #333;
}
.footer .cistern .right > span {
  color: #666;
}
.register-to-get {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
@media (max-width: 1200px) {
  .register-to-get {
    position: static;
    background: #ebf8ff url(../images/registerToGet-bg1.jpg) no-repeat right;
  }
}
.register-to-get .avatar {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .register-to-get .avatar {
    display: none;
  }
}
.register-to-get .avatar img {
  width: 100%;
  display: block;
}
.register-to-get .text {
  width: 390px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-size: cover;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media (max-width: 1200px) {
  .register-to-get .text {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
    display: block;
    border-radius: 0;
    position: initial;
    width: 65%;
    height: auto;
    padding: 25px 0;
  }
}
.register-to-get .text.animate {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.register-to-get .text .box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  margin-right: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .register-to-get .text .box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 0;
  }
}
.register-to-get .text h3 {
  font-size: 14px;
  line-height: 1.3;
  background: #fff;
  color: #3f3a39;
  padding: 15px 25px 0;
}
@media (max-width: 1200px) {
  .register-to-get .text h3 {
    background: none;
  }
}
.LANG-cn .register-to-get .text h3 {
  line-height: 1.5;
}
.register-to-get .text .btn {
  background: #fff;
  padding: 10px 25px 15px;
}
@media (max-width: 1200px) {
  .register-to-get .text .btn {
    background: none;
  }
}
.register-to-get .text a {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}
.register-to-get .text a:nth-child(1) {
  margin-right: 40px;
}
.register-to-get .text a p {
  font-size: 12px;
  padding: 0 30px 0 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #c7000b;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .register-to-get .text a p:after {
    width: 100%;
    height: 1px;
    position: absolute;
    right: 30px;
    bottom: 0;
    content: "";
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (max-width: 768px) {
  .register-to-get .text a p {
    font-size: 14px;
  }
}
.register-to-get .text a span {
  position: absolute;
  right: 13px;
  top: 3px;
  z-index: 1;
  color: #c7000b;
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .register-to-get .text a:hover span {
    right: 8px;
  }
  .register-to-get .text a:hover p:after {
    background: #c7000b;
  }
}
@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.woff2) format("woff2"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype")
}

body {
  max-width: none;
}

.page_container {
  font-size: 0.833333vw;
  line-height: 1.5;
  background: #FAFAFA;
}

.page_container img {
  width: 100%;
}

.page_container .web_show {
  display: block;
}

.page_container .mob_show {
  display: none;
}

@media (max-width:992px) {
  .page_container {
      font-size: 3.2vw;
  }

  .page_container .web_show {
      display: none;
  }

  .page_container .mob_show {
      display: block;
  }
}

.page_container .page_banner {
  position: relative;
  height: 48.5vw;
  margin-top: 70px;
  overflow: hidden;
}

.page_container .page_banner .banner_bg {
  outline: 1px solid #FAFAFA;
  outline-offset: -1px;
  margin-top: -7.1vw;
}

.page_container .page_banner .banner_bg .video_bg {
  position: relative;
  outline: 1px solid #FAFAFA;
  outline-offset: -1px;
  z-index: 996;
}

.page_container .page_banner .banner_bg .video_mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 10vw;
  z-index: 997;
}

.page_container .page_banner .content_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #333;
}

.page_container .page_banner .content_box .inner_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 72.916667vw;
  padding: 4.354167vw 0;
  margin: 0 auto;
}

.page_container .page_banner .content_box .inner_box .txt_box {
  display: none;
  width: 35.104167vw;
  z-index: 998;
}

.page_container .page_banner .content_box .inner_box .txt_box h1 {
  font-size: 3.541667vw;
  font-weight: bold;
  line-height: 4.270833vw;
  margin-bottom: 0.833333vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .sub_tit_01 {
  font-size: 1.666667vw;
  line-height: 1.979167vw;
  letter-spacing: -0.104167vw;
  margin-bottom: 0.833333vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .sub_tit_02 {
  font-size: 1.458333vw;
  line-height: 2.1875vw;
  margin-bottom: 1.666667vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .countdown {
  display: flex;
  width: 14.791667vw;
  margin-bottom: 1.666667vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .countdown li {
  width: 14.285714%;
}

.page_container .page_banner .content_box .inner_box .txt_box .countdown .days,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .hours,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .minutes,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .seconds {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 2.239583vw;
  margin-bottom: 0.364583vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .countdown .days_ref,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .hours_ref,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .minutes_ref,
.page_container .page_banner .content_box .inner_box .txt_box .countdown .seconds_ref {
  font-size: 0.729167vw;
  line-height: 0.885417vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .countdown .seperator {
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  line-height: 2.25vw;
}

.page_container .page_banner .content_box .inner_box .txt_box .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375vw;
  line-height: 1;
  color: #fff;
  background: #C7000B;
  border-radius: 100px;
  padding: 0.78125vw 2.1875vw;
  font-weight: bold;
}

.page_container .page_banner .content_box .inner_box .txt_box .link:hover {
  background: rgba(199, 0, 11, 0.7);
}

.page_container .page_banner .content_box .inner_box .video_box {
  display: none;
  position: relative;
  width: 35.104167vw;
  height: 19.391667vw;
  border-radius: 0.833333vw;
  overflow: hidden;
  z-index: 998;
}

.page_container .page_banner .content_box .inner_box .video_box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.page_container .page_banner .content_box .inner_box .video_box .video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.833333vw;
  overflow: hidden;
  z-index: 998;
}

@media screen and (max-width: 1600px) {
  .page_container .page_banner {
      margin-top: 3.71875vw;
  }
}

@media screen and (max-width: 1023px) {
  .page_container .page_banner {
      height: auto;
      margin-top: 12.8vw;
  }
}

@media (max-width:992px) {
  .page_container .page_banner .content_box .inner_box {
      max-width: 76.066667vw;
      text-align: center;
      padding: 22.933333vw 0;
  }

  .page_container .page_banner .banner_bg {
      margin-top: 0;
  }

  .page_container .page_banner .content_box .inner_box .txt_box {
      display: block;
      width: 100%;
  }

  .page_container .page_banner .content_box .inner_box .txt_box h1 {
      position: relative;
      font-size: 9.333333vw;
      line-height: 11.2vw;
      text-align: center;
      padding-bottom: 4vw;
      margin-bottom: 4vw;
  }

  .page_container .page_banner .content_box .inner_box .txt_box h1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 10.666667vw;
      height: 0.4vw;
      background: #C7000B;
  }

  .page_container .page_banner .content_box .inner_box .txt_box .sub_tit_01 {
      font-size: 4vw;
      line-height: 4.8vw;
      text-align: center;
      margin-bottom: 1.066667vw;
  }

  .page_container .page_banner .content_box .inner_box .txt_box .sub_tit_02 {
      font-size: 4.266667vw;
      line-height: 5.066667vw;
      text-align: center;
      margin-bottom: 9.6vw;
  }

  .page_container .page_banner .content_box .inner_box .txt_box .countdown {
      display: none;
  }

  .page_container .page_banner .content_box .inner_box .txt_box .link {
      font-size: 3.733333vw;
      line-height: 4.4vw;
      padding: 2.666667vw 4.8vw;
  }

  .page_container .page_banner .content_box .inner_box .txt_box .link:hover {
      background: #C7000B;
  }
}

.page_container .page_nav {
  width: 100%;
  background: #F9F8F8;
  z-index: 2000;
}

.page_container .page_nav .inner_box {
  width: 100%;
  max-width: 72.03vw;
  margin: 0 auto;
}

.page_container .page_nav .inner_box .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_container .page_nav .inner_box .top-nav .nav_box {
  display: flex;
}

.page_container .page_nav .inner_box .top-nav .nav_box li {
  position: relative;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.9375vw 0;
  margin-right: 5.208333vw;
  cursor: pointer;
}

.page_container .page_nav .inner_box .top-nav .nav_box li:last-of-type {
  margin-right: 0;
}

.page_container .page_nav .inner_box .top-nav .nav_box li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.208333vw;
  background: linear-gradient(270deg, #F97AA6 0%, #E8B18B 36%, #5CDFCE 66%, #097C62 99%);
  border-radius: 10px;
}

.page_container .page_nav .inner_box .top-nav .nav_box li a {
  color: #191919;
}

.page_container .page_nav .inner_box .top-nav .nav_box li a {
  color: #191919;
}

.page_container .page_nav .inner_box .top-nav .link {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.729167vw;
  line-height: 1;
  color: #fff;
  background: #C7000B;
  border-radius: 100px;
  padding: 0.677083vw 1.666667vw;
  font-weight: bold;
}

.page_container .page_nav .inner_box .top-nav .link:hover {
  background: rgba(199, 0, 11, 0.7);
}

.page_container .page_nav.isStuck .inner_box .top-nav .link {
  display: inline-flex;
}

.page_container .page_nav .inner_box .mob_nav_box {
  display: none;
}

@media (max-width:992px) {
  .page_container .page_nav {
      background: #F9F8F8;
  }

  .page_container .page_nav .inner_box {
      flex-wrap: wrap;
      max-width: 100%;
  }

  .page_container .page_nav .inner_box .top-nav {
      position: relative;
      box-shadow: 0px 4px 10px 0px rgba(208, 208, 208, 0.3);
      padding: 0 4.266667vw;
      z-index: 999;
  }

  .page_container .page_nav .inner_box .top-nav .nav_box li {
      display: none;
      font-size: 3.333333vw;
      line-height: 4.266667vw;
      padding: 4.266667vw 0;
      padding-right: 6.933333vw;
      margin-right: 0;
      cursor: none;
      pointer-events: none;
  }

  .page_container .page_nav .inner_box .top-nav .nav_box li.active {
      display: block;
  }

  .page_container .page_nav .inner_box .top-nav .nav_box li.active::after {
      content: "";
      position: absolute;
      top: 50%;
      bottom: auto;
      left: auto;
      right: 0;
      transform: translateY(-50%);
      width: 4.8vw;
      height: 4.8vw;
      background: url("../img/icon_06.png") no-repeat;
      background-size: 100% 100%;
      border-radius: 0;
  }

  .page_container .page_nav .inner_box .top-nav .link {
      font-size: 3.333333vw;
      line-height: 3.866667vw;
      border-radius: 100px;
      padding: 2.266667vw 4.266667vw;
  }

  .page_container .page_nav .inner_box .top-nav .link:hover {
      background: #C7000B;
  }

  .page_container .page_nav .inner_box .mob_nav_box {
      position: relative;
      /* display: block; */
      width: 100%;
      background: #fff;
      box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.2);
      border-radius: 0 0 2.133333vw 2.133333vw;
      padding: 0 4.266667vw;
      z-index: 998;
  }

  .page_container .page_nav .inner_box .mob_nav_box li {
      font-size: 3.733333vw;
      font-weight: bold;
      line-height: 1;
      padding: 4.533333vw 0;
      border-bottom: 1px solid #ccc;
  }

  .page_container .page_nav .inner_box .mob_nav_box li a {
      color: #191919;
  }

  .page_container .page_nav .inner_box .mob_nav_box li:last-of-type {
      border-bottom: none;
  }

  .page_container .page_nav .inner_box .mob_nav_box li.on a {
      color: #C7000B;
  }
}

.page_container .page_section {
  position: relative;
}

.page_container .page_section h2 {
  width: fit-content;
  font-size: 2.291667vw;
  font-weight: bold;
  line-height: 2.083333vw;
  text-align: center;
  color: #333;
  background: url("../img/icon_01.png") no-repeat top left;
  background-size: 2.990625vw 2.310938vw;
  padding-top: 0.520833vw;
  padding-left: 1.510417vw;
  margin: 0 auto 1.979vw;
}

@media (max-width:992px) {
  .page_container .page_section h2 {
      font-size: 5.6vw;
      line-height: 8.4vw;
      text-align: center;
      background-size: 7.656vw 5.916vw;
      padding-top: 1.066667vw;
      padding-left: 3.6vw;
      margin-bottom: 3.200vw;
  }
}




.container {
  position: relative;
  width: 72.03vw;
  height: 100%;
  margin: auto;
  text-align: center
}

.header {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 70px;
  background: transparent;
  z-index: 3000;
  overflow: visible
}

.header .header_pc {
  width: 100%;
  height: 100%
}

.header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .container .logo_a {
  width: 146px;
  height: 43px
}

.header .container .img_logo {
  width: 146px;
  height: 43px
}

.header .container .img_logo_w {
  display: block
}

.header .container .img_logo_b {
  display: none
}

.header .container .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5.833333vw;
}

.header .container .nav a {
  padding: 0 10px;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  transition: 0s
}

.header .container .nav a:hover {
  color: #c7000b
}

.header .container .nav .active {
  color: #c7000b
}

.header .container .link {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.729167vw;
  line-height: 1;
  color: #fff;
  background: #C7000B;
  border-radius: 100px;
  padding: 0.677083vw 1.666667vw;
  margin-left: 6.7vw;
}

.header .container .link:hover {
  background: rgba(199, 0, 11, 0.7);
}

.header .container .header_lau {
  display: flex;
  flex-direction: row;
  align-items: center
}

.header .container .header_lau .header_lau_lau {
  cursor: pointer;
  position: relative
}

.header .container .header_lau .header_lau_lau .haeder_lau_box {
  display: flex;
  flex-direction: row;
  align-items: center
}

.header .container .header_lau .header_lau_lau .haeder_lau_box>img:nth-of-type(1) {
  width: 22px;
  height: 22px
}

.header .container .header_lau .header_lau_lau .haeder_lau_box p {
  margin-left: 6px;
  font-size: 16px;
  color: #333333
}

.header .container .header_lau .header_lau_lau .haeder_lau_box>img:nth-of-type(2) {
  margin-left: 6px;
  width: 11px;
  height: 6px
}

.header .container .header_lau .header_lau_lau .haeder_lau_hover {
  z-index: 9999;
  position: absolute;
  top: 110%;
  left: 0;
  padding: 5px 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px
}

.header .container .header_lau .header_lau_lau .haeder_lau_hover a {
  width: 100%;
  height: auto;
  padding: 5px 0;
  color: #666666
}

.header .container .header_lau .header_lau_lau .haeder_lau_hover a:hover {
  color: #C7000B
}

.header .container .header_lau .header_lau_lau .haeder_lau_hover.active {
  display: flex
}

.header .container .home {
  margin-left: 30px;
  width: 100px;
  height: 36px;
  background: #C7000B;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF
}

.header.header_active {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(199, 0, 11, 0.06)
}

.header.header_active .container .img_logo_w {
  display: none
}

.header.header_active .container .img_logo_b {
  display: block
}

.header.header_active .container .nav a {
  color: #333333
}

.header.header_active .container .nav .active {
  color: #c7000b
}

@media screen and (min-width: 1024px) {
  .pc_hide {
      display: block
  }

  .mb_hide {
      display: none !important
  }
}

@media screen and (max-width: 1600px) {
  .container {
      position: relative;
      width: 100%;
      max-width: 75.4375vw;
      height: 100%;
      margin: auto;
      text-align: center
  }

  .header {
      position: fixed;
      padding: 0;
      width: 100%;
      height: 3.71875vw;
      background: transparent
  }

  .header .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      /* justify-content: space-between; */
      width: 100%
  }

  .header .container .logo_a {
      width: 7.75625vw;
      height: 2.28437vw
  }

  .header .container .img_logo {
      width: 7.75625vw;
      height: 2.28437vw
  }

  .header .container .img_logo_w {
      display: block
  }

  .header .container .img_logo_b {
      display: none
  }

  .header .container .nav {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .nav a {
      padding: 0 0.5625vw;
      font-weight: normal;
      font-size: .85vw;
      color: #ffffff;
      transition: 0s
  }

  .header .container .nav a:hover {
      color: #c7000b
  }

  .header .container .nav .active {
      color: #c7000b
  }

  .header .container .header_lau {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .header_lau .header_lau_lau {
      position: relative
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_box {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_box>img:nth-of-type(1) {
      width: 1.16875vw;
      height: 1.16875vw
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_box p {
      margin-left: .31875vw;
      font-size: .85vw;
      color: #333333
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_box>img:nth-of-type(2) {
      margin-left: .31875vw;
      width: .58437vw;
      height: .31875vw
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_hover {
      z-index: 9999;
      position: absolute;
      top: 110%;
      left: 0;
      padding: .26562vw 1.0625vw;
      display: none;
      flex-direction: column;
      align-items: center;
      background: #ffffff;
      box-shadow: 0px 0px .53125vw rgba(0, 0, 0, 0.06);
      border-radius: .31875vw
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_hover a {
      width: 100%;
      height: auto;
      font-size: .85vw;
      padding: .26562vw 0;
      color: #666666
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_hover a:hover {
      color: #C7000B
  }

  .header .container .header_lau .header_lau_lau .haeder_lau_hover.active {
      display: flex
  }

  .header .container .home {
      margin-left: 1.59375vw;
      width: 5.3125vw;
      height: 1.9125vw;
      background: #C7000B;
      font-size: .85vw;
      line-height: 1.9125vw;
      text-align: center;
      color: #FFFFFF
  }

  .header.header_active {
      background: #FFFFFF;
      box-shadow: 0vw .2125vw 1.0625vw rgba(199, 0, 11, 0.06)
  }

  .header.header_active .container .img_logo_w {
      display: none
  }

  .header.header_active .container .img_logo_b {
      display: block
  }

  .header.header_active .container .nav a {
      color: #333333
  }

  .header.header_active .container .nav .active {
      color: #c7000b
  }
}

@media screen and (max-width: 1023px) {
  .pc_hide {
      display: none !important
  }

  .mb_hide {
      display: block
  }

  .container {
      position: relative;
      width: 100%;
      max-width: 92vw;
      height: 100%;
      margin: auto;
      text-align: center
  }

  .header {
      position: fixed;
      padding: 0;
      width: 100%;
      height: 12.8vw;
      background: transparent;
      border-bottom: none
  }

  .header .header_mb {
      width: 100%;
      height: 100%
  }

  .header .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between
  }

  .header .container .img_logo {
      width: 26.133333vw;
      height: 5.733333vw
  }

  .header .container .img_logo_w {
      display: none
  }

  .header .container .img_logo_b {
      display: block
  }

  .header .container>div {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .header_lau_mb {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .header_lau_mb .header_lau_lau {
      position: relative
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_box {
      display: flex;
      flex-direction: row;
      align-items: center
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_box>img:nth-of-type(1) {
      width: 4.53333vw;
      height: 4.53333vw
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_box p {
      margin-left: .8vw;
      font-size: 3.2vw;
      color: #333333
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_box>img:nth-of-type(2) {
      margin-left: .8vw;
      width: 1.6vw;
      height: .8vw
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_hover {
      z-index: 9999;
      position: absolute;
      top: 150%;
      left: 0;
      padding: .66667vw 2.66667vw;
      display: none;
      flex-direction: column;
      align-items: center;
      background: #ffffff;
      box-shadow: 0px 0px 1.33333vw rgba(0, 0, 0, 0.06);
      border-radius: .8vw
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_hover a {
      width: 100%;
      height: auto;
      font-size: 3.2vw;
      padding: .66667vw 0;
      color: #666666
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_hover a:hover {
      color: #C7000B
  }

  .header .container .header_lau_mb .header_lau_lau .haeder_lau_hover.active {
      display: flex
  }

  .header .container .home {
      margin-left: 4vw;
      width: auto;
      padding: 0 1.33333vw;
      height: 4.8vw;
      background: #C7000B;
      font-size: 2.66667vw;
      line-height: 4.8vw;
      text-align: center;
      color: #ffffff
  }

  .header .container .nav_icon {
      margin-left: 2.66667vw;
      width: 4.26667vw;
      height: auto
  }

  .header .container .nav_icon span {
      display: block;
      width: 4.26667vw;
      height: .53333vw;
      background: #333333;
      margin-bottom: 1.06667vw;
      -webkit-transform-origin: 3.04vw;
      transform-origin: 3.2vw;
      transition: all .4s
  }

  .header .container .nav_icon.active span:first-child {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg)
  }

  .header .container .nav_icon.active span:nth-of-type(2) {
      width: 0;
      height: 0
  }

  .header .container .nav_icon.active span:last-child {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg)
  }

  .header.header_active {
      background: transparent;
      box-shadow: none
  }

  .header.header_active .container .img_logo_w {
      display: none
  }

  .header.header_active .container .img_logo_b {
      display: block
  }

  .header.header_active .container .nav a {
      color: #333333
  }

  .header.header_active .container .nav .active {
      color: #c7000b
  }

  .header.header_active_mb {
      background: #FFFFFF;
      box-shadow: 0px 4px 20px rgba(199, 0, 11, 0.06)
  }

  .header.header_active_mb .container .img_logo_w {
      display: none
  }

  .header.header_active_mb .container .img_logo_b {
      display: block
  }

  .header.header_active_mb .container .home {
      background: #C7000B;
      border: none;
      color: #ffffff
  }

  .header.header_active_mb .container .nav a {
      color: #333333
  }

  .header.header_active_mb .container .nav .active {
      color: #c7000b
  }

  .menu_mb {
      display: none;
      width: 100%;
      height: 0vw;
      position: fixed;
      top: 12.8vw;
      left: 0;
      z-index: 9999;
      background: #ffffff;
      box-shadow: 0px 4px 20px rgba(199, 0, 11, 0.06)
  }

  .menu_mb .menu {
      width: 100%;
      height: 82.66667vw;
      display: flex;
      flex-direction: column;
      align-items: center
  }

  .menu_mb .menu a {
      width: 100%;
      height: 12.8vw;
      line-height: 12.8vw;
      font-size: 3.2vw;
      color: #000000;
      text-align: center
  }

  .menu_mb.active {
      display: block;
      height: 82.66667vw
  }

  .header .container .link {
      font-size: 3.333333vw;
      line-height: 3.866667vw;
      border-radius: 100px;
      padding: 2.266667vw 4.266667vw;
      margin-left: 28.8vw;
  }

  .header .container .link:hover {
      background: #C7000B;
  }
}

.footer .cistern .left .share-footer a img {
  width: 100%;
}