.banner_swiper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner_swiper .swiper-pagination {
    display: flex;
    width: fit-content;
    right: 8.33333vw;
    bottom: 2.1875vw;
    left: unset;
    gap: 5px
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .52083vw;
    height: .15625vw;
    border-radius: .41667vw;
    background: #FFF;
    opacity: 1;
    transition: 0.6s;
    margin: 0
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5.98958vw
}

.banner_swiper .swiper-slide {
    position: relative;
    width: 100%
}

.banner_swiper .swiper-slide .text {
    position: absolute;
    top: 19.375vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.banner_swiper .swiper-slide .text .cn {
    color: #FFF;
    font-weight: 350;
    transform: translateY(1.04167vw);
    opacity: 0
}

.banner_swiper .swiper-slide .text .en {
    color: #FFF;
    font-family: 'Aboreto';
    font-weight: 400;
    margin: 3.33333vw 0 0;
    transform: translateY(1.04167vw);
    opacity: 0
}

.banner_swiper .swiper-slide .img {
    width: 100%
}

.banner_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 1s;
    transform: scale(1.1)
}

.banner_swiper .swiper-slide.swiper-slide-active .text .cn {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s
}

.banner_swiper .swiper-slide.swiper-slide-active .text .en {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.1s
}

.banner_swiper .swiper-slide.swiper-slide-active .img img {
    transform: scale(1)
}

.sec1 {
    padding: 7.60417vw 0 0
}

.sec1 .sec1_top {
    display: flex;
    justify-content: space-between;
    width: 83.33333vw;
    margin: 0 auto 5.52083vw
}

.sec1 .sec1_top .l .cn {
    color: #4E4E50;
    font-weight: 300;
    letter-spacing: .1875vw
}

.sec1 .sec1_top .l .en {
    color: #4E4E50;
    font-weight: 300;
    letter-spacing: .54375vw;
    text-transform: uppercase;
    margin: .52083vw 0 0
}

.sec1 .sec1_top .l .line1 {
    width: 8.69792vw;
    margin: .72917vw 0 0 7.65625vw
}

.sec1 .sec1_top .l .line1 img {
    display: block;
    width: 100%
}

.sec1 .sec1_top .r {
    width: 49.375vw
}

.sec1 .sec1_top .r .p {
    color: #000;
    text-align: justify;
    font-weight: 300;
    line-height: 200%
}

.sec1 .sec1_top .r .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 1.5625vw 0 0 auto;
    gap: .52083vw
}

.sec1 .sec1_top .r .more .icon {
    transition: 0.6s
}

.sec1 .sec1_top .r .more .icon img {
    display: block;
    width: 1.09375vw
}

.sec1 .sec1_top .r .more p {
    color: #986733;
    font-weight: 400
}

.sec1 .sec1_top .r .more:hover .icon {
    transform: rotate(90deg)
}

.sec1 .img {
    width: 100%;
    position: relative
}

.sec1 .img .goTop1 {
    width: 2.86458vw;
    position: absolute;
    right: 5.46875vw;
    bottom: 8.85417vw;
    z-index: 3;
    cursor: pointer;
    display: none;
}

.sec1 .img img {
    display: block;
    width: 100%
}

.sec2 {
    padding: 5.41667vw 0 5.72917vw;
    overflow: hidden
}

.sec2 .links {
    display: flex;
    justify-content: center;
    gap: 16.92708vw;
    margin-bottom: 7.03125vw
}

.sec2 .links .item {
    display: block;
    position: relative;
    cursor: pointer
}

.sec2 .links .item .cn {
    color: #4C4C4C;
    font-size: .78125vw;
    font-weight: 300;
    margin-bottom: .36458vw;
    line-height: 1.25vw;
    transition: 0.6s
}

.sec2 .links .item .line {
    width: 8.54167vw;
    opacity: 0;
    transition: 0.6s
}

.sec2 .links .item .line img {
    display: block;
    margin: .72917vw 0 0 -.625vw
}

.sec2 .links .item .en {
    color: #838383;
    font-size: .46875vw;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.6s;
    font-family: "Aboreto"
}

.sec2 .links .item:hover .cn,
.sec2 .links .item.on .cn {
    color: #986733;
    font-weight: 500
}

.sec2 .links .item:hover .line,
.sec2 .links .item.on .line {
    opacity: 1
}

.sec2 .swiper_box {
    width: 84.42708vw;
    margin: 0 0 0 8.85417vw
}

.sec2 .swiper_box .swiper {
    width: 100%;
    display: none
}

.sec2 .swiper_box .swiper.on {
    display: block
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    height: 25vw;
    position: relative
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 100%;
    /* background: #F6F6F6; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img  p{
       position: absolute;
     left: 0;
     bottom:1.822vw;
     width: 100%;
     text-align: center;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img2 .more {
    width: 9.375vw;
    height: 3.64583vw;
    background: url("/images/btn_bg.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #000;
    font-size: .9375vw;
    font-weight: 300;
    transition: 0.6s
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box:hover .img2 {
    opacity: 1
}

.sec2 .more_btn {
    width: fit-content;
    margin: 3.90625vw auto 0;
    display: flex;
    gap: .52083vw
}

.sec2 .more_btn p {
    color: #986733;
    font-weight: 400
}

.sec2 .more_btn img {
    display: block;
    width: 1.09375vw;
    transition: 0.6s
}

.sec2 .more_btn:hover img {
    transform: rotate(90deg)
}

.sec3 {
    position: relative;
    height: calc(300vh + 200px)
}

.sec3 .fix_box {
    width: 100%;
    padding: 1.14583vw 0 0
}

.sec3 .fix_box .title {
    text-align: center;
    margin-bottom: 4.0625vw
}

.sec3 .fix_box .title .h5 {
    color: #4E4E50;
    font-weight: 300
}

.sec3 .fix_box .title .p {
    color: #4E4E50;
    font-weight: 300;
    margin: .625vw 0 0
}

.sec3 .fix_box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.13542vw 4.42708vw
}

.sec3 .fix_box .list .item {
    width: 14.73958vw;
    height: 8.17708vw;
    border-radius: .20833vw;
    background: #F5EBE0;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec3 .fix_box .list .item.hide {
    opacity: 0 !important
}

.sec3 .fix_box .list .item img {
    display: block;
    max-width: 70%;
    max-height: 70%
}

.sec3 .fix_box1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.sec3 .fix_box1 .fix {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.42708vw;
    overflow: hidden
}

.sec3 .fix_box1 .fix .item {
    width: 14.73958vw;
    height: 8.17708vw;
    border-radius: .20833vw;
    background: #F5EBE0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: relative;
    overflow: hidden
}

.sec3 .fix_box1 .fix .item.show {
    opacity: 1
}

.sec3 .fix_box1 .fix .item .item_box {
    width: 75.36458vw;
    height: 42.03125vw;
    background: #F5EBE0;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0 2.96875vw;
    justify-content: space-between;
    opacity: 0;
    z-index: 3;
    transform: translateY(2.08333vw)
}

.sec3 .fix_box1 .fix .item .item_box .item_l {
    width: 33.95833vw;
    height: 24.16667vw;
    overflow: hidden
}

.sec3 .fix_box1 .fix .item .item_box .item_l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec3 .fix_box1 .fix .item .item_box .item_l:hover img {
    transform: scale(1.1)
}

.sec3 .fix_box1 .fix .item .item_box .item_r {
    width: 32.91667vw
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_top {
    margin: 0 0 8.80208vw
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_top .h5 {
    color: #000;
    font-weight: 500
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_top .h6 {
    color: #000;
    font-weight: 300;
    line-height: 200%;
    margin: .625vw 0 3.07292vw
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_top .p {
    color: #000;
    font-weight: 300;
    line-height: 200%
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .logo1 {
    height: 2.86458vw;
    display: flex;
    align-items: center;
    width: fit-content
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .logo1 img {
    display: block;
    max-height: 100%
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .more {
    display: flex;
    gap: .52083vw
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .more p {
    color: #986733;
    font-weight: 400
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .more img {
    display: block;
    width: 1.09375vw;
    transition: 0.6s
}

.sec3 .fix_box1 .fix .item .item_box .item_r .item_r_bottom .more:hover img {
    transform: rotate(90deg)
}

.sec3 .fix_box1 .fix .item .logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.sec3 .fix_box1 .fix .item .logo img {
    display: block;
    max-width: 70%;
    max-height: 70%
}

.sec4 {
    padding: 3.64583vw 0 0 2.44792vw
}

.sec4 .wrap {
    display: flex;
    gap: 5.625vw
}

.sec4 .wrap .item {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec4 .wrap .item .item_box {
    width: calc(100% - 3.958333vw);
    height: calc(100% - 3.020833vw);
    position: absolute;
    padding: 1.97917vw 1.51042vw;
    opacity: 0;
    transition: 0.6s;
    z-index: 3;
    background: linear-gradient(0deg, rgba(69, 45, 20, 0.36) 15%, rgba(41, 41, 41, 0.48) 100%);
    backdrop-filter: blur(.3125vw)
}

.sec4 .wrap .item .item_box .item_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 1.04167vw 3.22917vw 1.51042vw;
    gap: 1vw;
    position: relative;
}

.sec4 .wrap .item .item_box .item_content .item_l {
    /* width: 18.85417vw; */
    width: 100%;
    flex: 1;
}

.sec4 .wrap .item .item_box .item_content .item_l .h5 {
    color: #FFF;
    font-weight: 500
}

.sec4 .wrap .item .item_box .item_content .item_l .p {
    margin: 1.40625vw 0 0;
    color: #FFF;
    text-align: justify;
    font-weight: 300;
    line-height: 150%
}

.sec4 .wrap .item .item_box .item_content .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 1.5625vw 0 0 auto;
    gap: .52083vw;
    position: absolute;
    right:0;
    bottom:0;
}

.sec4 .wrap .item .item_box .item_content .more img {
    display: block;
    width: 1.09375vw;
    height: auto;
    transition: 0.6s;
    filter: brightness(0) invert(1);
}

.sec4 .wrap .item .item_box .item_content .more p {
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.sec4 .wrap .item .item_box .item_content .more:hover img {
    transform: rotate(90deg)
}

.sec4 .wrap .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec4 .wrap .item:hover .item_box {
    opacity: 1
}

.sec4 .wrap .item:hover>img {
    transform: scale(1.1)
}

.sec4 .wrap .l .title {
    margin-left: 5.83333vw
}

.sec4 .wrap .l .title .cn {
    color: #4E4E50;
    font-weight: 300;
    letter-spacing: .1875vw
}

.sec4 .wrap .l .title .en {
    color: #4E4E50;
    font-weight: 300;
    letter-spacing: .23438vw;
    text-transform: uppercase;
    margin: .52083vw 0 0
}

.sec4 .wrap .l .title .line1 {
    width: 8.69792vw;
    height: 1px;
    background: #986733;
    margin: .72917vw 0 0 3.90625vw
}

.sec4 .wrap .l .title .line2 {
    width: 2.60417vw;
    height: 1px;
    background: #986733;
    margin: .625vw 0 3.85417vw 10vw
}

.sec4 .wrap .l .item {
    width: 34.375vw;
    height: 50.625vw
}

.sec4 .wrap .r .item:nth-child(1) {
    width: 29.16667vw;
    height: 18.64583vw
}

.sec4 .wrap .r .item:nth-child(1) .item_box .item_content .item_l {
    width: 15.625vw
}

.sec4 .wrap .r .item:nth-child(2) {
    width: 55.41667vw;
    height: 45.88542vw;
    margin: 3.75vw 0 0
}

.sec5 {
   padding: 9.79167vw 0 7.60417vw;
    overflow: hidden
}

.sec5 .wrap .logo_box .logos {
    display: flex;
    width: max-content;
    gap: 4.6875vw;
    animation: img_go 60s infinite linear
}

.sec5 .wrap .logo_box .logos .logo {
    width: 7.03125vw;
    height: 7.03125vw
}

.sec5 .wrap .logo_box .logos .logo:nth-child(2n) {
    margin: 4.73958vw 0 0
}

.sec5 .wrap .logo_box .logos .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* .sec5 .wrap .title {
    margin: -1.875vw 0 0
} */

.sec5 .wrap .title {
    margin-bottom: 7.03125vw
}

.sec5 .wrap .title .en {
    color: #4E4E50;
    text-align: center;
    font-family: 'Aboreto';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .10417vw;
    text-transform: uppercase
}

.sec5 .wrap .title .line1 {
    width: 8.125vw;
    height: 1px;
    background: #986733;
    margin: .67708vw auto
}

.sec5 .wrap .title .line2 {
    width: 3.33333vw;
    height: 1px;
    background: #986733;
    margin: 0 auto
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 768px) {
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .img  p{
        font-size: 14px;
        bottom: 5px;
    }
    .banner_swiper .swiper-pagination {
        right: 5vw;
        bottom: 20px
    }

    .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: 8px;
        height: 3px;
        border-radius: 8px
    }

    .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 60px
    }

    .banner_swiper .swiper-slide .text {
        width: 90%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .banner_swiper .swiper-slide .text .cn {
        font-size: 24px
    }

    .banner_swiper .swiper-slide .text .en {
        margin: 15px 0 0
    }

    .banner_swiper .swiper-slide .img img {
        height: 60vh
    }

    .sec1 {
        padding: 50px 5vw
    }

    .sec1 .sec1_top {
        width: 100%;
        display: block
    }

    .sec1 .sec1_top .l .line1 {
        width: 120px;
        margin: 10px 0 0 30px
    }

    .sec1 .sec1_top .l .line2 {
        width: 40px;
        margin: 6px 0 0 110px
    }

    .sec1 .sec1_top .r {
        width: 100%;
        margin: 20px 0
    }

    .sec1 .sec1_top .r .p {
        font-size: 15px
    }

    .sec1 .sec1_top .r .more {
        margin: 15px 0 0;
        gap: 6px
    }

    .sec1 .sec1_top .r .more p {
        font-size: 16px
    }

    .sec1 .sec1_top .r .more .icon img {
        width: 14px
    }

    .sec1 .img .goTop1 {
        width: 30px;
        right: 5vw;
        bottom: 20px
    }

    .sec2 {
        padding: 20px 5vw 50px
    }

    .sec2 .links {
        gap: 50px
    }

    .sec2 .links .item .cn {
        font-size: 20px !important;
        line-height: 24px
    }

    .sec2 .links .item .en {
        font-size: 10px !important;
        line-height: 12px;
        margin: 8px 0 0
    }

    .sec2 .links .item .line {
        width: 120px;
        margin: 8px 0 0 0
    }

    .sec2 .swiper_box {
        margin: 40px 0 0
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box {
        height: 82vw
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .img2 .more {
        width: 120px;
        height: 40px;
        font-size: 14px
    }

    .sec2 .more_btn {
        margin: 15px auto 0;
        gap: 6px
    }

    .sec2 .more_btn p {
        font-size: 16px
    }

    .sec2 .more_btn img {
        width: 14px
    }

    .sec3 {
        height: unset !important;
        padding: 60px 5vw;
        overflow: hidden
    }

    .sec3 .fix_box .wrap .title {
        margin-bottom: 25px
    }

    .sec3 .fix_box .wrap .title .p {
        margin: 6px 0 0
    }

    .sec3 .fix_box .wrap .list {
        flex-wrap: unset;
        gap: 20px;
        width: max-content;
        animation: img_go 60s infinite linear
    }

    .sec3 .fix_box .wrap .list .item {
        width: 140px;
        height: 70px;
        border-radius: 4px
    }

    .sec3 .fix_box1 {
        display: none
    }

    .sec3 .ph_box {
        display: block !important;
        width: 100%;
        margin: 25px 0 0
    }

    .sec3 .ph_box .swiper {
        width: 100%
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box {
        background: #F5EBE0;
        border-radius: 6px;
        padding: 20px
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_l {
        width: 100%;
        height: 40vw;
        overflow: hidden
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_l img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r {
        width: 100%;
        margin: 10px 0 0
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_top .h5 {
        color: #000;
        font-weight: 500
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_top .h6 {
        color: #000;
        font-weight: 300;
        line-height: 1.5;
        font-size: 15px;
        margin: 8px 0
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_top .p {
        color: #000;
        font-weight: 300;
        line-height: 1.5;
        font-size: 15px
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 0
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .logo1 {
        height: 30px;
        display: flex;
        align-items: center;
        width: fit-content
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .logo1 img {
        display: block;
        max-height: 100%
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .more {
        display: flex;
        gap: 6px
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .more p {
        font-size: 15px;
        color: #986733;
        font-weight: 400
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .more img {
        display: block;
        width: 14px;
        transition: 0.6s
    }

    .sec3 .ph_box .swiper .swiper-slide .item_box .item_r .item_r_bottom .more:hover img {
        transform: rotate(90deg)
    }

    .sec4 {
        padding: 0 5vw
    }

    .sec4 .wrap {
        width: 100%;
        display: block
    }

    .sec4 .wrap .item .item_box {
        opacity: 1;
        width: calc(100% - 60px);
        height: calc(100% - 60px)
    }

    .sec4 .wrap .item .item_box .item_content {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start
    }

    .sec4 .wrap .item .item_box .item_content .item_l {
        width: 100%;
        margin-bottom: 10px
    }

    .sec4 .wrap .item .item_box .item_content .item_l .p {
        font-size: 14px;
        margin: 10px 0 0
    }

    .sec4 .wrap .item .item_box .item_content .more {
        gap: 6px;
        position: static;
    }

    .sec4 .wrap .item .item_box .item_content .more p {
        font-size: 15px
    }

    .sec4 .wrap .item .item_box .item_content .more img {
        width: 14px
    }

    .sec4 .wrap .l .title {
        margin: 0 0 20px
    }

    .sec4 .wrap .l .title .line1 {
        width: 120px;
        margin: 10px 0 0 30px
    }

    .sec4 .wrap .l .title .line2 {
        width: 40px;
        margin: 6px 0 0 110px
    }

    .sec4 .wrap .l .item {
        width: 100%;
        /* height: 130vw; */
        height: 80vw;
    }

    .sec4 .wrap .r {
        margin: 15px 0 0
    }

    .sec4 .wrap .r .item:nth-child(1) {
        width: 100%;
        height: 80vw
    }

    .sec4 .wrap .r .item:nth-child(1) .item_box .item_content .item_l {
        width: 100%
    }

    .sec4 .wrap .r .item:nth-child(2) {
        width: 100%;
        height: 80vw;
        margin: 15px 0 0
    }

    .sec5 {
        padding: 60px 0
    }

    .sec5 .wrap .logo_box .logos {
        gap: 40px
    }

    .sec5 .wrap .logo_box .logos .logo {
        width: 60px;
        height: 60px
    }

    .sec5 .wrap .logo_box .logos .logo:nth-child(2n-1) {
        margin-top: 40px
    }

        .sec5 .wrap .title {
        margin-bottom: 30px
    }

    .sec5 .wrap .title .line1 {
        width: 120px;
        margin: 6px auto
    }

    .sec5 .wrap .title .line2 {
        width: 30px
    }
}