body {
    /* overflow: hidden; */
}
main {}

.section1 {}
.section1 .section1-wrap {
    position: relative;

}
.section1-wrap .video-wrap {}
.section1-wrap .video-wrap > video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-size: contain;
    background-position: center center;
    display: block;
}
.section1-wrap .video-wrap {}

.section1-wrap .text-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.section1-wrap .text-wrap > h1 {
    font-size: 60px;
    font-weight: 700;
}
.section1-wrap .text-wrap > p {
    color: #fff;
    /* opacity: 0.7; */
    font-size: 20px;
    padding-top: 30px;
}
.section1-wrap .opa-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.4;
}

/* Section 2 */

.section2 {
    
}
.section2 .section2-wrap {
    padding-top: 25vh;
    max-width: 1400px;
    margin: 0 auto;
}
.section2 .section2-wrap .text-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 173px;
}
.section2 .section2-wrap .text-wrap > h1 {
    font-size: 40px;
    color: #222;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
}
.section2 .section2-wrap .text-wrap > p {
    padding-top: 40px;
    font-size: 16px;
    color: #555;
    text-align: center;
}
.slick-list .draggable {
    overflow: hidden !important;
}

/* Section3 */
.section3 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    position: relative;
}
.swiper-wrapper {
    
}
.section3 .section3-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.section3 .slide_dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: none;
    z-index: 2;
    transform: translate(-50%, -50%);
    background-color: transparent;
    overflow: hidden;
}


.section3 .slide_dim.on {
    display: none;
}
.section3 .section3-wrap .slide_dim.on {
    display: none;
}
.section3 .section3-wrap #slider {
    height: 100%;
    width: 100%;
    transition-duration: 1000s;
}
.slick-track {
    overflow: hidden;
}
.section3 .section3-wrap #slider .item {
    background-size: cover;
    height: 81vh;
    width: 100%;
    
}

.section3 .slick-arrow {display: none !important;}


.section3 .section3-wrap .item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 260px;
    height: 100%;
    opacity: 0;
    transform: translateY(100px);
    /* transition-duration: 1.2s; */
    /* transition-delay: 0.3s; */
}
.section3 .section3-wrap .item > a.on {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1s;
    /* transition-delay: 0; */
}
.section3 .section3-wrap .item > a.on.first {
    transition-duration: 0.8s;
}
.section3 .section3-wrap .item > a .text-wrap {}
.section3 .section3-wrap .item > a .text-wrap > h1 {
    font-weight: 700;   
    font-size: 40px;
    color: #fff;
}
.section3 .section3-wrap .item > a .text-wrap > p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 26px;
}


.section3 .section3-wrap .item > a .view-more {
    margin-top: 90px;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    height: 50px;
}
.section3 .section3-wrap .item > a .view-more > h1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.section3 .section3-wrap .item a .view-more .arrow-box {
    width: 50px;
    height: 50px;
    position: relative;
    transition: 0.3s;
}

.section3 .section3-wrap .item > a .view-more .arrow-box > span {
    background-image: url('../../image/home/section3-arrow-white.png');
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.section3 .section3-wrap .item > a .view-more .arrow-box > div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
}
/* .section3 .section3-wrap .item > a .view-more:hover .arrow-box {
    height: 70px;
    width: 70px;
}
.section3 .section3-wrap .item > a .text-wrap:hover + .view-more .arrow-box {
    width: 70px;
    height: 70px;
} */


.section3 .section3-wrap .item.item1 {background-image: url('../../image/home/section3-item1.jpg');}
.section3 .section3-wrap .item.item2 {background-image: url('../../image/home/section3-item2.jpg');}
.section3 .section3-wrap .item.item3 {background-image: url('../../image/home/section3-item3.jpg');}
.section3 .section3-wrap .item.item4 {background-image: url('../../image/home/section3-item4.jpg');}

.section3 .section3-wrap .item.on > a {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
}



/* .section3 {}
.section3 .section3-wrap {
    display: flex;
    height: 100vh;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    position: relative;
} */

/* .section3 .section3-wrap .slider-wrap {
    width: 70%;
    position: relative;
    
}

.section3 .section3-wrap .slider-opt {
    width: 30%;
    position: relative;
}
.section3 .section3-wrap .slider-opt .text-wrap {
    position: absolute;
    top: 120px;
    left: 20%;
    padding-top: 120px;
    padding-left: 100px;
    padding-left: 20%;
} */
/* .section3 .section3-wrap .slider-opt > div:nth-child(2) {
    display: flex;
    align-items: center;
    height: 24px;
    position: absolute;
    bottom: 120px;
    left: 100px;
}
.section3 .section3-wrap .slider-opt .arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .section3-wrap .slider-opt .arrow-wrap > button {
    background-image: url('../../image/home/arrow.svg');
    width: 24px;
    height: 24px;
}
.section3 .section3-wrap .slider-opt .arrow-wrap > button:nth-child(1):hover {
    background-image: url('../../image/home/arrow-on.svg');
    transform: rotate(-180deg);
}
.section3 .section3-wrap .slider-opt .arrow-wrap > button:nth-child(2) {
    transform: rotate(-180deg);
}
.section3 .section3-wrap .slider-opt .arrow-wrap > button:nth-child(2):hover {
    background-image: url('../../image/home/arrow-on.svg');
    transform: rotate(0);
}
.slider-opt .arrow-wrap {
    margin-right: 10px;
}
.slider-opt .slider-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-opt .slider-bar .loding-bar {
    width: 100px;
    height: 2px;
    background-color: #dedede;
    margin: 0 10px;
}
.slider-opt .slider-bar .loding-bar .state {
    height: 100%;
    width: 25%;
    background-color: #222;
}
.section3 .section3-wrap .slider-wrap .slider-item {
    position: relative;
    height: 100vh;
    width: 100%;
}
.section3 .section3-wrap .slider-wrap .slider-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section3 .section3-wrap .slider-opt .text-wrap {
    padding-bottom: 50px;
}
.section3 .section3-wrap .slider-opt .text-wrap  > h1 {
    font-size: 26px;
    color: #222;
}
.section3 .section3-wrap .slider-opt .text-wrap  > p {
    padding-top: 30px;
    font-size: 16px;
    color: #777;

}
.section3 .section3-wrap .slider-opt .text-wrap .btn-wrap {
    display: flex;
    margin-top: 80px;
    position: relative;
    width: auto;
}
.section3 .section3-wrap .slider-wrap .slider-item .text-wrap .btn-wrap > h1 {}

.section3 .section3-wrap .slider-opt .text-wrap .btn-wrap .arrow-box {
    position: relative;
}
.section3 .section3-wrap .slider-wrap .slider-item .text-wrap .btn-wrap > img {}
.section3 .section3-wrap .slider-opt .text-wrap .btn-wrap .arrow-box > div {
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.05;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}
.section3 .section3-wrap .slider-opt .text-wrap .btn-wrap:hover .arrow-box > div {
    width: 70px;
    height: 70px;
    transition: 0.3s;
}
.slider-bar > h1 {
    width: 28px;
}
.slider-wrap.slick-initialized.slick-slider > button {
    display: none !important;
} */

/* Section5 */
.section5 {
    margin: 0 auto;
    margin-top: 100px;
}
.section5 .section5-wrap {
    position: relative;
    margin: 0 auto;
    
}
.section5 .section5-wrap .scroll-item {}
.section5 .section5-wrap .scroll-item h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 5;
    line-height: 1.3;
    width: 100%;
}
.section5 .section5-wrap .section5-background-image {
    /* background-image: url('../../image/home/section5-bg.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    position: sticky;
    margin: 0 auto;
    width: 100%;
    
}
.section5 .section5-wrap .section5-background-image .opa-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 5;
}
.section5 .section5-wrap .section5-background-image > .video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 2;
}
.section5 .section5-wrap .section5-opacity {
    width: 100%;
    height: 100%;
    background-color: #000;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section5-1 {}
.section5-1 .section5-1-wrap {
    position: relative;
    margin: 0 auto;
    height: 100vh;
}
.section5-1 .section5-1-wrap .scroll-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5-1 .section5-1-wrap .scroll-item h1 {
    width: 100%;
    font-weight: 700;
    color: #222;
    font-size: 40px;
    text-align: center;
    z-index: 5;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section5-1 .section5-1-wrap .section5-1-background-image {
    /* background-image: url('../../image/home/section5-1-car.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100vh;
    position: sticky;
    margin: 0 auto;
    width: 100%;
}


/* section4 */
/* .section4 {}
.section4 .section4-wrap {
    padding-bottom: 100px;
    margin: 0 auto;
}
.section4 .section4-wrap .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}
.section4 .section4-wrap .arrow-box {
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    padding-bottom: 20px;
}
.section4 .section4-wrap .arrow-box > button {
    width: 50px;
    height: 50px;
    background-image: url('../../image/home/section4-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .section4-wrap .arrow-box > button:nth-child(2) {
    transform: rotate(180deg);
    margin-left: 10px;
}
.section4 .section4-wrap .arrow-box > button:nth-child(1):hover {
    transform: rotate(180deg);
    background-image: url('../../image/home/section4-arrow-on.svg');
}
.section4 .section4-wrap .arrow-box > button:nth-child(2):hover {
    transform: rotate(0deg);
    background-image: url('../../image/home/section4-arrow-on.svg');
}


.section4 .section4-wrap .content {
    max-width: 1400px;
    
}
.section4 .section4-wrap .content .slider-item {}
.section4 .section4-wrap .content .slider-item > img {
    width: 685px;
    height: auto;
    margin: 0 auto;
    
}
.section4 .section4-wrap .content .slider-item .text-wrap {}
.section4 .section4-wrap .content .slider-item .text-wrap h1 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 660;
    color: #222;
}
.section4 .section4-wrap .content .slider-item .text-wrap p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
} */

.section4 {}
.section4 .section4-wrap {
    padding-top: 150px;
    margin: 0 auto;
}
.section4 .section4-wrap .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}
.section4 .section4-wrap .arrow-box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 15px;
}
.section4 .section4-wrap .arrow-box > button {
    width: 50px;
    height: 50px;
    background-image: url('../../image/home/section4-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .section4-wrap .arrow-box > button:nth-child(2) {
    transform: rotate(180deg);
    margin-left: 10px;
}
.section4 .section4-wrap .arrow-box > button:nth-child(1):hover {
    transform: rotate(180deg);
    background-image: url('../../image/home/section4-arrow-on.svg');
}
.section4 .section4-wrap .arrow-box > button:nth-child(2):hover {
    transform: rotate(0deg);
    background-image: url('../../image/home/section4-arrow-on.svg');
}


.section4 .section4-wrap .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
    max-width: 80%;
    margin: 0 auto;
    height: auto;
}
.section4 .section4-wrap .content .slider-item {
    width: 25%;
    margin-right: 15px;
}
.section4 .section4-wrap .content .slider-item  .slick-list {
    margin: 0 15px;
}
.section4 .section4-wrap .content .slider-item > img {
    width: 100%;
    height: auto;
}
.section4 .section4-wrap .content .slider-item .text-wrap {}
.section4 .section4-wrap .content .slider-item .text-wrap h1 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 660;
    color: #222;
}
.section4 .section4-wrap .content .slider-item .text-wrap p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    height: 120px;
}


/* Section6 */
.section6 {}
.section6 .section6-wrap {
    position: relative;
}
.section6 .section6-wrap .section6-bg {
    background-image: url('../../image/home/section6-bg.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;

}
.section6 .section6-wrap .opa-bg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.section6 .section6-wrap .content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section6 .section6-wrap .content .title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}
.section6 .section6-wrap .content .desc {
    padding-top: 30px;
}
.section6 .section6-wrap .content .desc p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
    text-align: center;
}
.section6 .section6-wrap .content .content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
    max-width: 1400px;
}
.section6 .section6-wrap .content .content-item .item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 40px;
    padding-left: 40px;
    width: 450px;
    height: 300px;
    color: #fff;
}

.section6 .section6-wrap .content .content-item .item > h1 {
    font-size: 24px;
    font-weight: 700;
}
.section6 .section6-wrap .content .content-item .item > a {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    right: 70px;
    color: inherit;
}
.section6 .section6-wrap .content .content-item .item > a h1 {
    font-weight: 500;
    font-size: 18px;
}


.section6 .section6-wrap .content .content-item .item > a .arrow-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: absolute;
    right: -40px;
    border-radius: 100%;
}

.section6 .section6-wrap .content .content-item .item > a .arrow-box > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('../../image/home/section6-arrow-white.png');
}
.section6 .section6-wrap .content .content-item .item > a .arrow-box > div {
    background-color: #fff;
    opacity: 0.06;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.swiper-pagination {display: none;}
.section6 .section6-wrap .content-item .item:nth-child(1):hover .arrow-box {width: 70px;height: 70px;right: -45px;}
.section6 .section6-wrap .content-item .item:nth-child(2):hover .arrow-box {width: 70px;height: 70px;right: -45px;}
.section6 .section6-wrap .content-item .item:nth-child(3):hover .arrow-box {width: 70px;height: 70px;right: -45px;}
.section6 .section6-wrap .content-item .item:nth-child(1):hover .arrow-box > div {background-color: #000;}
.section6 .section6-wrap .content-item .item:nth-child(2):hover .arrow-box > div {background-color: #000;}
.section6 .section6-wrap .content-item .item:nth-child(3):hover .arrow-box > div {background-color: #000;}
.section6 .section6-wrap .content-item .item:nth-child(1):hover .arrow-box > span {background-image: url('../../image/home/section6-arrow-black.png');}
.section6 .section6-wrap .content-item .item:nth-child(2):hover .arrow-box > span {background-image: url('../../image/home/section6-arrow-black.png');}
.section6 .section6-wrap .content-item .item:nth-child(3):hover .arrow-box > span {background-image: url('../../image/home/section6-arrow-black.png');}
.section6 .section6-wrap .content .content-item .item:nth-child(1):hover {background-color: #fff;color: #000;transition: 0.3s;}
.section6 .section6-wrap .content .content-item .item:nth-child(2):hover {background-color: #fff;color: #000;transition: 0.3s;}
.section6 .section6-wrap .content .content-item .item:nth-child(3):hover {background-color: #fff;color: #000;transition: 0.3s;}


/* .section6 .section6-wrap .content .content-item .item.on {transform: translateY(0);} */
.section6 .section6-wrap .content .content-item .item.on#recruitView {transition: 0.5s;}
.section6 .section6-wrap .content .content-item .item.on#cultureView {transition: 1s;}
.section6 .section6-wrap .content .content-item .item.on#applyView {transition: 1.5;}
@media all and (max-width: 10366px) {
    
}

@media all and (max-width: 1600px) {
    .section3 {
        padding-top: 50px;
    }
    .section3 .section3-wrap {height: 540px;}
    .section3 .section3-wrap .item > a {
        height: 540px;
    }
    .section3 .section3-wrap .item > a {padding-left: 130px;}
    .section5-1 .section5-1-wrap .scroll-item h1 {font-size: 30px;}
    .section5 .section5-wrap .scroll-item h1 {font-size: 30px;} 
    .section1-wrap .text-wrap > h1 {font-size: 45px;}
    .section4 .section4-wrap .content {display: grid;grid-template-columns: 1fr 1fr;column-gap: 24px;padding-top: 50px;}
    .section4 .section4-wrap .content .slider-item {width: 100%;}
    .section2 .section2-wrap .text-wrap > h1 {font-size: 30px;}
    .section3 .section3-wrap .item > a .text-wrap > h1 {font-size: 30px;}
    .section4 .section4-wrap .title > h1 {font-size: 30px;}
    .section6 .section6-wrap .content .title h1 {font-size: 30px;}
}
@media all and (max-width: 1024px) {
    .section1-wrap .text-wrap > h1 {font-size: 30px;}
    
    .section1-wrap .text-wrap > p {font-size: 15px;}

    .section2 .section2-wrap {padding-top: 25vw;padding-bottom: 25vw; padding-left: 24px;padding-right: 24px;}
    
    .section2 .section2-wrap .text-wrap > h1 {font-size: 20px;}
    .section2 .section2-wrap .text-wrap > p {font-size: 15px;padding-top: 20px;}


    .section3 .section3-wrap .item {position: static;}

    .section3 {padding-top: 0px;}
    .section3 .section3-wrap {margin-left: 24px;margin-right: 24px;}
    .section3 .section3-wrap .item {height: 400px;display: flex;align-items: center;transform: translate(0,0) translateY(50px);margin-top: 10px;}
    .section3 .section3-wrap .item > a {height: auto;padding: 0 24px;width: auto;}
    .section3 .section3-wrap .item > a .text-wrap > h1 {font-size: 24px;}
    .section3 .section3-wrap .item > a .text-wrap > p {font-size: 15px;}
    .section3 .section3-wrap .item > a .text-wrap > p {padding-top: 20px;}
    .section3 .section3-wrap .item > a .view-more {margin-top: 60px;width: 100%;}
    .section3 .section3-wrap .item > a {align-items: flex-start;}
    .section3 .section3-wrap .item.item1 {background-image: url('../../image/home/m-section3-item1.jpg');}
    .section3 .section3-wrap .item.item2 {background-image: url('../../image/home/m-section3-item2.jpg');}
    .section3 .section3-wrap .item.item3 {background-image: url('../../image/home/m-section3-item3.jpg');}
    .section3 .section3-wrap .item.item4 {background-image: url('../../image/home/m-section3-item4.jpg');}
    .section3 .section3-wrap {height: auto;}
    .section4 {
        /* padding-top: 25vw; */
    }

    /* Section4 */
    .section4 .section4-wrap .content {height: auto;}
    .section4 .section4-wrap {padding: 0 24px;padding-bottom: 30px;}
    .section4 .section4-wrap .title {padding-top: 70px;text-align: left;}
    .section4 .section4-wrap .title > h1 {font-size: 30px;}
    .section4 .section4-wrap .content {display: flex;flex-direction: column;max-width: none;padding: 0;}
    .section4 .section4-wrap .content .slider-item {width: 100%;margin: 0;padding-top: 50px;}
    .section4 .section4-wrap .content .slider-item:nth-child(1) {padding-top: 20px;}
    .section5 .section5-wrap .scroll-item h1 {font-size: 24px;}
    .section5-1 .section5-1-wrap .scroll-item h1 {font-size: 24px;padding: 0 24px;}

    .section4 .section4-wrap .content .slider-item .text-wrap p {font-size: 15px;}

    .section6 .section6-wrap .content .title h1 {font-size: 24px;}
    .section6 .section6-wrap .content .desc p {font-size: 15px;}
    .section6 .section6-wrap .content .content-item {padding: 40px 24px;flex-direction: column;padding-bottom: 0;}
    .section6 .section6-wrap .content .content-item .item {width: 100%;height: 120px;padding-top: 24px;padding-left: 24px;margin-bottom: 16px;}
    .section6 .section6-wrap .content .content-item .item > h1 {font-size: 20px;}
    .section6 .section6-wrap .content .content-item .item > a h1 {font-size: 15px;}

    .section6 .section6-wrap .content .desc {padding-top: 10px;}
    .section3 {padding-top: 0;}
    .slick-dots {padding-top: 20px;margin: 0 auto; width: 25%; display: flex;align-items: center;justify-content: space-between;}
    .slick-dots > li {width: 10px;height: 10px;background-color: #dedede;border-radius: 100%;}
    .slick-dots > li > button {display: none;}

    .slick-active {background-color: #222 !important;}

    .section3 {margin-top: 0;}
    .section3 .slide_dim {display: none;}

    .swiper-pagination {display: block;padding-bottom: 15px;}
    .swiper-pagination-bullet {background-color: #fff !important;}
    .swiper-pagination-bullet-active {background-color: #fff !important;}
}



