@font-face {
    font-family: "Poppins-SemiBold";
    src: url('./Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "Poppins-Medium";
    src: url('./Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: "Poppins-Regular";
    src: url('./Poppins/Poppins-Regular.ttf');
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 62.5%;
color: #222;
scroll-behavior: smooth;
}
a {
    display: block;
    text-decoration: none;
}
.img-size {
    width: 100%;
    height: 100%;
}
.item-title {
    height: 5.3rem;
    font-size: 3.8rem;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    line-height: 5.7rem;
}
.item-desc {
    line-height: 2.7rem;
    font-family: "Poppins-Regular";
    font-size: 1.8rem;
    font-weight: 400;
}
.main{
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
}
.head-wrap {
    width: 100%;
    height: 8rem;
    /* position: fixed;
    top: 0;
    left: 0; */
    background: #fff;
    z-index: 200;
    box-shadow: 0rem 2rem 5rem 0rem rgba(0,57,30,0.06);
}
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 128rem;
    height: 100%;
    box-sizing: border-box;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}
.logo {
    width: 14rem;
    height: 4.2rem;
}
.anchor-link {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.link-text {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    color: #222;
}
.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4rem;
    height: 4.8rem;
    background: #0EC3A8;
    border-radius: 0.4rem;
    font-family: "Poppins-SemiBold";
    color: #FFFFFF;
}
.banner-mask {
    width: 100%;
    height: 48.4rem;
    background-image: url(https://fond-oss1.oss-us-east-1.aliyuncs.com/senboapparel/background_image.jpg);
    background-size:cover;
    background-repeat: no-repeat; 
    position: relative;
}
.banner-img{
    width: 144rem;
    height: 48.4rem;
    margin: 0 auto;
}
.banner-con-bottom{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: rgba(188,188,188,0.14);
}
.banner-con{
    position: absolute;
    width: 100%;
    height: 15.4rem;
    left:0;
    top: 14.5rem;
    text-align: center;
}
.banner-title {
    height: 7.6rem;
    font-size: 5.4rem;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    line-height: 8.1rem;
    text-align: center;
    color: #000000;
}
.banner-desc {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 2.4rem;
    color: #222222;
    line-height: 3.6rem;
    width: 57rem;
    margin:0.6rem auto 0;
    text-align: center;
}
/*Merchandise-Mix */
.merchandise-mix-wrap{
    margin: 0 auto;
    padding: 8rem 0;
    width: 128rem;
    box-sizing: border-box;
}
.merchandise-mix-box{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-top: 3.2rem;
}
.merchandise-mix-item{
    width: 23.2rem;
    height: 35.1rem;
}
.merchandise-mix-img{
    width: 23.2rem;
    height: 30.3rem;
}
.merchandise-mix-title{
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 2.2rem;
    color: #222222;
    line-height: 3.2rem;
    text-align: center;
    margin-top: 1.6rem;
}
/* about-us */
.about-us-wrap {
    padding: 8rem 0;
    width: 100%;
    background: #F4F7FB;
    box-sizing: border-box;
}
.about-us-box{
    width: 128rem;
    margin: 0 auto;
}
.about-us-desc{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
.about-us-desc1{
    text-align: center;
    width: 104rem;
    margin: 1.2rem auto 3.2rem;
}
.about-us-data{
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.data-item{
    width: 24rem;
    height: 7rem;
    display: flex;
    /* justify-content: space-between; */
}
.data-left{
    width: 3.6rem;
    height: 3.6rem;
    margin-right:1.6rem;
}
.data-right{

}
.right-num{
    font-family: "Poppins-SemiBold";
    height: 4.3rem;
    line-height: 4.6rem;
    font-weight: 600;
    font-size: 3rem;
}
.right-num-unit{
    display: inline-block;
    font-size: 1.8rem;
}
.right-explain{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
.about-us-build{
    margin: 3.2rem 0 4rem 0;
    height: 51.9rem;
    display: flex;
    justify-content: space-between;
}
.about-us-build-left{
    width: 60.2rem;
}
.about-us-desc2{
    margin: 2.5rem 0 1rem; 
}
.about-us-desc3{

}
.about-us-build-right{
    width: 63rem;
    height: 51.9rem;
}
.about-us-swiper-wrap{

}
.about-us-tabs{
    width: 100%;
    display: flex;
}
.aboutUs-tabs-item{
    font-family: "Poppins-Medium";         
    font-weight: 500;
    font-size: 2rem;
    color: #666666;
    line-height: 3rem;
    margin-right: 4.8rem;
    cursor: pointer;
}
.aboutUs-current-tab{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    color: #222222;
}
.aboutUs-tabs-line{
    width: 100%;
    height: 0.1rem;
    background: #DDDDDD;
}
.aboutUs-current-tabs-box{
    width: 100%;
    height: 0.4rem;
    background: #222222;
    margin-top: 0.7rem;
}
.aboutUs-images-swipe{
    position: relative;
    width: 128rem;
    height: 22rem;
    overflow: hidden;
    margin-top:2rem;
}
.swipe-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -2.8rem;
    width: 5.6rem;
    height: 5.6rem;
    background: #222222;
    background-color:  rgba(34, 34, 34, 0.6);
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
}
.aboutUs-images {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 100;
}
.aboutUs-images-item {
    margin-right: 2rem;
    width: 30.5rem;
    height: 22rem;
    position: relative;
}
.aboutUs-advance-item{
    margin-right: 2rem;
    height: 22rem;
    position: relative;
}
.aboutUs-image{
    width: 30.5rem;
    height: 22rem;
}
.aboutUs-advance-image1{
    width: 47.7rem;
    height: 22rem;
}
.aboutUs-advance-image{
    width: 38.2rem;
    height: 22rem;
}
.aboutUs-images-item:last-child {
    margin-right: 0;
}
.position-wrap{
    width: 100%;
    height: 5.3rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0.02) 0%, #000000 100%);
    opacity: 0.5;
    position: absolute;
    left:0;
    bottom: 0;
}
.aboutUs-position{
    position: absolute;
    left:1.4rem;
    bottom: 1.2rem;
    display: flex;
}
.position-icon{
    width: 1.6rem;
    height: 2.3rem;
    margin-right: 0.7rem;
}
.position-title{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.7rem;
}
.about-us-development{
    margin-top: 8rem;
    display: flex;
}
.development-left{
    width: 61.2rem;
    margin-right: 4.8rem;
}
.development-left-title{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 3.8rem;
    line-height: 5.7rem;
}
.development-desc{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 1.8rem;
    color: #222222;
    line-height: 2.7rem;
    margin:1.2rem 0 3.2rem 0;
}
.item-desc-blod{
    display: inline;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
}
.development-img{
    width: 61.2rem;
    height: 32.1rem;
}
.development-right{
    width: 62rem;
    height: 52.4rem;
    margin-top: 2.9rem;
}
.development-time{
    display: flex;
}
.development-time-left{
    width: 7.4rem;
    margin-right:1.6rem;
}
.development-year{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 3rem;
    color: #222222;
    line-height: 4.6rem;
}
.development-line{
    width: 0.1rem;
    height: 5.4rem;
    background:#DDDDDD;
    margin:0 0 0.2rem 3.4rem;
}
.development-time-right{
    width: 53.2rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-top: 0.4rem;
}
.development-time-right-desc2{
    margin-top: 1.2rem;
}

/* industry-park */
.industry-park-wrap {
    margin: 0 auto;
    padding: 8rem 0;
    width: 128rem;
    box-sizing: border-box;
}
.industry-park-title { 
    width: 100%;
    text-align: center;
}
.industry-park-content {
    width: 100%;
    margin-top: 3.2rem;
}
.industry-park-location {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.industry-park-left {
    width: 63.2rem;
}
.factory-location-title {
    margin: 2.4rem 0 1rem;
    height: 2.8rem;
    font-size: 2rem;
    font-family: "Poppins-Medium";
    font-weight: 500;
    line-height: 3rem;
}
.line {
    width: 100%;
    height: 0.1rem;
    background: #DDDDDD;
}
.factory-location-item {
    margin-top: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.factory-location-ico {
    text-align: center;
    margin-right: 1.2rem;
    width: 2rem;
    height: 2.8rem;
    background-image: url("./images/ic_location@2x.png");
    background-repeat: no-repeat; 
    background-size: contain;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "PingFangSC-Regular", "PingFang SC";
    color: #FFFFFF;
    line-height: 2.1rem;
}
.factory-location-desc {
    width: 60rem;
    padding: 0;
    font-size: 1.8rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    line-height: 2.7rem;
    flex-shrink: 0;
}
.industry-park-right {
    width: 60rem;
    height: 62.8rem;
}
.factory-overview {
    margin-top: 8rem;
    width: 100%;
}
.factory-overview-title {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 3.8rem;
    color: #222222;
    line-height: 5.7rem;
    text-align: center;
}
.factory-overview-desc{
    width: 92.4rem;
    margin:1.2rem auto 3.2rem;
    text-align: center;
}
.factory-overview-imgs-wrap{
    display: flex;
    justify-content: space-between;
}
.factory-overview-img{
    width: 30.5rem;
    height: 19.4rem;
    position: relative;
}
.factory-tip-wrap{
    width: 100%;
    height: 5.3rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0.16) 0%, #000000 100%);
    opacity: 0.5;
    position: absolute;
    left:0;
    bottom: 0;
}
.factory-overview-tip{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2.7rem;
    position: absolute;
    left: 1.6rem;
    bottom: 1.4rem;
}
.aboutUs-swipe-next {
    visibility: visible;
    right: 0;
}
.aboutUs-swipe-pre {
    visibility: hidden;
    left: 0;
}
.pre-icon {
    transform: scaleX(-1);
}
/* fast-lead-times */
.fast-lead-wrap {
    width: 100%;     
    padding: 8rem 0;
    box-sizing: border-box;
    background: #F4F7FB;
}
.fast-lead-box{
    width: 128rem;
    display: flex;
    margin: 0 auto;
}
.fast-lead-left{
    width: 70.2rem;
    margin:1.3rem 4.8rem 0 0;
}
.fast-lead-desc {
    margin: 1.2rem 0 3.2rem;
    width: 70.2rem;
}
.fast-lead-item{
    width: 70.2rem;
    height: 10rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(134,134,134,0.17);
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    padding: 1.7rem;
    box-sizing: border-box;
    margin-bottom: 1.2rem;
}
.fast-lead-item:last-child{
    margin-bottom: 0;
}
.lead-left{
    width: 6.6rem;
    height: 6.6rem;
    margin:0 2.3rem 0 0;
}
.lead-right{
    
    
}
.related-days{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 2.4rem;
    color: #222222;
    line-height: 3.5rem;
    margin-top: 0.8rem;
}
.fast-lead-right{
    width: 53rem;
    height: 75.1rem; 
}
/* our-teams */
.our-teams-wrap {
    width: 128rem;
    margin: 0 auto;
    padding: 8rem 0 4rem 0 ;
    box-sizing: border-box;
}
.teams-info {
    display: flex;
    justify-content: space-between;
    margin-top: 3.2rem;
}
.team-type{
    width: 62.8rem;
    height: 57.2rem;
    background: #F4F7FB;
    border-radius: 0.8rem;
    padding: 2rem 2rem 3.2rem;
    box-sizing: border-box;
}
.type-line-one {
    display: flex;
    align-items: center;
}
.type-box {
    margin-right: 1rem;
    width: 0.6rem;
    height: 2.1rem;
    background: #0EC3A8;
}
.team-type-name {
    flex-shrink: 0;
    height: 2.8rem;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
.type-line-two {
    display: flex;
    margin-top: 1.8rem;
    padding:0 1.6rem;
    box-sizing: border-box;
}
.role-num {
    font-size: 2.4rem;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    height: 3.3rem;
    line-height: 3.5rem;
}
.role-type {
    margin-top: 0.6rem;
    font-family: "Poppins-Medium";
    font-size: 1.6rem;
    font-weight: 500;
    height: 2.3rem;
    line-height: 2.5rem;
}
.type-desc {
    margin: 2rem 0;
    padding: 0 1.6rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    line-height: 2.7rem;
}
.type-imgs {
    padding: 0 1.6rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.type-imgs-item {
    width: 27rem;
    height: 18.3rem;
}
/* achievement */
.achievement-wrap {
    width: 100%;
    background: #FFFFFF;
}
.achievement-box {
    margin: 0 auto;
    width: 128rem;
    padding: 4rem 0rem 8rem;
    box-sizing: border-box;
}
.awards-desc{
    width: 91.2rem;
    text-align: center;
    margin: 1.2rem auto 3.2rem;
}
.awards-pics-box {
    display: flex;
    justify-content: space-between;
}
.awards-pics-item{
    width: 17rem;
    height: 23.2rem;
}
.awards-pics-title{
    width: 17rem;
    text-align: center;
    font-family: "Poppins-Medium";         
    font-weight: 500;
    font-size: 1.4rem;
    color: #222222;
    line-height: 2.2rem;
    margin-top: 1.1rem;
}
.brand-pics-box{
   margin-top: 8rem;
}
.brand-banner{
    width: 100%;
    height: 47rem;
    margin-top: 3.2rem;
}
.brand-logo{
    width: 100%;
    height: 27.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 2rem;
}
.brand-logo-item{
    width: 24rem;
    height: 12.7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.4rem 1.1rem 0.4rem rgba(80,80,80,0.07);
    border-radius: 0.4rem;
}
/* final-customers */
.final-customers-wrap {
    width: 100%;
    background: #F4F7FB;
}
.final-customers-box {
    width: 128rem;
    margin: 0 auto;
    padding: 8rem 0;
    box-sizing: border-box;
}
.final-customers-desc{
    width: 103.8rem;
    margin: 1.2rem auto 3.2rem;
    text-align: center;
}
.final-imgs-box {
    width: 100%;
    height: 27.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.final-imgs-item {
    width: 24rem;
    height: 12.7rem;
    background: #FFFFFF;
}
/* certificate and sustainability */
.certificate-wrap{
    width: 128rem;
    margin: 0 auto;
    padding: 8rem 0 4rem;
    box-sizing: border-box;
}
.certificate-img-box{
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between;
}
.certificate-img-item{
    width: 41.6rem;
    height: 62.7rem;
}
.certificate-img-top{
    width: 41.1rem;
    height: 4.6rem;
    background: #E5F7FB;
    font-family: "Poppins-Medium";         
    font-weight: 500;
    font-size: 2rem;
    color: #222222;
    line-height: 4.6rem;
    text-align: center;
}
.certificate-img{
    width: 41.6rem;
    height: 58.1rem;
}
/*our-products-wrap  */
.our-products-wrap {
    margin: 0 auto;
    padding-top: 4rem;
    width: 128rem;
    box-sizing: border-box;
}
.mySwiper{
    margin-top: 3.2rem;
    height: 84.4rem;
}
.swiper-slide{
    width: 100%;
    height: 81rem;
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:0
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #D8D8D8;
    opacity: 1;
    margin: 0;
  }
.swiper-pagination-bullet-active {
    width: 5.6rem;
    height: 1rem;
    background: #000000;
    border-radius: 0.5rem;
  }
.swiper-button-next,.swiper-button-prev{
    width: 5.6rem;
    height: 5.6rem;
    background: #222222;
    background-color:  rgba(34, 34, 34, 0.6);
    border-radius: 50%;
    top: 47%;
   
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-button-next::after {
    content: url('./images/ic_arrow_next.png');
    margin-bottom: 1.1rem;
  }
  .swiper-button-prev::after {
    content: url('./images/ic_arrow_next.png');
    transform: rotate(180deg); 
    margin-top: 1.1rem;
  }
  

/* contact-us */
.contact-us-wrap {
    margin: 0 auto;
    padding: 8rem 0 10rem;
    width: 128rem;
    box-sizing: border-box;
}
.contact-us-title {
    margin: 0 auto;
    margin-top: 1.2rem;
    width: 89rem;
    text-align: center;
}
.contact-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.2rem;
    width: 100%;
    height: 16.2rem;
}
.contact-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.8rem 0;
    width: 40rem;
    height: 16.2rem;
    background: #F4F7FB;
    border-radius: 0.4rem;
    box-sizing: border-box;
}
.type-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    background: #fff;
    border-radius: 50%;
}
.type-icon {
    width: 2.4rem;
    height: 2.4rem;
}
.type-name {
    margin-top: 1.2rem;
    height: 2.5rem;
    font-size: 1.8rem;
    font-family: "Poppins-Medium";
    font-weight: 500;
    line-height: 2.7rem;
}
.type-detail {
    margin-top: 0.8rem;
    height: 2.5rem;
    font-size: 1.8rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #3B3B3B;
    line-height: 2.7rem;
}
.foot-wrap {
    width: 100%;
    padding-bottom: 1.6rem;
    background: #222222;
    box-shadow: 0rem -0.1rem 0.1rem 0rem rgba(0,0,0,0.1);
    color: #FFFFFF;
}
.foot-top {
    display: flex;
    margin: 0 auto;
    width: 128rem;
}
.foot-column-one {
    flex: 1;
    margin-top: 5rem;
}
.foot-logo {
    width: 14rem;
    height: 4.2rem;
}
.foot-desc {
    margin-top: 2rem;
    width: 30.2rem;
    font-size: 1.6rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    line-height: 2.5rem;
    opacity: 0.9;
}
.foot-column-two {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-top: 4.8rem;
}
.foot-resource {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-title {
    height: 2.5rem;
    font-size: 1.8rem;
    font-family: "Poppins-Medium";
    font-weight: 500;
    line-height: 2.7rem;
}
.resource-item {
    display: block;
    margin-top: 1.2rem;
    height: 2.3rem;
    font-size: 1.6rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    line-height: 2.5rem;
    color: #fff;
    opacity: 0.9;
}
.foot-column-three {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-top: 4.8rem;
}
.foot-touch {
    width: 22.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-bottom {
    margin-top: 6.7rem;
    height: 2rem;
    font-size: 1.4rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    line-height: 2.1rem;
    text-align: center;
    opacity: 0.7;
}
.industry-park-iframe {
    width: 64rem;
    height: 62.8rem;
}
.industry-park-map {
    width: 60rem;
    height: 62.8rem;
}