.haad {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixhead {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper img {
  width: 100%;
}

/* 轮播图文字覆盖层样式 */
.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .banner-text-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  color: #FFFFFF;
  max-width: 800px;
  width: 90%;
  text-align: center;
  pointer-events: none;
}

.swiper-container .banner-text-overlay .banner-title {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.swiper-container .banner-text-overlay .banner-subtitle {
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .swiper img {
    width: 100%;
    min-height: 160px;
    object-fit: center;
  }

  /* 移动端轮播图文字覆盖层样式 */
  .swiper-container .banner-text-overlay {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    padding: 0 15px;
    text-align: center;
  }

  .swiper-container .banner-text-overlay .banner-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }

  .swiper-container .banner-text-overlay .banner-subtitle {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .swiper img {
    width: 100%;
  }
}

.part1 {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.part1_inner {
  margin: 0 auto !important;
}

.totalNum p:nth-of-type(1) {
  margin-top: 20px;
  font-size: 40px;
  color: #2D2F3A;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}

.totalNum p:nth-of-type(2) {
  font-size: 14px;
  color: rgba(45, 47, 58, 0.50);
  text-align: center;
  font-weight: 400;
}

.part2_title p:nth-of-type(1) {
  font-size: 40px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}

.part2_title p:nth-of-type(2) {
  font-size: 20px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 400;
}


/* 手风琴 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
}

.desktop-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.desktop-wrapper .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  width: 100%;
  height: 450px;
}

.desktop-wrapper .options .option {
  position: relative;
  overflow: hidden;
  /* min-width: 80px; */
  /* 改变热销产品div宽度 */
  min-width: 194px;
  background-size: 750px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  color: #fff;
}

.desktop-wrapper .options .option.active {
  flex-grow: 10000;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active>div {
  z-index: 1;
}

.desktop-wrapper .options .option.active>div .info-wrapper {
  z-index: 999;
}

.info-wrapper img {
  height: 100%;
}

.desktop-wrapper .options .option.active>div .info-wrapper .title {
  font-size: 1.953rem;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
  margin: 0 0 .5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .subtitle {
  color: white;
  font-size: .9rem;
  letter-spacing: .035rem;
  line-height: 1.125;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.desktop-wrapper .options .option.active>div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 101%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: baseline;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-text {
  opacity: 1;
  display: initial;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-icon:before {
  opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
  flex-grow: 1;
  filter: grayscale(70%);
}

.desktop-wrapper .options .option:not(.active):hover {
  filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover>div:before {
  background: rgba(2, 24, 31, 0.5);
}

.desktop-wrapper .options .option:not(.active)>div .title,
.desktop-wrapper .options .option:not(.active)>div .subtitle,
.desktop-wrapper .options .option:not(.active)>div .description {
  opacity: 0;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper .category-icon:before {
  opacity: .5;
}

.desktop-wrapper .options .option:not(.active)>div:before {
  background: rgba(52, 58, 64, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.desktop-wrapper .options .option>div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option>div .icon-wrapper .category-text {
  line-height: 40px;
  padding-left: .75rem;
  opacity: 0;
  display: none;
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon {
  display: flex;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}


.mobile-wrapper {
  height: initial;
  max-width: 320px;
  margin: 0 auto;
}

.mobile-wrapper .options {
  position: relative;
  height: auto;
  max-width: none !important;
  flex-basis: 100% !important;
}

.mobile-wrapper .options .option {
  position: relative;
  overflow: hidden;
  background-size: auto 120%;
  background-position: center;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  color: #fff;
}

.mobile-wrapper .options .option>div {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 2rem 1rem 1rem;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.mobile-wrapper .options .option>div .info-wrapper {
  z-index: 999;
}

.mobile-wrapper .options .option>div .info-wrapper .title {
  font-size: 1.5rem;
  text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
  margin: 0 0 .5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mobile-wrapper .options .option>div .info-wrapper .subtitle {
  color: white;
  font-size: .8rem;
  letter-spacing: .06rem;
  line-height: 1.125;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mobile-wrapper .options .option>div .info-wrapper .description {
  left: 0px;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mobile-wrapper .options .option>div .info-wrapper .description p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link {
  text-decoration: none;
  width: 6rem;
  color: #e9ecef;
  text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
  box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: .35rem .75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0;
  bottom: 0;
  height: .15rem;
  background: rgba(255, 255, 255, 0.2);
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:hover {
  text-shadow: none;
  box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:hover:after {
  left: 0;
  width: 100%;
}

.mobile-wrapper .options .option>div .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 0 0;
  z-index: 999;
  opacity: 0.8;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-text {
  line-height: 40px;
  padding-left: .75rem;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-icon {
  display: flex;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}

.mobile-wrapper .options .option>div .icon-wrapper .category-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  -webkit-mask-image: url(../images/sports_biotech_icon.svg);
  mask-image: url(../images/sports_biotech_icon.svg);
  background-color: #fff;
  height: 16px;
  width: 16px;
}

.mobile-wrapper .options .option>div .icon-wrapper.sb .category-icon {
  background-color: #0DAFE0;
}

.mobile-wrapper .options .option>div .icon-wrapper.ce .category-icon {
  background-color: #f2501f;
}

.mobile-wrapper .options .option>div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 101%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(52, 58, 64, 0.7);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* .container{width:1280px !important;} */
.container .row h4:first-of-type {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.option_box {
  padding: 0px !important;
}


.part2_no {
  position: absolute;
  width: 71px;
  height: 54px;
  top: 0px;
  left: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part2_no1 {
  background: url('../img/index/no1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part2_no2 {
  background: url('../img/index/no2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part2_no3 {
  background: url('../img/index/no3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part2_no4 {
  background: url('../img/index/no4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.part4_title {
  margin-top: 40px;
}

.part4_title p:nth-of-type(1) {
  font-size: 40px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 600;
}

.part4_title p:nth-of-type(2) {
  font-size: 20px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 400;
}

.p4_tags {
  display: flex;
}

.p4_item {
  flex: 1;
}


/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p4_tag {
    width: 32px;
    cursor: pointer;
  }

  .p4_item>p {
    font-size: 12px;
    color: #2D2F3A;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
  }

  .p4_active>p {
    font-size: 12px;
    color: #1F5DEA !important;
    text-align: center;
    font-weight: 400;
  }

  .p4_tag_foot {
    height: 15px;
  }

  .p4_tag_foot img {
    height: 15px;
  }

  .p4_wrap {
    margin-top: 4px !important;
    padding-top: 15px;
  }

}

/* pc */
@media screen and (min-width:993px) {
  .p4_tag {
    width: 64px;
    cursor: pointer;
  }

  .p4_item>p {
    font-size: 18px;
    color: #2D2F3A;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
  }

  .p4_active>p {
    font-size: 18px;
    color: #1F5DEA !important;
    text-align: center;
    font-weight: 400;
  }

  .p4_tag_foot {
    height: 30px;
  }
}


.p4_active .t1 {
  display: none;
}

.p4_active .t2 {
  display: inline-block;
}

.p4_active .p4_jian {
  display: inline-block;
}

.p4_item {
  text-align: center;
}

.p4_wrap {
  width: 100%;
  background-color: #6f91be;
  margin-top: -10px;
  overflow: hidden;
  padding-top: 15px;
}

.recome_list {
  overflow: hidden;
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .recome_item {
    float: left;
    position: relative;
    width: 48%;
    margin: 1%;
    text-decoration: none !important;
  }

  .recome_img {
    width: 100%;
    border-radius: 10px;
    height: 0px;
    padding-bottom: 56%;
    background-size: cover;
    overflow: hidden;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .recome_item {
    float: left;
    position: relative;
    width: 31%;
    margin: 0.8%;
    text-decoration: none !important;
  }

  .recome_img {
    width: 100%;
    border-radius: 10px;
    height: 0px;
    padding-bottom: 56%;
  }
}

.recome_img:hover {
  transform: scale(1.01)
}

.p4_logo_icon {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 60px;
}

.recome_item p:nth-of-type(1) {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recome_item p:nth-of-type(2) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .know_more {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #1F5DEA;
    border-radius: 24px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: 30px;
  }


}

/* pc */
@media screen and (min-width:993px) {
  .know_more {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    width: 200px;
    height: 48px;
    background: #1F5DEA;
    border-radius: 24px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    margin-bottom: 30px;
  }


}



.know_more_box {
  text-align: center;
  margin-top: 30px;
}

.know_more_box a {
  color: #ffffff;
  text-decoration: none;
}

.know_more_box a:hover {
  color: #ffffff;
  text-decoration: none;
}

.know_more_box a:visited {
  color: #ffffff;
  text-decoration: none;
}




.p5_wrap {
  box-sizing: border-box;
  width: 100%;
  /* height: 844px; */
  background: url('../img/index/p5_wrap.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.p5_title p:nth-of-type(1) {
  font-size: 40px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 600;
  padding-top: 30px;

}

.p5_title P:nth-of-type(2) {
  font-size: 20px;
  color: #2D2F3A;
  text-align: center;
  font-weight: 400;
}



/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p5_a {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
  }

  .p5_a_left {
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .p5_a_right {
    margin: 0 auto;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .p5_a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}


.p5_a_left {
  font-size: 20px;
  color: #2D2F3A;
  line-height: 20px;
  font-weight: 600;
}

.p5_a_right {
  font-size: 14px;
  color: #1F5DEA;
  line-height: 14px;
  font-weight: 400;
  width: 300px;
  display: flex;
  align-items: center;
}

.p5_a_right>a {
  display: inline-block;
  width: 140px;
  height: 32px;
  color: #1F5DEA;
  border: 1px solid rgba(31, 93, 234, 1);
  border-radius: 24px;
  text-align: center;
  /* box-sizing: border-box; */
  padding-top: 7px;
  margin-right: 10px;
  /* margin-bottom:20px; */
  cursor: pointer;
}

.p5_a_right>a:hover {
  color: #1F5DEA;
  text-decoration: none;
}

.p5_a_right>a:visited {
  color: #1F5DEA;
  text-decoration: none;
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p5_b {
    width: 100%;
    margin-bottom: 30px;
  }

  .p5_b_left {
    width: 100%;
    height: 200px !important;
    border-radius: 5px;
    overflow: hidden;
  }

  #video1 {
    width: 100%;
  }

  .videocover {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.15); */
  }

  .video1-dimensions {
    max-height: 200px !important;
  }

  /* .p5_b_introdu{
    height:70px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    background-color: #ffffff;
    color: #2D2F3A;
    font-weight: 500;
  } */
}

/* pc */
@media screen and (min-width:993px) {
  .p5_b {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }

  .p5_b_left {
    width: 820px;
    height: 540px;
    border-radius: 5px;
    overflow: hidden;
  }

  .videocover {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 468px;
    /* background-color: rgba(0, 0, 0, 0.15); */
  }

  .p5_b_introdu {
    height: 70px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    background-color: #ffffff;
    color: #2D2F3A;
    font-weight: 500;
  }
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p5_b_right {
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f3f4f5;
  }

  .p5_b_right_item {
    width: 24.9%;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .p5_mini_video {
    width: 85%;
    position: relative;
    margin: 0 auto;
  }

  .p5_video_des {
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

  .p5_video_play {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .p5_b_right {
    flex: 1;
    box-sizing: border-box;
    height: 540px;
    padding-left: 20px;
  }

  .p5_b_right_item {
    width: 100%;
    height: 120px;
    display: flex;
    margin-bottom: 20px;
    background-color: #ffffff;
    cursor: pointer;
  }

  .p5_mini_video {
    width: 200px;
    height: 120px;
    position: relative;
  }

  .p5_video_des {
    flex: 1;
    box-sizing: border-box;
    padding: 19px 13px;
    font-size: 16px;
    color: #2D2F3A;
    font-weight: 500;
  }

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

  .videocontent {
    width: 100%;
    height: 468px;
  }
}

.minivideo {
  width: 200px;
  height: 120px;
}


.p5_mini_video img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* object-fit:cover; */
/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p6_content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p6_left {
    width: 100%;
  }

  .p6_right {
    flex: 1;
  }

  .p6_pic {
    width: 100%;
    /* height:355px; */
    object-fit: cover;
    margin-bottom: 16px;
    margin-top: 2px;
  }

  .p6_induc {
    box-sizing: border-box;
    /* height: 120px; */
    padding: 0px 16px 16px 16px;
    cursor: pointer;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .p6_content {
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p6_left {
    width: 640px;
  }

  .p6_right {
    flex: 1;
  }

  .p6_pic {
    width: 640px;
    height: 355px;
    object-fit: cover;
    margin-bottom: 16px;
    margin-top: 2px;
  }

  .p6_induc {
    box-sizing: border-box;
    height: 120px;
    padding: 0px 16px 16px 16px;
    cursor: pointer;
  }
}

/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {}

/* pc */
@media screen and (min-width:993px) {}






.line {
  width: 1px;
  height: 413px;
  background: #DCDCE9;
  margin-left: 55px;
  margin-right: 55px;
}

.p6_icon {
  width: 64px;
  height: 24px;
  background-image: linear-gradient(135deg, #F8C539 0%, #FFB145 100%);
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  font-weight: 400;
  margin-right: 10px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
}

.p6_induc>div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p6_nowt {
  font-size: 18px;
  color: #2D2F3A;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p6_induc p:nth-of-type(1) {
  font-size: 14px;
  color: rgba(45, 47, 58, 0.65);
  font-weight: 400;
  margin: 5px 0px;
}

.p6_induc p:nth-of-type(2) {
  font-size: 14px;
  color: #2D2F3A;
  line-height: 22px;
  font-weight: 400;
  margin: 5px 0px;
}

.p6_des1 {
  color: #2D2F3A !important;
}

.p6_des {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: rgba(45, 47, 58, 0.64);
  line-height: 22px;
  font-weight: 400;
}




/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .p7_wrap {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
  }
}

/* pc */
@media screen and (min-width:993px) {
  .p7_wrap {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }
}

.p7_title {
  padding-top: 40px;
}

.p7_title p:nth-of-type(1) {
  font-size: 40px;
  color: #333333;
  text-align: center;
  font-weight: 600;

}

.p7_title p:nth-of-type(2) {
  color: #333333;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}

.part3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.part3 img {
  width: 100%;
}


.desktop-wrapper .options .active .part2_jump {
  display: block;
}

.part2_jump {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 380px;
}

.part2_tags span {
  display: inline-block;
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #1F5DEA;
  text-align: center;
  margin-right: 6px;
  margin-top: 6px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mgr0 {
  margin-right: 0px !important;
}

/* 首页"典型客户"多行交错无缝滚动（PC/移动端一致；奇数行快、偶数行慢） */
.p7_content {
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 1920px;
  padding: 0 20px;
  box-sizing: border-box;
}
.p7_row { overflow: hidden; margin-bottom: 12px; }
.p7_row:last-child { margin-bottom: 0; }
.p7_track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  height: 100%;
  align-items: center;
  animation-name: p7Scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.p7_track .p7_item { float: none; margin: 0 8px 0 0; flex: 0 0 auto; }
.p7_content:hover .p7_track { animation-play-state: paused; }
.p7_item {
  width: 200px;
  height: 110px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.p7_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p7_item:hover { transform: scale(1.05); }
@keyframes p7Scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/* 移动端 */
@media screen and (max-width: 992px) {
  .p7_content { padding: 0 10px; margin-top: 30px; }
  .p7_item { width: 150px; height: 90px; margin: 0 6px 0 0; }
}





/* 返回顶部 */
.back_home {
  width: 100%;
}

.backTop {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  text-align: center;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
  padding-top: 7px;
  cursor: pointer;
}

.backTop .back1 {
  width: 30px;
  height: 30px;
  background: url('../img/index/backtop.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.backTop:hover .back1 {
  transform: scale(1.1)
}

.backTop img {
  width: 30px;
}

.p6_time {
  font-size: 12px;
  color: rgba(45, 47, 58, 0.65);
  line-height: 12px;
  font-weight: 400;
}




.videobtn {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vjs-big-play-button {
  display: none !important;
}

/* 首页通用字体设置 */
/* 移动 */
@media screen and (min-width:0px) and (max-width:992px) {
  .page1-title1 {
    font-size: 20px !important;
  }

  .page1-title2 {
    font-size: 10px !important;
  }
}


/* PC */
@media screen and (min-width:993px) {
  .page1-title1 {
    font-size: 30px !important;
  }

  .page1-title2 {
    font-size: 18px !important;
  }
}

/* 热销产品 */
@media screen and (min-width:993px) {
  .part2_tro {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px;
    /* background-color: rgba(0,0,0,0.3); */
  }

  .part2_tro p {
    margin: 0px;
    padding: 0px;
  }

  .part2_tro p:nth-of-type(1) {
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
  }

  .part2_tro p:nth-of-type(2) {
    font-size: 14px;
    color: #FFFFFF;
    margin: 8px 0px 16px;
    text-align: left;
  }

  .part2_tags {
    margin-right: 50px;
  }
}



/* 热销产品 */
@media screen and (min-width:0px) and (max-width:992px) {
  .swiper2_a {
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .part2_no {
    position: absolute;
    width: 51px;
    height: 40px;
    top: 0px;
    left: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .part2_tro {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px;
    /* background-color: rgba(0,0,0,0.3); */
  }

  .part2_tro p {
    margin: 0px;
    padding: 0px;
  }

  .part2_tro p:nth-of-type(1) {
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
  }

  .part2_tro p:nth-of-type(2) {
    font-size: 14px;
    color: #FFFFFF;
    margin: 8px 0px 16px;
    text-align: left;
  }

  .part2_tags {
    margin-right: 50px;
  }



}