* {
    margin: 0;
    padding: 0;
}
.all_content{
    display: flex;
    flex-direction: column;
}
.content-1 {
    width: 100%;
    background-color: #F5F5F5;
}
.content-2 {
    width: 100%;
}

.content-1_style {
    display: flex;
    flex-direction: column;
    margin: 4% 0px 3% 0px;
    max-width: 1482px;
}

.text-1_style {
    max-width: 1482px;
    line-height: 26px;
    margin: 3% 0 1% 0;

}
.text-1_style p {
    margin-bottom: 1%;
}

.content-2_style {
    display: flex;
    flex-direction: column;
    margin: 2% 0px 0px 0px;
    max-width: 1482px;
}

.text-2_style {
    max-width: 1482px;
    line-height: 26px;
    margin: 3% 0 1% 0;

}
.text-2_style p{
    margin-bottom: 1%;

}
.img_style {
    margin-bottom: 2%;
    max-width: 1482px;
}
.img-1_style {
    max-width: 1482px;
    margin-bottom: 2%;

}
.img_style img {
    width: 100%;
}
img-3_style img {
    margin-bottom: 0;

}

.history_style>p {
    padding-bottom: 1%;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    border-bottom-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    width: 90%;
}
.history_list>ul {
    padding-left: 0 !important;
    max-width: 345px;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}
.history .swiper-horizontal>.swiper-scrollbar {
    left: 0;
}
.history .swiper-scrollbar{
    background: #EEEEEE;
}
.sea_twoimg {
    display: flex;
}
.sea_row {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .content-1_style {
        margin: 9% 0px 6% 0px;
    }
    .content-2_style {
        margin: 9% 0px 0px 0px;
    }
    .text-1_style {
        max-width: 694px;
        line-height: 30px;
        margin: 5% 0 2% 0;
        font-size: 14px;
    }
    .text-1_style p {
        margin-bottom: 4%;
    }
    .img-1_style{
        margin-bottom: 6%;
    }
    .img_style {
        margin-bottom: 9%;
    }
    .block_margin{
        width: 100%;
    }

    .text-2_style {
        line-height: 30px;
        margin: 5% 0 2% 0;
        font-size: 14px;

    }
    .text-2_style p {
        margin-bottom: 4%;
    }

    .history_style>p {
        margin-bottom: 2%;
        font-size: 18px;
    }
    .sea_twoimg img {
        margin-bottom: 15px;
    }
    .sea_row img {
        margin-bottom: 9%;
    }
}