@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "FontMedium";
  src: url("../fonts/MontserratAlternates-Medium-16.otf") format("opentype");
}
@font-face {
  font-family: "FontMediumB";
  src: url("../fonts/MontserratAlternates-Bold-12.otf") format("opentype");
}
/* 没有数据 */
.bd-nodate {
  padding: 10% 0 20%;
  text-align: center;
}
.bd-nodate img {
  width: 20.24739%;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all ease-in 0.3s;
}
.header .box {
  width: 83.33%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header .box {
    width: 90%;
  }
}
.header .box .logo {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 0.9rem;
  top: 0.12rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header .box .logo {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .header .box .logo {
/*    width: 1.5rem;*/
  }
}
@media (max-width: 500px) {
  .header .box .logo {
    width: 1.5rem;
  }
}
.header .box .logo a.pc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .box .logo a.pc{
    
}
.header .box .logo a.mobile{
    display: none;
}

@media (max-width: 500px) {
  .header .box .logo a {
    width: 100%;
  }
  .header .box .logo a.pc{
        display: none;
    }
    .header .box .logo a.mobile{
        display: block;
    }
    .header .box .logo a.mobile::before{
        content: '';
        width: 100%;
        padding-top: 46.66%;
        display: block;
    }
    .header .box .logo a.mobile img {
      width: 100%;
      transition: all ease-in 0.3s;
      position: absolute;
      top: 0;
    }
}
.header .box .logo a.pc::before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 101%;
}
.header .box .logo a.pc img {
  width: 100%;
  transition: all ease-in 0.3s;
  position: absolute;
  top: 0;
}
.header .box .logo a.pc img:nth-child(2) {
  opacity: 0;
}
.header .box .right {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header .box .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.header .box .right .close {
  display: none;
  width: 0.5rem;
  height: 1rem;
  position: relative;
  z-index: 12;
}
@media (max-width: 1024px) {
  .header .box .right .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .box .right .close span {
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  margin: 3px 0;
  transition: all ease-in 0.3s;
}
.header .box .right .close.on span:first-child {
  transform: rotateZ(45deg);
  margin-top: 0.2rem;
}
@media (max-width: 500px) {
  .header .box .right .close.on span:first-child {
    margin-top: 0.22rem;
  }
}
.header .box .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .box .right .close.on span:last-child {
  transform: rotateZ(-45deg);
  margin-top: -0.2rem;
}
@media (max-width: 500px) {
  .header .box .right .close.on span:last-child {
    margin-top: -0.25rem;
  }
}
.header .box .right .menu-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 1.5rem 5% 1rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    display: none;
  }
}
.header .box .right .menu-box .menu {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .box .right .menu-box .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul {
    flex-wrap: wrap;
  }
}
.header .box .right .menu-box .menu ul li {
  margin-right: 0.9rem;
  display: flex;
  position: relative;
}
.header .box .right .menu-box .menu ul li:nth-child(4) {
  margin-right: 33.3%;
}
@media (max-width: 1900px) {
  .header .box .right .menu-box .menu ul li:nth-child(4) {
    margin-right: 25%;
  }
}
@media (max-width: 1580px) {
  .header .box .right .menu-box .menu ul li:nth-child(4) {
    margin-right: 20%;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li:nth-child(4) {
    margin-right: 0;
  }
}
.header .box .right .menu-box .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #171717;
  }
  .header .box .right .menu-box .menu ul li:last-child {
    border-bottom: none;
  }
}
.header .box .right .menu-box .menu ul li .s-icon {
  display: none;
  width: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li .s-icon {
    display: flex;
  }
}
.header .box .right .menu-box .menu ul li .s-icon img {
  transition: all ease-in 0.3s;
}
.header .box .right .menu-box .menu ul li .s-icon.on img {
  transform: rotateZ(180deg);
}
.header .box .right .menu-box .menu ul li a.a-link {
  color: #FFFFFF;
  display: block;
  transition: all ease-in 0.3s;
  font-size: 18px;
  line-height: 0.64rem;
  padding: 0.44rem 0 0.12rem;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header .box .right .menu-box .menu ul li a.a-link {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li a.a-link {
    line-height: 1rem;
    padding: 0;
    width: calc(100% - 1rem);
  }
}
@media (max-width: 500px) {
  .header .box .right .menu-box .menu ul li a.a-link {
    line-height: 1.2rem;
    font-weight: bold;
  }
}
.header .box .right .menu-box .menu ul li .s-menu {
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.1rem 0.3rem;
  display: none;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li .s-menu {
    position: relative;
    width: 100%;
    top: initial;
    left: 0;
    transform: translateX(0);
    box-shadow: none;
    padding: 0.2rem 0;
    border-top: 1px solid #eee;
  }
}

.header .box .right .menu-box .menu ul li .s-menu .s-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  color: #666;
  border-radius: 0.05rem;
  transition: all ease-in 0.3s;
}
.header .box .right .menu-box .menu ul li .s-menu .s-link:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1E99DA;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-link {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-link {
    height: 1rem;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus {
  display: block;
  width: 5rem;
  padding: 0 0.1rem;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus {
    width: 100%;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu {
    width: 100%;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-s-menu-img {
  width: 1.8rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-s-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox {
  margin-left: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox span {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox span {
    line-height: 26px;
  }
}
.header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox .s-link {
  width: 50%;
  justify-content: flex-start;
  height: 30px;
}
@media (max-width: 1580px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox .s-link {
    height: 28px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .menu-box .menu ul li .s-menu .s-menus .s-s-menu .s-menu-tbox .s-link {
    height: 26px;
  }
}
.header .box .right .menu-box .menu ul li:hover a.a-link {
  color: #1E99DA;
}
.header .box .right .menu-box .menu .language {
  right: 0;
  top: 5px;
  display: flex;
  align-items: center;
  transition: all ease-out 0.3s;
  font-size: 14px;
  line-height: 36px;
  white-space: nowrap;
  position: absolute;
}
.header .box .right .menu-box .menu .language a {
  display: flex;
  align-items: center;
  color: #FFF;
  transition: all ease-out 0.3s;
}
.header .box .right .menu-box .menu .language span {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  position: relative;
}
.header .box .right .menu-box .menu .language span img {
  left: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  transition: all ease-out 0.3s;
  position: absolute;
}
.header .box .right .menu-box .menu .language span img:last-child {
  opacity: 0;
}
.header.fh .box .right .menu-box .menu .language a, .head-height .header .box .right .menu-box .menu .language a, .header:hover .box .right .menu-box .menu .language a {
  color: #666;
}
.header.fh .box .right .menu-box .menu .language span img:first-child, .head-height .header .box .right .menu-box .menu .language span img:first-child, .header:hover .box .right .menu-box .menu .language span img:first-child {
  opacity: 0;
}
.header.fh .box .right .menu-box .menu .language span img:last-child, .head-height .header .box .right .menu-box .menu .language span img:last-child, .header:hover .box .right .menu-box .menu .language span img:last-child {
  opacity: 1;
}
.header .box .right .menu-box .menu .language a:hover {
  color: #1E99DA;
}
@media (max-width: 1024px) {
.header .box .right .menu-box .menu .language {
  font-size: 18px;
  position: relative;
}
}
.header .box .right .menu-box .search {
  width: 0.72rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0.64rem;
  padding: 0.44rem 0 0.12rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .box .right .menu-box .search {
    height: 1rem;
    padding: 0;
  }
}
.header .box .right .menu-box .search span {
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
}
.header .box .right .menu-box .search img {
  width: 18px;
  transition: all ease-in 0.3s;
}
.header .box .right .menu-box .search img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header.fh,
.header:hover,
.head-height .header {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header.fh .box .logo a.pc img:nth-child(1),
.header:hover .box .logo a.pc img:nth-child(1),
.head-height .header .box .logo a.pc img:nth-child(1) {
  opacity: 0;
}
.header.fh .box .logo a.pc img:nth-child(2),
.header:hover .box .logo a.pc img:nth-child(2),
.head-height .header .box .logo a.pc img:nth-child(2) {
  opacity: 1;
}
.header.fh .box .right .close span,
.header:hover .box .right .close span,
.head-height .header .box .right .close span {
  background: #333;
}
.header.fh .box .right .menu-box .menu ul li a.a-link,
.header:hover .box .right .menu-box .menu ul li a.a-link,
.head-height .header .box .right .menu-box .menu ul li a.a-link {
  color: #666;
}
.header.fh .box .right .menu-box .menu ul li:hover a.a-link,
.header:hover .box .right .menu-box .menu ul li:hover a.a-link,
.head-height .header .box .right .menu-box .menu ul li:hover a.a-link {
  color: #1E99DA;
}
.header.top-info:hover .box .right .menu-box .menu ul li:hover a.a-link {
  color: #1E99DA;
  /* color: rgba(255, 255, 255, 0.7); */
}
.header.fh .box .right .menu-box .search img:nth-child(1),
.header:hover .box .right .menu-box .search img:nth-child(1),
.head-height .header .box .right .menu-box .search img:nth-child(1) {
  opacity: 0;
}
.header.fh .box .right .menu-box .search img:nth-child(2),
.header:hover .box .right .menu-box .search img:nth-child(2),
.head-height .header .box .right .menu-box .search img:nth-child(2) {
  opacity: 1;
}
/* .header.fhs {
  top: -1.5rem;
}
@media (max-width: 1024px) {
  .header.fhs {
    top: 0;
  }
} */
.header.top-info {
  top: 0;
  /* background: linear-gradient(to bottom, rgba(30,153,218,1), transparent);
  box-shadow: none; */
}
.header.top-info .box .logo a img:nth-child(1) {
  opacity: 1;
}
.header.top-info .box .logo a img:nth-child(2) {
  opacity: 0;
}
.header.top-info .box .right .close span {
  background: #333;
}
.header.top-info .box .right .menu-box .menu ul li a.a-link {
  color: #333;
}
.header.top-info .box .right .menu-box .menu ul li .language a {
  color: #333;
}
.header.top-info .box .right .menu-box .menu ul li .language a span img:nth-child(1) {
  opacity: 0;
}
.header.top-info .box .right .menu-box .menu ul li .language a span img:nth-child(2) {
  opacity: 1;
}
.header.top-info .box .right .menu-box .search img:nth-child(1) {
  opacity: 1;
}
.header.top-info .box .right .menu-box .search img:nth-child(2) {
  opacity: 0;
}
.banner {
  width: 100%;
  height: 200vh;
  overflow: hidden;
  position: fixed;
  top: 0;
}
.banner .b-box1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 3;
  transition: all ease-in .5s;
}
.banner .b-box1 .index-gdbg {
  top: 50%;
  transform: translateY(-50%);
}
.banner .b-box1 .index-gdbg {
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .b-box1 .index-gdbg.motive-wr02_1 {
  right: 60.5%;
  left: initial;
}
.banner .b-box1 .index-gdbg.motive-wr02_2 {
  left: 60.5%;
}
@media (max-width:1280px){
    .banner .b-box1 .index-gdbg.motive-wr02_1{
        right: 62.5%;
    }
    .banner .b-box1 .index-gdbg.motive-wr02_2{
        left: 62.5%;
    }
}
@media (max-width:1024px){
    .banner .b-box1 .index-gdbg.motive-wr02_1{
        right: 65.5%;
    }
    .banner .b-box1 .index-gdbg.motive-wr02_2{
        left: 65.5%;
    }
}
@media (max-width:768px){
    .banner .b-box1 .index-gdbg.motive-wr02_1{
        right: 76.5%;
    }
    .banner .b-box1 .index-gdbg.motive-wr02_2{
        left: 76.5%;
    }
}
.banner .box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .box .boxs {
  /*width: 300px;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 2;*/
  /*overflow: hidden;*/
  /*border-radius: 50%;*/
  /*background: #fff;*/
  /*box-shadow: 0px 0px 0px 1px #F3F3F3;*/
  /*transition: all ease-in 0.3s;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  transition: all ease-in 0.5s;
}
/*@media (max-width: 767px) {*/
/*  .banner .box .boxs {*/
/*    width: 240px;*/
/*  }*/
/*}*/
.banner .box .boxs::before {
  width: 100%;
  padding-top: 156.6%;
  content: '';
  /*display: block;*/
  display: none;
}
.banner .box .boxs .boxss {
  /*width: calc(100% - 30px);*/
  /*height: calc(100% - 50px);*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*overflow: hidden;*/
  /*border-radius: 50%;*/
  /*transition: all ease-in 0.3s;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all ease-in 0.5s;
}
.banner .box .boxs .banner-swiper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  transition: all ease-in .3s;
  /*transform: translate(-50%, -50%) scale(0.16);*/
}
.banner .box .boxs .banner-swiper .swiper {
  height: 100%;
}
.banner .box .boxs .banner-swiper .swiper-slide {
  position: relative;
}
.banner .box .boxs .banner-swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.banner .box .boxs .banner-swiper .swiper-slide .img .pcimg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .banner .box .boxs .banner-swiper .swiper-slide .img .pcimg {
    display: none;
  }
}
.banner .box .boxs .banner-swiper .swiper-slide .img .mobileimg {
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .banner .box .boxs .banner-swiper .swiper-slide .img .mobileimg {
    display: block;
  }
}
.banner .box .boxs .banner-swiper .swiper-slide .img video{
    position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.banner .box .boxs .banner-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .box .boxs .banner-swiper .swiper-slide .tbox {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.23rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .banner .box .boxs .banner-swiper .swiper-slide .tbox {
    width: 90%;
  }
}
.banner .box .boxs .banner-swiper .swiper-slide .tbox .t1 {
  font-size: 0.54rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.72rem;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1260px) {
  .banner .box .boxs .banner-swiper .swiper-slide .tbox .t1 {
    font-size: 0.48rem;
  }
}
.banner .box .boxs .banner-swiper .swiper-slide .tbox .t2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 0.35rem;
}
.banner .box .boxs .banner-swiper .swiper-slide .tbox .line {
  width: 56.11%;
  height: 2px;
  position: absolute;
  right: 7%;
  bottom: 1.03rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 971px) {
  .banner .box .boxs .banner-swiper .swiper-slide .tbox .line {
    display: none;
  }
}
.banner .box .boxs .banner-swiper .swiper-slide .tbox .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: all ease-in 4.5s;
}
.banner .box .boxs .banner-swiper .swiper-slide.swiper-slide-active .tbox .line span {
  width: 100%;
}
.banner .box .boxs .banner-swiper .ckbox {
  position: absolute;
  right: 8.33%;
  bottom: 2.03rem;
  height: 0.5rem;
  z-index: 3;
}
@media (max-width: 971px) {
  .banner .box .boxs .banner-swiper .ckbox {
    display: none;
  }
}
.banner .box .boxs .banner-swiper .swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0.93rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.banner .box .boxs .banner-swiper .swiper-prev img {
  width: 8px;
}
.banner .box .boxs .banner-swiper .swiper-prev:hover {
  transform: scale(1.3);
  background: #1E99DA;
  border: 2px solid #1E99DA;
}
.banner .box .boxs .banner-swiper .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.banner .box .boxs .banner-swiper .swiper-next img {
  width: 8px;
}
.banner .box .boxs .banner-swiper .swiper-next:hover {
  transform: scale(1.3);
  background: #1E99DA;
  border: 2px solid #1E99DA;
}
.banner .box .boxs .icon-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .box .boxs .icon-box .icon {
  /*width: 100%;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 2;*/
  /*transition: all ease-in 0.3s;*/
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all ease-in 0.5s;
}
.banner .box .boxs .icon-box .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1E99DA;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: all ease-in 1s;
}
.banner .box .boxs .icon-box .tbox .sbg {
  width: 400px;
  height: 200%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: yunMove 3s infinite linear;
}
.banner .box .boxs .icon-box .tbox .sbg img {
  width: 100%;
  height: 50%;
}
.banner .box .boxs .icon-box .tbox .txt {
  width: 100%;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.7rem;
  white-space: nowrap;
}
.banner .box .boxs .icon-box .tbox .icons {
  height: 0.5rem;
  position: relative;
}
.banner .box .boxs .icon-box .tbox .arrow {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  animation: yunMove2 0.8s infinite;
  -webkit-animation: yunMove2 0.8s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.banner .box .boxs .icon-box .tbox .arrow img {
  width: 100%;
}
.banner .box .boxs .icon-box .tbox .icons span{
    display: block;
    color: #fff;
    margin-top: 0.1rem;
}
/*.banner .box .boxs.on {*/
/*  width: 400px;*/
/*  border-radius: 50%;*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .banner .box .boxs.on {*/
/*    width: 300px;*/
/*  }*/
/*}*/
/*.banner .box .boxs.on .boxss {*/
/*  border-radius: 50%;*/
/*}*/
.banner .box .boxs.on .icon-box .icon {
  width: 400px;
  opacity: 0;
}
.banner .box .boxs.on .icon-box .tbox {
  opacity: 1;
}

.banner .box .yuanbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all ease-in 0.5s;
}
.banner .box .yuanbg img,
.banner .box .yuanbg svg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .box .yuanbg.on {
  transform: translate(-50%, -50%) scale(1.33);
}

@-webkit-keyframes yunMove {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes yunMove {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes yunMove2 {
  0% {
    margin-top: 0.4rem;
  }
  100% {
    margin-top: 0.5rem;
  }
}
@keyframes yunMove2 {
  0% {
    margin-top: 0.4rem;
  }
  100% {
    margin-top: 0.5rem;
  }
}
@-webkit-keyframes yunMove3 {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0.1rem;
    }
}
@keyframes yunMove3 {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0.1rem;
    }
}
.index-product {
  width: 100%;
  background: #F7F7F7 url(/static/images/index-product-bg.png) top center no-repeat;
  background-size: 100%;
  padding: 1.14rem 0 0.57rem;
  /* margin-top: 200vh; */
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-product .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  position: relative;
  z-index: 5;
}
@media (max-width: 971px) {
  .index-product .container .top {
    flex-wrap: wrap;
  }
}
.index-product .container .top .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .index-product .container .top .title {
    width: 100%;
    text-align: center;
    font-size: 0.46rem;
  }
}
.index-product .container .top .menus{
    
    position: relative;
}
@media (max-width: 767px) {
  .index-product .container .top .menus {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.index-product .container .top .menu-ullist{
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 100%;
}
.index-product .container .top .menu-ullist ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 4;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.1);
  display: none;
  scrollbar-width: thin;
}

.index-product .container .top .menu-ullist ul::-webkit-scrollbar {
  width: 1px;
}
.index-product .container .top .menu-ullist ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.index-product .container .top .menu-ullist ul::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 25px;
}
.index-product .container .top .menu-ullist ul::-webkit-scrollbar-corner {
  background: #777;
}

.index-product .container .top .menu-ullist ul li {
  width: 100%;
  padding: 0.05rem 0.1rem;
}
.index-product .container .top .menu-ullist ul li a {
  width: 100%;
  line-height: 0.36rem;
  padding: 0 0.1rem;
  color: #666;
  display: flex;
  border-radius: 0.05rem;
  transition: all ease-in 0.3s;
  font-size: 14px;
}
@media (max-width:767px){
    .index-product .container .top .menu-ullist ul{
        padding: 0.2rem 0;
    }
    .index-product .container .top .menu-ullist ul li a{
        line-height: 0.6rem;
    }
}
.index-product .container .top .menu-ullist ul li:hover a {
  color: #1E99DA;
  background: rgba(0, 0, 0, 0.05);
}
.index-product .container .top .menu {
  display: flex;
  font-size: 0.22rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .index-product .container .top .menu {
    width: 100%;
    margin-top: 0.3rem;
    /*display: block;*/
    white-space: nowrap;
    overflow-x: auto;
  }
}
.index-product .container .top .menu .select {
  padding: 0 0.5rem 0 0.2rem;
  margin-right: 0.5rem;
  border: none;
  background: url(/static/images/arrow1.png) 80% 50% no-repeat;
  position: relative;
  cursor: pointer;
}
.index-product .container .top .menu .select:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  .index-product .container .top .menu .select {
    margin-right: 0.1rem;
    width: 130px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .index-product .container .top .menu .select {
    margin-right: 0.1rem;
    width: 90px;
    display: inline-block;
    background: url(/static/images/arrow1.png) 90% 50% no-repeat;
  }
}
.index-product .container .top .menu .select .t1 {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: 500;
  color: #000;
  line-height: 0.54rem;
}
@media (max-width: 767px) {
  .index-product .container .top .menu .select .t1 {
    font-size: 0.3rem;
  }
}
.index-product .container .top .menu .select ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 4;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.1);
  display: none;
  scrollbar-width: thin;
}

.index-product .container .top .menu .select ul::-webkit-scrollbar {
  width: 1px;
}
.index-product .container .top .menu .select ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.index-product .container .top .menu .select ul::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 25px;
}
.index-product .container .top .menu .select ul::-webkit-scrollbar-corner {
  background: #777;
}

.index-product .container .top .menu .select ul li {
  width: 100%;
  padding: 0.05rem 0.1rem;
}
.index-product .container .top .menu .select ul li a {
  width: 100%;
  line-height: 0.36rem;
  padding: 0 0.1rem;
  color: #666;
  display: flex;
  border-radius: 0.05rem;
  transition: all ease-in 0.3s;
  font-size: 14px;
}
@media (max-width:767px){
    .index-product .container .top .menu .select ul li a{
        font-size: 12px;
    }
}
.index-product .container .top .menu .select ul li:hover a {
  color: #1E99DA;
  background: rgba(0, 0, 0, 0.05);
}
.index-product .container .top .menu .select:hover {
  background: #fff url(/static/images/arrow1.png) 90% 50% no-repeat;
}
.index-product .container .top .menu .select:hover ul {
  display: block;
}
@media (max-width:767px){
    .index-product .container .top .menu .select:hover ul{
        display: none;
    }
}
.index-product .container .list {
  width: 100%;
  margin-top: 0.66rem;
  position: relative;
}
.index-product .container .list .swiper {
  width: 100%;
  padding-bottom: 1.64rem;
}
.index-product .container .list .swiper .slide-product {
  width: 100%;
}
.index-product .container .list .swiper .slide-product .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-product .container .list .swiper .slide-product .item:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 10px;
}
.index-product .container .list .swiper .slide-product .item .p-box {
  width: 68%;
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in .3s;
  position: relative;
}
@media (max-width: 971px) {
  .index-product .container .list .swiper .slide-product .item .p-box {
    width: 67.5%;
  }
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box {
    width: 100%;
    position: relative;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 200%;
    transition: all ease-in .3s;
    animation: pubMove 3s infinite linear;
    display: flex;
    /*background: url(/static/images/index-product-bg2.png) left center repeat-x;*/
}
.index-product .container .list .swiper .slide-product .item .p-box .bg img{
    width: 50%;
}
@-webkit-keyframes pubMove {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes pubMove {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox {
  width: 100%;
  padding: 0.8rem 0 0 1.1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 971px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox {
    padding: 0.5rem 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    padding: 0.5rem;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox .icon {
  width: 49px;
  position: relative;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox .icon {
    display: none;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox .icon img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox .icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox .title {
  font-size: 0.48rem;
  font-weight: 800;
  color: #666;
  line-height: 0.52rem;
  margin-top: 0.3rem;
  transition: all ease-in 0.3s;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
@media (max-width: 971px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox .title {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox .title {
    color: #333;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .tbox .txt {
  font-weight: 500;
  color: #999999;
  line-height: 1;
  margin-top: 0.4rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box .tbox .txt {
    display: none;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .img {
  width: 45.91%;
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box .img {
    width: 100%;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box .img::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.index-product .container .list .swiper .slide-product .item .p-box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all ease-in 0.3s;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover {
  /*background: #1E99DA url(/static/images/pbg.gif) center center repeat-x;*/
  background: #1E99DA;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .bg{
    opacity: 1;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .tbox .icon img {
  opacity: 0;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .tbox .icon img:nth-child(2) {
  opacity: 1;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .tbox .title {
  color: #fff;
  margin-top: 0.2rem;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .tbox .txt {
  color: #fff;
}
.index-product .container .list .swiper .slide-product .item .p-box:hover .img img {
  transform: scale(1.05);
}
.index-product .container .list .swiper .slide-product .item .p-box1 {
  width: 31.25%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all ease-in .3s;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box1 {
    width: 100%;
    margin-top: 0.2rem;
    /*height: 6rem;*/
  }
}
.index-product .container .list .swiper .slide-product .item .p-box1 .bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 200%;
    transition: all ease-in .3s;
    animation: pubMove 3s infinite linear;
    display: flex;
    /*background: url(/static/images/index-product-bg2.png) left center repeat-x;*/
}
.index-product .container .list .swiper .slide-product .item .p-box1 .bg img{
    width: 50%;
}
.index-product .container .list .swiper .slide-product .item .p-box1 .img {
  width: 100%;
  position: relative;
  transition: all ease-in 0.3s;
  z-index: 2;
}
.index-product .container .list .swiper .slide-product .item .p-box1 .img::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.index-product .container .list .swiper .slide-product .item .p-box1 .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.index-product .container .list .swiper .slide-product .item .p-box1 .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  z-index: 2;
  padding: 0.2rem 0.3rem 0.2rem;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all ease-out 0.3s;
  background-image: linear-gradient(rgba(30, 153, 218, 0), rgba(30, 153, 218, 0.9));
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box1 .tbox {
    opacity: 1;
    bottom: 0;
    background: none;
    padding: 0.5rem;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box1 .tbox .ts .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box1 .tbox .ts .t1 {
    color: #333;
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box1 .tbox .ts .t2 {
  color: #FFFFFF;
  opacity: 0.7;
  line-height: 1;
  margin-top: 0.16rem;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box1 .tbox .ts .t2 {
    display: none;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box1 .tbox .more {
  width: 0.7rem;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 0.1rem;*/
  flex-shrink: 0;
}
@media (max-width: 971px) {
  .index-product .container .list .swiper .slide-product .item .p-box1 .tbox .more {
    display: none;
  }
}
.index-product .container .list .swiper .slide-product .item .p-box1 .tbox .more img {
  width: 12px;
}
.index-product .container .list .swiper .slide-product .item .p-box1:hover {
  /*background: #1E99DA url(/static/images/pbg.gif) center center no-repeat;*/
  background: #1E99DA;
}
.index-product .container .list .swiper .slide-product .item .p-box1:hover .tbox {
  opacity: 1;
  bottom: 0.1rem;
}
@media (max-width: 767px) {
  .index-product .container .list .swiper .slide-product .item .p-box1:hover .tbox .ts .t1 {
    color: #fff;
  }
}


@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}


.index-product .container .list .swiper .ckbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-product .container .list .swiper .swiper-prev,
.index-product .container .list .swiper .swiper-next {
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all ease-in 0.3s;
  margin: 0 13px;
}
.index-product .container .list .swiper .swiper-prev img,
.index-product .container .list .swiper .swiper-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
  width: 12px;
}
.index-product .container .list .swiper .swiper-prev img:nth-child(2),
.index-product .container .list .swiper .swiper-next img:nth-child(2) {
  opacity: 0;
}
.index-product .container .list .swiper .swiper-prev:hover,
.index-product .container .list .swiper .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
}
.index-product .container .list .swiper .swiper-prev:hover img:nth-child(1),
.index-product .container .list .swiper .swiper-next:hover img:nth-child(1) {
  opacity: 0;
}
.index-product .container .list .swiper .swiper-prev:hover img:nth-child(2),
.index-product .container .list .swiper .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
.index-product .container .list .swiper .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  font-size: 0;
}
.index-product .container .list .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #CFCFCF;
  opacity: 1;
  margin: 0 8px;
}
.index-product .container .list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1E99DA;
}
.index-buy {
  width: 100%;
  background: #fff;
  padding: 0.94rem 0 0.88rem;
  position: relative;
  z-index: 2;
}
@media (max-width:767px) {
  .index-buy {
    padding: 0.94rem 0 1.38rem;
  }
}
.index-buy .title {
  width: 100%;
  font-size: 0.48rem;
  /*font-weight: bold;*/
  color: #000;
  line-height: 0.54rem;
  text-align: center;
}
.index-buy .buy {
  width: 100%;
  text-align: center;
}
.index-buy .buy a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0.42rem auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-buy .buy a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-buy .buy a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-buy .buy a {
    font-size: 14px;
  }
}
.index-buy .buy a img {
  width: 8px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.index-buy .buy a:hover {
  background: #0c7cb8;
}
.index-buy .buy a:hover img {
  margin-left: 0.3rem;
}
.index-ad {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-ad .img {
  width: 100%;
  height: 8rem;
}
.index-ad .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: runs 4s infinite;
  -webkit-animation: runs 4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.index-ad .tbox {
  position: absolute;
  width: 90%;
  top: 1.93rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-ad .tbox .title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.84rem;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.29);
  text-align: center;
}
.index-ad .tbox .txt {
  font-size: 0.36rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.29);
  margin-top: 0.44rem;
  text-align: center;
}
.index-ad .tbox .icon {
  width: 0.81rem;
  height: 0.81rem;
  margin: 0.61rem auto 0;
}
.index-ad .tbox .icon img {
  width: 100%;
}
.index-ad .tbox .more {
  width: 100%;
  text-align: center;
}
.index-ad .tbox .more a {
  height: 0.55rem;
  background: #fff;
  border-radius: 28px;
  margin: 0.61rem auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #2269C3;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-ad .tbox .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-ad .tbox .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-ad .tbox .more a {
    font-size: 14px;
  }
}
.index-ad .tbox .more a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  position: relative;
}
.index-ad .tbox .more a img {
  width: 8px;
  transition: all ease-in 0.3s;
}
.index-ad .tbox .more a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index-ad .tbox .more a:hover {
  background: #1E99DA;
  color: #fff;
}
.index-ad .tbox .more a:hover img {
  opacity: 0;
}
.index-ad .tbox .more a:hover img:nth-child(2) {
  opacity: 1;
}
@-webkit-keyframes runs {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes runs {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.index-about {
  width: 100%;
  padding: 1.1rem 0 1.18rem;
  position: relative;
  z-index: 2;
  margin-top: 200vh;
  background: #fff;
  overflow: hidden;
}
.index-about .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-about .box .tbox {
  padding-top: 1.54rem;
  width: 50%;
}
@media (max-width: 971px) {
  .index-about .box .tbox {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-about .box .tbox {
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
.index-about .box .tbox .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .index-about .box .tbox .title {
    font-size: 0.48rem;
  }
}
.index-about .box .tbox .txt {
  font-size: 0.28rem;
  font-weight: 500;
  color: #666;
  line-height: 0.42rem;
  margin-top: 0.75rem;
}
.index-about .box .tbox .more {
  width: 100%;
}
.index-about .box .tbox .more a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0.93rem auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-about .box .tbox .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-about .box .tbox .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-about .box .tbox .more a {
    font-size: 14px;
  }
}
.index-about .box .tbox .more a img {
  width: 8px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.index-about .box .tbox .more a:hover {
  background: #0c7cb8;
}
.index-about .box .tbox .more a:hover img {
  margin-left: 0.3rem;
}
.index-about .box .imgbox {
  width: 37.5%;
  position: relative;
  right: -0.5rem;
}
@media (max-width: 767px) {
  .index-about .box .imgbox {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.index-about .box .imgbox .img1 {
  width: 1.97rem;
  position: absolute;
  left: -1.83rem;
  top: 2.33rem;
}
@media (max-width: 971px) {
  .index-about .box .imgbox .img1 {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .index-about .box .imgbox .img1 {
    display: none;
  }
}
.index-about .box .imgbox .img2 {
  width: 100%;
}
@media (max-width: 767px) {
  .index-about .box .imgbox .img2 {
    display: none;
  }
}
.index-about .box .imgbox .img3 {
  width: 69.16%;
  position: absolute;
  left: -0.96rem;
  bottom: 0;
  z-index: 2;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .index-about .box .imgbox .img3 {
    position: relative;
    left: initial;
    width: 100%;
  }
}
.index-RDCenter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767px) {
  .index-RDCenter {
    flex-wrap: wrap;
  }
}
.index-RDCenter .item {
  width: 34.375%;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 767px) {
  .index-RDCenter .item {
    width: 100%;
  }
}
.index-RDCenter .item.on {
  width: 65.625%;
}
@media (max-width: 767px) {
  .index-RDCenter .item.on {
    width: 100%;
  }
}
.index-RDCenter .item .img {
  width: 100%;
  height: 8rem;
  position: relative;
}
@media (max-width: 971px) {
  .index-RDCenter .item .img {
    background-position-x: 80% !important;
  }
}
.index-RDCenter .item .img img {
  max-width: initial;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .index-RDCenter .item .img img {
    left: initial;
    right: 0;
    object-fit: cover;
    object-position: right;
  }
}
.index-RDCenter .item .tbox {
  position: absolute;
  width: 4.6rem;
  top: 1.82rem;
  left: 1.6rem;
}
@media (max-width: 971px) {
  .index-RDCenter .item .tbox {
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .index-RDCenter .item .tbox {
    width: 83.3%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.index-RDCenter .item .tbox .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.68rem;
}
@media (max-width: 1260px) {
  .index-RDCenter .item .tbox .title {
    font-size: 0.48rem;
  }
}
.index-RDCenter .item .tbox .txt {
  font-size: 0.28rem;
  font-weight: 500;
  color: #666;
  line-height: 0.42rem;
  margin-top: 0.65rem;
}
.index-RDCenter .item .tbox .more {
  width: 100%;
}
.index-RDCenter .item .tbox .more a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0.93rem auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-RDCenter .item .tbox .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-RDCenter .item .tbox .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-RDCenter .item .tbox .more a {
    font-size: 14px;
  }
}
.index-RDCenter .item .tbox .more a img {
  width: 8px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.index-RDCenter .item .tbox .more a:hover {
  background: #0c7cb8;
}
.index-RDCenter .item .tbox .more a:hover img {
  margin-left: 0.3rem;
}
.index-healthy {
  width: 100%;
  padding: 2.07rem 0 1.28rem;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-healthy  {
    padding: 2.07rem 0 1.8rem;
  }
}
.index-healthy .box {
  width: 83.33%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-healthy .box {
    width: 90%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index-healthy .box .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .index-healthy .box .title {
    font-size: 0.48rem;
  }
}
.index-healthy .box .swiper-tab {
}
.index-healthy .box .swiper-tab ul {
  margin: 0 -0.2rem;
  display: -ms-flexbox;
  display: flex;
}
.index-healthy .box .swiper-tab ul li {
  padding: 0 0.2rem;
}
.index-healthy .box .swiper-tab ul li a {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: 500;
  color: #000;
  line-height: 0.8rem;
  position: relative;
}
.index-healthy .box .swiper-tab ul li a:before {
  content: " ";
  left: 0;
  bottom: 0;
  width: 100%;
  border: 2px solid transparent;
  position: absolute;
}
.index-healthy .box .swiper-tab ul li.on a {
  color: #1E99DA;
}
.index-healthy .box .swiper-tab ul li.on a:before {
  border-color: #1E99DA;
}
.index-healthy .list {
  width: 100%;
  margin-top: 1.33rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-healthy .list {
    margin-top: 0.5rem;
  }
}
.index-healthy .list .swiper {
  width: 100%;
  padding: 0 8.33%;
}
.index-healthy .list .swiper .item {
  width: 100%;
  position: relative;
}
.index-healthy .list .swiper .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-healthy .list .swiper .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 131%;
}
.index-healthy .list .swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all ease-in 0.3s;
}
.index-healthy .list .swiper .item .img .icon {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index-healthy .list .swiper .item .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.96rem 0.4rem 0.4rem;
  background: url(/static/images/index-healthy-icon.png) center bottom no-repeat;
  background-size: cover;
}
.index-healthy .list .swiper .item .tbox .t1 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #000;
  line-height: 0.38rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .index-healthy .list .swiper .item .tbox .t1 {
    font-size: 16px;
  }
}
.index-healthy .list .swiper .item .tbox .link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  margin-top: 0.26rem;
}
@media (max-width: 1600px) {
  .index-healthy .list .swiper .item .tbox .link {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-healthy .list .swiper .item .tbox .link {
    font-size: 14px;
  }
}
.index-healthy .list .swiper .item .tbox .link img {
  width: 9px;
  margin-left: 0.18rem;
}
.index-healthy .list .swiper .item:hover .img img {
  transform: scale(1.05);
}
.index-healthy .list .swiper .item:hover .tbox .t1 {
  color: #1E99DA;
}
.index-healthy .list .ckbox {
  position: absolute;
  height: 0.5rem;
  right: 15%;
  bottom: calc(100% + 1.35rem);
}
@media (max-width: 767px) {
  .index-healthy .list .ckbox {
    display: none;
  }
}
.index-healthy .list .ckbox .swiper-prev,
.index-healthy .list .ckbox .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.index-healthy .list .ckbox .swiper-prev img,
.index-healthy .list .ckbox .swiper-next img {
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.index-healthy .list .ckbox .swiper-prev img:nth-child(2),
.index-healthy .list .ckbox .swiper-next img:nth-child(2) {
  opacity: 0;
}
.index-healthy .list .ckbox .swiper-prev:hover,
.index-healthy .list .ckbox .swiper-next:hover {
  transform: scale(1.3);
  background: #1E99DA;
  border: 2px solid #1E99DA;
}
.index-healthy .list .ckbox .swiper-prev:hover img,
.index-healthy .list .ckbox .swiper-next:hover img {
  width: 10px;
}
.index-healthy .list .ckbox .swiper-prev:hover img:nth-child(1),
.index-healthy .list .ckbox .swiper-next:hover img:nth-child(1) {
  opacity: 0;
}
.index-healthy .list .ckbox .swiper-prev:hover img:nth-child(2),
.index-healthy .list .ckbox .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
.index-healthy .list .ckbox .swiper-prev {
  right: 0.8rem;
}
.index-healthy .more {
  width: 100%;
  text-align: center;
}
.index-healthy .more a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0.95rem auto 0;
  padding: 0 0.3rem;
  display: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-healthy .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-healthy .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-healthy .more a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-healthy .more a {
    margin: 0.5rem auto 0;
  }
}
.index-healthy .more a img {
  width: 8px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.index-healthy .more a:hover {
  background: #0c7cb8;
}
.index-healthy .more a:hover img {
  margin-left: 0.3rem;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 2;
}
.footer .fbox1 {
  width: 100%;
  position: relative;
  background: url(/static/images/f-bg2.jpg) center center no-repeat;
  background-size: cover;
  padding: 1rem 0 0;
}
.footer .fbox1 .buy {
  width: 2.34rem;
  height: 1.61rem;
  background: url(/static/images/f-bg1.png) center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1.4rem;
  top: -0.94rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .fbox1 .buy {
    right: 50%;
    transform: translateX(50%);
  }
}
.footer .fbox1 .buy a {
  width: 1.27rem;
  height: 1.27rem;
  background: #1E99DA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  position: relative;
  transition: all ease-out .3s;
}
@media (max-width: 767px) {
  .footer .fbox1 .buy a {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.footer .fbox1 .buy a::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #072A3C;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease-out .3s;
}
.footer .fbox1 .buy:hover a{
    /*transform: scale(1.05);*/
    margin-top: -0.1rem;
}
.footer .fbox1 .buy:hover a::before{
    width: 0;
    height: 0;
}
.footer .fbox1 .buy a .icon {
  width: 20px;
  height: 20px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.footer .fbox1 .buy a span {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.17rem;
  position: relative;
  z-index: 2;
}
.footer .fbox1 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1024px) {
  .footer .fbox1 .box {
    width: 90%;
  }
}
.footer .fbox1 .box .fb1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .fbox1 .box .fb1 .flogo {
  width: 1.28rem;
}
@media (max-width: 767px) {
    .footer .fbox1 .box .fb1{
        justify-content: center;
    }
  .footer .fbox1 .box .fb1 .flogo {
    width: 1.8rem;
  }
  .footer .fbox1 .buy a span{
      font-size: 12px;
  }
}
.footer .fbox1 .box .fb1 .flogo a {
  width: 100%;
  display: block;
}
.footer .fbox1 .box .fb1 .fmenu {
  width: 75%;
}
@media (max-width: 971px) {
  .footer .fbox1 .box .fb1 .fmenu {
    display: none;
  }
}
.footer .fbox1 .box .fb1 .fmenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .fbox1 .box .fb1 .fmenu ul li .f-link1 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 0.32rem;
  display: block;
}
.footer .fbox1 .box .fb1 .fmenu ul li .f-link2 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 26px;
  display: block;
  transition: all ease-in 0.3s;
}
.footer .fbox1 .box .fb1 .fmenu ul li .f-link2:hover {
  color: #ffffff;
}
.footer .fbox1 .box .fb2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.88rem;
  margin-top: 0.46rem;
}
@media (max-width: 971px) {
  .footer .fbox1 .box .fb2 .tel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .fbox1 .box .fb2 {
    margin-top: 0;
  }
  .footer .fbox1 .box .fb2 .tel {
    display: none;
  }
}
.footer .fbox1 .box .fb2 .tel .t1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}
.footer .fbox1 .box .fb2 .tel .t1 img {
  width: 24px;
  margin-right: 0.15rem;
}
.footer .fbox1 .box .fb2 .tel .t2 {
  font-size: 0.36rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 0.4rem;
  margin-top: 0.16rem;
}

.footer .fbox1 .box .fb2 .right {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.55rem;
  border-top: 1px solid rgba(202, 202, 202, 0.2);
  padding-top: 0.3rem;
}
@media (max-width: 971px) {
  .footer .fbox1 .box .fb2 .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .fbox1 .box .fb2 .right {
    margin-top: 0.4rem;
  }
}
.footer .fbox1 .box .fb2 .right .language {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.footer .fbox1 .box .fb2 .right .language img:nth-child(1) {
  width: 22px;
  margin-right: 0.12rem;
}
.footer .fbox1 .box .fb2 .right .language img:nth-child(2) {
  width: 7px;
  margin-left: 0.17rem;
}
.footer .fbox1 .box .fb2 .right .focus {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
.footer .fbox1 .box .fb2 .right .focus .wx {
  width: 28px;
  position: relative;
  margin: 0 0.28rem 0 0.22rem;
  cursor: pointer;
}
.footer .fbox1 .box .fb2 .right .focus .wx .ewm {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  display: none;
}
.footer .fbox1 .box .fb2 .right .focus .wx:hover .ewm {
  display: block;
}
.footer .fbox1 .box .fb2 .right .focus .wb {
  width: 28px;
  height: 22px;
  display: flex;
}
.footer .fbox2 {
  width: 100%;
  background: #022233;
}
.footer .fbox2 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  line-height: 26px;
  padding: 0.16rem 0 0.19rem;
}
.footer .fbox2 .box span {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .footer .fbox2 .box {
    width: 90%;
  }
}
.footer .fbox2 .box a {
  color: rgba(255, 255, 255, 0.2);
  transition: all ease-in 0.3s;
}
.footer .fbox2 .box a:hover {
  color: #ffffff;
}
.topic {
  width: 100%;
}

.topic-nbox {
  width: 100%;
  padding: 1.4rem 0 1.3rem;
  display: none;
}
@media (max-width: 971px) {
  .topic-nbox {
    display: none;
  }
}
.topic-nbox .box {
  width: 75%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .topic-nbox .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .topic-nbox .box {
    width: 90%;
  }
}
.topic-nbox .tbox {
  width: 40%;
}
.topic-nbox .tbox .t1 {
  font-size: 0.54rem;
  color: #000;
  line-height: 0.72rem;
  font-weight: bold;
}
.topic-nbox .tbox .t2 {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
  margin-top: 0.44rem;
}
.topic-nbox .tbox .t3 {
  line-height: 30px;
  color: #666;
  margin-top: 0.14rem;
  max-width: 440px;
}
.topic-nbox .tbox .t4 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1e99da;
  line-height: 30px;
  margin-top: 0.68rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.topic-nbox .tbox .t4 a {
  color: #1e99da;
}
.topic-nbox .tbox .t4 a img {
  width: 9px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.topic-nbox .tbox .t4 a:hover img {
  margin-left: 0.3rem;
}
.topic-nbox .img-box {
  width: 60%;
  height: 7rem;
  position: relative;
}
.topic-nbox .img-box .img1 {
  width: 51.85%;
  position: absolute;
  left: 22.45%;
  top: 8.4%;
}
.topic-nbox .img-box .img1 img {
  width: 100%;
}
.topic-nbox .img-box .img2 {
  width: 30.32%;
  position: absolute;
  left: 4.63%;
  top: 51.42%;
}
.topic-nbox .img-box .img2 img {
  width: 100%;
}
.topic-nbox .img-box .img2 .tbs {
  width: 66.8%;
  top: 0.57rem;
  left: 28.62%;
}
@media (max-width: 1260px) {
  .topic-nbox .img-box .img2 .tbs {
    width: 72%;
    left: 27%;
  }
}
@media (max-width: 1024px) {
  .topic-nbox .img-box .img2 .tbs {
    top: 0.3rem;
    width: 82%;
  }
}
.topic-nbox .img-box .img3 {
  width: 23.37%;
  position: absolute;
  left: 41.2%;
  bottom: 0;
}
.topic-nbox .img-box .img3 img {
  width: 100%;
}
.topic-nbox .img-box .img3 .tbs {
  width: 79.2%;
  top: 0.8rem;
  left: 0;
}
@media (max-width: 1260px) {
  .topic-nbox .img-box .img3 .tbs {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  .topic-nbox .img-box .img3 .tbs {
    top: 0.6rem;
  }
}
.topic-nbox .img-box .img4 {
  width: 22.57%;
  position: absolute;
  left: 75.92%;
  top: 47.42%;
}
.topic-nbox .img-box .img4 img {
  width: 100%;
}
.topic-nbox .img-box .img4 .tbs {
  width: 82.05%;
  top: 0.8rem;
  left: 0;
}
@media (max-width: 1024px) {
  .topic-nbox .img-box .img4 .tbs {
    top: 0.7rem;
  }
}
.topic-nbox .img-box .img5 {
  width: 23.37%;
  position: absolute;
  top: 0;
  right: -0.35rem;
}
.topic-nbox .img-box .img5 img {
  width: 100%;
}
.topic-nbox .img-box .img5 .tbs {
  width: 82.05%;
  top: 0.75rem;
  left: 0;
}
@media (max-width: 1024px) {
  .topic-nbox .img-box .img5 .tbs {
    top: 0.6rem;
  }
}
.topic-nbox .img-box .tbs {
  position: absolute;
}
.topic-nbox .img-box .tbs .t1 {
  font-size: 18px;
  line-height: 24px;
  color: #0099e0;
  text-align: center;
}
@media (max-width: 1600px) {
  .topic-nbox .img-box .tbs .t1 {
    font-size: 16px;
  }
}
.topic-nbox .img-box .tbs .t2 {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .topic-nbox .img-box .tbs .t2 {
    font-size: 12px;
  }
}
.topic-box1 {
  width: 100%;
  position: relative;
  height: 500vh;
}
@media (max-width: 971px) {
  .topic-box1 {
    height: 300vh;
  }
}
.topic-box1 .page1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
.topic-box1 .page1 .b-box1 {
  width: 100%;
  height: 340px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* display: none; */
}
.topic-box1 .page1 .b-box2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.topic-box1 .page1 .b-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-box1 .t-box1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  margin-top: -100vh;
  overflow: hidden;
}
.topic-box1 .t-box1 .bgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  overflow: hidden;
  /* display: none; */
}
.topic-box1 .t-box1 .bgbox .motive-wr02_1{
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 40%;
    display: none;
}
.topic-box1 .t-box1 .bgbox .motive-wr02_1 .motive-ani02{
    left: 0;
}
.topic-box1 .t-box1 .bgbox .motive-wr02_2{
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 40%;
    left: 60%;
    display: none;
}
@media (max-width:1280px){
    .topic-box1 .t-box1 .bgbox .motive-wr02_1{
        width: 38%;
    }
    .topic-box1 .t-box1 .bgbox .motive-wr02_2{
        left: 62%;
    }
}
@media (max-width:1024px){
    .topic-box1 .t-box1 .bgbox .motive-wr02_1{
        width: 36%;
    }
    .topic-box1 .t-box1 .bgbox .motive-wr02_2{
        left: 65%;
    }
}
@media (max-width:768px){
    .topic-box1 .t-box1 .bgbox .motive-wr02_1{
        width: 24%;
    }
    .topic-box1 .t-box1 .bgbox .motive-wr02_2{
        left: 76%;
    }
}
@media (max-width:767px){
    .topic-box1 .t-box1 .bgbox .index-gdbg{
        display: none;
    }
}
.topic-box1 .t-box1 .bgbox .yuanbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  transition: all ease-in 0.3s;
  /* display: none; */
}
.topic-box1 .t-box1 .bgbox .yuanbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-box1 .t-box1 .boxs {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 0px 1px #f3f3f3;
  transition: all ease-in .5s;
  /* display: none; */
}
/*@media (max-width: 767px) {*/
/*  .topic-box1 .t-box1 .boxs {*/
/*    width: 300px;*/
/*  }*/
/*}*/
.topic-box1 .t-box1 .boxs::before {
  width: 100%;
  padding-top: 156.6%;
  content: '';
  display: block;
}
.topic-box1 .t-box1 .boxs .boxss {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.topic-box1 .t-box1 .boxs .boxss .img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.topic-box1 .t-box1 .boxs .boxss .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-box1 .t-box1 .boxs .boxss .tbox {
  width: 100%;
  height: 6.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 0.9rem;
}
.topic-box1 .t-box1 .boxs .boxss .tbox .txt {
  width: 100%;
  font-size: 0.54rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.72rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .topic-box1 .t-box1 .boxs .boxss .tbox .txt {
    font-size: 0.48rem;
  }
}
.topic-box1 .t-box1 .boxs .boxss .tbox .arrow {
  position: absolute;
  bottom: 0.38rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
}
.topic-box1 .t-box1 .boxs .boxss .tbox .arrow .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  
  animation: yunMove3 0.8s infinite;
  -webkit-animation: yunMove3 0.8s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.topic-box1 .t-box1 .boxs .boxss .tbox .arrow .icon img {
  height: 13px;
  transform: rotateZ(90deg);
}
.topic-box1 .t-box1 .boxs .boxss .tbox .arrow span {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: 0.16rem;
}
.topic-box1 .t-box1 .tbox2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;
  z-index: 8;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  /* display: none; */
}
@media (max-width: 767px) {
  .topic-box1 .t-box1 .tbox2 {
    padding: 0 5%;
  }
}
.topic-box1 .t-box1 .tbox2 .t1 {
  width: 100%;
  font-size: 0.54rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.72rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .topic-box1 .t-box1 .tbox2 .t1 {
    font-size: 0.48rem;
  }
}
.topic-box1 .t-box1 .tbox2 .t2 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.34rem;
  margin-top: 0.5rem;
  text-align: center;
}
.topic-box1 .t-box1 .tbox2 .t3 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 0.25rem;
}
.topic-box1 .t-box1 .tbox2 .t4 {
  font-size: 18px;
  font-weight: 500;
  color: #1E99DA;
  line-height: 30px;
  margin-top: 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topic-box1 .t-box1 .tbox2 .t4 img {
  width: 9px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.topic-box1 .t-box1 .tbox2 .t4:hover img {
  margin-left: 0.3rem;
}
.topic-box1 .t-box1 .tbox3 {
  width: 22.18%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .topic-box1 .t-box1 .tbox3 {
    display: none;
  }
}
.topic-box1 .t-box1 .tbox3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-box1 .t-box1 .tbox4 {
  width: 75%;
  height: 100vh;
  position: absolute;
  left: 12.5%;
  top: 0;
  z-index: 6;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1024px) {
  .topic-box1 .t-box1 .tbox4 {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .topic-box1 .t-box1 .tbox4 {
    display: none;
  }
}
.topic-box1 .t-box1 .tbox4 .t1 {
  width: 100%;
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.72rem;
}
@media (max-width: 1260px) {
  .topic-box1 .t-box1 .tbox4 .t1 {
    font-size: 0.48rem;
  }
}
.topic-box1 .t-box1 .tbox4 .t2 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  line-height: 0.34rem;
  margin-top: 0.5rem;
}
.topic-box1 .t-box1 .tbox4 .t3 {
  width: 440px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 28px;
  margin-top: 0.25rem;
}
.topic-box1 .t-box1 .tbox4 .t4 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1E99DA;
  line-height: 30px;
  margin-top: 0.94rem;
  display: flex;
  align-items: center;
}
.topic-box1 .t-box1 .tbox4 .t4 a {
  color: #1E99DA;
}
.topic-box1 .t-box1 .tbox4 .t4 a img {
  width: 9px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.topic-box1 .t-box1 .tbox4 .t4 a:hover img {
  margin-left: 0.3rem;
}
.topic-box1 .t-box1 .tbox5 {
  position: absolute;
  /* top: 17%; */
  /* left: 50%; */
  left: 59.37%;
  top: 50%; 
  transform: translate(0, -50%);
  z-index: 7;
  width: 18.12%;
  opacity: 0;
}
@media (max-width: 767px) {
  .topic-box1 .t-box1 .tbox5 {
    display: none;
  }
}
.topic-box1 .t-box1 .tbox5 .img {
  width: 100%;
}
.topic-box1 .t-box1 .tbox5 .img1 {
  position: absolute;
  top: 22.04%;
  left: 50%;
  transform: translateX(-50%);
  width: 192.4%;
  opacity: 0;
}
.topic-box1 .t-box1 .tbox5 .list {
  width: 192.4%;
  height: 1rem;
  position: absolute;
  top: 62.8%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.topic-box1 .t-box1 .tbox5 .list .item {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topic-box1 .t-box1 .tbox5 .list .item.item1 {
  left: -0.2rem;
  top: 0.85rem;
}
.topic-box1 .t-box1 .tbox5 .list .item.item2 {
  left: 33.2%;
  top: 0.8rem;
}
.topic-box1 .t-box1 .tbox5 .list .item.item3 {
  left: 71%;
  top: -0.3rem;
}
.topic-box1 .t-box1 .tbox5 .list .item.item4 {
  left: 93%;
  top: -1.31rem;
}
@media (max-width: 1440px) {
  .topic-box1 .t-box1 .tbox5 .list .item.item1 {
    top: 1rem;
    left: -0.2rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item1 .t2 br {
    display: none;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item2 {
    top: 1.1rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item3 {
    top: 0.25rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item4 {
    top: -1.4rem;
  }
}
@media (max-width: 1280px) {
  .topic-box1 .t-box1 .tbox5 .list .item.item1 {
    top: 0.9rem;
    left: -0.2rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item1 .t2 br {
    display: none;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item2 {
    top: 1rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item3 {
    top: 0.15rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item4 {
    top: -1.3rem;
  }
}
@media (max-width: 1024px) {
  .topic-box1 .t-box1 .tbox5 .list .item.item1 {
    top: 0.8rem;
    left: -0.3rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item1 .t2 {
    width: 2rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item1 .t2 br {
    display: none;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item2 {
    top: 0.8rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item2 .t2 {
    width: 2rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item2 .t2 br {
    display: none;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item3 {
    top: 0.15rem;
  }
  .topic-box1 .t-box1 .tbox5 .list .item.item4 {
    top: -1.1rem;
  }
}
.topic-box1 .t-box1 .tbox5 .list .item .icon {
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.topic-box1 .t-box1 .tbox5 .list .item .tbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.topic-box1 .t-box1 .tbox5 .list .item .t1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1E99DA;
  line-height: 30px;
  text-align: center;
  margin-top: 9px;
}
.topic-box1 .t-box1 .tbox5 .list .item .t2 {
  width: 2.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 18px;
  margin-top: 6px;
  text-align: center;
}
.topic-box1s {
  width: 100%;
  background: url(/static/images/topic-nbox-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  display: none;
}
@media (max-width: 971px) {
  .topic-box1s {
    display: block;
  }
}
.topic-box1s .box {
  width: 90%;
  margin: auto;
}
.topic-box1s .box .tbox4 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.topic-box1s .box .tbox4 .t1 {
  width: 100%;
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.72rem;
}
@media (max-width: 1260px) {
  .topic-box1s .box .tbox4 .t1 {
    font-size: 0.48rem;
  }
}
.topic-box1s .box .tbox4 .t2 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  line-height: 0.34rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .topic-box1s .box .tbox4 .t2 {
    font-size: 0.3rem;
  }
}
.topic-box1s .box .tbox4 .t3 {
  width: 440px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 28px;
  margin-top: 0.25rem;
}
.topic-box1s .box .tbox4 .t4 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1E99DA;
  line-height: 30px;
  margin-top: 0.94rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.topic-box1s .box .tbox4 .t4 a {
  color: #1E99DA;
}
.topic-box1s .box .tbox4 .t4 a img {
  width: 9px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.topic-box1s .box .tbox4 .t4 a:hover img {
  margin-left: 0.3rem;
}
.topic-box1s .box .tbox5 {
  width: 100%;
  margin-top: 1rem;
}
.topic-box1s .box .tbox5 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topic-box1s .box .tbox5 .list .item {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0.5rem;
}
.topic-box1s .box .tbox5 .list .item .icon {
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.topic-box1s .box .tbox5 .list .item .tbox {
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .topic-box1s .box .tbox5 .list .item .tbox {
    width: 100%;
    padding-left: 0;
  }
}
.topic-box1s .box .tbox5 .list .item .t1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1E99DA;
  line-height: 30px;
}
.topic-box1s .box .tbox5 .list .item .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 18px;
  margin-top: 6px;
}
.topic-box2 {
  width: 100%;
  position: relative;
}
.topic-box2 .bg {
  width: 100%;
  height: 100vh;
}
.topic-box2 .bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.topic-box2 .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.topic-box2 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  animation: run 3s infinite linear;
}
.topic-box2 .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.topic-box2 .img2 .bubble1 {
  position: absolute;
  left: 13.95%;
  top: 30%;
  width: 10.52%;
}
.topic-box2 .img2 .bubble1 img {
  animation: run2 6s infinite linear;
}
@media (max-width: 1280px) {
  .topic-box2 .img2 .bubble1 {
    left: 10%;
  }
}
@media (max-width: 1024px) {
  .topic-box2 .img2 .bubble1 {
    left: 5%;
    top: 20%;
  }
}
@media (max-width: 971px) {
  .topic-box2 .img2 .bubble1 {
    width: 18.52%;
    top: 11%;
  }
}
@media (max-width: 767px) {
  .topic-box2 .img2 .bubble1 {
    width: 30.52%;
    top: 3%;
  }
}
.topic-box2 .img2 .bubble2 {
  position: absolute;
  left: 75.98%;
  top: 18.02%;
  width: 9.16%;
}
.topic-box2 .img2 .bubble2 img {
  animation: run2 3s infinite 0.5s linear;
}
@media (max-width: 1024px) {
  .topic-box2 .img2 .bubble2 {
    left: 80%;
  }
}
@media (max-width: 971px) {
  .topic-box2 .img2 .bubble2 {
    width: 18.16%;
  }
}
@media (max-width: 767px) {
  .topic-box2 .img2 .bubble2 {
    width: 30.16%;
    left: 67%;
    top: 13.02%;
  }
}
.topic-box2 .img2 .bubble3 {
  position: absolute;
  left: 64.37%;
  top: 67.5%;
  width: 10.26%;
}
.topic-box2 .img2 .bubble3 img {
  animation: run2 3s infinite 1s linear;
}
@media (max-width: 971px) {
  .topic-box2 .img2 .bubble3 {
    width: 16.26%;
  }
}
@media (max-width: 767px) {
  .topic-box2 .img2 .bubble3 {
    width: 30.26%;
    top: 69.5%;
  }
}
.topic-box2 .img2 .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .topic-box2 .img2 .tbox {
    width: 90%;
    padding-top: 0.5rem;
  }
}
.topic-box2 .img2 .tbox .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.72rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .topic-box2 .img2 .tbox .title {
    font-size: 0.48rem;
  }
}
.topic-box2 .img2 .tbox .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.34rem;
  text-align: center;
  margin-top: 0.45rem;
}
.topic-box2 .img2 .tbox .t2 {
  width: 700px;
  max-width: 100%;
  margin: 0.25rem auto 0;
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}
.topic-box2 .img2 .tbox .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 0.66rem;
}
@media (max-width: 1600px) {
  .topic-box2 .img2 .tbox .more {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .topic-box2 .img2 .tbox .more {
    font-size: 14px;
  }
}
.topic-box2 .img2 .tbox .more img {
  width: 9px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.topic-box2 .img2 .tbox .more:hover img {
  margin-left: 0.3rem;
}
.topic-box3 {
  width: 100%;
  padding: 1.37rem 0 1.58rem;
}
@media (max-width: 767px) {
  .topic-box3 .box {
    padding: 1.37rem 0 1.8rem;
  }
}
.topic-box3 .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1024px) {
  .topic-box3 .box {
    width: 90%;
  }
}
.topic-box3 .box .title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
  line-height: 0.54rem;
}
.topic-box3 .list {
  width: 100%;
  margin-top: 0.6rem;
}
.topic-box3 .list .swiper {
  width: 100%;
  padding: 0 12.5%;
}
.topic-box3 .list .swiper .item {
  width: 100%;
  display: flex;
}
@media (max-width: 971px) {
  .topic-box3 .list .swiper .item {
    flex-wrap: wrap;
  }
}
.topic-box3 .list .swiper .item .img {
  width: 53.22%;
  position: relative;
}
@media (max-width: 971px) {
  .topic-box3 .list .swiper .item .img {
    width: 100%;
  }
}
.topic-box3 .list .swiper .item .img::before {
  content: '';
  width: 100%;
  padding-top: 75.75%;
  display: block;
}
@media (max-width: 1024px) {
  .topic-box3 .list .swiper .item .img::before {
    padding-top: 80%;
  }
}
@media (max-width: 971px) {
  .topic-box3 .list .swiper .item .img::before {
    padding-top: 75.75%;
  }
}
.topic-box3 .list .swiper .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.topic-box3 .list .swiper .item .tbox {
  width: 46.78%;
  background: #1E99DA;
  padding: 0.6rem 0.8rem 0.6rem 0.6rem;
}
@media (max-width: 971px) {
  .topic-box3 .list .swiper .item .tbox {
    width: 100%;
  }
}
.topic-box3 .list .swiper .item .tbox .t1 {
  font-size: 0.84rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  filter: blur(3px);
}
.topic-box3 .list .swiper .item .tbox .t2 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 767px) {
  .topic-box3 .list .swiper .item .tbox .t2 {
    font-size: 0.3rem;
  }
}
.topic-box3 .list .swiper .item .tbox .t3 {
  margin-top: 0.33rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}
.topic-box3 .menu {
  width: 75%;
  margin: 0.68rem auto 0;
  position: relative;
}
@media (max-width: 1024px) {
  .topic-box3 .menu {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .topic-box3 .menu {
    margin: 1rem auto 0;
  }
}
.topic-box3 .menu .boat {
  position: absolute;
  top: -26px;
  width: 49px;
  height: 36px;
  z-index: 2;
  left: calc(12.5% - 24px);
  transition: all ease-in 0.3s;
}
.topic-box3 .menu ul {
  width: 100%;
  display: flex;
  position: relative;
}
.topic-box3 .menu ul::before {
  content: '';
  width: 100%;
  height: 10px;
  background: #E3F6FF;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.topic-box3 .menu ul li {
  width: 25%;
  position: relative;
  cursor: pointer;
}
.topic-box3 .menu ul li .line {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.topic-box3 .menu ul li .line::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #1E99DA;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
.topic-box3 .menu ul li .txt {
  text-align: center;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  margin-top: 0.3rem;
  transition: all ease-in 0.3s;
}
.topic-box3 .menu ul li.on .txt {
  color: #1E99DA;
}
.topic-tc {
  position: fixed;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  width: 83.33%;
  height: calc(100% - 1.5rem);
  overflow: hidden;
  z-index: 19;
  padding: 0.97rem 0.8rem 0;
  transition: all ease-in 0.3s;
}
@media (max-width: 1024px) {
  .topic-tc {
    padding: 0.97rem 0.5rem 0;
  }
}
.topic-tc.on {
  top: 1.5rem;
  opacity: 1;
}
.topic-tc .close {
  position: absolute;
  right: 0.5rem;
  top: 0.52rem;
  width: 0.26rem;
  height: 0.26rem;
  z-index: 2;
  cursor: pointer;
}
.topic-tc .close img {
  width: 100%;
}
.topic-tc .box {
  width: 100%;
  height: 100%;
  padding-left: 0.8rem;
}
@media (max-width: 1024px) {
  .topic-tc .box {
    padding-left: 0.5rem;
  }
}
.topic-tc .box .t1 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #000;
  font-weight: bold;
}
.topic-tc .box .tbox {
  width: 100%;
  height: calc(100% - 1.09rem);
  padding-right: 0.8rem;
  overflow-y: auto;
  margin-top: 0.45rem;
  padding-bottom: 1rem;
  scrollbar-width: thin;
}
@media (max-width: 1024px) {
  .topic-tc .box .tbox {
    padding-right: 0.5rem;
  }
}
.topic-tc .box .tbox::-webkit-scrollbar {
  width: 1px;
}
.topic-tc .box .tbox::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.topic-tc .box .tbox::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 25px;
}
.topic-tc .box .tbox::-webkit-scrollbar-corner {
  background: #777;
}
.topic-tc .box .tbox .ts1 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
}
.topic-tc .box .tbox .ts2 {
  margin-top: 0.16rem;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1600px) {
  .topic-tc .box .tbox .ts2 {
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .topic-tc .box .tbox .ts2 {
    line-height: 24px;
  }
}
.topic-tc .box .tbox .list {
  width: 100%;
  margin-top: 0.5rem;
}
.topic-tc .box .tbox .list li {
  width: 100%;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem 0;
}
.topic-tc .box .tbox .list li .item {
  width: 64%;
}
@media (max-width: 971px) {
  .topic-tc .box .tbox .list li .item {
    width: 100%;
  }
}
.topic-tc .box .tbox .list li .item .t1 {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #333;
  font-weight: bold;
}
.topic-tc .box .tbox .list li .item .t2 {
  color: #666;
  line-height: 30px;
  margin-top: 0.2rem;
}
@media (max-width: 1600px) {
  .topic-tc .box .tbox .list li .item .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .topic-tc .box .tbox .list li .item .t2 {
    line-height: 24px;
  }
}
.topic-tc .box .tbox .list li .img {
  width: 28.125%;
  position: relative;
  background: #ef7b1e;
}
@media (max-width: 971px) {
  .topic-tc .box .tbox .list li .img {
    width: 50%;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .topic-tc .box .tbox .list li .img {
    width: 100%;
  }
}
.topic-tc .box .tbox .list li .img::before {
  content: '';
  width: 100%;
  padding-top: 66.67%;
  display: block;
}
.topic-tc .box .tbox .list li .img img {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@-webkit-keyframes run {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}
@keyframes run {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}
@-webkit-keyframes run2 {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -5%;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 5%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes run2 {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -5%;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 5%;
  }
  100% {
    margin-left: 0;
  }
}
.index-gdbg {
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.15;
}
.motive-ani {
  position: absolute;
  width: 120%;
  height: 100%;
  left: 0;
}
.motive-ani01 {
  bottom: -50px;
}
.motive-ani02 {
  top: 0;
  left: -105px;
  transform: rotate(180deg);
}
@media (max-width:767px){
    .banner .b-box1 .index-gdbg{
        display: none;
    }
}
.motive-ani > div {
  width: 10px;
  height: 100%;
  background: url(/static/images/moti-bg.png) no-repeat top center;
  background-size: 100% 100%;
  display: inline-block;
  height: 40%;
  bottom: 0;
  position: absolute;
  animation: wave 12s linear infinite;
}
.motive-wr02 {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
}
.motive-wr02 .motive-ani > div {
  animation: wave02 8s linear infinite;
}
@keyframes wave {
  0% {
    left: -2%;
  }
  5% {
    height: 45%;
  }
  15%,
  27%,
  55%,
  67%,
  95% {
    height: 65%;
  }
  20%,
  22%,
  60%,
  62% {
    height: 70%;
  }
  35%,
  45%,
  75%,
  85% {
    height: 45%;
  }
  40%,
  42%,
  80%,
  82% {
    height: 40%;
  }
  100% {
    left: 100%;
    height: 70%;
  }
}
@keyframes wave02 {
  1%,
  33%,
  35%,
  66%,
  68%,
  99% {
    height: 40%;
  }
  5%,
  29%,
  31%,
  62%,
  72%,
  95% {
    height: 45%;
  }
  12%,
  22%,
  45%,
  55%,
  79%,
  89% {
    height: 65%;
  }
  16%,
  18%,
  49%,
  51%,
  83%,
  85% {
    height: 70%;
  }
}
.DRcenter {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .DRcenter {
    height: auto;
  }
}
.DRcenter .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .DRcenter .swiper {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .DRcenter .swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.DRcenter .swiper .swiper-slide {
  height: 100vh;
}
@media (max-width: 767px) {
  .DRcenter .swiper .swiper-slide {
    height: auto;
  }
}
.DRcenter .swiper .swiper-slide:last-child {
  padding-top: 1.4rem;
  height: auto !important;
}
.DRcenter .swiper .item {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F8F8F8;
  padding: 0 8.33%;
}
@media (max-width: 1024px) {
  .DRcenter .swiper .item {
    padding: 0 5%;
  }
}
@media (max-width: 971px) {
  .DRcenter .swiper .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .DRcenter .swiper .item {
    height: auto;
    padding: 0.5rem 0;
  }
}
.DRcenter .swiper .item .tbox {
  position: relative;
  z-index: 3;
  padding-top: 2.4rem;
  width: 48%;
}
@media (max-width: 1440px) {
  .DRcenter .swiper .item .tbox {
    padding-top: 3rem;
    width: 40%;
  }
}
@media (max-width: 971px) {
  .DRcenter .swiper .item .tbox {
    width: 100%;
    padding: 0.5rem 0.5rem 0;
  }
}
.DRcenter .swiper .item .tbox .t1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
.DRcenter .swiper .item .tbox .t2 {
  width: 550px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.28rem;
}
@media (min-width: 1921px) {
  .DRcenter .swiper .item .tbox .t2 {
    width: 80%;
    font-size: 24px;
    line-height: 40px;
  }
}
.DRcenter .swiper .item .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 64.06%;
  height: 100%;
}
@media (max-width: 1600px) {
  .DRcenter .swiper .item .img {
    width: 55%;
  }
}
@media (max-width: 971px) {
  .DRcenter .swiper .item .img {
    width: 100%;
    height: 50%;
    position: relative;
  }
}
.DRcenter .swiper .item .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.42rem;
  width: 50%;
  height: 100%;
  background: url(/static/images/DRcenter-img5.png) left center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media (max-width: 971px) {
  .DRcenter .swiper .item .img::before {
    left: 0;
  }
}
.DRcenter .swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.DRcenter .num {
  position: absolute;
  left: 8.33%;
  top: 16.66%;
  z-index: 3;
  color: #999999;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .DRcenter .num {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .DRcenter .num {
    display: none;
  }
}
.DRcenter .num .num1 {
  font-size: 0.3rem;
  color: #1E99DA;
  line-height: 1;
  margin-right: 0.05rem;
}
.DRcenter2 {
  width: 100%;
}
.DRcenter2 .box1 {
  width: 100%;
  padding: 1.4rem 0;
  overflow: hidden;
}
.DRcenter2 .box1 .box {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .DRcenter2 .box1 .box {
    width: 90%;
  }
}
@media (max-width: 971px) {
  .DRcenter2 .box1 .box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.DRcenter2 .box1 .box .tbox {
  width: 60%;
  padding-top: 0.95rem;
  padding-right: 0.5rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box1 .box .tbox {
    width: 100%;
    padding-right: 0;
  }
}
.DRcenter2 .box1 .box .tbox .t1 {
  font-size: 0.54rem;
  /*font-weight: bold;*/
  font-weight: 500;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .DRcenter2 .box1 .box .tbox .t1 {
    font-size: 0.48rem;
  }
}
.DRcenter2 .box1 .box .tbox .t2 {
  width: 730px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.48rem;
}
@media (max-width: 1600px) {
  .DRcenter2 .box1 .box .tbox .t2 {
    line-height: 28px;
  }
}
@media (max-width: 971px) {
  .DRcenter2 .box1 .box .tbox .t2 {
    width: 100%;
  }
}
.DRcenter2 .box1 .box .img {
  width: 40%;
  position: relative;
}
@media (max-width: 971px) {
  .DRcenter2 .box1 .box .img {
    width: 100%;
  }
}
.DRcenter2 .box1 .box .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 83.33%;
}
.DRcenter2 .box1 .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.DRcenter2 .box2 {
  width: 100%;
  /*background: #F5F5F5 url(/static/images/DRcenter2-img2.jpg) top center no-repeat;*/
  background: #F5F5F5;
  /*background-size: 100%;*/
}
@media (max-width: 767px) {
  .DRcenter2 .box2 {
    background-size: auto 6rem;
  }
}
.DRcenter2 .box2 .bg{
  margin-bottom: -100vh;
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.DRcenter2 .box2 .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.DRcenter2 .box2 .box {
  width: 83.33%;
  margin: 0 auto;
  padding: 2.42rem 0 1.4rem;
  position: relative;
  z-index: 2;
}
.DRcenter2 .box2 .box.mg0 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .DRcenter2 .box2 .box {
    width: 90%;
  }
}
.DRcenter2 .box2 .box .title {
  width: 100%;
  text-align: center;
  font-size: 0.54rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .DRcenter2 .box2 .box .title {
    font-size: 0.48rem;
  }
}
@media (max-width: 767px) {
  .DRcenter2 .box2 .box .title br {
    display: none;
  }
}
.DRcenter2 .box2 .box .list {
  width: 100%;
  margin-top: 2.33rem;
  background: #fff;
  padding: 0 0.8rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list {
    margin-top: 1.5rem;
    padding: 0 0.5rem;
  }
}
.DRcenter2 .box2 .box .list .item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  align-items: flex-start;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.DRcenter2 .box2 .box .list .item .tbox {
  width: 50%;
  padding-top: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item .tbox {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.DRcenter2 .box2 .box .list .item .tbox .num {
  font-size: 1.2rem;
  font-family: "FontMedium";
  font-weight: 500;
  color: #000;
  opacity: 0.05;
  line-height: 0.8rem;
}
.DRcenter2 .box2 .box .list .item .tbox .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  line-height: 0.46rem;
  margin-top: 0.38rem;
}
.DRcenter2 .box2 .box .list .item .tbox .t2 {
  width: 580px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.27rem;
}
@media (max-width: 1600px) {
  .DRcenter2 .box2 .box .list .item .tbox .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box2 .box .list .item .tbox .t2 {
    line-height: 26px;
    font-size: 14px;
  }
}
.DRcenter2 .box2 .box .list .item .img {
  width: 50%;
  position: relative;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item .img {
    width: 100%;
  }
}
.DRcenter2 .box2 .box .list .item .img::before {
  content: '';
  width: 100%;
  padding-top: 97.22%;
  display: block;
}
.DRcenter2 .box2 .box .list .item:first-child .img::before {
  padding-top: 61.53846%;
}
.DRcenter2 .box2 .box .list .item .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.DRcenter2 .box2 .box .list .item .img .sbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.DRcenter2 .box2 .box .list .item .img .sbox .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media (max-width: 1600px) {
  .DRcenter2 .box2 .box .list .item .img .sbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .DRcenter2 .box2 .box .list .item .img .sbox .t1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .DRcenter2 .box2 .box .list .item .img .sbox .t1 {
    top: 0.5rem;
  }
}
.DRcenter2 .box2 .box .list .item .img .sbox .ts {
  position: absolute;
  width: 1.71rem;
  height: 0.66rem;
  background: url(/static/images/DRcenter2-icon1.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1600px) {
  .DRcenter2 .box2 .box .list .item .img .sbox .ts {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .DRcenter2 .box2 .box .list .item .img .sbox .ts {
    font-size: 14px;
  }
}
.DRcenter2 .box2 .box .list .item .img .sbox .t2 {
  left: 0;
  top: 22.85%;
}
.DRcenter2 .box2 .box .list .item .img .sbox .t3 {
  left: 0.14rem;
  top: 40.71%;
}
.DRcenter2 .box2 .box .list .item .img .sbox .t4 {
  left: 12.91%;
  top: 57.85%;
}
.DRcenter2 .box2 .box .list .item .img .sbox .t5 {
  left: 36.25%;
  top: 72.57%;
}
.DRcenter2 .box2 .box .list .item .img .sbox .t6 {
  left: 66.11%;
  top: 79%;
}
.DRcenter2 .box2 .box .list .item2 {
  width: 100%;
  padding: 1rem 0;
  overflow: hidden;
}
.DRcenter2 .box2 .box .list .item2 .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .top {
    flex-wrap: wrap;
  }
}
.DRcenter2 .box2 .box .list .item2 .top .num {
  font-size: 1.2rem;
  font-family: "FontMedium";
  font-weight: 500;
  color: #000;
  opacity: 0.05;
  margin-right: 0.73rem;
  flex-shrink: 0;
  line-height: 0.8rem;
}
.DRcenter2 .box2 .box .list .item2 .top .rtxt {
  padding-right: 0.65rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .top .rtxt {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .DRcenter2 .box2 .box .list .item2 .top .rtxt {
    margin-top: 0.38rem;
  }
}
.DRcenter2 .box2 .box .list .item2 .top .rtxt .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.DRcenter2 .box2 .box .list .item2 .top .rtxt .t2 {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.22rem;
}
@media (max-width: 1600px) {
  .DRcenter2 .box2 .box .list .item2 .top .rtxt .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box2 .box .list .item2 .top .rtxt .t2 {
    line-height: 26px;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.42rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .slist {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .left {
  width: 44.44%;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0.1rem 0 0.15rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li:last-child {
  border-bottom: none;
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li .t1 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  transition: all ease-in 0.3s;
  line-height: 0.44rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left ul li .t1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left ul li .t1 {
    font-size: 16px;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li .t2 {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left ul li .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left ul li .t2 {
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .DRcenter2 .box2 .box .list .item2 .slist .left ul li .t2 {
    line-height: 24px;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li.on {
  padding-bottom: 0.25rem;
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li.on .t1 {
  color: #1E99DA;
}
.DRcenter2 .box2 .box .list .item2 .slist .left ul li.on .t2 {
  height: auto;
}
.DRcenter2 .box2 .box .list .item2 .slist .right {
  width: 50%;
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .slist .right {
    width: 100%;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .right li {
  width: 100%;
  position: relative;
  display: none;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li.on {
  display: block;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li::before {
  width: 100%;
  content: '';
  padding-top: 70.13%;
  display: block;
}
@media (max-width: 1280px) {
  .DRcenter2 .box2 .box .list .item2 .slist .right li::before {
    padding-top: 80%;
  }
}
@media (max-width: 1024px) {
  .DRcenter2 .box2 .box .list .item2 .slist .right li::before {
    padding-top: 100%;
  }
}
@media (max-width: 971px) {
  .DRcenter2 .box2 .box .list .item2 .slist .right li::before {
    padding-top: 70.13%;
  }
}
.DRcenter2 .box2 .box .list .item2 .slist .right li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li .video video {
  position: relative;
  -o-object-fit: center;
  object-fit: center;
  /*-o-object-position: 50% 50%;*/
  /*object-position: 50% 50%;*/
  -o-object-position: contain;
  object-position: contain;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.DRcenter2 .box2 .box .list .item2 .slist .right li .video span {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}
.DRcenter2 .box2 .box.on {
  padding-bottom: 0;
}
.DRcenter2 .box2 .box.on .list .item.row-reverse {
  flex-direction: row-reverse;
}
.DRcenter2 .box2 .box.on .list .item .img::before {
  display: none;
}
.DRcenter2 .box2 .box.on .list .item .img img {
  position: static;
}
.DRcenter2 .box2 .box.on .list .item .tbox .t1 {
  margin-top: 0;
}
.DRcenter2 .box3 {
  width: 100%;
  padding: 1.36rem 0 1.4rem;
}
.DRcenter2 .box3 .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1024px) {
  .DRcenter2 .box3 .box {
    width: 90%;
  }
}
.DRcenter2 .box3 .box .top {
  width: 100%;
}
.DRcenter2 .box3 .box .top .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .DRcenter2 .box3 .box .top .title {
    font-size: 0.48rem;
  }
}
.DRcenter2 .box3 .box .top .txt {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 0.17rem;
}
@media (max-width: 1600px) {
  .DRcenter2 .box3 .box .top .txt {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box3 .box .top .txt {
    line-height: 26px;
  }
}
.DRcenter2 .box3 .box .content {
  width: 100%;
  display: flex;
  margin-top: 0.54rem;
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content {
    flex-wrap: wrap;
  }
}
.DRcenter2 .box3 .box .content .imgbox {
  width: 50%;
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content .imgbox {
    width: 100%;
  }
}
.DRcenter2 .box3 .box .content .imgbox ul {
  height: 100%;
}
.DRcenter2 .box3 .box .content .imgbox li {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.DRcenter2 .box3 .box .content .imgbox li.on {
  display: block;
}
.DRcenter2 .box3 .box .content .imgbox li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67.5%;
}
.DRcenter2 .box3 .box .content .imgbox li img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.DRcenter2 .box3 .box .content .txtlist {
  width: 50%;
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content .txtlist {
    width: 100%;
  }
}
.DRcenter2 .box3 .box .content .txtlist ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(4, 25%);
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content .txtlist ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.DRcenter2 .box3 .box .content .txtlist ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #F8F8F8;
  transition: all ease-in 0.3s;
}
.DRcenter2 .box3 .box .content .txtlist ul li:last-child {
  border-bottom: none;
}
.DRcenter2 .box3 .box .content .txtlist ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a {
    flex-wrap: wrap;
    padding: 0.3rem 0.4rem;
  }
}
.DRcenter2 .box3 .box .content .txtlist ul li a .t1 {
  width: 65%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  max-height: 60px;
  line-height: 30px;
  transition: all ease-in 0.3s;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a .t1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a .t1 {
    width: 100%;
    max-height: 48px;
    line-height: 24px;
  }
}
.DRcenter2 .box3 .box .content .txtlist ul li a .t2 {
  font-family: "FontMedium";
  color: #999;
  line-height: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all ease-in 0.3s;
}
.DRcenter2 .box3 .box .content .txtlist ul li a .t2 span {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  display: block;
  text-align: right;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a .t2 span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a .t2 span {
    font-size: 16px;
  }
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content .txtlist ul li a .t2 span {
    display: contents;
    color: #999;
    font-size: 14px;
  }
}
.DRcenter2 .box3 .box .content .txtlist ul li.on {
  background: #1E99DA;
}
.DRcenter2 .box3 .box .content .txtlist ul li.on a .t1 {
  color: #fff;
}
.DRcenter2 .box3 .box .content .txtlist ul li.on a .t2 {
  color: rgba(255, 255, 255, 0.5);
}
.DRcenter2 .box3 .box .content .txtlist ul li.on a .t2 span {
  color: #fff;
}
@media (max-width: 971px) {
  .DRcenter2 .box3 .box .content .txtlist ul li.on a .t2 span {
    color: rgba(255, 255, 255, 0.5);
  }
}
.DRcenter2 .box3 .box .more {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
}
.DRcenter2 .box3 .box .more a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0 auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .DRcenter2 .box3 .box .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .DRcenter2 .box3 .box .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .DRcenter2 .box3 .box .more a {
    font-size: 14px;
  }
}
.DRcenter2 .box3 .box .more a img {
  width: 8px;
  margin-left: 0.2rem;
}


.g-tmgc .box3 {
  width: 100%;
  padding: 1.36rem 0 1.4rem;
}
.g-tmgc .box3 .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1024px) {
  .g-tmgc .box3 .box {
    width: 90%;
  }
}
.g-tmgc .box3 .box .top {
  width: 100%;
}
.g-tmgc .box3 .box .top .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .g-tmgc .box3 .box .top .title {
    font-size: 0.48rem;
  }
}
.g-tmgc .box3 .box .top .txt {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 0.17rem;
}
@media (max-width: 1600px) {
  .g-tmgc .box3 .box .top .txt {
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .g-tmgc .box3 .box .top .txt {
    line-height: 26px;
  }
}
.g-tmgc .box3 .box .content {
  width: 100%;
  display: flex;
  margin-top: 0.54rem;
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content {
    flex-wrap: wrap;
  }
}
.g-tmgc .box3 .box .content .imgbox {
  width: 50%;
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content .imgbox {
    width: 100%;
  }
}
.g-tmgc .box3 .box .content .imgbox ul {
  height: 100%;
}
.g-tmgc .box3 .box .content .imgbox li {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.g-tmgc .box3 .box .content .imgbox li.on {
  display: block;
}
.g-tmgc .box3 .box .content .imgbox li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67.5%;
}
.g-tmgc .box3 .box .content .imgbox li img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.g-tmgc .box3 .box .content .txtlist {
  width: 50%;
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content .txtlist {
    width: 100%;
  }
}
.g-tmgc .box3 .box .content .txtlist ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(4, 25%);
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content .txtlist ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.g-tmgc .box3 .box .content .txtlist ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #F8F8F8;
  transition: all ease-in 0.3s;
}
.g-tmgc .box3 .box .content .txtlist ul li:last-child {
  border-bottom: none;
}
.g-tmgc .box3 .box .content .txtlist ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .g-tmgc .box3 .box .content .txtlist ul li a {
    flex-wrap: wrap;
    padding: 0.3rem 0.4rem;
  }
}
.g-tmgc .box3 .box .content .txtlist ul li a .t1 {
  width: 65%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  max-height: 60px;
  line-height: 30px;
  transition: all ease-in 0.3s;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .g-tmgc .box3 .box .content .txtlist ul li a .t1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .g-tmgc .box3 .box .content .txtlist ul li a .t1 {
    width: 100%;
    max-height: 48px;
    line-height: 24px;
  }
}
.g-tmgc .box3 .box .content .txtlist ul li a .t2 {
  font-family: "FontMedium";
  color: #999;
  line-height: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all ease-in 0.3s;
}
.g-tmgc .box3 .box .content .txtlist ul li a .t2 span {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  display: block;
  text-align: right;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .g-tmgc .box3 .box .content .txtlist ul li a .t2 span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .g-tmgc .box3 .box .content .txtlist ul li a .t2 span {
    font-size: 16px;
  }
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content .txtlist ul li a .t2 span {
    display: contents;
    color: #999;
    font-size: 14px;
  }
}
.g-tmgc .box3 .box .content .txtlist ul li.on {
  background: #1E99DA;
}
.g-tmgc .box3 .box .content .txtlist ul li.on a .t1 {
  color: #fff;
}
.g-tmgc .box3 .box .content .txtlist ul li.on a .t2 {
  color: rgba(255, 255, 255, 0.5);
}
.g-tmgc .box3 .box .content .txtlist ul li.on a .t2 span {
  color: #fff;
}
@media (max-width: 971px) {
  .g-tmgc .box3 .box .content .txtlist ul li.on a .t2 span {
    color: rgba(255, 255, 255, 0.5);
  }
}
.g-tmgc .box3 .box .more {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
}
.g-tmgc .box3 .box .more a {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  margin: 0 auto 0;
  padding: 0 0.3rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .g-tmgc .box3 .box .more a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .g-tmgc .box3 .box .more a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .g-tmgc .box3 .box .more a {
    font-size: 14px;
  }
}
.g-tmgc .box3 .box .more a img {
  width: 8px;
  margin-left: 0.2rem;
}






.DRcenter2 .box3 .box .more a:hover {
  background: #0c7cb8;
}
.DRcenter2 .RDCenter2-new-box {
  width: 100%;
  padding: 1.35rem 0 0;
}
.DRcenter2[data-style-class="on"] .RDCenter2-new-box {
  padding: 0 0 1.35rem;
}
.DRcenter2 .RDCenter2-new-box .title {
  font-size: 0.54rem;
  line-height: 0.6rem;
  color: #333;
  text-align: center;
}
.DRcenter2 .RDCenter2-new-box .list {
  width: 100%;
  margin-top: 0.55rem;
}
.DRcenter2 .RDCenter2-new-box .list .swiper {
  padding: 0 17.71%;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item {
  width: 100%;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .img {
  width: 100%;
  position: relative;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 66.66%;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .img .icon {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-top: 0.28rem;
}
@media (max-width: 1580px) {
  .DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .DRcenter2 .RDCenter2-new-box .list .swiper-slide .item .txt {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
.DRcenter2 .RDCenter2-new-box {
  padding-top: 0.8rem;
}
.DRcenter2 .RDCenter2-new-box .list {
  margin-top: 0.4rem;
}
}
.DRcenter2 .RDCenter2-new-box .list .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.89rem;
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev,
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  margin: 0 0.1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev img,
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev img:nth-child(2),
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next img:nth-child(2) {
  opacity: 0;
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev:hover,
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: scale(1.3);
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev:hover img:nth-child(1),
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next:hover img:nth-child(1) {
  opacity: 0;
}
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-prev:hover img:nth-child(2),
.DRcenter2 .RDCenter2-new-box .list .ckbox .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 1024px) {
.DRcenter2 .RDCenter2-new-box .list .ckbox {
  margin-top: 0.5rem;
}
}
.product-menu {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.product-menu ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .product-menu ul {
    justify-content: flex-start;
  }
}
.product-menu ul li {
  width: 1.2rem;
  margin: 0 6px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .product-menu ul li {
    margin: 0 10px;
    width: auto;
  }
}
.product-menu ul li a {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333;
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .product-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-menu ul li a {
    padding: 0 0.2rem;
    height: 1.6rem;
  }
}
.product-menu ul li:hover a {
  color: #1E99DA;
}
.product-menu ul li.on {
  border-bottom: 2px solid #1e99da;
}
.product-menu ul li.on a {
  color: #1E99DA;
}
.product-select {
  width: 100%;
  background: #fff;
}
.product-select .off {
  width: 100%;
}
.product-select .off span {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
.product-select .off span img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.product-select .on {
  width: 75%;
  margin: auto;
  display: none;
}
@media (max-width: 1600px) {
  .product-select .on {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-select .on {
    width: 90%;
  }
}
.product-select .on ul {
  width: 100%;
  padding-top: 0.4rem;
}
.product-select .on ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
}
.product-select .on ul li .t1 {
  width: 110px;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  line-height: 30px;
  padding: 15px 0;
}
.product-select .on ul li .t1 img {
  width: 14px;
  margin-right: 10px;
}
@media (max-width: 767px) {
    .product-select .on ul li .t1{
        width: 80px;
    }
  .product-select .on ul li .t1 img {
    display: none;
  }
}
.product-select .on ul li .t2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 15px 0.5rem;
}
@media (max-width: 767px) {
  .product-select .on ul li .t2 {
    padding: 15px 0 15px 0.2rem;
  }
}
.product-select .on ul li .t2 span {
  color: #666;
  line-height: 30px;
  margin-right: 0.45rem;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
.product-select .on ul li .t2 span:hover,
.product-select .on ul li .t2 span.active {
  color: #1E99DA;
}
.product-select .on .close {
  width: 100%;
}
.product-select .on .close span {
  height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-select .on .close span {
    height: 0.8rem;
  }
}
.product-select .on .close span img {
  width: 18px;
  margin-left: 10px;
}
.product-list {
  width: 100%;
  background: #F7F7F7 url(/static/images/product-bg.jpg) center top no-repeat;
  background-size: 100%;
  padding: 0.8rem 0 1.4rem;
}
.product-list.product-select {
  padding: 0 0 1.4rem;
}

.product-selects {
  width: 100%;
  position: relative;
  margin-top: -0.64rem;
}
.product-selects .sorts {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-selects .sorts .item {
  padding: 0 0.5rem;
  height: 0.64rem;
  background: url(/static/images/product-selects-icon5.png) center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #333;
  cursor: pointer;
  border-radius: 30% 30% 0 0;
  margin: 0 -0.25rem;
}
.product-selects .sorts .item:hover,
.product-selects .sorts .item.on {
  background: url(/static/images/product-selects-icon4.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.product-selects .sort-menu {
  width: 100%;
  position: relative;
  height: 0.8rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
.product-selects .sort-menu .item {
/*  width: 100%;*/
  display: none;
/*  justify-content: center;
  transform: rotateX(90deg);
  transform-origin: top center;
  transition: all ease-out 0.3s;
  position: absolute;
  top: 0;
  opacity: 0;*/
}
@media (max-width: 971px) {
  .product-selects .sort-menu .item {
    overflow: hidden;
    overflow-x: auto;
/*    justify-content: flex-start;*/
  }
}
.product-selects .sort-menu .item a {
  padding: 0 0.45rem;
  height: 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.06rem -1px;
  color: #333;
  transition: all ease-out 0.3s;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.product-selects .sort-menu .item a:hover {
  color: #1e99da;
}
.product-selects .sort-menu .item a.on {
  color: #1e99da;
  border-bottom: 2px solid #1e99da;
}
.product-selects .sort-menu .item.on {
/*  transform: rotateX(0);*/
/*  opacity: 1;*/
  display: flex;
}
.product-selects .selects-box {
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.product-selects .selects-box .expand {
  width: 100%;
  height: 0.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-selects .selects-box .expand span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-selects .selects-box .expand span {
    font-size: 12px;
  }
}
.product-selects .selects-box .expand span img {
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.product-selects .selects-box .container {
  padding-top: 0.4rem;
  display: none;
}
.product-selects .selects-box .container .product-select-search {
  width: 100%;
  display: flex;
  align-items: center;
}
.product-selects .selects-box .container .product-select-search .txt {
  width: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .product-select-search .txt {
    font-size: 12px;
  }
}
.product-selects .selects-box .container .product-select-search .search-box {
  width: 6.5rem;
  height: 0.52rem;
  border: 1px solid #ddd;
  border-radius: 0.26rem;
  display: flex;
  max-width: calc(100% - 1.6rem);
}
.product-selects .selects-box .container .product-select-search .search-box .st1 {
  width: calc(100% - 0.88rem);
  height: 100%;
  border: none;
  padding-left: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .product-select-search .search-box .st1 {
    font-size: 12px;
  }
}
.product-selects .selects-box .container .product-select-search .search-box .st2 {
  width: 0.88rem;
  height: 100%;
  border: none;
  background: url(/static/images/product-selects-icon1.png) center center no-repeat;
  background-size: 18px;
}
.product-selects .selects-box .container .select-boxs {
  width: 100%;
}
.product-selects .selects-box .container .select-boxs .item {
  width: 100%;
  display: flex;
  padding: 0.11rem 0;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .select-boxs .item {
    padding: 0.2rem 0;
  }
}
.product-selects .selects-box .container .select-boxs .item .txt {
  width: 1.6rem;
  color: #333;
  height: 0.36rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .select-boxs .item .txt {
    font-size: 12px;
  }
}
.product-selects .selects-box .container .select-boxs .item .tbox {
  width: calc(100% - 1.6rem);
  display: flex;
  flex-wrap: wrap;
}
.product-selects .selects-box .container .select-boxs .item .tbox label {
  width: calc(100% / 6);
  height: 0.36rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
}
@media (max-width: 1260px) {
  .product-selects .selects-box .container .select-boxs .item .tbox label {
    width: calc(100% / 5);
  }
}
@media (max-width: 971px) {
  .product-selects .selects-box .container .select-boxs .item .tbox label {
    width: calc(100% / 4);
  }
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .select-boxs .item .tbox label {
    width: calc(100% / 2);
    font-size: 12px;
  }
}
.product-selects .selects-box .container .select-boxs .item .tbox label input {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 7px;
  -webkit-appearance: auto;
}
@media (max-width: 1260px) {
  .product-selects .selects-box .container .select-boxs .item .tbox label input {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .select-boxs .item .tbox label input {
    width: 12px;
    height: 12px;
  }
}
.product-selects .selects-box .container .ckbox {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .ckbox {
    height: 0.8rem;
  }
}
.product-selects .selects-box .container .ckbox button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0.3rem;
}
@media (max-width: 767px) {
  .product-selects .selects-box .container .ckbox button {
    font-size: 12px;
  }
}
.product-selects .selects-box .container .ckbox button img {
  width: 17px;
  height: 17px;
  margin-right: 0.1rem;
}
.product-selects .selects-box .packup {
  width: 100%;
  height: 0.76rem;
  justify-content: center;
  align-items: center;
  display: none;
}
.product-selects .selects-box .packup.on {
  display: flex;
}
.product-selects .selects-box .packup span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-selects .selects-box .packup span {
    font-size: 12px;
  }
}
.product-selects .selects-box .packup span img {
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.product-list .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1600px) {
  .product-list .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-list .box {
    width: 90%;
  }
}
.product-list .box .tips {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 30px;
  padding: 0.38rem 0 0.22rem;
}
@media (max-width: 1600px) {
  .product-list .box .tips {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-list .box .tips {
    font-size: 14px;
  }
}
.product-list .box .tips span {
  color: #1E99DA;
}
.product-list .box .top {
  margin-top: -15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list .box .top .tbox1 {
  margin-top: 15px;
  width: 32.84%;
  height: 4.5rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0.77rem 0.5rem;
  display: none;
  overflow: hidden;
  transition: all ease-out .3s;
}
@media (max-width: 1600px) {
  .product-list .box .top .tbox1 {
    height: 5rem;
  }
}
@media (max-width: 1440px) {
  .product-list .box .top .tbox1 {
    height: 5.5rem;
  }
}
@media (max-width: 1280px) {
  .product-list .box .top .tbox1 {
    height: 5rem;
  }
}
@media (max-width: 1024px) {
  .product-list .box .top .tbox1 {
    height: 4.5rem;
  }
}
@media (max-width: 971px) {
  .product-list .box .top .tbox1 {
    width: 100%;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .product-list .box .top .tbox1 {
    width: 100%;
    height: auto;
    padding: 0.77rem 0.5rem 0.5rem;
  }
}
.product-list .box .top .tbox1 .bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 200%;
    transition: all ease-in .3s;
    animation: pubMove 3s infinite linear;
    display: flex;
    /*background: url(/static/images/index-product-bg2.png) left center repeat-x;*/
}
.product-list .box .top .tbox1 .bg img{
    width: 50%;
}
.product-list .box .top .tbox1 .icon {
  width: 1.7rem;
  position: relative;
  z-index: 2;
}
.product-list .box .top .tbox1 .icon img {
  width: 100%;
}
.product-list .box .top .tbox1 .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.34rem;
  margin-top: 0.13rem;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
.product-list .box .top .tbox1 .t2 {
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-top: 0.3rem;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
.product-list .box .top .tbox1 .t3 {
  font-size: 18px;
  font-weight: 500;
  color: #1E99DA;
  line-height: 30px;
  position: absolute;
  bottom: 0.6rem;
  transition: all ease-in 0.3s;
  z-index: 2;
}
@media (max-width: 1600px) {
  .product-list .box .top .tbox1 .t3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-list .box .top .tbox1 .t3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-list .box .top .tbox1 .t3 {
    position: relative;
    bottom: initial;
    margin-top: 0.3rem;
  }
}
.product-list .box .top .tbox1 .t3 .ts {
  display: flex;
  align-items: center;
}
.product-list .box .top .tbox1 .t3 .ts span {
  position: relative;
  display: flex;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.product-list .box .top .tbox1 .t3 .ts span img {
  width: 9px;
  height: 14px;
  transition: all ease-in 0.3s;
}
.product-list .box .top .tbox1 .t3 .ts span img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.product-list .box .top .tbox1 .t3:hover span {
  margin-left: 0.3rem;
}
.product-list .box .top .tbox1:hover {
  /*background: #1E99DA url(/static/images/pbg.gif) center center no-repeat;*/
  background: #1E99DA;
}
.product-list .box .top .tbox1:hover .t1 {
  color: #fff;
}
.product-list .box .top .tbox1:hover .t2 {
  color: #fff;
}
.product-list .box .top .tbox1:hover .t3 {
  color: #fff;
}
.product-list .box .top .tbox1:hover .t3 .ts span img {
  opacity: 0;
}
.product-list .box .top .tbox1:hover .t3 .ts span img:nth-child(2) {
  opacity: 1;
}
.product-list .box .top .tbox2 {
  width: 66.45%;
  height: 4.5rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0 0 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all ease-out .3s;
}
@media (max-width: 1600px) {
  .product-list .box .top .tbox2 {
    height: 5rem;
  }
}
@media (max-width: 1440px) {
  .product-list .box .top .tbox2 {
    height: 5.5rem;
  }
}
@media (max-width: 1280px) {
  .product-list .box .top .tbox2 {
    height: 5rem;
  }
}
@media (max-width: 1024px) {
  .product-list .box .top .tbox2 {
    height: 4.5rem;
  }
}
@media (max-width: 971px) {
  .product-list .box .top .tbox2 {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 {
    padding: 0.5rem;
    height: auto;
    flex-wrap: wrap;
  }
}
.product-list .box .top .tbox2 .bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 200%;
    transition: all ease-in .3s;
    animation: pubMove 3s infinite linear;
    display: flex;
    /*background: url(/static/images/index-product-bg2.png) left center repeat-x;*/
}
.product-list .box .top .tbox2 .bg img{
    width: 50%;
}
.product-list .box .top .tbox2 .tboxs{
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 .tboxs {
    width: 100%;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    padding: 0 0.5rem;
    z-index: 2;
  }
}
.product-list .box .top .tbox2 .tboxs .icon {
  width: 49px;
  position: relative;
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 .tboxs .icon {
    display: none;
  }
}
.product-list .box .top .tbox2 .tboxs .icon img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.product-list .box .top .tbox2 .tboxs .icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.product-list .box .top .tbox2 .tboxs .t1 {
  font-size: 0.4rem;
  font-weight: 800;
  color: #666;
  line-height: 0.52rem;
  margin-top: 0.28rem;
  transition: all ease-in 0.3s;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 .tboxs .t1 {
    font-size: 0.3rem;
    color: #333;
  }
}
.product-list .box .top .tbox2 .tboxs .t2 {
  line-height: 24px;
  color: #999999;
  font-weight: 500;
  margin-top: 0.35rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 .tboxs .t2 {
    display: none;
  }
}
.product-list .box .top .tbox2 .img {
  width: 54.56%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-list .box .top .tbox2 .img {
    width: 100%;
    flex-shrink: 0;
  }
}
.product-list .box .top .tbox2 .img::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.product-list .box .top .tbox2 .img img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all ease-in 0.5s;
}
.product-list .box .top .tbox2:hover {
  /*background: #1E99DA url(/static/images/pbg.gif) center center repeat-x;*/
  background: #1E99DA;
}
.product-list .box .top .tbox2:hover .tboxs .icon img {
  opacity: 0;
}
.product-list .box .top .tbox2:hover .tboxs .icon img:nth-child(2) {
  opacity: 1;
}
.product-list .box .top .tbox2:hover .tboxs .t1 {
  color: #fff;
}
.product-list .box .top .tbox2:hover .tboxs .t2 {
  color: #fff;
}
.product-list .box .top .tbox2:hover .img img {
  transform: scale(1.05);
}
.product-list .box .list {
  width: 100%;
  margin-top: 10px;
}
.product-list .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-list .box .list ul li {
  width: 32.84%;
  /*height: 4.5rem;*/
  margin-right: 0.74%;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all ease-out .3s;
}
.product-list .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product-list .box .list ul li::before{
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}
/*@media (max-width: 1600px) {*/
/*  .product-list .box .list ul li {*/
/*    height: 5rem;*/
/*  }*/
/*}*/
/*@media (max-width: 1440px) {*/
/*  .product-list .box .list ul li {*/
/*    height: 5.5rem;*/
/*  }*/
/*}*/
/*@media (max-width: 1280px) {*/
/*  .product-list .box .list ul li {*/
/*    height: 5rem;*/
/*  }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*  .product-list .box .list ul li {*/
/*    height: 4.5rem;*/
/*  }*/
/*}*/
@media (max-width: 971px) {
  .product-list .box .list ul li {
    width: 49%;
    /*height: 5rem;*/
    margin-right: 2%;
  }
  .product-list .box .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .product-list .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-list .box .list ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .product-list .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.product-list .box .list ul li a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.product-list .box .list ul li .bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 200%;
    transition: all ease-in .3s;
    animation: pubMove 3s infinite linear;
    display: flex;
    /*background: url(/static/images/index-product-bg2.png) left center repeat-x;*/
}
.product-list .box .list ul li .bg img{
    width: 50%;
}
.product-list .box .list ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all ease-in 0.3s;
  z-index: 2;
}
@media (max-width: 767px) {
    .product-list .box .list ul li .img{
        width: 100%;
        margin: 0;
    }
}
.product-list .box .list ul li .img::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.product-list .box .list ul li .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.product-list .box .list ul li .tbox {
  width: 100%;
  position: absolute;
  bottom: -50%;
  padding: 0 0.3rem 0.4rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .product-list .box .list ul li .tbox {
    width: 100%;
    position: absolute;
    padding: 0 0.5rem;
    bottom: 0.3rem;
    z-index: 2;
    opacity: 1;
  }
}
.product-list .box .list ul li .tbox .ts .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.3rem;
}
@media (max-width: 971px) {
  .product-list .box .list ul li .tbox .ts .t1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .product-list .box .list ul li .tbox .ts .t1 {
    color: #333;
  }
}
.product-list .box .list ul li .tbox .ts .t2 {
  color: #FFFFFF;
  opacity: 0.7;
  line-height: 1;
  margin-top: 0.16rem;
}
@media (max-width: 767px) {
  .product-list .box .list ul li .tbox .ts .t2 {
    display: none;
  }
}
.product-list .box .list ul li .tbox .more {
  width: 0.7rem;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .product-list .box .list ul li .tbox .more {
    display: none;
  }
}
.product-list .box .list ul li .tbox .more img {
  width: 12px;
}
.product-list .box .list ul li:hover {
  /*background: #1E99DA url(/static/images/pbg.gif) center center no-repeat;*/
  background: #1E99DA;
}
.product-list .box .list ul li:hover .img {
  margin-top: -0.15rem;
}
@media (max-width: 767px) {
  .product-list .box .list ul li:hover .img {
    margin-top: 0;
  }
}
.product-list .box .list ul li:hover .tbox {
  opacity: 1;
  top: initial;
  bottom: 0;
}
@media (max-width: 767px) {
  .product-list .box .list ul li:hover .tbox .ts .t1 {
    color: #fff;
  }
}
.product-list .box .g-page {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.product-info {
  width: 100%;
}
.product-info .box1 {
  width: 100%;
/*  height: 100vh;*/
  overflow: hidden;
}
/*@media (max-width: 991px) {
  .product-info .box1 {
    height: auto;
  }
}*/
.product-info .box1 .box {
  width: 83.33%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .product-info .box1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-info .box1 .box {
    width: 90%;
  }
}
.product-info .box1 .box .left {
  width: 50%;
  position: relative;
}
@media (max-width: 971px) {
  .product-info .box1 .box .left {
    width: 100%;
  }
}
.product-info .box1 .box .left .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-info .box1 .box .left .mySwiper2 {
  width: 100%;
  height: 6.5rem;
}
.product-info .box1 .box .left .mySwiper {
  width: 67.5%;
  margin: auto;
  box-sizing: border-box;
}
.product-info .box1 .box .left .mySwiper .swiper-slide {
  opacity: 1;
  border: 2px solid #F8F8F8;
  border-radius: 5px;
  box-sizing: border-box;
}
.product-info .box1 .box .left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #1E99DA;
  border-radius: 5px;
}
.product-info .box1 .box .left .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF url(/static/images/arrow8.png) center center no-repeat;
  background-size: 8px;
  /*border: 2px solid #B0B0B0;*/
  border-radius: 50%;
  transition: all ease-in 0.3s;
}
.product-info .box1 .box .left .swiper-button-prev::after {
  display: none;
}
.product-info .box1 .box .left .swiper-button-prev:hover {
  transform: scale(1.2);
  background: #1E99DA url(/static/images/arrow8-1.png) center center no-repeat;
  background-size: 8px;
  border: 2px solid #1E99DA;
}
.product-info .box1 .box .left .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF url(/static/images/arrow7.png) center center no-repeat;
  background-size: 8px;
  /*border: 2px solid #B0B0B0;*/
  border-radius: 50%;
  transition: all ease-in 0.3s;
}
.product-info .box1 .box .left .swiper-button-next::after {
  display: none;
}
.product-info .box1 .box .left .swiper-button-next:hover {
  transform: scale(1.2);
  background: #1E99DA url(/static/images/arrow4.png) center center no-repeat;
  background-size: 8px;
  border: 2px solid #1E99DA;
}
.product-info .box1 .box .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box1 .box .right {
  width: 50%;
  padding: 0.78rem 0.8rem 0;
}
@media (max-width: 971px) {
  .product-info .box1 .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-info .box1 .box .right {
    padding: 1rem 0 0;
  }
}
.product-info .box1 .box .right .t1 {
  font-size: 0.54rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .product-info .box1 .box .right .t1 {
    font-size: 0.48rem;
  }
}
.product-info .box1 .box .right .t2 {
  font-size: 0.24rem;
  font-weight: 600;
  color: #1E99DA;
  line-height: 30px;
  margin-top: 0.12rem;
}
.product-info .box1 .box .right .t3 {
  margin-top: 0.36rem;
  border-top: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 2;
  padding-top: 0.2rem;
  padding-right: 0.36rem;
}
@media (max-width: 1600px) {
  .product-info .box1 .box .right .t3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-info .box1 .box .right .t3 {
    font-size: 14px;
  }
}
.product-info .box1 .box .right .buy {
  height: 0.55rem;
  background: #1E99DA;
  border-radius: 28px;
  padding: 0 0.3rem;
  margin-top: 0.9rem;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .product-info .box1 .box .right .buy {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .product-info .box1 .box .right .buy {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-info .box1 .box .right .buy {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-info .box1 .box .right .buy {
    margin-top: 0.4rem;
  }
}
.product-info .box1 .box .right .buy img {
  width: 8px;
  margin-left: 0.2rem;
}
.product-info .box1 .box .right .buy:hover {
  background: #0c7cb8;
}
.product-info .box1 .box .right .more {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box1 .box .right .more a {
  display: flex;
  align-items: center;
  color: #666;
  transition: all ease-in 0.3s;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}
.product-info .box1 .box .right .more a img {
  width: 0.25rem;
  margin-right: 0.1rem;
}
.product-info .box1 .box .right .more a:hover {
  color: #1E99DA;
}
.product-info .box2 {
  width: 100%;
  height: 250vh;
}
.product-info .box2 .img {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.product-info .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box2 .img .border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 1.6rem 2.4rem 0.8rem 2.4rem;
  border-style: solid;
  border-color: #fff;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-info .box2 .img .border {
    border-width: 2rem 1.5rem 1rem 1.5rem;
  }
}
.product-info .box2 .tbox {
  width: 100%;
  z-index: 2;
  height: 80vh;
  opacity: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 15vh;
}
@media (max-width: 971px) {
  .product-info .box2 .tbox {
    padding: 0 5%;
  }
}
.product-info .box2 .tbox .t1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
  text-align: center;
}
.product-info .box2 .tbox .t2 {
  width: 890px;
  max-width: 100%;
  margin: 0.2rem auto 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.product-info .box3 {
  width: 100%;
  padding: 1.34rem 0 0;
  overflow: hidden;
}
.product-info .box3 .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1600px) {
  .product-info .box3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-info .box3 .box {
    width: 90%;
  }
}
.product-info .box3 .box .txt {
  width: 990px;
  max-width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .product-info .box3 .box .txt {
    font-size: 0.3rem;
  }
}
.product-info .box3 .box .img {
  width: 100%;
  margin-top: 0.57rem;
}
.product-info .box3 .box .img img {
  width: 100%;
}
.product-info .box4 {
  width: 100%;
  margin-top: 1.4rem;
  overflow: hidden;
}
.product-info .box4 .box {
  width: 75%;
  margin: auto;
}
@media (max-width: 1600px) {
  .product-info .box4 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-info .box4 .box {
    width: 90%;
  }
}
.product-info .box4 .box .list {
  width: 100%;
}
.product-info .box4 .box .list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .product-info .box4 .box .list .item {
    margin-bottom: 1rem;
  }
}
.product-info .box4 .box .list .item:nth-child(2n) {
  flex-direction: row;
}
.product-info .box4 .box .list .item:nth-child(2n) .tbox {
  padding: 0 0 0 1.54rem;
}
@media (max-width: 971px) {
  .product-info .box4 .box .list .item:nth-child(2n) .tbox {
    padding: 0 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .product-info .box4 .box .list .item:nth-child(2n) .tbox {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
.product-info .box4 .box .list .item:last-child {
  margin-bottom: 0;
}
.product-info .box4 .box .list .item .img {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .product-info .box4 .box .list .item .img {
    width: 100%;
  }
}
.product-info .box4 .box .list .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 97.22%;
}
.product-info .box4 .box .list .item .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.product-info .box4 .box .list .item .tbox {
  width: 50%;
  padding: 0 1.54rem 0 0;
}
@media (max-width: 971px) {
  .product-info .box4 .box .list .item .tbox {
    padding: 0 0.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .product-info .box4 .box .list .item .tbox {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
.product-info .box4 .box .list .item .tbox .t1 {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #333;
}
.product-info .box4 .box .list .item .tbox .t1 span {
  color: #1E99DA;
}
.product-info .box4 .box .list .item .tbox .t2 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 2;
  margin-top: 0.25rem;
}
@media (max-width: 1600px) {
  .product-info .box4 .box .list .item .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-info .box4 .box .list .item .tbox .t2 {
    font-size: 14px;
  }
}
.product-info .box4 .box .boxs {
  width: 100%;
  margin-top: 1.37rem;
}
.product-info .box4 .box .boxs .t1 {
  font-size: 0.36rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.46rem;
  text-align: center;
}
.product-info .box4 .box .boxs .t1 span {
  color: #1E99DA;
}
.product-info .box4 .box .boxs .t2 {
  width: 830px;
  max-width: 100%;
  margin: 0.24rem auto 0;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1600px) {
  .product-info .box4 .box .boxs .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-info .box4 .box .boxs .t2 {
    font-size: 14px;
  }
}
.product-info .box4 .box .boxs .img {
  width: 100%;
  margin-top: 0.47rem;
}
.product-info .box4 .box .boxs .img img {
  width: 100%;
}
.product-info .box5 {
  width: 100%;
  padding: 0.8rem 0 0.56rem;
  margin-top: 1.4rem;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.product-info .box5 .box {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .product-info .box5 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .product-info .box5 .box {
    width: 90%;
  }
}
@media (max-width: 971px) {
  .product-info .box5 .box {
    flex-direction: column-reverse;
  }
}
.product-info .box5 .box .tbox {
  width: 44.44%;
  padding-top: 0.6rem;
}
@media (max-width: 971px) {
  .product-info .box5 .box .tbox {
    width: 100%;
  }
}
.product-info .box5 .box .tbox .t1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
  line-height: 0.52rem;
}
@media (max-width: 767px) {
  .product-info .box5 .box .tbox .t1 {
    font-size: 0.36rem;
  }
}
.product-info .box5 .box .tbox .t2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.34rem;
  margin-top: 0.3rem;
}
.product-info .box5 .box .tbox .list {
  width: 100%;
  margin-top: 0.22rem;
}
.product-info .box5 .box .tbox .list ul li {
  width: 100%;
  display: flex;
  background: #F8F8F8;
  padding: 0.13rem 0;
}
.product-info .box5 .box .tbox .list ul li:nth-child(2n) {
  background: #fff;
}
.product-info .box5 .box .tbox .list ul li .s1 {
  width: 56.7%;
  padding-left: 0.1rem;
  font-weight: bold;
  color: #666;
  line-height: 24px;
}
.product-info .box5 .box .tbox .list ul li .s2 {
  width: 43.3%;
  color: #666;
  line-height: 24px;
  font-weight: 500;
}
.product-info .box5 .box .tbox .icons {
  width: 100%;
  display: flex;
  margin-top: 0.5rem;
}
.product-info .box5 .box .img {
  width: 50%;
  position: relative;
}
@media (max-width: 971px) {
  .product-info .box5 .box .img {
    width: 100%;
  }
}
.product-info .box5 .box .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 88.88%;
}
.product-info .box5 .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.about-box1 {
  width: 100%;
  position: relative;
/*  padding: 1.4rem 0 1.6rem;*/
  padding-top: 1.4rem;
  overflow: hidden;
}
@media (max-width:767px){
.about-box1{
    padding: 0.7rem 0 0;
}
}
.about-box1 .motive-wr02 {
  top: 30%;
}
.about-box1 .box {
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .about-box1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about-box1 .box {
    width: 90%;
  }
}
@media (max-width: 971px) {
  .about-box1 .box {
    flex-direction: column-reverse;
  }
}
.about-box1 .box .tbox {
  padding-top: 0;
  width: 42.36%;
}
@media (max-width: 971px) {
  .about-box1 .box .tbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.about-box1 .box .tbox .t1 {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .about-box1 .box .tbox .t1 {
    font-size: 0.48rem;
  }
}
.about-box1 .box .tbox .t2 {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.5rem;
}
@media (max-width: 1600px) {
  .about-box1 .box .tbox .t2 {
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .about-box1 .box .tbox .t2 {
    line-height: 24px;
  }
}
.about-box1 .box .img {
  width: 50%;
  position: relative;
}
@media (max-width: 971px) {
  .about-box1 .box .img {
    width: 100%;
  }
}
.about-box1 .box .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 67.63%;
}
.about-box1 .box .img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.about-box2 {
  width: 100%;
  padding: 1.36rem 0;
  background: #F8F8F8;
  overflow: hidden;
}
.about-box2 .box {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .about-box2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about-box2 .box {
    width: 90%;
  }
}
.about-box2 .box .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .about-box2 .box .title {
    font-size: 0.48rem;
  }
}
.about-box2 .box .list {
  width: 100%;
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about-box2 .box .list .menu {
  width: 25%;
}
@media (max-width: 971px) {
  .about-box2 .box .list .menu {
    width: 30%;
  }
}
.about-box2 .box .list .menu ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  margin-bottom: 0.3rem;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .about-box2 .box .list .menu ul li {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-box2 .box .list .menu ul li {
    font-size: 14px;
  }
}
.about-box2 .box .list .menu ul li:hover,
.about-box2 .box .list .menu ul li.on {
  color: #1E99DA;
}
.about-box2 .box .list .imgbox {
  width: 50%;
}
@media (max-width: 971px) {
  .about-box2 .box .list .imgbox {
    width: 70%;
  }
}
.about-box2 .box .list .imgbox li {
  width: 100%;
  display: none;
}
.about-box2 .box .list .imgbox li.on {
  display: block;
}
.about-box2 .box .list .txtbox {
  width: 25%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 971px) {
  .about-box2 .box .list .txtbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.about-box2 .box .list .txtbox ul {
  width: 100%;
}
.about-box2 .box .list .txtbox li {
  width: 100%;
  display: none;
  text-align: right;
}
.about-box2 .box .list .txtbox li.on {
  display: block;
}
.about-box2 .box .list .txtbox li .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
@media (max-width: 1600px) {
  .about-box2 .box .list .txtbox li .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .about-box2 .box .list .txtbox li .t1 {
    font-size: 16px;
  }
}
.about-box2 .box .list .txtbox li .t2 {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  margin-top: 0.22rem;
}
.about-box2 .box .list .ckbox {
  position: absolute;
  z-index: 2;
  width: 0.76rem;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-box2 .box .list .swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  position: relative;
  transform: rotateZ(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.about-box2 .box .list .swiper-prev img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.about-box2 .box .list .swiper-prev img:nth-child(2) {
  opacity: 0;
}
.about-box2 .box .list .swiper-prev:hover {
  transform: rotate(90deg) scale(1.3);
  background: #1E99DA;
  border: 2px solid #1E99DA;
}
.about-box2 .box .list .swiper-prev:hover img {
  opacity: 0;
}
.about-box2 .box .list .swiper-prev:hover img:nth-child(2) {
  opacity: 1;
}
.about-box2 .box .list .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  position: relative;
  transform: rotateZ(90deg);
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.about-box2 .box .list .swiper-next img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.about-box2 .box .list .swiper-next img:nth-child(2) {
  opacity: 0;
}
.about-box2 .box .list .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: rotate(90deg) scale(1.3);
}
.about-box2 .box .list .swiper-next:hover img {
  opacity: 0;
}
.about-box2 .box .list .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width:767px){
    .about-box2 .box .list .swiper-prev,
    .about-box2 .box .list .swiper-next{
        width: 0.7rem;
        height: 0.7rem;
    }
}
.about-box3 {
  width: 100%;
  padding-top: 1.38rem;
  overflow: hidden;
}
.about-box3 .box {
  width: 83.33%;
  margin: auto;
}
@media (max-width: 1600px) {
  .about-box3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about-box3 .box {
    width: 90%;
  }
}
.about-box3 .box .top {
  width: 100%;
  text-align: center;
}
.about-box3 .box .top .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  .about-box3 .box .top .title {
    font-size: 0.48rem;
  }
}
.about-box3 .box .top .txt {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.2rem;
}
.about-box3 .box .list {
  width: 100%;
  margin-top: 0.53rem;
}
.about-box3 .box .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 971px) {
  .about-box3 .box .list ul {
    flex-wrap: wrap;
  }
}
.about-box3 .box .list ul li {
  width: 16.25%;
  transition: all ease-in 0.5s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 971px) {
  .about-box3 .box .list ul li {
    width: 100%;
  }
}
.about-box3 .box .list ul li .img {
  width: 100%;
  height: 5.5rem;
  position: relative;
  transition: all ease-in 0.5s;
}
@media (max-width: 1580px) {
  .about-box3 .box .list ul li .img {
    height: 7rem;
  }
}
@media (max-width: 971px) {
  .about-box3 .box .list ul li .img {
    height: 3rem;
  }
}
.about-box3 .box .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: all ease-in 0.3s;
}
.about-box3 .box .list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.about-box3 .box .list ul li .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 0.7rem;
}
.about-box3 .box .list ul li .tbox .t1 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.42rem;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .about-box3 .box .list ul li .tbox .t1 {
    font-size: 0.4rem;
  }
}
.about-box3 .box .list ul li .tbox .t2 {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 0 0.9rem 0.5rem 0.3rem;
  opacity: 0;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .about-box3 .box .list ul li .tbox .t2 {
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .about-box3 .box .list ul li .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about-box3 .box .list ul li .tbox .t2 {
    padding: 0 0.3rem 0.5rem;
  }
}
.about-box3 .box .list ul li.on {
  width: 35%;
}
@media (max-width: 971px) {
  .about-box3 .box .list ul li.on {
    width: 100%;
  }
}
.about-box3 .box .list ul li.on .img {
  background: #1e99da;
}
@media (max-width: 971px) {
  .about-box3 .box .list ul li.on .img {
    height: 7rem;
  }
}
.about-box3 .box .list ul li.on .img img {
  opacity: 0.1;
}
.about-box3 .box .list ul li.on .img::after {
  opacity: 0;
}
.about-box3 .box .list ul li.on .tbox .t2 {
  bottom: 0;
  opacity: 1;
}
.about-box4 {
  margin-top: 1.38rem;
  width: 100%;
  background: #F7F7F7;
  background-size: cover;
  padding: 1.36rem 0 1.2rem;
  overflow: hidden;
}
.about-box4 .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.6rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .about-box4 .title {
    font-size: 0.48rem;
  }
}
.about-box4 .list {
  width: 100%;
  margin-top: 0.57rem;
}
.about-box4 .list .swiper {
  padding: 0 17.7%;
}
@media (max-width: 1600px) {
  .about-box4 .list .swiper {
    padding: 0 8%;
  }
}
@media (max-width: 1024px) {
  .about-box4 .list .swiper {
    padding: 0 5%;
  }
}
.about-box4 .list .swiper .swiper-slide .img {
  width: 100%;
  height: 4rem;
  background: #fff;
  padding: 0.6rem 0.95rem 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about-box4 .list .swiper .swiper-slide .img {
    height: 5rem;
  }
}
.about-box4 .list .swiper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.about-box4 .list .swiper .swiper-slide .txt {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 0.28rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .about-box4 .list .swiper .swiper-slide .txt {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-box4 .list .swiper .swiper-slide .txt {
    font-size: 14px;
  }
}
.about-box4 .list .ckbox {
  width: 100%;
  position: relative;
  height: 0.5rem;
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}
.about-box4 .list .swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.about-box4 .list .swiper-prev img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.about-box4 .list .swiper-prev img:nth-child(2) {
  opacity: 0;
}
.about-box4 .list .swiper-prev:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: scale(1.3);
}
.about-box4 .list .swiper-prev:hover img {
  opacity: 0;
}
.about-box4 .list .swiper-prev:hover img:nth-child(2) {
  opacity: 1;
}
.about-box4 .list .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.about-box4 .list .swiper-next img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.about-box4 .list .swiper-next img:nth-child(2) {
  opacity: 0;
}
.about-box4 .list .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: scale(1.3);
}
.about-box4 .list .swiper-next:hover img {
  opacity: 0;
}
.about-box4 .list .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width:767px){
    .about-box4 .list .swiper-prev,
    .about-box4 .list .swiper-next{
        width: 0.7rem;
        height: 0.7rem;
    }
}
.about-box5 {
  width: 100%;
  padding: 1.38rem 0 0;
  overflow: hidden;
}
.about-box5 .title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .about-box5 .title {
    font-size: 0.48rem;
  }
}
.about-box5 .list {
  width: 100%;
  margin-top: 1.03rem;
}
.about-box5 .list .mySwiper2 {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media (max-width: 1600px) {
  .about-box5 .list .mySwiper2 {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about-box5 .list .mySwiper2 {
    width: 90%;
  }
}
.about-box5 .list .mySwiper2 .item {
  width: 100%;
  display: flex;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .item {
    flex-wrap: wrap;
  }
}
.about-box5 .list .mySwiper2 .item .img {
  width: 40.27%;
  position: relative;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .item .img {
    width: 100%;
  }
}
.about-box5 .list .mySwiper2 .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 65.51%;
}
.about-box5 .list .mySwiper2 .item .img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.about-box5 .list .mySwiper2 .item .tbox {
  width: 38.19%;
  padding-left: 1.4rem;
  position: relative;
  padding-top: 0.75rem;
}
@media (max-width: 1260px) {
  .about-box5 .list .mySwiper2 .item .tbox {
    width: 50%;
  }
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .item .tbox {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.about-box5 .list .mySwiper2 .item .tbox .t1 {
  font-size: 1.45rem;
  font-family: "FontMediumB";
  color: #f2f2f2;
  filter: blur(5px);
  line-height: 1.2rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.6rem;
  white-space: nowrap;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .item .tbox .t1 {
    left: 0;
  }
}
.about-box5 .list .mySwiper2 .item .tbox .t2 {
  font-size: 0.6rem;
  font-family: "FontMediumB";
  color: #333333;
  line-height: 1;
}
.about-box5 .list .mySwiper2 .item .tbox .t3 {
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-top: 0.25rem;
}
.about-box5 .list .mySwiper2 .ckbox {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  height: 0.5rem;
  display: flex;
  justify-content: flex-end;
  padding-left: 1.4rem;
  padding-right: 1rem;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .ckbox {
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  .about-box5 .list .mySwiper2 .ckbox {
    bottom: 40%;
    display: none;
  }
}
.about-box5 .list .mySwiper2 .swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .swiper-prev {
    left: 0.2rem;
  }
}
.about-box5 .list .mySwiper2 .swiper-prev img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
/*.about-box5 .list .mySwiper2 .swiper-prev img:nth-child(2) {*/
/*  opacity: 0;*/
/*}*/
.about-box5 .list .mySwiper2 .swiper-prev:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: translateY(-50%) scale(1.3);
}
/*.about-box5 .list .mySwiper2 .swiper-prev:hover img {*/
/*  opacity: 0;*/
/*}*/
/*.about-box5 .list .mySwiper2 .swiper-prev:hover img:nth-child(2) {*/
/*  opacity: 1;*/
/*}*/
.about-box5 .list .mySwiper2 .swiper-prev svg path {
  fill: #333;
  transition: all ease 0.3s;
}
.about-box5 .list .mySwiper2 .swiper-prev:hover svg path {
  fill: #fff;
}
.about-box5 .list .mySwiper2 .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
  margin-left: 0.8rem;
}
@media (max-width: 971px) {
  .about-box5 .list .mySwiper2 .swiper-next {
    right: 0.2rem;
  }
}
.about-box5 .list .mySwiper2 .swiper-next img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.about-box5 .list .mySwiper2 .swiper-next svg path {
  fill: #333;
  transition: all ease 0.3s;
}
.about-box5 .list .mySwiper2 .swiper-next:hover svg path {
  fill: #fff;
}
/*.about-box5 .list .mySwiper2 .swiper-next img:nth-child(2) {*/
/*  opacity: 0;*/
/*}*/
.about-box5 .list .mySwiper2 .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: translateY(-50%) scale(1.3);
}
/*.about-box5 .list .mySwiper2 .swiper-next:hover img {*/
/*  opacity: 0;*/
/*}*/
/*.about-box5 .list .mySwiper2 .swiper-next:hover img:nth-child(2) {*/
/*  opacity: 1;*/
/*}*/
.about-box5 .list .mySwiper {
  width: 100%;
  position: relative;
}
.about-box5 .list .mySwiper::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 4px;
}
.about-box5 .list .mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  font-family: "FontMedium";
  line-height: 30px;
  font-weight: bold;
  color: #999999;
  padding-top: 20px;
}
.about-box5 .list .mySwiper .swiper-slide::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.about-box5 .list .mySwiper .swiper-slide .line {
  width: 0;
  height: 1px;
  background: #1E99DA;
  position: absolute;
  left: 50%;
  top: 4px;
  transition: all ease-in 3s;
}
.about-box5 .list .mySwiper .swiper-slide.swiper-slide-thumb-active {
  color: #1E99DA;
}
.about-box5 .list .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
  background: #1E99DA;
}
.about-box5 .list .mySwiper .swiper-slide.swiper-slide-thumb-active .line {
  width: 100%;
}
@media (max-width: 767px) {
  .about-box5 .list .mySwiper .swiper-wrapper {
    justify-content: center;
  }
}
.about-box6 {
  width: 100%;
  padding: 2.1rem 0 1.4rem;
  text-align: center;
}
.about-box6 .txt {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
  line-height: 0.54rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about-box6 .txt {
    padding: 0 5%;
  }
  .about-box6 .txt br {
    display: none;
  }
}
.about-box6 .more {
  height: 0.55rem;
  background: #1E99DA;
  padding: 0 0.3rem;
  border-radius: 28px;
  margin: 0.47rem auto 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .about-box6 .more {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about-box6 .more {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-box6 .more {
    font-size: 14px;
  }
}
.about-box6 .more img {
  width: 8px;
  margin-left: 0.2rem;
}
.about-box6 .more:hover {
  background: #0c7cb8;
}

/* // 右侧400悬浮 */
.pageRight-fixed {
  position: fixed;
  right: 8px;
  bottom: 0.9rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .pageRight-fixed {
    display: none;
  }
}
.pageRight-fixed .c-box {
  width: 44px;
  padding: 12px 8px;
  border-radius: 22px;
  border: 2px solid #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #f2f5f7, #fff);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.pageRight-fixed .c-box .txt {
  text-align: center;
}
.pageRight-fixed .c-box .txt span {
  text-align: center;
  font-size: 14px;
  color: #1c8ed5;
  line-height: 16px;
  margin-top: 10px;
}
.pageRight-fixed .c-box .c-con {
  padding-right: 0.2rem;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  position: absolute;
  overflow: hidden;
}
.pageRight-fixed .c-box .c-list {
  padding: 0.24rem 0;
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #f2f5f7, #fff);
}
.pageRight-fixed .c-box .c-list .d-dl {
  margin-top: -0.24rem;
}
.pageRight-fixed .c-box .c-list .d-dd {
  margin-top: 0.24rem;
  padding-right: 0.2rem;
}
.pageRight-fixed .c-box .c-list .d-dd .s1 {
  display: flex;
  align-items: center;
  color: #2d2d2d;
width: 220px;
  padding-left: 0.2rem;
  line-height: 20px;
  flex-wrap: nowrap;
}
.pageRight-fixed .c-box .c-list .d-dd .s1 img {
  margin-right: 0.1rem;
  width: 18px;
  height: 18px;
}
.pageRight-fixed .c-box .c-list .d-dd .s2 {
  font-size: 0.24rem;
  color: #1e99da;
  line-height: 24px;
  padding-left: 0.48rem;
  display: flex;
  margin-top: 4px;
  flex-wrap: nowrap;
}
.pageRight-fixed .c-box:hover .c-con {
  display: block;
}
.pageRight-fixed .gotop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border: 2px solid #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #f2f5f7, #fff);
  cursor: pointer;
}

/* 我们的文化 */
.course-culture {
  width: 100%;
}
.course-culture .culture-box1 {
  width: 100%;
  position: relative;
}
.course-culture .culture-box1 .bg {
  width: 100%;
  position: relative;
}
.course-culture .culture-box1 .bg::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 31.25%;
}
@media (max-width: 971px) {
  .course-culture .culture-box1 .bg::before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .course-culture .culture-box1 .bg::before {
    padding-top: 120%;
  }
}
.course-culture .culture-box1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.course-culture .culture-box1 .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.course-culture .culture-box1 .container .title {
  width: 50%;
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #fff;
}
@media (max-width: 971px) {
  .course-culture .culture-box1 .container .title {
    width: 100%;
  }
}
.course-culture .culture-box1 .container .txt {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1260px) {
  .course-culture .culture-box1 .container .txt {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 24px;
  }
}
.flex {
  display: flex;
}
.bd-m-ckbox {
  justify-content: center;
}
.bd-m-ckbox.on {
  display: flex;
}
.bd-m-ckbox .swiper-prev,
.bd-m-ckbox .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  margin: 0 0.1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.bd-m-ckbox .swiper-prev img,
.bd-m-ckbox .swiper-next img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.3s;
}
.bd-m-ckbox .swiper-prev img:nth-child(2),
.bd-m-ckbox .swiper-next img:nth-child(2) {
  opacity: 0;
}
.bd-m-ckbox .swiper-prev:hover,
.bd-m-ckbox .swiper-next:hover {
  background: #1E99DA;
  border: 2px solid #1E99DA;
  transform: scale(1.3);
}
.bd-m-ckbox .swiper-prev:hover img:nth-child(1),
.bd-m-ckbox .swiper-next:hover img:nth-child(1) {
  opacity: 0;
}
.bd-m-ckbox .swiper-prev:hover img:nth-child(2),
.bd-m-ckbox .swiper-next:hover img:nth-child(2) {
  opacity: 1;
}
.bd-m-ckbox .swiper-prev.swiper-button-disabled,
.bd-m-ckbox .swiper-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
/*    pointer-events: none;*/
}
/* 海洋医药研创产业基地 */
.bd-m-fshyyy-swiper {
  margin: -0.4rem auto 1.0rem;
  width: 75%;
}
.bd-m-fshyyy-swiper .d-dl {
}
.bd-m-fshyyy-swiper .d-dd {
  width: 50%;
}
.bd-m-fshyyy-swiper .d-con {
  height: 100%;
}
.bd-m-fshyyy-swiper .d-d1 {
  padding-right: 0.5rem;
}
.bd-m-fshyyy-swiper .d-d1 .d-con {
  position: relative;
}
.bd-m-fshyyy-swiper .d-d1 .d-con:before {
  content: " ";
  padding-top: 70%;
  width: 100%;
  display: block;
}
.bd-m-fshyyy-swiper .d-d1 .swiper {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bd-m-fshyyy-swiper .d-d1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.bd-m-fshyyy-swiper .d-d1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0.4rem;
  bottom: 0.36rem;
  width: auto;
  height: 0.12rem;
  display: flex;
  justify-content: flex-end;
  position: absolute;
}
.bd-m-fshyyy-swiper .d-d1 .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.08rem;
  background: #FFF;
  border-radius: initial;
  float: left;
  opacity: 1;
}
.bd-m-fshyyy-swiper .d-d1 .swiper-pagination-bullet-active {
  background: #768394;
}
.bd-m-fshyyy-swiper .d-d2 {
}
.bd-m-fshyyy-swiper .d-d2 .d-con {
  display: flex;
  align-items: center;
}
.bd-m-fshyyy-swiper .d-d2 .til {
  font-size: 0.54rem;
  font-weight: 500;
  color: #000;
  line-height: 0.6rem;
}
.bd-m-fshyyy-swiper .d-d2 .con {
  margin-top: 0.48rem;
  line-height: 30px;
  font-weight: 500;
  color: #666;
}
@media (max-width: 1024px) {
.bd-m-fshyyy-swiper {
  margin: 0 auto 1.0rem;
  width: 90%;
}
.bd-m-fshyyy-swiper .d-d1 .d-con {
  width: auto;
}
}
@media (max-width: 971px) {
.bd-m-fshyyy-swiper .d-dl {
  flex-wrap: wrap;
}
.bd-m-fshyyy-swiper .d-dd {
  width: 100%;
}
.bd-m-fshyyy-swiper .d-d1 {
  padding: 0 0 0.6rem 0;
}
}
.bd-m-fshyyy-video {
  margin: 0 auto 1.0rem;
  width: 75%;
}
.bd-m-fshyyy-video .d-dl {
}
.bd-m-fshyyy-video .d-dd {
  width: 50%;
}
.bd-m-fshyyy-video .d-con {
  height: 100%;
}
.bd-m-fshyyy-video .d-d1 {
  padding-right: 0.5rem;
}
.bd-m-fshyyy-video .d-d1 .d-con {
  position: relative;
}
.bd-m-fshyyy-video .d-d1 .d-con:before {
  content: " ";
  padding-top: 70%;
  width: 100%;
  display: block;
}
.bd-m-fshyyy-video .d-d1 .d-con img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.bd-m-fshyyy-video .d-d2 {
}
.bd-m-fshyyy-video .d-d2 .d-con {
  display: flex;
  align-items: center;
}
.bd-m-fshyyy-video .d-d2 .til {
  font-size: 0.54rem;
  font-weight: 500;
  color: #000;
  line-height: 0.6rem;
}
.bd-m-fshyyy-video .d-d2 .con {
  margin-top: 0.48rem;
  line-height: 30px;
  font-weight: 500;
  color: #666;
}
@media (max-width: 1024px) {
.bd-m-fshyyy-video {
  margin: 0 auto 1.4rem;
  width: 90%;
}
}
@media (max-width: 971px) {
.bd-m-fshyyy-video .d-dl {
  flex-wrap: wrap;
}
.bd-m-fshyyy-video .d-dd {
  width: 100%;
}
.bd-m-fshyyy-video .d-d1 {
  padding: 0 0 0.6rem 0;
}
}
.DRcenter2 .box2 .box .list .bd-m-noline {
  border-bottom: none;
}
.bd-m-fshyyy-artswiper {
  border-bottom: 1px solid #DDD;
  position: relative;
}
.bd-m-fshyyy-artswiper .swiper-con {
  padding: 0.4rem 0 0.8rem;
}
.bd-m-fshyyy-artswiper .swiper-con .img {
  width: 50%;
  padding-right: 0.5rem;
}
.bd-m-fshyyy-artswiper .swiper-con .img img {
}
.bd-m-fshyyy-artswiper .swiper-con .boxs {
  width: 50%;
}
.bd-m-fshyyy-artswiper .swiper-con .til {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  line-height: 0.46rem;
  margin-top: 0.38rem;
}
.bd-m-fshyyy-artswiper .swiper-con .con {
  width: 580px;
  max-width: 100%;
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.27rem;
}
.bd-m-fshyyy-artswiper .bd-m-ckbox {
  right: 0;
  bottom: 0.8rem;
  display: none;
  margin-top: 0.89rem;
  position: absolute;
  z-index: 1;
}
.bd-m-fshyyy-artswiper .bd-m-ckbox.on {
  display: flex;
}
@media (max-width: 971px) {
.DRcenter2 .box2 .box .list .bd-m-noline .tbox {
  padding-bottom: 0.5rem;
}
.bd-m-fshyyy-artswiper {
  margin-bottom: 0.6rem;
}
.bd-m-fshyyy-artswiper .swiper-con {
  padding: 0;
  flex-wrap: wrap;
}
.bd-m-fshyyy-artswiper .swiper-con .img, .bd-m-fshyyy-artswiper .swiper-con .boxs {
  width: 100%;
}
.bd-m-fshyyy-artswiper .swiper-con .img {
  padding: 0;
}
.bd-m-fshyyy-artswiper .bd-m-ckbox {
  margin: 0.4rem 0;
  position: static;
}
}
.bd-m-boxs {
  padding-top: 1.38rem;
  overflow: hidden;
}
.bd-m-boxs .mauto {
    width: 75%;
    margin: auto;
}
@media (max-width: 1600px) {
  .bd-m-boxs .mauto {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .bd-m-boxs .mauto {
    width: 90%;
  }
}
@media (max-width: 971px) {
.bd-m-boxs {
  padding-top: 0.7rem;
}
}
.bd-m-boxs .bm-til {
  text-align: center;
}
.bd-m-boxs .bm-til .til {
  font-size: 0.54rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
.bd-m-boxs .bm-til .con {
  font-weight: 500;
  color: #666;
  line-height: 30px;
  margin-top: 0.2rem;
font-size: 20px;
}
@media (max-width: 971px) {
.bd-m-boxs .bm-til .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
}
.about-new1 {
  overflow: hidden;
}
.about-new1 dl {
  margin: -0.4rem -0.3rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-new1 dl dd {
  margin-top: 0.4rem;
  padding: 0 0.3rem;
  width: 50%;
}
.about-new1 dl dd .box {
  flex-wrap: wrap;
}
.about-new1 dl dd .til {
  padding: 0 0.4rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  font-weight: bold;
  -moz-border-radius: 0.2rem 0.2rem 0 0;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
  border-radius: 0.2rem 0.2rem 0 0;
  color: #FFF;
  background: #195D98;
  position: relative;
}
.about-new1 dl dd .til:before {
  content: " ";
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.2rem;
  background: #195D98;
  position: absolute;
}
.about-new1 dl dd .con {
  padding: 0 0.4rem;
  width: 100%;
  line-height: 0.8rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #195D98;
  background: #FFF;
  position: relative;
}
@media (max-width: 971px) {
.about-new1 dl dd {
  width: 100%;
}
}
.about-new2 {
}
.about-new2 .bm-con {
  margin-top: 0.57rem;
}
.about-new2 .bm-con dl {
  margin: -0.4rem -0.1rem;
  flex-wrap: wrap;
}
.about-new2 .bm-con .swiper-slide {
  width: 33.33333%;
  text-align: center;
}
.about-new2 .bm-con .swiper-slide .til {
  margin-top: 0.4rem;
  line-height: 24px;
  color: #666;
}
.about-new2 .bd-m-ckbox {
  display: none;
  margin-top: 0.89rem;
}
@media (max-width: 1024px) {
.about-new2 .bm-con .swiper-slide {
  width: 100%;
}
.about-new2 .bd-m-ckbox {
  margin-top: 0.6rem;
  display: flex;
}
}
.about-new3 {
}
.about-new3 .bm-con {
  margin-top: 0.57rem;
  text-align: center;
}
.about-new4 {
  margin-bottom: -0.2rem;
  padding-bottom: 0.2rem;
}
.about-new4 .bm-con {
  margin-top: 0.57rem;
}
.about-new4 .bm-con dl {
  margin: -0.4rem -0.1rem;
  flex-wrap: wrap;
}
.about-new4 .bm-con .swiper {
  margin: -0.2rem;
  padding: 0.2rem;
}
.about-new4 .bm-con .swiper-slide {
  width: 33.33333%;
  text-align: center;
}
.about-new4 .bm-con .swiper-box {
  cursor: pointer;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}
.about-new4 .bm-con .swiper-slide .img {
  position: relative;
}
.about-new4 .bm-con .swiper-slide .img:before {
  content: " ";
  padding-top: 50%;
  display: block;
}
.about-new4 .bm-con .swiper-slide .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.about-new4 .bm-con .swiper-slide .box {
  padding: 0.28rem 0.4rem;
}
.about-new4 .bm-con .swiper-slide .til {
  height: 0.72rem;
  line-height: 0.32rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-new4 .bd-m-ckbox {
  display: none;
  margin-top: 0.9rem;
}
@media (max-width: 1024px) {
.about-new4 .bm-con .swiper-slide {
  width: 100%;
}
.about-new4 .bm-con .swiper {
  margin: -0.2rem ;
  padding: 0.2rem 1.6rem 0.2rem 0.2rem;
}
.about-new4 .bd-m-ckbox {
  margin-top: 0.6rem;
  display: flex;
}
}
.about-new5 {
}
.about-new5 .bm-con {
  margin-top: 0.57rem;
}
.about-new5 .bm-con ul {
  margin: -0.4rem -0.2rem 0;
  flex-wrap: wrap;
}
.about-new5 .bm-con ul li {
  margin-top: 0.4rem;
  padding: 0 0.2rem;
  width: 50%;
}
.about-new5 .bm-con ul li .img {
  position: relative;
}
.about-new5 .bm-con ul li .img:before {
  content: " ";
  padding-top: 60%;
  display: block;
}
.about-new5 .bm-con ul li .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.about-new5 .bm-con ul li .til {
  margin-top: 0.32rem;
  height: 0.72rem;
  line-height: 0.32rem;
  text-align: center;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 971px) {
.about-new5 .bm-con ul li {
  width: 100%;
}
}
.about-new6 {
}
.about-new6 .bm-con {
  margin-top: 0.57rem;
}
.about-new6 .bm-con dl {
  margin: -0.4rem -0.1rem;
  flex-wrap: wrap;
}
.about-new6 .bm-con .swiper {
  margin: -0.1rem;
  padding: 0.1rem;
}
.about-new6 .bm-con .swiper-slide {
  width: 33.33333%;
}
.about-new6 .bm-con .swiper-box {
  padding: 0.32rem 0.32rem 0.8rem;
  cursor: pointer;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}
.about-new6 .bm-con .swiper-box {
  color: #FFF;
  background: #2F9AD3;
}
.about-new6 .bm-con .swiper-slide .img {
  position: relative;
}
.about-new6 .bm-con .swiper-slide .img:before {
  content: " ";
  padding-top: 60%;
  display: block;
}
.about-new6 .bm-con .swiper-slide .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.about-new6 .bm-con .swiper-slide .til {
  margin-bottom: 0.2rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.32rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
  overflow: hidden;
}
.about-new6 .bm-con .swiper-slide .con {
  margin-top: 0.2rem;
  height: 0.96rem;
  line-height: 0.32rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about-new6 .bd-m-ckbox {
  margin-top: 0.9rem;
  display: flex;
}
@media (max-width: 1024px) {
.about-new6 .bm-con .swiper-slide {
  width: 100%;
}
.about-new6 .bm-con .swiper {
  margin: -0.2rem ;
  padding: 0.2rem 1.6rem 0.2rem 0.2rem;
}
}
/* VIK */
.bd-vik {
}
.bd-vik .bm-1 {
  margin-bottom: -20px;
  padding-bottom: 20px;
  position: relative;
}
.bd-vik .bm-1 .mauto {
  position: relative;
}
.bd-vik .bm-1 .motive-wr02 {
  top: 30%;
}
.bd-vik .bm-1 .bm-con {
}
.bd-vik .bm-1 .bm-con .c-con {
  text-align: center;
}
.bd-vik .bm-1 .bm-con .c-con .til {
  line-height: 0.6rem;
  font-size: 0.54rem;
  text-align: center;
}
.bd-vik .bm-1 .bm-con .c-con .con {
  margin: 0.48rem auto 0.6rem;
  width: 75%;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: #666;
}
.bd-vik .bm-1 .bm-con .c-list {
  margin-top: 0.6rem;
}
.bd-vik .bm-1 .bm-con .c-list dl {
  margin: -0.24rem -0.12rem 0;
  flex-wrap: wrap;
}
.bd-vik .bm-1 .bm-con .c-list dl dd {
  margin-top: 0.24rem;
  padding: 0 0.12rem;
  width: 33.33333%;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .box {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .img {
  position: relative;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .img img {
  width: 100%;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .til {
  left: 50%;
  top: 50%;
  font-size: 0.24rem;
  color: #FFF;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .con {
  line-height: 0.8rem;
  font-size: 0.18rem;
  text-align: center;
}
@media (max-width: 1580px) {
.bd-vik .bm-1 .bm-con .c-con .con {
  line-height: 30px;
  font-size: 16px;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .til {
  font-size: 0.363636rem;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .con {
  line-height: 1.212121rem;
  font-size: 0.272727rem;
}
}
@media (max-width: 1100px) {
.bd-vik .bm-1 .bm-con .c-list dl dd .con {
  font-size: 0.2rem;
}
}
@media (max-width: 1024px) {
.bd-vik .bm-1 .motive-wr02 {
  top: 0%;
}
.bd-vik .bm-1 .bm-con .c-con .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-vik .bm-1 .bm-con .c-con .con {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .til {
  font-size: 0.32rem;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .con {
  line-height: 1.066667rem;
}
}
@media (max-width: 767px) {
.bd-vik .bm-1 .bm-con .c-list dl dd {
  width: 100%;
}
.bd-vik .bm-1 .bm-con .c-list dl dd .con {
  font-size: 0.24rem;
}
}
.bd-vik .bm-2 {
}
.bd-vik .bm-2 .bm-con {
  padding-top: 0.4rem;
  text-align: center;
}
.bd-vik .bm-2 .bm-con {
}
.bd-vik .bm-3 {
}
.bd-vik .bm-3 .bm-con {
}
.bd-vik .bm-3 .bm-con .til {
  margin-bottom: 0.35rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
.bd-vik .bm-3 .bm-con .con {
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #666;
}
.bd-vik .bm-3 .bm-con .box {
  width: 45%;
      padding-right: 5%;
}
.bd-vik .bm-3 .bm-con .img {
  width: 50%;
}
@media (max-width: 1024px) {
.bd-vik .bm-3 .bm-con {
  flex-wrap: wrap;
}
.bd-vik .bm-3 .bm-con .box {
  width: 100%;
}
.bd-vik .bm-3 .bm-con .img {
  width: 100%;
}
}
 
.bd-vik .bm-31 {
}
.bd-vik .bm-31 .bm-con {
}
.bd-vik .bm-31 .bm-con .til {
  margin-bottom: 0.35rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
.bd-vik .bm-31 .bm-con .con {
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #666;
}
.bd-vik .bm-31 .bm-con .box {
  width: 55%;
      padding-right: 5%;
}
.bd-vik .bm-31 .bm-con .img {
  width: 40%;
}
@media (max-width: 1024px) {
.bd-vik .bm-31 .bm-con {
  flex-wrap: wrap;
}
.bd-vik .bm-31 .bm-con .box {
  width: 100%;
}
.bd-vik .bm-31 .bm-con .img {
  width: 100%;
} 
}





@media (max-width: 971px) {
.bd-vik .bm-3 .bm-con .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-vik .bm-3 .bm-con .con {
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.bd-vik .bm-3 .bm-con .img {
  margin-top: 0.4rem;
  width: 100%;
}
}
.bd-vik .bm-4 {
}
.bd-vik .bm-4 .bm-con {
  padding: 0.35rem 0 0;
}
.bd-vik .bm-4 .bm-con .c-tab {
}
.bd-vik .bm-4 .bm-con .c-tab ul {
  justify-content: center;
}
.bd-vik .bm-4 .bm-con .c-tab ul li {
  padding: 0 0.22rem;
}
.bd-vik .bm-4 .bm-con .c-tab ul li a {
  line-height: 0.6rem;
  font-size: 18px;
  display: block;
  color: #666;
  position: relative;
}
.bd-vik .bm-4 .bm-con .c-tab ul li a:before {
  content: " ";
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #1E99DA;
  display: none;
  position: absolute;
}
.bd-vik .bm-4 .bm-con .c-tab ul li.on a {
  color: #1E99DA;
}
.bd-vik .bm-4 .bm-con .c-tab ul li.on a:before {
  display: block;
}
.bd-vik .bm-4 .bm-con .c-box {
  padding: 0.6rem 0 1.8rem;
  display: none;
}
.bd-vik .bm-4 .bm-con .bd-m-ckbox {
  position: relative;
}
.bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-prev, .bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-next {
  margin-top: -0.25rem;
  top: 50%;
  position: absolute;
  z-index: 2;
}
.bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-prev {
  left: calc(20% - 24px - 0.5rem);
}
.bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-next {
  right: calc(20% - 24px - 0.5rem);
}
.bd-vik .bm-4 .bm-con .c-box .swiper {
  padding: 0 10px;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-wrapper {
  height: auto;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide {
  width: 20%;
  height: auto;
  cursor: pointer;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-box {
  height: 100%;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid #DDD;
  position: relative;
  overflow: hidden;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide .img {
  height: 100%;
  text-align: center;
  display: flex;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide .box {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  color: #FFF;
  background: rgba(0, 0, 0, .6);
  position: absolute;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide .info {
  padding: 0 0.3rem;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide .til {
  margin-bottom: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
  overflow: hidden;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide .con {
  height: 1.6rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-slide:hover .box {
  opacity: 1;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="1"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="2"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="3"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-wrapper {
  justify-content: center;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="0"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="1"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="2"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="3"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-prev {
  display: none;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="0"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="1"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="2"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="3"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-next {
  display: none;
}
@media (max-width: 1050px) {
.bd-vik .bm-4 .bm-con {
  padding: 0.4rem 0 0;
}
.bd-vik .bm-4 .bm-con .c-tab ul li a {
  line-height: 0.8rem;
  font-size: 0.21rem;
}
.bd-vik .bm-4 .bm-con .c-box {
  padding-top: 0.4rem;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="3"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-wrapper {
  justify-content: unset;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-prev,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-prev {
  display: flex;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="4"] .swiper-next,
.bd-vik .bm-4 .bm-con .c-box[data-count="5"] .swiper-next {
  display: flex;
}
}
@media (max-width: 767px) {
.bd-vik .bm-4 .bm-con .c-tab ul li a {
  font-size: 14px;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-box .til {
  margin-bottom: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
.bd-vik .bm-4 .bm-con .c-box .swiper-box .con {
  height: 2.24rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
}
.bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-prev, .bd-vik .bm-4 .bm-con .bd-m-ckbox .swiper-next {
  display: none;
}
.bd-vik .bm-4 .bm-con .c-box[data-count="1"] .swiper-wrapper,
.bd-vik .bm-4 .bm-con .c-box[data-count="2"] .swiper-wrapper {
  justify-content: unset;
}
}
/* 磷虾油 */
.bd-linxiayou {
}
.bd-linxiayou .bm-1 {
}
.bd-linxiayou .bm-1 .bm-con {
  padding: 0 0.5rem;
  justify-content: space-between;
}
.bd-linxiayou .bm-1 .bm-con .img {
}
.bd-linxiayou .bm-1 .bm-con .box {
  padding-left: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bd-linxiayou .bm-1 .bm-con .til {
  margin-bottom: 0.4rem;
  line-height: 0.54rem;
  font-size: 0.54rem;
}
.bd-linxiayou .bm-1 .bm-con .con {
  line-height: 0.5rem;
  font-size: 0.18rem;
}
@media (max-width: 1580px) {
.bd-linxiayou .bm-1 .bm-con .til {
  margin-bottom: 0.56rem;
  line-height: 0.72rem;
  font-size: 0.72rem;
}
.bd-linxiayou .bm-1 .bm-con .con {
  line-height: 0.68rem;
  font-size: 0.24rem;
}
}
@media (max-width: 1460px) {
.bd-linxiayou .bm-1 .bm-con {
  padding: 0;
}
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-1 .bm-con {
  flex-wrap: wrap;
}
.bd-linxiayou .bm-1 .bm-con .box {
  margin-top: 0.42rem;
  padding-left: 0;
}
}
@media (max-width: 971px) {
.bd-linxiayou .bm-1 .bm-con .til {
  margin-bottom: 0.3rem;
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-linxiayou .bm-1 .bm-con .con {
  line-height: 0.6rem;
  font-size: 0.24rem;
}
}
.bd-linxiayou .bm-2 {
}
.bd-linxiayou .bm-2 .bm-con {
}
.bd-linxiayou .bm-2 .bm-con .c-til {
}
.bd-linxiayou .bm-2 .bm-con .c-til .til {
  line-height: 0.6rem;
  font-size: 0.54rem;
  text-align: center;
}
.bd-linxiayou .bm-2 .bm-con .c-til .con {
  margin: 0.48rem 0 0.6rem;
  font-size: 20px;
  line-height: 42px;
  color: #666;
}
.bd-linxiayou .bm-2 .bm-con .c-con {
}
.bd-linxiayou .bm-2 .bm-con .c-con dl {
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd {
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .box {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  color: #FFF;
  background: #1E99DA;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .til {
  padding: 40px 15px;
  line-height: 45px;
  font-size: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .til:before {
  content: " ";
  margin-top: -15px;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  opacity: .8;
  display: block;
  background: url(/static/images/bd-linxiayou-2-icon.png) no-repeat center center;
  position: absolute;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .img {
  display: block;
  position: relative;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .img img {
  height: 100%;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1580px) {
.bd-linxiayou .bm-2 .bm-con .c-til .con {
  line-height: 30px;
  font-size: 16px;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl {
  margin: -10px -5px 0;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd {
  margin-top: 10px;
  padding: 0 5px;
  width: 25%;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .box {
  display: block;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .til {
  padding: 15px;
  display: block;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .til:before {
  margin: 0 0 0 50%;
  left: -15px;
  top: -15px;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .img:before {
  content: " ";
  padding-top: 100%;
  display: block;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-2 .bm-con .c-til .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-linxiayou .bm-2 .bm-con .c-til .con {
  line-height: 24px;
  font-size: 14px;
}
}
@media (max-width: 971px) {
.bd-linxiayou .bm-2 .bm-con .c-con dl {
  flex-wrap: wrap;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd {
  width: 50%;
}
.bd-linxiayou .bm-2 .bm-con .c-con dl dd .til {
  line-height: 40px;
  font-size: 18px;
}
}
.bd-linxiayou .bm-3 {
}
.bd-linxiayou .bm-3 .bm-con {
}
.bd-linxiayou .bm-3 .bm-con .c-til {
}
.bd-linxiayou .bm-3 .bm-con .c-til .til {
  line-height: 0.6rem;
  font-size: 0.54rem;
  text-align: center;
}
.bd-linxiayou .bm-3 .bm-con .c-til .con {
  margin: 0.48rem 0 0.6rem;
  font-size: 20px;
  line-height: 42px;
  color: #666;
}
.bd-linxiayou .bm-3 .bm-con .c-con {
}
.bd-linxiayou .bm-3 .bm-con .c-con dl {
  margin: -14px -7px 0;
  flex-wrap: wrap;
}
.bd-linxiayou .bm-3 .bm-con .c-con dl dd {
  margin-top: 14px;
  padding: 0 7px;
  width: 25%;
  text-align: center;
}
.bd-linxiayou .bm-3 .bm-con .c-con dl dd .til {
  margin-top: 0.1rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #06215A;
}
@media (max-width: 1580px) {
.bd-linxiayou .bm-3 .bm-con .c-til .con {
  line-height: 30px;
  font-size: 16px;
}
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-3 .bm-con .c-til .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-linxiayou .bm-3 .bm-con .c-til .con {
  line-height: 24px;
  font-size: 14px;
}
.bd-linxiayou .bm-3 .bm-con .c-con dl dd {
  width: 50%;
}
.bd-linxiayou .bm-3 .bm-con .c-con dl dd .til {
  line-height: 0.4rem;
  font-size: 0.21rem;
}
}
.bd-linxiayou .bm-4 {
}
.bd-linxiayou .bm-4 .relative {
  position: relative;
}
.bd-linxiayou .bm-4 .bm-box {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bd-linxiayou .bm-4 .mauto {
  height: 100%;
}
.bd-linxiayou .bm-4 .bm-con {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
}
.bd-linxiayou .bm-4 .bm-con .box {
  width: 60%;
}
.bd-linxiayou .bm-4 .bm-con .til {
  margin-bottom: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.54rem;
}
.bd-linxiayou .bm-4 .bm-con .con {
  line-height: 42px;
  font-size: 20px;
}
@media (max-width: 1580px) {
.bd-linxiayou .bm-4 .bm-con .box {
  width: 100%;
}
.bd-linxiayou .bm-4 .bm-con .con {
  line-height: 30px;
  font-size: 16px;
}
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-4 .bm-con .til {
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.bd-linxiayou .bm-4 .bm-con .con {
  line-height: 24px;
  font-size: 14px;
}
}
@media (max-width: 971px) {
.bd-linxiayou .bm-4 .bm-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bd-linxiayou .bm-4 .bm-bg img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.bd-linxiayou .bm-4 .bm-box {
  padding: 1.2rem 0;
  position: relative;
}
}
.bd-linxiayou .bm-5 {
}
.bd-linxiayou .bm-5 .bm-con {
  padding-top: 0.55rem;
  text-align: center;
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-5 .bm-con {
  padding-top: 0.4rem;
}
}
.bd-linxiayou .bm-6 {
}
.bd-linxiayou .bm-6 .bm-con {
  padding-top: 0.55rem;
}
.bd-linxiayou .bm-6 .bm-con dl {
  margin: -30px -15px 0;
  flex-wrap: wrap;
}
.bd-linxiayou .bm-6 .bm-con dl dd {
  margin-top: 30px;
  padding: 0 15px;
  width: 50%;
}
.bd-linxiayou .bm-6 .bm-con dl dd .til {
  margin-bottom: 0.3rem;
  line-height: 0.36rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
.bd-linxiayou .bm-6 .bm-con dl dd .con {
  margin-top: 10px;
  line-height: 42px;
  font-size: 20px;
  color: #666;
}
@media (max-width: 1580px) {
.bd-linxiayou .bm-6 .bm-con dl dd .con {
  line-height: 30px;
  font-size: 16px;
}
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-6 .bm-con {
  padding-top: 0.4rem;
}
.bd-linxiayou .bm-6 .bm-con dl dd .con {
  line-height: 24px;
  font-size: 14px;
}
}
@media (max-width: 640px) {
.bd-linxiayou .bm-6 .bm-con dl dd {
  width: 100%;
}
}
.bd-linxiayou .bm-7 {
}
.bd-linxiayou .bm-7 .bm-con {
  padding-top: 0.55rem;
  text-align: center;
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-7 .bm-con {
  padding-top: 0.4rem;
}
}
.bd-linxiayou .bm-8 {
}
.bd-linxiayou .bm-8 .bm-con {
  margin-top: 0.55rem;
  position: relative;
}
.bd-linxiayou .bm-8 .bm-con .c-swiper {
  position: relative;
}
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-prev,
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-next {
  margin-top: -0.25rem;
  top: calc(50% - 0.7rem);
  position: absolute;
  z-index: 2;
}
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-prev {
  left: calc(25% - 24px - 0.5rem);
}
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-next {
  right: calc(25% - 24px - 0.5rem);
}
.bd-linxiayou .bm-8 .bm-con .swiper {
  margin: 0 auto;
  padding: 0 25%;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}
.bd-linxiayou .bm-8 .bm-con .swiper-slide {
}
.bd-linxiayou .bm-8 .bm-con .swiper-slide .img {
  position: relative;
}
.bd-linxiayou .bm-8 .bm-con .swiper-slide .img:before {
  content: " ";
  padding-top: 50%;
  display: block;
}
.bd-linxiayou .bm-8 .bm-con .swiper-slide .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.bd-linxiayou .bm-8 .bm-con .c-til {
  margin: 0.3rem auto 0;
  height: 1.1rem;
  line-height: 0.55rem;
  font-size: 0.35rem;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bd-linxiayou .bm-8 .bm-con .swiper-slide-active .c-til {
  opacity: 1;
}
@media (max-width: 1024px) {
.bd-linxiayou .bm-8 .bm-con {
  margin-top: 0.4rem;
}
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-prev {
  left: calc(10% - 0.5rem);
}
.bd-linxiayou .bm-8 .bm-con .c-swiper .swiper-next {
  right: calc(10% - 0.5rem);
}
.bd-linxiayou .bm-8 .bm-con .swiper {
  margin: 0 auto;
  padding: 0 10%;
}
.bd-linxiayou .bm-8 .bm-con .c-til {
  width: 90%;
  line-height: 0.32rem;
  font-size: 0.21rem;
}
}
.bd-linxiayou  .RDCenter2-new-box {
    padding-bottom: 1.35rem;
}