/*--更多设计---*/
 .def-pad-top {
    padding-top: 30px;
 }
 .def-pad-top .center-area {
    width: 1220px;
    margin: 0 auto;
}
.section-more-gen h2 {
    text-align: center;
    margin: 30px;
}
.def-pad-top h2, .section-tit {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: #3D3D3D;
}
.gen-more-kit {
    position: relative;
    padding-top: 22px;
}
.gen-more-kit .kitlpSwiper {
    position: static !important;
}
.section .swiper-slide {
    width: 200px;
    height: 100px;
    float: left;
    display: flex;
    flex-direction: column;
    background: #EBFDF9;
    margin-right: 30px;
    overflow: hidden;
}
.section .swiper-slide .link-box {
    width: 200px;
    height: 100px;
    overflow: hidden;
}
.section .swiper-slide .title {
    display: block;
}
.section-more-gen .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1.33px;
    color: #3D3D3D;
    padding-top: 22px;
    display: inherit;
}
.pubilc_roll_box .roll_prev, .pubilc_roll_box .roll_next {
    margin-top: -20px;
}
.swiper-pagination {
    padding-top: 20px;
    top: 100%;
}
.hover-zoom:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
@media screen and (max-width: 767px){
    .def-pad-top .center-area {
        width: 100%;
    }
    .section-more-gen h2 {
        margin: 0px;
    }
    .def-pad-top h2, .section-tit {
        font-size: 22px;
    }
}