.sec1 {
    padding: 100px 0 0;
}

.sec1 .sec1_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.sec1 .sec1_top .text {
    width: 700px;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.sec1 .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.sec1 .img img {
    display: block;
    width: 100%;
}

.sec1 .img .img_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sec1 .img .img_box .cir {
    position: absolute;
    display: flex;
    align-items: center;
}

.sec1 .img .img_box .cir .cir_box {
    width: max-content;
    position: absolute;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    border: 1px solid #FFFFFF;
    white-space: nowrap;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 14px 0 48px;
    left: -5px;
    backdrop-filter: blur(10px);
}

.sec1 .img .img_box .cir .dian {
    width: 35px;
    height: 35px;
    background: #184392;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

.sec1 .img .img_box .cir:nth-child(1) {
    top: 420px;
    left: 467px;
}

.sec1 .img .img_box .cir:nth-child(2) {
    top: 325px;
    left: 737px;
}

.sec1 .img .img_box .cir:nth-child(3) {
    top: 305px;
    left: 317px;
}

.sec1 .img .img_box .cir:nth-child(4) {
    top: 405px;
    left: 1037px;
}

.sec1 .img .img_box .cir:nth-child(5) {
    top: 195px;
    left: 927px;
}

.sec1 .img .img_box .cir:nth-child(6) {
    top: 265px;
    left: 1167px;
}

.sec2 {
    padding: 121px 0 163px;
}

.sec2 .wrap .common_title {
    margin-bottom: 45px;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 40px;
}

.sec2 .wrap .list .img {
    width: 440px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .list .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .list .img:hover img {
    transform: scale(1.1);
}

/*# sourceMappingURL=manufacture.css.map */
@media screen and (max-width: 1919px) {
  .sec1{
    padding: 5.2083333333vw 0px 0px;
  }
  .sec1 .sec1_top{
    margin-bottom: 3.90625vw;
  }
  .sec1 .sec1_top .text{
    width: 36.4583333333vw;
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
  .sec1 .img{
    border-radius: 1.0416666667vw;
  }
  .sec1 .img .img_box .cir .cir_box{
    height: 2.34375vw;
    border-radius: 1.1979166667vw;
    font-size: 0.9375vw;
    padding: 0px 0.7291666667vw 0px 2.5vw;
    left: -0.2604166667vw;
    backdrop-filter: blur(0.5208333333vw);
  }
  .sec1 .img .img_box .cir .dian{
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 0.9375vw;
  }
  .sec1 .img .img_box .cir:nth-child(1){
    top: 21.875vw;
    left: 24.3229166667vw;
  }
  .sec1 .img .img_box .cir:nth-child(2){
    top: 16.9270833333vw;
    left: 38.3854166667vw;
  }
  .sec1 .img .img_box .cir:nth-child(3){
    top: 15.8854166667vw;
    left: 16.5104166667vw;
  }
  .sec1 .img .img_box .cir:nth-child(4){
    top: 21.09375vw;
    left: 54.0104166667vw;
  }
  .sec1 .img .img_box .cir:nth-child(5){
    top: 10.15625vw;
    left: 48.28125vw;
  }
  .sec1 .img .img_box .cir:nth-child(6){
    top: 13.8020833333vw;
    left: 60.78125vw;
  }
  .sec2{
    padding: 6.3020833333vw 0px 8.4895833333vw;
  }
  .sec2 .wrap .common_title{
    margin-bottom: 2.34375vw;
  }
  .sec2 .wrap .list{
    gap: 2.5vw 2.0833333333vw;
  }
  .sec2 .wrap .list .img{
    width: 22.9166666667vw;
    height: 14.5833333333vw;
    border-radius: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 0 0;
    }
    .sec1 .sec1_top {
        display: block;
        margin-bottom: 30px;
    }
    .sec1 .sec1_top .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        margin: 15px 0 0;
    }
    .sec1 .img .img_box .cir .cir_box {
        display: none;
    }
    .sec1 .img .img_box .cir .dian {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .sec1 .img .img_box .cir:nth-child(1) {
        top: 28.875vw;
        left: 24.3229166667vw;
    }
    .sec1 .img .img_box .cir:nth-child(2) {
        top: 19.927083vw;
        left: 45.385417vw;
    }
    .sec1 .img .img_box .cir:nth-child(4) {
        top: 23.09375vw;
        left: 68.010417vw;
    }
    .sec1 .img .img_box .cir:nth-child(5) {
        top: 10.15625vw;
        left: 63.28125vw;
    }
    .sec1 .img .img_box .cir:nth-child(6) {
        top: 11.802083vw;
        left: 78.78125vw;
    }
    .sec1 .img {
        border-radius: 6px;
    }
    .sec1 .img_box_ph {
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px 0;
        margin: 30px 0 0;
    }
    .sec1 .img_box_ph .cir {
        display: flex;
        align-items: center;
        gap: 0 6px;
        width: 50%;
    }
    .sec1 .img_box_ph .cir .cir_box {
        font-size: 15px;
    }
    .sec1 .img_box_ph .cir .dian {
        width: 30px;
        height: 30px;
        font-size: 14px;
        background: #184392;
        border-radius: 50%;
        display: flex;
        color: #ffffff;
        align-items: center;
        justify-content: center;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .common_title {
        margin-bottom: 30px;
    }
    .sec2 .wrap .list {
        gap: 25px;
    }
    .sec2 .wrap .list .img {
        width: 100%;
        height: 58vw;
        border-radius: 6px;
    }
}
