/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
}
.index-banner .box .pc {
  display: block;
}
.index-banner .box .phone {
  display: none;
}
.index-banner .swiper-other {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 2;
  width: 100%;
}
.index-banner .swiper-point-num .swiper-pagination-bullet {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.index-banner .swiper-point-num .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
  opacity: 1;
  transition: opacity 0.3s;
}
.index-banner .swiper-point-num .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
}
.index-banner .swiper-point-num .cycle-box {
  --size: 12px;
  --b-c: var(--main-color);
  display: block;
}
@media (max-width: 1200px) {
  .index-banner .box .pc {
    display: none;
  }
  .index-banner .box .phone {
    display: block;
  }
  .index-banner .swiper-other {
    bottom: 0.25rem;
  }
  .index-banner .swiper-point-num .swiper-pagination-bullet {
    margin: 0 0.08rem;
  }
  .index-banner .swiper-point-num .cycle-box {
    --size: 0.26rem;
  }
}
.index-product {
  padding-bottom: 50px;
}
.index-product .tab-box .tab-tit {
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
}
.index-product .tab-box .tab-tit .icon-cycle {
  margin-right: 5px;
  opacity: 0;
}
.index-product .tab-box .tab-tit a {
  margin: 5px 8px;
}
.index-product .tab-box .tab-tit a:hover,
.index-product .tab-box .tab-tit a.on {
  color: var(--main-color);
}
.index-product .tab-box .tab-tit a.on .icon-cycle {
  opacity: 1;
}
.index-product .tab-box .tab-cont {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .index-product {
    padding-bottom: 0;
  }
  .index-product .tab-box .tab-tit {
    flex-wrap: wrap;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .index-product .tab-box .tab-tit .icon-cycle {
    display: none;
    margin-top: -0.05rem;
    margin-bottom: 0.1rem;
    margin-right: 0;
    width: 100%;
  }
  .index-product .tab-box .tab-tit a {
    margin: 0 0.1rem;
  }
  .index-product .tab-box .tab-cont {
    margin-top: 0.1rem;
    padding-bottom: 0.5rem;
  }
  .index-product .tab-box .tab-cont .list1-li {
    display: none;
  }
  .index-product .tab-box .tab-cont .list1-li:nth-child(1),
  .index-product .tab-box .tab-cont .list1-li:nth-child(2),
  .index-product .tab-box .tab-cont .list1-li:nth-child(3),
  .index-product .tab-box .tab-cont .list1-li:nth-child(4) {
    display: inline-flex;
  }
}
.index-service {
  background: no-repeat center / cover;
  color: #ffffff;
}
.index-service .flex-box {
  padding-top: 130px;
  padding-bottom: 100px;
}
.index-service .title-box .title {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.4em;
}
.index-service .title-box .icon-cycle {
  justify-content: flex-end;
}
.index-service .auto-title-block {
  --h2-color: #ffffff;
  order: -1;
  padding-top: 0;
}
.index-service .auto-title-block .auto-title-h2 {
  line-height: 1.3em;
  letter-spacing: 0;
}
.index-service .auto-title-block p + p {
  margin-top: 0.5em;
}
.index-service .cont {
  display: flex;
  order: 2;
  width: 100%;
  margin-top: 95px;
  justify-content: flex-end;
}
.index-service .cont .cont-box {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.index-service .cont .cont-title {
  margin: 1.3em 0;
  font-size: 15px;
  line-height: 1.4em;
  opacity: 0.7;
}
.index-service .cont .video-block {
  width: 326px;
}
@media (max-width: 1200px) {
  .index-service .flex-box {
    padding-top: 0.65rem;
    padding-bottom: 0.5rem;
  }
  .index-service .title-box {
    width: 100%;
    text-align: center;
  }
  .index-service .title-box .title {
    margin-bottom: 0.5em;
    font-size: 0.28rem;
  }
  .index-service .title-box .icon-cycle {
    justify-content: center;
  }
  .index-service .auto-title-block {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    order: 1;
    width: 100%;
    text-align: center;
  }
  .index-service .cont {
    margin-top: 0;
    justify-content: center;
  }
  .index-service .cont .cont-title {
    margin: 1.2em 0;
    text-align: center;
    font-size: 0.26rem;
    opacity: 1;
  }
  .index-service .cont .video-block {
    max-width: 100%;
  }
}
html[lang='zh-en'] .index-about .top .list .list-title {
  width: 100%;
}
html[lang='zh-en'] .index-about .top .list .list-des {
  margin-left: 0;
}
.index-about {
  color: #ffffff;
}
.index-about .top {
  background: no-repeat center / cover;
}
.index-about .top .flex-box {
  padding-top: 108px;
  padding-bottom: 198px;
}
.index-about .top .cont {
  width: 515px;
  font-size: 16px;
  line-height: 1.875em;
}
.index-about .top .cont .title {
  margin-bottom: 2.2em;
}
.index-about .top .cont .auto-title-block {
  --h2-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.index-about .top .cont .des {
  margin-top: 2.2em;
  opacity: 0.5;
  -webkit-line-clamp: 3;
}
.index-about .top .list {
  width: calc(90% - 515px);
  max-width: 715px;
}
.index-about .top .list .list-li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}
.index-about .top .list .list-li + .list-li {
  margin-top: 46px;
}
.index-about .top .list .list-li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 0%;
  background: #c09f60;
  transition: width 0.6s ease;
}
.index-about .top .list .list-li:hover::before {
  width: 100%;
}
.index-about .top .list .list-li:hover .list-title {
  color: #c09f60;
}
.index-about .top .list .list-title {
  font-size: 24px;
  line-height: 1.4em;
  color: #ffffff;
  transition: color 0.3s ease;
}
.index-about .top .list .list-des {
  margin-left: 1em;
  font-size: 15px;
  line-height: 1.4em;
  color: #ffffff;
  opacity: 0.5;
}
.index-about .swiper-box {
  --w-w: var(--wrap-1400-width);
  --p: calc(var(--w-w) * 0.0464);
  margin-top: -120px;
  position: relative;
  overflow: hidden;
}
.index-about .swiper-box .swiper-slide {
  width: calc(var(--w-w) + var(--p) * 2);
  padding: 0 var(--p);
}
@media (max-width: 1200px) {
  .index-about .top .flex-box {
    padding-top: 0.65rem;
    padding-bottom: 1rem;
  }
  .index-about .top .cont {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .index-about .top .cont .title {
    margin-bottom: 0.8em;
  }
  .index-about .top .cont .des {
    margin-top: 0.8em;
  }
  .index-about .top .list {
    margin-top: 0.4rem;
    width: 100%;
    max-width: 100%;
  }
  .index-about .top .list .list-li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .index-about .top .list .list-li + .list-li {
    margin-top: 0.35rem;
  }
  .index-about .top .list .list-title {
    font-size: 0.3rem;
  }
  .index-about .top .list .list-des {
    margin-left: 1em;
    font-size: 0.26rem;
  }
  .index-about .swiper-box {
    --w-w: calc(var(--wrap-1400-width) * 0.8);
    --p: 0.15rem;
    margin-top: -0.8rem;
  }
}
.index-news {
  overflow: hidden;
}
.index-news .auto-title-block {
  border-left: 1px solid #d9d9d9;
  padding-left: 60px;
  padding-top: 115px;
  padding-bottom: 65px;
}
.index-news .auto-title-block .icon-cycle {
  margin-top: 20px;
  justify-content: flex-start;
}
.index-news .swiper-box .swiper {
  overflow: visible;
}
@media (max-width: 1200px) {
  .index-news .auto-title-block {
    padding-left: 0.3rem;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
  .index-news .auto-title-block .icon-cycle {
    margin-top: 0.2rem;
  }
}
.auto-banner {
  position: relative;
}
.auto-banner .cont {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.auto-banner .cont .title {
  font-weight: bold;
  line-height: 1.4em;
}
.auto-banner .cont .des {
  margin-top: 12px;
  line-height: 1.4em;
}
.auto-banner .cont .icon-cycle {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .auto-banner .cont .des {
    margin-top: 0.15rem;
    line-height: 1.4em;
  }
  .auto-banner .cont .icon-cycle {
    margin-top: 0.15rem;
  }
}
@media (max-width: 768px) {
  .auto-banner img {
    height: 4.8rem;
    object-fit: cover;
    object-position: center;
  }
}
html[lang="zh-en"] .about-block-a .list-li .cont-div .text {
  text-align: left;
}
.about-block-a {
  overflow: hidden;
}
.about-block-a .list-li {
  position: relative;
}
.about-block-a .list-li.li1 {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #f3f2f2;
}
.about-block-a .list-li.li1::before,
.about-block-a .list-li.li1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-block-a .list-li.li1::before {
  background: url(../images/about/bg_1_1.png) no-repeat left bottom;
}
.about-block-a .list-li.li1::after {
  background: url(../images/about/bg_1_2.png) no-repeat right top;
}
.about-block-a .list-li.li2 {
  margin-top: -70px;
}
.about-block-a .list-li.li2 .cont-div {
  order: 2;
  padding-top: 145px;
}
.about-block-a .list-li .cont-div {
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 18px;
  line-height: 1.4em;
  color: #555555;
}
.about-block-a .list-li .cont-div .title {
  color: #999999;
}
.about-block-a .list-li .cont-div .auto-title-block-a {
  padding: 10px 0 33px;
}
.about-block-a .list-li .cont-div .text {
  --lh: 2.11em;
  max-height: calc(var(--lh)*12);
  overflow-y: auto;
  text-align: justify;
  line-height: var(--lh);
}
.about-block-a .list-li .cont-div .text p + p {
  margin-top: 1.2em;
}
.about-block-a .list-li .img-div {
  position: relative;
  z-index: 1;
  width: 43.92%;
}
.about-block-a .list-li .img-div img {
  display: block;
}
.about-block-a .list-li .img-div .img-icon {
  --sw: 94px;
  --mini: 0.33;
  --big: calc(1 - var(--mini));
  display: flex;
  justify-content: space-between;
  margin-top: calc(var(--sw) * var(--mini) * -1);
  position: absolute;
  left: 100%;
  top: 100%;
  width: var(--sw);
}
.about-block-a .list-li .img-div .img-icon::before,
.about-block-a .list-li .img-div .img-icon::after {
  content: "";
  display: block;
  background: #ffffff;
}
.about-block-a .list-li .img-div .img-icon::before {
  margin-top: calc(var(--sw) * var(--mini));
  width: calc(var(--sw) * var(--big));
  height: calc(var(--sw) * var(--big));
}
.about-block-a .list-li .img-div .img-icon::after {
  width: calc(var(--sw) * var(--mini));
  height: calc(var(--sw) * var(--mini));
}
@media (max-width: 1200px) {
  .about-block-a .list-li {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .about-block-a .list-li.li1 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .about-block-a .list-li.li2 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .about-block-a .list-li.li2 .cont-div {
    order: 0;
    padding-top: 0;
  }
  .about-block-a .list-li::before,
  .about-block-a .list-li::after {
    background-size: 3.35rem auto;
  }
  .about-block-a .list-li .cont-div {
    width: 100%;
    font-size: 0.28rem;
  }
  .about-block-a .list-li .cont-div .auto-title-block-a {
    padding: 0.2rem 0;
  }
  .about-block-a .list-li .cont-div .text {
    --lh: 1.6em;
    max-height: unset;
  }
  .about-block-a .list-li .cont-div .text p + p {
    margin-top: 0.8em;
  }
  .about-block-a .list-li .img-div {
    margin-top: 0.25rem;
    width: 100%;
  }
  .about-block-a .list-li .img-div .img-icon {
    --sw: 0.6rem;
  }
}
.history-block {
  padding-bottom: 110px;
}
.history-block .swiperCont {
  background: #f3f2f2;
  padding: 40px;
}
.history-block .swiperCont .flex-box .img {
  width: 46.96%;
}
.history-block .swiperCont .flex-box .cont {
  width: 47.72%;
}
.history-block .swiperCont .flex-box .h6 {
  margin-bottom: 13px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4em;
  color: #222222;
}
.history-block .swiperCont .flex-box .text {
  font-size: 16px;
  line-height: 2.25em;
  color: #555555;
}
.history-block .swiperList {
  margin-top: 55px;
}
.history-block .swiperList .line {
  display: block;
}
.history-block .swiperList .num {
  margin-top: 7px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  color: #333333;
}
.history-block .swiperList .swiper-slide-thumb-active .num {
  color: var(--main-color);
}
@media (max-width: 1200px) {
  .history-block {
    padding-bottom: 0.6rem;
  }
  .history-block .swiperCont {
    padding: 0.3rem;
  }
  .history-block .swiperCont .flex-box .img {
    width: 100%;
  }
  .history-block .swiperCont .flex-box .cont {
    width: 100%;
  }
  .history-block .swiperCont .flex-box .h6 {
    margin-top: 0.3rem;
    margin-bottom: 0.3em;
    font-size: 0.3rem;
  }
  .history-block .swiperCont .flex-box .text {
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .history-block .swiperList {
    margin-top: 0.3rem;
  }
  .history-block .swiperList .num {
    margin-top: 0.1rem;
    font-size: 0.34rem;
  }
}
.honor-block {
  padding-bottom: 105px;
  background: url(../images/about/bg_3.jpg) no-repeat center / cover;
}
@media (max-width: 1200px) {
  .honor-block {
    padding-bottom: 0.65rem;
  }
}
.down-list {
  padding-bottom: 75px;
}
.down-list .list4 {
  margin-top: -25px;
}
@media (max-width: 1200px) {
  .down-list {
    padding-bottom: 0.65rem;
  }
  .down-list .list4 {
    margin-top: -0.4rem;
  }
}
.faq-list {
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .faq-list {
    padding-bottom: 0.65rem;
  }
}
.join-block {
  padding-bottom: 75px;
}
.join-block .search-form-a {
  position: relative;
  margin-top: -35px;
}
.join-block .list11 {
  margin-top: 38px;
}
@media (max-width: 1200px) {
  html[lang="zh-en"] .join-block .search-form-a {
    display: none;
  }
  html[lang="zh-en"] .join-block .list11 {
    margin-top: -0.1rem;
  }
  .join-block {
    padding-bottom: 0.6rem;
  }
  .join-block .search-form-a {
    margin-top: -0.3rem;
  }
  .join-block .list11 {
    margin-top: 0.2rem;
  }
}
.partner-t {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.partner-t:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 3px;
  width: 24px;
  background: #eaeaea;
}
.partner-t .p {
  overflow: hidden;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.13);
  line-height: 32px;
}
.partner-t .h3 {
  font-weight: normal;
  color: #222222;
  line-height: 72px;
  overflow: hidden;
}
.partner-block {
  overflow: hidden;
  margin-top: 6%;
  margin-bottom: 7%;
}
.partner-block .f92 {
  font-size: 92px;
}
.partner-block .f53 {
  font-size: 53px;
}
.partner-block .f40 {
  font-size: 40px;
}
.partner-block .f24 {
  font-size: 24px;
}
.partner-block .partner-div-l {
  float: left;
  width: 31.1%;
  margin-right: 2%;
  overflow: hidden;
  background: url(../images/partner/partner_bg1.png) left 147px no-repeat;
  background-size: 95.1% auto;
}
.partner-block .partner-div-l .boxs {
  max-width: 416px;
  margin: 0 auto;
}
.partner-block .partner-div-l .cons {
  overflow: hidden;
  margin-top: 44px;
}
.partner-block .partner-div-l .cons .nums {
  line-height: 100px;
  height: 100px;
  font-weight: normal;
  overflow: hidden;
  color: #333333;
}
.partner-block .partner-div-l .cons .nums .b {
  font-weight: bold;
}
.partner-block .partner-div-l .cons .nums label {
  overflow: hidden;
  vertical-align: top;
  line-height: 40px;
}
.partner-block .partner-div-l .cons .p {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  overflow: hidden;
  margin-top: 25px;
}
.partner-block .partner-div-l .cons .a {
  display: block;
  width: 158px;
  text-align: center;
  color: #fff;
  background: url(../images/partner/i_bg5.png) no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  margin-top: 55px;
  transition: all 0.3s;
  border-radius: 20px;
}
.partner-block .partner-div-l .cons .a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partner-block .partner-ul {
  overflow: hidden;
  padding-top: 58px;
}
.partner-block .partner-ul ul li {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.partner-block .partner-ul ul li:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.partner-block .partner-ul ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 54.5%;
}
.partner-block .partner-ul ul li .imgs img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.partner-block .partner-ul ul li .boxs {
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.partner-block .partner-ul ul li:nth-child(4n + 0) .boxs {
  border-right: 0;
}
.partner-block .partner-ul ul li:nth-child(1) .boxs,
.partner-block .partner-ul ul li:nth-child(2) .boxs,
.partner-block .partner-ul ul li:nth-child(3) .boxs,
.partner-block .partner-ul ul li:nth-child(4) .boxs {
  border-top: 0;
}
@media (max-width: 1200px) {
  .partner-block {
    margin: 0 auto;
    padding: 0.5rem 0 0.6rem;
  }
  .partner-block .f92 {
    font-size: 0.5rem;
    line-height: 1em;
  }
  .partner-block .f53 {
    font-size: 0.4rem;
    line-height: 1em;
  }
  .partner-block .f40 {
    font-size: 0.3rem;
    line-height: 1em;
  }
  .partner-block .f24 {
    font-size: 0.28rem;
  }
  .partner-block .h3 {
    line-height: 1.4em;
  }
  .partner-block .partner-div-l {
    margin-right: 0;
    width: 100%;
    padding-bottom: 0.2rem;
    background-position: left center;
  }
  .partner-block .partner-div-l .boxs {
    max-width: 100%;
  }
  .partner-block .partner-div-l .cons {
    margin-top: 0.2rem;
  }
  .partner-block .partner-div-l .cons .nums {
    height: auto;
    line-height: 1em;
  }
  .partner-block .partner-div-l .cons .nums .b {
    line-height: 1.5em;
  }
  .partner-block .partner-div-l .cons .nums label {
    line-height: 1em;
  }
  .partner-block .partner-div-l .cons .p {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .partner-block .partner-div-l .cons .a {
    margin-top: 0.2rem;
    height: 0.6rem;
    width: 1.7rem;
    line-height: 0.6rem;
  }
  .partner-block .partner-ul {
    width: 100%;
    padding-top: 0.2rem;
  }
  .partner-block .partner-ul ul li {
    width: 33.33%;
  }
  .partner-block .partner-ul ul li:nth-child(4n) .boxs {
    border-right: 1px solid #f2f2f2;
  }
  .partner-block .partner-ul ul li:nth-child(3n) .boxs {
    border-right: 0 none;
  }
  .partner-block .partner-ul ul li:nth-last-child(4) .boxs {
    border-top: 1px solid #f2f2f2;
  }
}
.auto-info {
  padding-bottom: 70px;
}
.auto-info .bg {
  margin: -15px auto 0;
  border-radius: 3px;
  max-width: 100%;
  padding: 35px 45px;
  color: #333333;
}
.auto-info .bg .auto-cont {
  font-size: 16px;
  line-height: 1.6em;
}
.auto-info .bg .auto-cont h5 {
  margin: 0.4em 0 0.6em;
  font-size: 1.2em;
  font-weight: bold;
}
.auto-info .bg .auto-cont p {
  margin-top: 0.1em;
}
@media (max-width: 1200px) {
  .auto-info {
    padding-bottom: 0.65rem;
  }
  .auto-info .bg {
    margin-top: -0.1rem;
    padding: 0.45rem 0.5rem;
  }
  .auto-info .bg .auto-cont {
    font-size: 0.26rem;
  }
  .auto-info .bg .auto-cont h5 {
    margin: 0.2em 0 0.2em;
    font-size: 1.1em;
  }
}
.product-list {
  padding-top: 105px;
  padding-bottom: 85px;
}
@media (max-width: 1200px) {
  .product-list {
    padding-top: 0.45rem;
    padding-bottom: 0.6rem;
  }
}
.product-info .info-top {
  padding-top: 80px;
  padding-bottom: 70px;
}
.product-info .info-top .img-list {
  position: relative;
  z-index: 2;
  width: 42.57%;
}
.product-info .info-top .img-list .big-img {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
}
.product-info .info-top .img-list .big-img .img-box::before {
  padding-top: 100%;
}
.product-info .info-top .img-list .big-img img {
  object-fit: contain;
}
.product-info .info-top .img-list .big-img .icons {
  --size1: 30px;
  --fill: #ffffff;
  --size: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.product-info .info-top .img-list .big-img .icons .self-svg {
  width: var(--size1);
  height: var(--size1);
}
.product-info .info-top .img-list .big-img .hoverbox {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 50%;
  width: 50%;
  cursor: move;
  background: var(--main-color);
  opacity: 0.7;
}
.product-info .info-top .img-list .big-img .showbox {
  display: none;
  position: absolute;
  left: 102%;
  top: 0;
  z-index: 2;
  border: 1px solid #eee;
  width: 80%;
  height: 80%;
  overflow: hidden;
  background-color: #ffffff;
}
.product-info .info-top .img-list .big-img .showbox img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: 99999%;
  object-fit: contain;
}
.product-info .info-top .img-list .swiper-box {
  --pad: 5px;
  margin-top: 12px;
  position: relative;
  padding: 0 calc(26px - var(--pad));
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide {
  padding: 0 var(--pad);
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box {
  display: block;
  border: 1px solid #e4e4e4;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box::before {
  padding-top: 100%;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  opacity: 0;
  transition: all 0.3s;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide:hover .img-box::after,
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide.on .img-box::after {
  opacity: 1;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn {
  --fill: #444444;
  position: absolute;
  top: 0;
  border-radius: 0;
  height: 100%;
  width: calc(26px - var(--pad));
  opacity: 0.4;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn .self-svg {
  --size: 100%;
  height: 100%;
  background: transparent;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn:hover {
  opacity: 1;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .prev {
  left: 0;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .next {
  right: 0;
}
.product-info .info-top .cont {
  width: 55.71%;
  padding-top: 46px;
  font-size: 15px;
  line-height: 2em;
  color: #555555;
}
.product-info .info-top .cont .p {
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.product-info .info-top .cont .h2 {
  margin-top: 9px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333333;
}
.product-info .info-top .cont .hr {
  margin: 15px 0;
  border: 0 none;
  border-top: 1px solid #eeeeee;
}
.product-info .info-top .cont .span-div {
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #999999;
}
.product-info .info-top .cont .span-div .span-son {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 100px;
  background: #f8f8f8;
  padding: 0 1em;
}
.product-info .info-top .cont .des {
  padding: 8px 0;
  min-height: 18em;
}
.product-info .info-top .cont .des p + p {
  margin-top: 1em;
}
.product-info .info-top .cont .contact-btn-box {
  margin-top: 5px;
}
.product-info .info-top .cont .contact-btn-box .btn {
  border-radius: 4px;
  width: 230px;
  padding: 0 1.8em;
  background-color: var(--main-next-color);
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  color: #ffffff;
  transition: background 0.3s;
}
.product-info .info-top .cont .contact-btn-box .btn:hover {
  background-color: var(--main-color);
}
.product-info .p-cont .product-title .title-word {
  padding: 0 1.5em;
  background-color: var(--main-color);
  font-size: 20px;
  line-height: 52px;
  color: #ffffff;
}
.product-info .p-cont .p-detail {
  border-top: 2px solid var(--main-color);
  padding: 55px 0 85px;
  font-size: 18px;
  line-height: 1.88em;
  color: #555555;
}
.product-info .p-cont .p-detail p + p {
  margin-top: 1em;
}
@media (max-width: 1200px) {
  .product-info .info-top {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .product-info .info-top .img-list {
    width: 100%;
  }
  .product-info .info-top .img-list .hoverbox {
    display: none!important;
  }
  .product-info .info-top .img-list .big-img .icons {
    display: none!important;
  }
  .product-info .info-top .img-list .showbox {
    display: none!important;
  }
  .product-info .info-top .img-list .swiper-box {
    --pad: 0.07rem;
    margin-top: 0.2rem;
    padding: 0 calc(0.5rem - var(--pad));
  }
  .product-info .info-top .img-list .swiper-box .swiper-btns .self-svg {
    --size: calc(var(--size1) * 0.6);
  }
  .product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn {
    width: calc(0.5rem - var(--pad));
  }
  .product-info .info-top .cont {
    width: 100%;
    padding-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 1.7em;
  }
  .product-info .info-top .cont .h2 {
    margin-top: 0.2em;
    font-size: 0.3rem;
  }
  .product-info .info-top .cont .hr {
    margin: 0.2rem 0;
  }
  .product-info .info-top .cont .des {
    min-height: 0;
    padding: 0.06rem 0 0.2rem;
  }
  .product-info .info-top .cont .des p + p {
    margin-top: 0.3em;
  }
  .product-info .info-top .cont .contact-btn-box {
    margin-top: 0;
  }
  .product-info .info-top .cont .contact-btn-box .btn {
    width: 2.3rem;
    font-size: 0.26rem;
    line-height: 2.6em;
  }
  .product-info .p-cont .product-title .title-word {
    font-size: 0.28rem;
    line-height: 2.2em;
  }
  .product-info .p-cont .p-detail {
    padding: 0.3rem 0 0.5rem;
    font-size: 0.26rem;
    line-height: 1.7em;
  }
  .product-info .p-cont .p-detail p + p {
    margin-top: 0.3em;
  }
}
.news-list {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .news-list {
    padding-top: 0.15rem;
    padding-bottom: 0.6rem;
  }
}
.news-info {
  padding-top: 75px;
  padding-bottom: 40px;
}
.news-info .info-content {
  width: 66.4%;
}
.news-info .info-content .h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  color: #333333;
}
.news-info .info-content .other {
  padding: 13px 0 25px;
  font-size: 15px;
  line-height: 30px;
  color: #c8c8c8;
}
.news-info .info-content .cont-word {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 15px;
  line-height: 2.1em;
  color: #555555;
}
.news-info .info-content .cont-word p + p {
  margin-top: 0.9em;
}
.news-info .info-content .info-page-box {
  padding: 20px 0;
}
.news-info .put-news {
  width: 27.5%;
  padding-top: 10px;
}
.news-info .put-news .h2 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1200px) {
  .news-info {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .news-info .info-content {
    width: 100%;
  }
  .news-info .info-content .h2 {
    font-size: 0.32rem;
    text-align: center;
  }
  .news-info .info-content .other {
    padding: 0.5em 0 1.5em;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .news-info .info-content .other .txt {
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: center;
  }
  .news-info .info-content .other .share-box {
    width: 100%;
  }
  .news-info .info-content .cont-word {
    padding: 1.1em 0;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .news-info .info-content .cont-word p + p {
    margin-top: 0.5em;
  }
  .news-info .info-content .info-page-box {
    padding: 0.3rem 0;
  }
  .news-info .put-news {
    width: 100%;
    padding-top: 0.1rem;
  }
  .news-info .put-news .h2 {
    margin-bottom: 0.15rem;
    font-size: 0.32rem;
  }
}
.info-block {
  margin-bottom: 40px;
}
.info-block .img-box {
  border-radius: 4px;
  width: 376px;
}
.info-block .img-box::before {
  padding-top: 64.62%;
}
.info-block .cont {
  width: 390px;
  padding-top: 15px;
}
.info-block .cont .title {
  --img-h: 42px;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(var(--img-h) - 4px);
  color: var(--main-next-color);
  transition: all 0.3s;
}
.info-block .cont .title img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: var(--img-h);
  max-height: var(--img-h);
  object-position: left center;
}
.info-block .cont .title .name {
  width: calc(100% - var(--img-h));
  padding: 0 0 0 0.3em;
}
.info-block .cont .title:hover {
  color: var(--main-color);
}
@media (max-width: 1200px) {
  .info-block {
    margin-bottom: 0.3rem;
  }
  .info-block .img-box {
    border-radius: 0.05rem;
    width: 100%;
  }
  .info-block .cont {
    width: 100%;
    padding-top: 0.3rem;
  }
  .info-block .cont .title {
    --img-h: 0.6rem;
    font-size: 0.3rem;
    line-height: calc(var(--img-h));
  }
}
.welfare-list {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .welfare-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contact-block-a {
  padding-bottom: 80px;
  font-size: 15px;
  line-height: 1.5em;
  color: #999999;
}
.contact-block-a .ul .li {
  transform: translateY(0);
  max-width: 32%;
  transition: transform 0.3s;
}
.contact-block-a .ul .li.lw-w-12 {
  margin-top: 38px;
  width: 100%;
  max-width: 100%;
}
.contact-block-a .ul .li .box .li-title {
  margin-bottom: 14px;
}
.contact-block-a .ul .li .box .li-title .self-svg {
  --size1: 1.4em;
  --size: 90%;
  --fill: #b5b5b5;
  margin-right: 0.5em;
  width: var(--size1);
  height: var(--size1);
}
.contact-block-a .ul .li .box .p {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #222222;
}
.contact-block-a .ul .li .box .txt {
  font-size: 24px;
  line-height: 1.5em;
  color: #333333;
}
.contact-block-a .ul .li:hover {
  transform: translateY(-3px);
}
.contact-block-a .ul .li:hover .box .li-title {
  color: var(--main-color);
}
.contact-block-a .ul .li:hover .box .li-title .self-svg {
  --fill: var(--main-color);
}
.map-block .map {
  height: clamp(350px, 50vh, 525px);
}
.map-block .map .shadow {
  display: none;
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .contact-block-a .ul {
    margin-top: -0.2rem;
  }
  .contact-block-a .ul .li {
    width: 100%;
    max-width: 100%;
    padding: 0.1rem;
  }
  .contact-block-a .ul .li.lw-w-12 {
    margin-top: 0.1rem;
  }
  .contact-block-a .ul .li .box .li-title {
    margin-bottom: 0.15em;
    justify-content: center;
  }
  .contact-block-a .ul .li .box .p {
    font-size: 0.32rem;
  }
  .contact-block-a .ul .li .box .txt {
    font-size: 0.32rem;
  }
  .contact-block-a .ul .share-box {
    justify-content: center;
  }
  .map-block .map {
    height: 5rem;
  }
  .map-block .map .BMap_Marker img {
    display: block;
    transform: scale(0.7);
  }
}
.contact-form {
  padding-bottom: 70px;
}
.contact-form .hr {
  margin-bottom: 28px;
  border: 0 none;
  border-top: 1px solid #e6e6e6;
}
.contact-form .form {
  --pad: 16px;
  --h: 46px;
  margin: calc(var(--pad)*-1);
  color: #555555;
}
.contact-form .form .input-box {
  padding: var(--pad);
}
.contact-form .form .input-box .input {
  border: 1px solid #d0d0d0;
  width: 100%;
  padding: 10px 1.3em;
  font-size: 14px;
  line-height: calc(var(--h) - 10px*2);
}
.contact-form .form .input-box .input::placeholder {
  color: #555555;
}
.contact-form .form .input-box textarea {
  display: block;
  height: 200px;
}
.contact-form .form .code-box .input {
  width: 232px;
}
.contact-form .form .code-box img {
  margin-left: 12px;
  width: 134px;
  height: var(--h);
  object-fit: fill;
  cursor: pointer;
}
.contact-form .form .submit-box .submit {
  width: 220px;
  line-height: var(--h);
  max-width: 100%;
  padding: 0 1.5em;
  background-color: var(--main-color);
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  line-height: calc(var(--h) + 2px);
  color: #ffffff;
  transition: all 0.3s;
}
.contact-form .form .submit-box .submit:hover {
  background-color: var(--main-next-color);
}
@media (max-width: 1200px) {
  .contact-form {
    padding-bottom: 0.6rem;
  }
  .contact-form .hr {
    margin-bottom: 0.32rem;
  }
  .contact-form .form {
    --pad: 0.12rem;
    --h: 0.7rem;
  }
  .contact-form .form .input-box .input {
    padding: 0.1rem 1.2em;
    line-height: calc(var(--h) - 0.1rem*2);
  }
  .contact-form .form .code-box .input {
    width: 60%;
  }
  .contact-form .form .code-box img {
    margin-left: 2%;
    width: 38%;
  }
}
.fonctionnement-list {
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .fonctionnement-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.quality-list {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .quality-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.application-block {
  padding-top: 50px;
  padding-bottom: 90px;
}
.application-block .cont-box {
  font-size: 22px;
  line-height: 2em;
  color: #333333;
}
.application-block .cont-box p + p {
  margin-top: 1.3em;
}
.application-block .cont-box .text {
  width: 47.57%;
}
.application-block .cont-box .img-cont {
  width: 50%;
}
@media (max-width: 1200px) {
  .application-block {
    padding-top: 0;
    padding-bottom: 0.6rem;
  }
  .application-block .cont-box {
    margin-top: -0.2rem;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .application-block .cont-box p + p {
    margin-top: 1.3em;
  }
  .application-block .cont-box .text {
    width: 100%;
  }
  .application-block .cont-box .img-cont {
    margin-top: 1em;
    width: 100%;
  }
}
