.two_about_1_box {
    width: 100%;
  
}

.two_about_1_box .two_about_1 {
   
    width: 100%;
}

.two_about_1_title {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(10px + 1rem);
    color: #222222;
    line-height: calc(20px + 2rem);
    letter-spacing: 1px;
    text-align: center;
    margin-top: calc(6px + 0.5rem);
}

.two_about_1_contact {
    margin-top: calc(8px + 1rem);
}

.two_about_1_contact p {

    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #444444;
    line-height: calc(2px + 2rem);
   

}

.two_about_1_num {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(38px + 5rem);
    margin-top: calc(9px + 4rem);
}

.two_about_1_num_line {
    width: calc(0px + 0.1rem);
    height: calc(16px + 3rem);
    background: #F0F1F3;
}

.two_about_1_num_line:nth-last-of-type(1) {
    display: none;
}

.two_about_1_num_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.two_about_1_num_item .p1 {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 3rem);
}

.two_about_1_num_item .p1 span {

    font-size: calc(8px + 2rem);

}

.two_about_1_num_item .p2 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(3px + 1rem);


}

.two_about_1_list_box {
    width: 100%;
    height: calc(200px + 20rem);
    background: url(../images/about_1_bg.jpg) no-repeat;
    background-size: cover;

}

.two_about_1_list {
    max-width: 1475px;
    height: 100%;
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(14px + 2rem);
}

.two_about_1_list_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(1px + 1.5rem);
}

.two_about_1_list_item .two_about_1_list_item_icon {
    width: calc(8px + 1.5rem);
    margin-top: calc(5px + 0.5rem);
}

.two_about_1_list_item .two_about_1_list_item_icon img {
    width: 100%;
}

.two_about_1_list_item .two_about_1_list_item_text {
    width: calc(35px + 40rem);
}

.two_about_1_list_item .two_about_1_list_item_text .p1 {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(10px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(10px + 1.5rem);
}

.two_about_1_list_item .two_about_1_list_item_text .p2 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(10px + 1.5rem);

}

.two_about_1_zhanting_box {
    width: 100%;
    padding-top: calc(20px + 3rem);
    padding-bottom: calc(56px + 5rem);
}

.two_about_1_zhanting {
    max-width: 1820px;
    width: 95%;
    margin: auto;
}

.two_about_1_zhanting_list {
    width: 100%;
    margin-top: calc(7px + 2rem);
}

.two_about_1_zhanting_list.zhanting_swiper {
    width: 100%;
    overflow: hidden;
}

.two_about_1_zhanting_list.zhanting_swiper .swiper-slide {
    width: 100%;
}

.two_about_1_zhanting_list.zhanting_swiper .swiper-slide .zhanting_pic {
    width: 100%;
    height: calc(97px + 10rem);
}

.two_about_1_zhanting_list.zhanting_swiper .swiper-slide .zhanting_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .two_about_1_title {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .two_about_1_contact p {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        text-align: justify;
    }

    .two_about_1_num {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .two_about_1_num_item {
        width: 36.75%;
    }

    .two_about_1_num_line {
        display: none;
    }

    .two_about_1_num_item .p1 span {
        font-size: calc(16px + 1rem);
    }

    .two_about_1_num_item .p2 {
        font-size: calc(10px + 1rem);
        width: max-content;
    }

    .two_about_1_list_box {
        height:max-content;
        padding: calc(10px + 5rem) 0;
    }

    .two_about_1_list_item .two_about_1_list_item_text .p1 {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .two_about_1_list_item .two_about_1_list_item_text .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        margin-top: calc(5px + 1rem);
    }

    .two_about_1_list_item .two_about_1_list_item_text {
        width: 85%;
    }

    .two_about_1_zhanting_list .swiper-slide {
        width: 48% !important;
    }
    .two_about_1_list_item .two_about_1_list_item_icon {
        width: calc(8px + 7.5rem);
      
    }
}