@charset "utf-8";
/* CSS Document */

body {
  --ww: 7.6vw;
  --bj: var(--ww);
  --top: 90px;
  --color: #3bcac6;
  --gap: 90px;
  --f14: 14px;
  --f16: 16px;
  --f18: 18px;
  --f20: 20px;
  --f22: 22px;
  --f24: 24px;
  --f26: 26px;
  --f28: 28px;
  --f30: 30px;
  --f32: 32px;
  --f34: 34px;
  --f36: 36px;
  --f40: 40px;
  --f42: 42px;
  --f44: 44px;
  --f46: 46px;
  --f48: 48px;
  --f52: 52px;
  --f54: 54px;
  --f56: 56px;
  --f58: 58px;
  --f60: 60px;
  --f62: 62px;
  --f66: 66px;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (1920px - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 22px;
    --f32: 24px;
    --f34: 26px;
    --f36: 28px;
    --f40:30px;
    --f42: 32px;
    --f44: 34px;
    --f46: 36px;
    --f48: 38px;
    --f52: 38px;
    --f54: 38px;
    --f56: 40px;
    --f58: 44px;
    --f60: 46px;
    --f62:48px;
    --f66: 50px;
    --bj: 5vw;
    --top: 60px;
    --gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 26px;
    --f16: 28px;
    --f18:30px;
    --f20: 30px;
    --f22: 32px;
    --f24: 34px;
    --f26: 34px;
    --f28: 40px;
    --f30: 40px;
    --f32: 40px;
    --f34: 40px;
    --f36: 40px;
    --f40: 40px;
    --f42: 40px;
    --f44: 40px;
    --f46:40px;
    --f48:42px;
    --f52: 44px;
    --f54: 44px;
    --f56: 46px;
    --f58: 46px;
    --f60: 48px;
    --f62: 48px;
    --f66: 48px;
  }
}




picture {
  display: block;
}


.yx-cont1620 {
  width: calc(100% - (var(--bj) * 2));
  margin: auto;
}

.about-banner {
  padding:40px 0 80px 0;
  position: relative;
  overflow: inherit;
}
.about-banner .about-banner-cont {
  padding: 0 var(--bj);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.about-banner .about-banner-cont .about-banner-cont-wrap {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list {
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  transform-origin: right center;
  top: 53%;
  transform: translateY(-53%);
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-text-wrap {
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: left 30%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs {
  height: 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-bg {
  height: 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-bg picture {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-bg picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/10.png") no-repeat center / 100% 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  backface-visibility: hidden;
  border-radius: 20px;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 5;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-img picture {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-img:nth-child(1) picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/10.png") no-repeat center / 100% 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  backface-visibility: hidden;
  border-radius: 20px;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  will-change: transform, opacity;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.36s;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform-origin: left center;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text .altw-titx {
  text-align: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;width: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -99;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text .altw-titx .ban-title {
  font-size: var(--f42);
  line-height: 1.33;
  color: #fff;
  transition: all 0.36s;
  text-align: center;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap {
  /*height: 100%;*/
  margin: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  /*transform-origin: left 30%;*/
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit {
  position: relative;
  display: inline-block;
  /*text-align: center;*/
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit h1 {
  font-size: 40px;
  line-height: 1.33;
  color: #fff;
  transition: all 0.36s;
  width: fit-content;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit .altw-tit-sub {
  margin-top:17px;
  font-size: 20px;
  line-height: 1.33;
  color: #fff;
  transition: all 0.36s;
  overflow: hidden;
  text-align: left;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit .altw-tit-sub p{
  width: fit-content;   
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .altw-parga {
  width: 40%;
  overflow: hidden;
  text-align: left;
  padding-top: 10vh;
  transition: all 0.36s;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .altw-parga h2 {
  color: red;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0;
  font-size: var(--f30);
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .altw-parga .altw-parga-text {
  pointer-events: all;
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: var(--f18);
  line-height: 1.75;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .yx-cont1620 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-pro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.about-banner .about-banner-text {
  padding-top: 150vh;
  padding-bottom: 28vh;
  pointer-events: none;
  position: relative;
}
.about-banner .about-banner-text .about-banner-text-li {
  pointer-events: all;
  height: auto;
  margin-bottom: 260px;
  width: 100%;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap {
  width: 590px;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-subtit {
  transition: all 0.36s;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-subtit .p1 {
  font-size: var(--f42);
  color: #3bcac6;
  font-family: MiSansBold;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-subtit .p2 {
  color: #666;
  font-size: var(--f32);
  line-height: 1.4;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit {
  margin-top: 46px;
  font-size: var(--f20);
  line-height: 1.8;
  transition: all 0.36s;
  color: #666;
  /*height: 12.6em;*/
  /*overflow: auto;*/
  /*padding-right: 10px;*/
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3bcac6;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit {
    scrollbar-color: #3bcac6 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit p {
  position: relative;
  padding-left: 30px;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 11px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #e48011, #f1c269) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50%;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-img {
  display: none;
  width: 100%;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-img img {
  width: 100%;
}
.about-banner .about-banner-text .about-banner-text-li:nth-last-child(1) {
  margin-bottom: 0;
}




@media (max-width: 1500px) {

	
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap {
      width: 660px;
  }
}
@media (max-width: 1200px) {
 
	
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text .altw-titx,
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg .abcw-list-bg-imgs .albi-img,
  .pu_page .number a,
  .brand_view .ew_bk .bk_4,
  .brand_view .ew_bk .bk_3,
  .brand_view .ew_bk .bk_2,
  .brand_view .ew_bk .bk_1::before,
  .send_word::before {
    display: none;
  }
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text {
    top: 0;
  }
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit .altw-tit-sub p,
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts .abcw-list-box .abcw-list-text-wrap .altw-tit h1 {
      width: 100%;
  }
	
  .about-banner .about-banner-cont {
    height: auto;
    position: initial;
  }
  .product_details .wMain .ls_bot {
    position: initial;
    padding: 0;
  }
  .product_details_2 .wMain {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list {
    height: auto;
  }
  .about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-bg {
    position: initial;
    transform: translateY(0);
  }
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-img {
    display: block;
    margin-top: 30px;
  }
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit {
    height: auto;
  }
	
  .contact_us .wMain .ri_box,
  .contact_us .wMain .le_box,
  .news_details .content1,
  .news_details .content2 .le_box,
  .news_list .ws_top .swiper .swiper-slide a .ri_box,
  .news_list .ws_top .swiper .swiper-slide a .le_box,
  .quality_assurance .wMain .ri_box,
  .quality_assurance .wMain .le_box,
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap,
  .product_details_2 .wMain .ri_box,
  .product_details_2 .wMain .le_box,
  .product_details .ls_post .ls_top > div,
  .send_word .wMain .ri_box,
  .send_word .wMain .le_box,
  .corporate_culture .ri_box,
  .corporate_culture .le_box,
  .about_us .ri_box,
  .about_us .le_box,
  .index_about .ut_post > div {
    width: 100%;
  }
  
	
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-subtit .p1 {
  font-size: 20px;
  color: #3bcac6;
  font-family: MiSansBold;
}
.about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.36s;
  color: #666;
}	
.about-banner .about-banner-text {
  padding-top: 20px;
  padding-bottom:20px;
  pointer-events: none;
  position: relative;
}
.about-banner .about-banner-text .about-banner-text-li {
  pointer-events: all;
  height: auto;
  margin-bottom: 60px;
  width: 100%;
}
.about-banner .about-banner-cont .about-banner-cont-wrap .abcw-list .abcw-list-texts {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height:auto;
  z-index: 5;
  will-change: transform, opacity;
}	
	
  
}







@media (max-width: 750px) {
    .pu_level >div {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow: auto;
    }
    .pu_level >div::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .pu_level >div >div a {
      flex-wrap: nowrap;   
    }
    .search_box .ch_bot .classify div span:nth-child(1) {
        display: none;
    }
    .index_quality .content_box .item .em_post {
       padding: 60px 5vw;   
    }
    .pc_footer .ter_top .content3 .lxwm div a {
        flex: 1;
        margin-left: 46px;
    }
    .product_details .ls_post .ls_bot a p {
        width: 32px;
        height: 32px;
    }
    .product_details .ls_post .ls_top > div .content1 .t1 {
       font-size: 45px; 
    }
    .product_details .ls_post .ls_top > div .content1 .t2 {
      font-size: 37px;  
    }
    .index_news .ws_bot .grid_all {
               grid-area: auto; 
    }
  .pu_level > div div a svg {
    transform: scale(0.8) rotate(-90deg);
  }
  .talent_recruitment .content2 .item .one .text .div2 {
    display: none;
  }
  .pu_cut,
  .pu_page {
    --w: 88px;
  }
  .news_list .ws_top .swiper .swiper-slide a .ri_box > div .content2 .btn,
  .pu_item_1 a .box .btn,
  .talent_recruitment .content2 .item .one .btn {
    width: 76px;
    height: 76px;
  }
  .pu_link .a {
     --h: 80px;
  }
  .index_about .ut_post > div .content2 .li + .li {
    margin-left: 80px;
  }
  .index_brand .nd_post > div {
    width: 100%;
  }
  .index_news .ws_top .btn {
    margin-top: 40px;
  }
  .brand_undertaking .ng_top,
  .news_list .ws_bot .content1,
  .index_news .ws_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_banner .div_ .li + .li {
    margin-left: 20px;
  }
  .pc_footer .ter_top .content1 .dianbu a img {
    width: 20px;
  }
  .pc_footer .ter_top .content1 .logo a img {
    height: 66px;
  }
  .pc_footer .ter_top .content3 {
    line-height: 1.4;
  }
  .pc_footer .ter_top .content3 .lxwm div {
    width: 100%;
    margin-left: 0 !important;
  }
    .pc_footer .ter_top .content3 .lxwm div img {
        margin-top: 40px;
    }
    .pc_footer .ter_top .content3 .lxwm div +div {
        margin-top: 10px;
    }
  .pc_footer .ter_top .content3 .share .li > a img {
    max-width: 26px;
  }
  .pc_footer .ter_top .content3 .share {
    margin-top: 36px;
  }
  .pc_footer .ter_top .content3 .share .li .post > div .code {
    width: 180px;
  }
  .pc_footer .ter_top .content3 .share .li .post {
    right: auto;
    left: 160%;
    font-size: 0.8em;
  }
  .pc_footer .ter_top .content3 .share .li .post::before {
    left: -12px;
    border-top-color: transparent;
    border-right-color: #fff;
  }
  .contact_us .wMain .ri_box .content2 form .box .item1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_us .wMain .ri_box .content2 form .box .item1 .label {
    grid-area: auto !important;
  }
  .contact_us .wMain .ri_box .content2 form {
    --h: 88px;
  }
  .contact_us .wMain .ri_box .content2 form .box .item1 .label .xuanze > div + div {
    margin-left: 40px;
  }
  .quality_assurance .wMain .ri_box .content1 .li .num {
    font-size: 100px;
  }
  .certificate .te_cen .swiper .swiper-slide .img {
    height: 460px;
  }
  .product_details_2 .wMain .le_box .content2 ul li,
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit p {
    padding-left: 40px;
  }
  .product_details_2 .wMain .le_box .content2 ul li::before {
    top: 18px;
  }
  .about-banner .about-banner-text .about-banner-text-li .yx-cont1620 .abtl-wrap .abtl-wrap-tit p::before {
    top: 14px;
  }
  .product_details .wMain .ls_bot a p {
    width: 36px;
    height: 36px;
  }
  .pu_level > div div {
    margin-left: 0 !important;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .search_box .ch_bot .result .div100 .tent {
    grid-template-columns: repeat(1, 1fr);
  }
  .search_box .ch_top .sosuo form {
    --w: 74px;
  }
	
}
