@import "style.css";

* {
    box-sizing: border-box;
}

.box-padding {
    padding: 50px 0;
}

.header {
    width: 100%;
    height: 420px;
    background: url("../images/faq-banner_02.jpg") no-repeat center center;
}

.header .header-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.header .head-bread {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.header .title-box .title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 76px;
}

.header .title-box .desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.intro {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

.intro .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    line-height: 76px;
    margin-bottom: 20px;
}

.intro .text {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    margin-bottom: 10px;
}

.intro .btn {
    display: inline-block;
    width: 256px;
    height: 62px;
    line-height: 62px;
    background: #9a8674;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-top: 40px;
}

.wrap {
    padding: 90px;
}

.we {
    background: #F6F6F6;
}

.we .we-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.we .we-wrap .left {
    width: 457px;
    height: 511px;
    background: rgba(220, 220, 220, .7);
    position: absolute;
    bottom: 85px;
    left: 0;
}

.we .we-wrap .right {
    width: 980px;
    margin-left: 200px;
    z-index: 10;
    position: relative;
}

.we .we-wrap .right .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    line-height: 76px;
}

.we .we-wrap .right .right-img {
    width: 100%;
    height: 540px;
}

.we .we-wrap .right .text {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.send-us {
    position: relative;
}

.send-us .send-us-wrap {
    display: flex;
    position: relative;
    z-index: 10;
    bottom: -103px;
}

.send-us .send-us-wrap .right {
    max-width: 450px;
    margin-left: 80px;
}

.send-us .send-us-wrap .right .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    line-height: 76px;
    margin-bottom: 30px;
}

.send-us .send-us-wrap .right .text {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.send-us .mask {
    background: rgba(220, 220, 220, .7);
    position: absolute;
    bottom: -207px;
    right: 0;
    width: 80%;
    height: 100%;
}

.img-text {
    background: #F6F6F6;
    padding-top: 200px;
}

.img-text .img-text-box {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    display: flex;
    flex-wrap: wrap;
}

.img-text .text-box {
    width: 50%;
    height: 386px;
    padding-top: 110px;
}

.img-text .text-box .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
}

.img-text .text-box .sub-title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
}

.img-text .text-box .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
}

.img-text .img-box {
    width: 50%;
    padding: 10px;
}

.img-text .img-box img {
    width: 100%;
}

.speed-box {
    padding: 90px 0;
    width: 100%;
    background: url("../images/faq-banner_02.jpg") no-repeat center /100% 100%;
}

.speed-box .speed-wrap {
    width: 1200px;
    margin: 0 auto;
}

.speed-box .speed-wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 76px;
}

.speed-box .speed-wrap .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.speed-box .speed-wrap .handle {
    margin-top: 40px;
}

.speed-box .speed-wrap .btn-fill,
.speed-box .speed-wrap .btn-out {
    display: inline-block;
    white-space: nowrap;
    padding: 0 20px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
}

.speed-box .speed-wrap .btn-fill {
    font-weight: bold;
    font-size: 20px;
    color: #232323;
    background: #fff;
    border-radius: 27px;
    margin-right: 15px;
}

.speed-box .speed-wrap .btn-out {
    border-radius: 27px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.speed-box .img-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    transform: translateY(50px);
}

.speed-box .img-list .img-item {
    width: 264px;
    height: 338px;
    background: #fff;
}

.speed-box .img-list .img-item > img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.get {
    background: #970005;
}

.get .get-content {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.get .get-content .get-text {
    width: 622px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 76px;
}

.get .get-content .get-btn {
    width: 259px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.send-us-wrap .left{
    width: 52.083%;
    max-width: 1000px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    flex-shrink: 0;
}

.send-us-wrap .samplingSwp{
    width: 56.2%;
    overflow: visible;
    margin: 0;
}

.send-us-wrap .samplingSwp .swiper-slide{
    height: auto;
}

.send-us-wrap .samplingSwp img{
    width: 100%;
}

.send-us-wrap .samplingSwp .prev,
.send-us-wrap .samplingSwp .next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.send-us-wrap .samplingSwp .prev{
    left: 30px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    z-index: 9;
}

.send-us-wrap .samplingSwp .next{
    right: 30px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    z-index: 9;
}

.send-us-wrap .samplingSwp .prev img,
.send-us-wrap .samplingSwp .next img{
    transform: scale(1.1);
}

.speedSection{
    padding: 0 120px;
    background-color: #f6f6f6 !important;
}

.speedSection .container{
    padding-top: 100px;
}

.speedSection .title{
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.speedSection .text{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.speedSection .buta{
    margin: 0 -20px;
}

.speedSection .buta a{
    height: 54px;
    padding: 0 50px;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.speedSection .buta a:hover{
    background-color: #fff;
    color: #232323;
}

.speedSection .imgList{
    display: flex;
    margin-top: 70px;
    margin-left: -9px;
    margin-right: -9px;
}

.speedSection .imgList .imgDiv{
    padding: 0 9px;
}

.speedSection .imgList img{
    width: 100%;
}

.vdoSection{
    background-color: #f6f6f6;
    padding-top: 110px;
    padding-bottom: 110px;
}

.vdoSection .title,
.vdoSection .text{
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.vdoSection .title{
    font-size: 36px;
    margin-bottom: 20px;
}

.vdoSection .text{
    font-size: 18px;
    margin-bottom: 45px;
}

.vdoSection .vdoList{
    display: flex;
    margin: 0 -45px;
}

.vdoSection .vdoList .vdoDiv{
    padding: 0 45px;
    position: relative;
}

.vdoSection .vdoList img{
    width: 100%;
}

.vdoSection .vdoList .vdobut{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1680px) and (min-width: 769px){
    .header .title-box .title {
    font-size: 30px;
}

.header .head-bread {
    font-size: 16px;
}

.intro .title {
    font-size: 30px;
    line-height: 54px;
}

.intro .text {
    font-size: 16px;
    line-height: 24px;
}

.intro .bn {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.we-wrap .right .title {
    font-size: 30px;
    line-height: 54px;
}

.we-wrap .right .text {
    font-size: 16px;
    line-height: 24px;
}

.send-us .send-us-wrap .right .title {
    font-size: 30px;
    line-height: 54px;
}

.send-us .send-us-wrap .right .text {
    font-size: 16px;
    line-height: 24px;
}

.img-text .text-box .title {
    font-size: 30px;
    line-height: 54px;
}

.img-text .text-box .text {
    font-size: 16px;
    line-height: 24px;
}

.speedSection .title {
    font-size: 30px;
    line-height: 54px;
}

.speedSection .text {
    font-size: 16px;
    line-height: 24px;
}

.speedSection .buta a {
    font-size: 16px;
    padding: 0 35px;
}

.speedSection .imgList {
    margin-top: 50px;
}

.vdoSection .title {
    font-size: 30px;
    line-height: 54px;
}

.vdoSection .text {
    font-size: 16px;
    line-height: 24px;
}

}


@media screen and (max-width: 1560px) and (min-width: 769px){
    .we-wrap {
    width: 1100px;
}

.we-wrap .right {
    width: 81.66%;
}

.img-text .img-text-box {
    width: 1100px;
}

.speedSection .container {
    width: 1100px;
}

.intro {
    width: 1100px;
}

}

@media screen and (max-width: 1366px) and (min-width: 769px){
    .we-wrap {
    width: 992px;
}

.we-wrap .right {
    width: 81.66%;
}

.img-text .img-text-box {
    width: 992px;
}

.speedSection .container {
    width: 992px;
}

.intro {
    width: 992px;
}

}

@media screen and (max-width: 1200px) and (min-width: 769px){
    .header .title-box .title {
    font-size: 24px;
}

.header .head-bread {
    font-size: 14px;
}

.header .header-content {
    width: 992px;
}

.section-content {
    padding: 50px 0;
}

.intro .title {
    font-size: 24px;
    line-height: 44px;
}

.intro .text {
    font-size: 14px;
    line-height: 20px;
}

.intro .bn {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.we-wrap .right .title,
.send-us .send-us-wrap .right .title,
.img-text .text-box .title,
.speedSection .title,
.vdoSection .title {
    font-size: 24px;
    line-height: 44px;
}

.we-wrap .right .text,
.send-us .send-us-wrap .right .text,
.img-text .text-box .text,
.speedSection .text,
.vdoSection .text {
    font-size: 14px;
    line-height: 20px;
}

.speedSection .buta a {
    font-size: 16px;
    padding: 0 35px;
}

.speedSection .imgList {
    margin-top: 50px;
}

}
@media screen and (max-width: 1024px){
    .speedSection .container {
    padding-top: 35px;
}

.we-wrap .right {
    width: 66.66%;
}

.send-us .send-us-wrap .right {
    max-width: 350px;
    margin-left: 50px;
}

.send-us-wrap .samplingSwp .prev {
    left: 15px;
    width: 30px;
    height: 30px;
}

.send-us-wrap .samplingSwp .next {
    right: 15px;
    width: 30px;
    height: 30px;
}

.img-text .text-box .sub-title {
    font-size: 18px;
}

.speedSection {
    padding: 0 50px;
}

.vdoSection .vdoList {
    margin: 0 0px;
}

}
@media screen and (max-width: 768px) {
    .box-padding {
        padding: 50px 0;
    }

    .header {
    width: 100%;
    padding: 0 20px;
    height: 350px;
    background: url("../images/faq-banner_02.jpg") no-repeat center center;
}
.we .we-wrap .right .text{
    line-height: 24px;
}
.header-content {
    width: 100%!important;
    margin: 0 auto;
    padding-top: 70px;
}

.head-bread {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.head-bread .bread-current {
    /* If there's specific styling for .bread-current, add it here */
}

.header .title-box .title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 76px;
}

.title-box .desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}


    /* .header {
         width: 100%;
         height: 420px;
         background: url("../images/02-Manufacturing_slices/矩形 1.png") no-repeat center center;

         .header-content {
             width: 1200px;
             margin: 0 auto 0;
             padding-top: 70px;
         }

         .head-bread {
             font-weight: 400;
             font-size: 18px;
             color: #FFFFFF;
             line-height: 24px;
             display: flex;
             align-items: center;
             margin-bottom: 70px;

             .bread-current {
             }
         }

         .title-box {
             .title {
                 font-weight: bold;
                 font-size: 48px;
                 color: #FFFFFF;
                 line-height: 76px;
             }

             .desc {
                 font-weight: 400;
                 font-size: 20px;
                 color: #FFFFFF;
                 line-height: 30px;
             }
         }
     }*/
    .intro {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.intro .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    line-height: 1.5;
    margin-bottom: 20px;
}

.intro .text {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 10px;
}

.intro .btn {
    display: inline-block;
    width: 256px;
    height: 62px;
    line-height: 62px;
    background: #9a8674;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-top: 40px;
}

.wrap {
    padding: 20px;
}

.we {
    background: #F6F6F6;
}

.we-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.we-wrap .left {
    width: 80%;
    height: 511px;
    background: rgba(220, 220, 220, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}

.we-wrap .right {
    width: 100%;
    margin-left: 0;
    z-index: 10;
    position: relative;
}

.we-wrap .right .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    line-height: 1.5;
}

.we-wrap .right .right-img {
    width: 100%;
    height: 340px;
}

.we-wrap .right .text {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.send-us {
    padding: 20px;
    position: relative;
}

.send-us .send-us-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.send-us .send-us-wrap .right {
    margin-left: 0px;
    margin-top: 20px;
}

.send-us .send-us-wrap .right .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    line-height: 1.5;
}

.send-us .send-us-wrap .right .text {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.send-us .send-us-wrap .mask {
    background: rgba(220, 220, 220, 0.7);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
}

.img-text {
    background: #F6F6F6;
}

.img-text .img-text-box {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-text .text-box,
.img-text .img-box {
    width: 50%;
    height: 286px;
}

.img-text .text-box .title,
.img-text .text-box .sub-title {
    font-weight: bold;
    font-size: 26px;
    color: #242424;
}

.img-text .text-box .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #444444;
}

.img-text .img-box {
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.img-text .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speed-box {
    padding: 90px 0;
    width: 100%;
    height: auto;
    background: url("../images/faq-banner_02.jpg") no-repeat center /100% 100%;
}

.speed-box .speed-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.speed-box .speed-wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 76px;
}

.speed-box .speed-wrap .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.speed-box .speed-wrap .handle {
    margin-top: 40px;
}

.speed-box .speed-wrap .btn-fill,
.speed-box .speed-wrap .btn-out {
    display: inline-block;
    white-space: nowrap;
    padding: 0 20px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.speed-box .speed-wrap .btn-fill {
    font-weight: bold;
    font-size: 20px;
    color: #232323;
    background: #fff;
    border-radius: 27px;
    margin-right: 15px;
}

.speed-box .speed-wrap .btn-out {
    border-radius: 27px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.speed-box .img-list {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 10px;
    transform: translateY(50px);
    margin: 0 auto;
    justify-content: center;
}

.speed-box .img-list .img-item {
    width: 264px;
    height: 338px;
    background: #fff;
}

.speed-box .img-list .img-item img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.get {
    background: #970005;
}

.get .get-content {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.get .get-content .get-text {
    width: 622px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 76px;
}

.get .get-content .get-btn {
    width: 259px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.speedSection {
    background-size: auto 90% !important;
}

.speedSection .buta a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-bottom: 10px;
}

.speedSection .imgList {
    margin-top: 30px;
}

.vdoSection {
    padding-top: 30px;
    padding-bottom: 50px;
}

.vdoSection .title {
    font-size: 24px;
}

.vdoSection .text {
    font-size: 14px;
    line-height: 24px;
}

.vdoSection .vdoList .vdoDiv {
    padding: 0 10px;
}

.vdoSection .vdoList .vdobut img {
    width: 30px;
    height: 30px;
}

/* 以下是对 .we-wrap 的特定样式调整 */
.we-wrap .right .title {
    font-size: 24px;
    line-height: 32px;
}

.we-wrap .right .right-img {
    height: 340px;
}

.we-wrap .right .text {
    font-size: 14px;
    line-height: 24px;
}

/* 以下是对 .send-us 的特定样式调整 */
.send-us .send-us-wrap .right .title {
    font-size: 24px;
    line-height: 32px;
}

.send-us .send-us-wrap .right .text {
    font-size: 16px;
    line-height: 24px;
}

.send-us .send-us-wrap .left {
    width: 100%;
    max-width:100%;
}

.send-us .send-us-wrap .samplingSwp {
    width: 100%;
    margin-top: 30px;
}

/* 以下是对 .img-text 的特定样式调整 */
.img-text .text-box,
.img-text .img-box {
    width: 100%;
    height: auto;
}

.img-text .text-box .title,
.img-text .text-box .sub-title {
    font-weight: bold;
    font-size: 26px;
    color: #242424;
}

.img-text .text-box .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}

.img-text .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 以下是对 .speedSection 的特定样式调整 */
.speedSection {
    padding: 0;
}

.speedSection .title {
    font-size: 24px;
}

.speedSection .text {
    font-size: 16px;
    line-height: 24px;
}

.speedSection .buta a {
    font-size: 14px;
    padding: 0 20px;
}

.speedSection .imgList {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}

.speedSection .imgList .imgDiv {
    width: 33.333%;
    margin-bottom: 20px;
}

/* 以下是对 .vdoSection 的特定样式调整 */
.vdoSection .title {
    font-size: 24px;
}

.vdoSection .text {
    font-size: 16px;
    line-height: 24px;
}

.vdoSection .vdoList .vdoDiv {
    padding: 0 3px;
}

.vdoSection .vdoList .vdobut img {
    width: 30px;
    height: 30px;
}

}
