body{
    /*overflow-y: hidden;*/
    overflow-x: hidden;
}
.section_content {
    width: 100%;
    /* min-width: 1400px; */
    height: 65vh;
}

.section_content2 {
    width: 100%;
    height: 90vh;
    padding-top: 8vh;
}

.section_content3 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 12vh;
}

.swiper-container {
    padding: 0;
    margin: auto;
    width: 78%;
    height: 65vh;
}

.swiper_img {
    width: 100%;
    height: 100%;
}
.content_min{
    width: 100%;
    height: 20vh;
    /* min-width: 1400px; */
    background-color: #F5F5F5;
}
.content_min_auto{
    margin: auto;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content_min_auto_item{
    width: 18%;
    height: 65%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-color: #FFFFFF;
}
.content_min_auto_item:hover{
    margin-top: -0.2vw;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 66, 0.61);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 66, 0.61);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 66, 0.61);
}
.content_min_auto_item img{
    width: 3vw;
    height: 3vw;
}
.content_min_auto_item span{
    padding-left: 1.5vw;
}
.content_min_auto_item span a{
    font-size: 1.5vw;
    text-decoration: none;
    color: black;
}