.sh-banner .f20 {
  color: #fff;
}

main {
  background: -webkit-gradient(linear, left top, left bottom, from(#010101), color-stop(#000644), to(#010101));
  background: linear-gradient(#010101, #000644, #010101);
}

.tl-bcir {
  position: absolute;
  top: -450px;
  left: -21%;
  z-index: 1;
  pointer-events: none;
  width: 58.2%;
}
@media (max-width: 1300px) {
  .tl-bcir {
    top: -250px;
  }
}
@media (max-width: 991px) {
  .tl-bcir {
    width: 240px;
    height: 240px;
    top: -50px;
    left: -95px;
  }
}

.rt-bg {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  width: 65.2%;
}
@media (max-width: 991px) {
  .rt-bg {
    top: 60px;
    width: 100%;
  }
}

.ban-bluebg {
  position: absolute;
  right: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  width: 41.2%;
}
@media (max-width: 991px) {
  .ban-bluebg {
    width: 195px;
    right: -50px;
    top: 5%;
  }
}

.bl-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  width: 65.2%;
}
@media (max-width: 991px) {
  .bl-bg {
    width: 100%;
  }
}

.banner-bg {
  z-index: -1;
}

.bannerbgbx {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 992px) {
  .ind-ch .header_box {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #0011CC;
  }
  .ind-ch .header_box .logo .black-l {
    opacity: 0;
  }
  .ind-ch .header_box .logo .white-l {
    opacity: 1;
  }
  .ind-ch .header_box .lan-bx > .f18 {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ind-ch .header_box .lan-bx > .f18:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .ind-ch .header_box .lan-bx .iocn-bx .nor {
    display: none;
  }
}
@media (min-width: 992px) {
  .ind-ch .header_box .lan-bx .iocn-bx .ind {
    display: block;
    opacity: 0.6;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ind-ch .header_box .lan-bx:hover > .f18 {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .ind-ch .header_box {
    background: rgba(255, 255, 255, 0);
  }
  .ind-ch .header_box .logo .black-l {
    opacity: 0;
  }
  .ind-ch .header_box .logo .white-l {
    opacity: 1;
  }
  .ind-ch .header_box .hamburger-menu, .ind-ch .header_box .hamburger-menu::before, .ind-ch .header_box .hamburger-menu::after {
    background: #fff;
  }

  .ind-ch .header_box.open .logo .black-l {
    opacity: 1;
  }
  .ind-ch .header_box.open .logo .white-l {
    opacity: 0;
  }
  .ind-ch .header_box.open .hamburger-menu {
    background: rgba(255, 255, 255, 0);
  }
  .ind-ch .header_box.open .hamburger-menu::before, .ind-ch .header_box.open .hamburger-menu::after {
    background: #606060;
  }
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list li {
  width: 48%;
  margin-bottom: 80px;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .product-list li {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .product-list li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .product-list li:hover .img-bx::before {
    opacity: 1;
  }
}
.product-list li .f20 {
  color: #fff;
}
.product-list li .sh-btn3 {
  color: #fff;
}
.product-list li .sh-btn3::before {
  background-color: #fff;
}
.product-list li .img-bx {
  position: relative;
}
.product-list li .img-bx::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 0 25px #0011CC;
          box-shadow: 0 0 25px #0011CC;
}

.newsPage .news-list {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .newsPage .news-list {
    margin-bottom: 50px;
  }
}
.newsPage .news-list li {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .newsPage .news-list li {
    margin-bottom: 45px;
  }
}
.newsPage .news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .newsPage .news-list a {
    display: block;
  }
}
@media (min-width: 769px) {
  .newsPage .news-list a:hover .sh-btn4::before {
    background-color: #0011CC;
  }
}
.newsPage .news-list a .img-bx {
  min-width: 416px;
}
@media (max-width: 768px) {
  .newsPage .news-list a .img-bx {
    min-width: 100%;
  }
}
.newsPage .news-list a .des-bx {
  width: calc(100% - 416px);
  padding-left: 4%;
}
@media (max-width: 768px) {
  .newsPage .news-list a .des-bx {
    width: 100%;
    padding-left: 0;
  }
}
.newsPage .news-list a .ti {
  min-height: 113px;
  max-height: 113px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsPage .news-list a .ti {
    min-height: auto;
    max-height: auto;
  }
}
.newsPage .news-list a .sh-btn4::before {
  background-color: #F6F6F7;
}