.img_warp {
    position: relative;
    overflow: hidden;
}
.img_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    left: 0;
    top: 0;
}
.slider_banner {
    position: relative;
}
.slider_banner.swiper-container-horizontal .swiper-pagination {
    bottom: 5%
}
.slider_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    min-width: 200px;
    color: #2B2EC9;
    border-radius: 0;
    background-color: transparent;
    text-align: left;
    position: relative;
    opacity: .4;
    height: 45px;
    font-size: 18px;
}
.slider_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after {
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #2B2EC9;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.slider_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}
.home_about {
    padding: 3% 0;
}
.home_about .smtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
}
.home_about .title {
    font-size: 32px;
    color: #171717;
    text-align: center;
    max-width: 980px;
    margin: 1% auto;
    line-height: 1.4;
}
.home_about .link {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #2329c5;
    margin: 40px auto;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_about .link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_about .img_warp {
    padding-bottom: 50%;
}
.home_product {
    background-color: #EFEFEF;
    padding: 3% 0 2%;
}
.home_product .layout>.title {
    font-size: 36px;
    color: #171717;
    text-align: center;
}
.home_product .layout>.link {
    font-size: 16px;
    color: #fff;
    padding: 12px 27px;
    border-radius: 10px;
    background-color: #2329c5;
    margin: 40px auto;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_product .layout>.link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_product .swiper_product {
    /* display: none; */
    opacity: 0;
    height: 0;
    overflow: unset;
    /* overflow: hidden; */
    position: relative;
}
.product_list {
    overflow: hidden;
    padding: 0 20px 0 0;
}
.product_list .swiper-slide-next img {
    position: relative !important;
}
.product_list .swiper-slide-active img {
    position: absolute !important;
}
.home_product .swiper_product.show {
    opacity: 1;
    height: auto;
}
/* .swiper_product .swiper-slide {
    opacity: 0 !important;
}
.swiper_product .swiper-slide.swiper-slide-active,
.swiper_product .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
} */
.home_product .swiper_product:nth-child(0) {
    display: block;
}
.home_product .swiper-slide.swiper-slide-active>.title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    display: none;
}
.home_product .swiper-slide.swiper-slide-active .info .title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
.home_product .swiper-slide.swiper-slide-active .img_warp {
    /* padding-bottom: 52%; */
    width: 36%;
    margin-top: 0;
}
.home_product .swiper-slide.swiper-slide-active .info .ul {
    margin: 5% 0;
}
.home_product .swiper-slide.swiper-slide-active .info .desc{
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
}
.home_product .swiper-slide.swiper-slide-active .info .ul .li {
    position: relative;
    color: #666;
    margin-bottom: 3%;
}
.home_product .swiper-slide.swiper-slide-active .info .ul .li::before {
    content: ' ';
    width: 9px;
    height: 9px;
    background-color: #2329c5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 2px;
}
.home_product .swiper-slide.swiper-slide-active .info .link {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #2329c5;
    margin-top: 30px;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_product .swiper-slide.swiper-slide-active .info .link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_product .swiper-slide.swiper-slide-active {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 70% !important;
    padding: 3% 8% 3% 4%;
}
.home_product .swiper-slide.swiper-slide-next {
    width: 24% !important;
}
.home_product .swiper-slide.swiper-slide-active .info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 2%;
}
.home_product .swiper-slide {
    padding: 2%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 24%;
    height: auto;
}
.home_product .swiper-slide .info {
    width: 50%;
    display: none;
    overflow: hidden;
    transition: all .3s;
}
.home_product .swiper-slide .title {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}
.home_product .swiper-slide .img_warp {
    width: 100%;
    /* padding-bottom: 114%; */
    margin-top: 10%;
}
.home_product .swiper-button-next {
    width: 76px;
    height: 76px;
    background-color: #df5a15;
    border-radius: 50%;
    text-align: center;
    right: -10px;
    z-index: 99;
}
.home_product .swiper-button-next:before {
    content: ' ';
    display: block;
    width: 96px;
    height: 96px;
    background-color: rgba(223, 90, 21, .1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.home_product .swiper-button-next::after {
    content: 'Next';
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tabs {
    margin: 4% auto 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}
.tabs .tab {
    margin-right: 54px;
    padding-bottom: 8px;
}
.tabs .tab:last-child {
    margin-right: 0;
}
.tabs .tab.active {
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}
.home_peo {
    display: flex;
    justify-content: space-between;
}
.home_peo .left {
    width: 50%;
    background-color: #080938;
    padding: 4% 6%;
    color: #fff;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.home_peo .left .title {
    font-size: 74px;
}
.home_peo .left .info {
    margin-top: 3%;
    font-size: 16px;
    line-height: 1.8;
}
.home_peo .left .info p {
    margin-bottom: 30px;
}
.home_peo .left .info p:last-child {
    margin-bottom: 0
}
.home_peo .img_warp {
    width: 50%;
    padding-bottom: 50%;
}
.home_service {
    padding: 5%;
}
.home_service .layout>.title {
    font-size: 36px;
    color: #171717;
    text-align: center;
}
.home_service .layout>.desc {
    color: #666666;
    font-size: 16px;
    margin: 2% 0;
    text-align: center;
}
.home_service .layout>.link {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #2329c5;
    margin: 40px auto;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_service .layout>.link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_service .layout .num_ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 3%;
}
.home_service .layout .n {
    font-size: 70px;
    color: #171717;
    font-weight: bold;
}
.home_service .layout .n span {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}
.home_service .layout .desc {
    font-size: 16px;
    color: #999;
}
.swiper_img {
    margin-top: 2%;
}
.swiper_img p {
    margin-top: 4%;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.swiper_img .img_warp {
    padding-bottom: 80%;
    width: 100%;
}
.swiper_img .img_warp:hover img {
    transform: scale(1.1);
}
.home_ce {
    background-color: #EFEFEF;
    padding: 3.5% 0;
}
.home_ce .title {
    font-size: 40px;
    color: #171717;
    text-align: center;
}
.home_ce .logo_list {
    max-width: 750px;
    margin: 3% auto;
    background-color: #fff;
    padding: 1% 2%;
    border-radius: 15px;
}
.home_ce .logo_list .swiper-wrapper {
    display: flex;
}
.home_ce .logo_list .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.home_ce .certificate_list {
    padding: 1% 0 5%;
}
.home_ce .certificate_list .img_warp {
    padding-bottom: 138%;
    border: 5px solid #AFAFAF;
}
.home_ce .certificate_list .img_warp:hover img {
    transform: scale(1.02);
}
.certificate_list .swiper-pagination-bullet {
    width: 76px;
    height: 2px;
    border-radius: none;
    background-color: #B3B3B3;
    margin: 0 !important
}
.certificate_list .swiper-pagination-bullet-active {
    background-color: #DF5A15;
}
.home_t_a_i {
    padding: 3.5% 0;
}
.home_t_a_i .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_t_a_i .list_item .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3%;
}
.home_t_a_i .list_item .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.home_t_a_i .list_item .item:nth-child(2n) .info {
    margin-right: 0;
    margin-left: 3%;
}
.home_t_a_i .list_item .info {
    width: 43%;
    margin-right: 3%;
}
.home_t_a_i .list_item .img_warp {
    width: 55%;
    padding-bottom: 35%;
    flex-shrink: 0;
}
.home_t_a_i .list_item .img_warp:hover img {
    transform: scale(1.1);
}
.home_t_a_i .list_item .info .title {
    font-size: 40px;
    color: #171717;
}
.home_t_a_i .list_item .info .desc {
    font-size: 16px;
    color: #666;
}
.home_t_a_i .list_item .info .link {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #2329c5;
    margin: 40px 0;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_t_a_i .list_item .info .link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_t_a_i .list_ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.home_t_a_i .list_ul .list_li {
    width: 30%;
}
.home_t_a_i .list_ul .list_li img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.home_t_a_i .list_ul .title {
    font-size: 24px;
    color: #171717;
    margin: 2% 0 4%;
}
.home_t_a_i .list_ul .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.85;
}
.home_omaska {
    background-color: #EFEFEF;
    padding: 3% 0;
}
.home_omaska .layout>.title {
    font-size: 46px;
    color: #171717;
    text-align: center;
    line-height: 1.2;
}
.home_omaska .list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 3%;
}
.home_omaska .item {
    width: 50%;
    display: flex;
}
.home_omaska .item:nth-child(n+3) {
    flex-direction: row-reverse;
}
.home_omaska .item .img_warp {
    width: 50%;
    padding-bottom: 60%;
}
.home_omaska .item .img_warp:hover img {
    transform: scale(1.1);
}
.home_omaska .item .info {
    width: 50%;
    padding: 4% 3%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.home_omaska .item .info .title {
    font-size: 34px;
    color: #000;
    margin-bottom: 10px;
}
.home_omaska .item .info .desc {
    font-size: 16px;
    color: #666;
}
.home_omaska .link {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #2329c5;
    margin: 40px auto 0;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    transition: all .3s;
}
.home_omaska .link:hover {
    border-color: #2329c5;
    background-color: transparent;
    color: #2329c5;
}
.home_map {
    padding: 3.5% 0;
}
.home_map .title {
    font-size: 40px;
    color: #171717;
    text-align: center;
}
.home_map .desc {
    font-size: 20px;
    color: #B3B3B3;
    text-align: center;
    max-width: 650px;
    margin: 2% auto 5%;
}
.home_map .desc span {
    color: #df5a15;
}
.home_map .map {
    text-align: center;
    position: relative;
}
.home_map .map .drop {
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    color: #df5a15;
}
.home_map .map .drop i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background-color: #df5a15;
    transition: all .3s;
}
.home_map .map .drop span {
    cursor: pointer;
}
.home_map .map .drop:hover i {
    transform: scale(1.5);
}
.home_map .map .drop.l i {
    margin-left: 20px;
}
.home_map .map .drop.t {
    flex-direction: column;
}
.home_map .map .drop.d {
    flex-direction: column-reverse;
}
.home_map .map .drop.r {
    flex-direction: row-reverse;
}
.home_map .map .drop.r i {
    margin-right: 20px;
}
.home_map .map .drop:nth-child(2) {
    left: 10%;
    top: 39%;
}
.home_map .map .drop:nth-child(3) {
    left: 17%;
    top: 49%;
}
.home_map .map .drop:nth-child(4) {
    left: 22.5%;
    top: 61%;
}
.home_map .map .drop:nth-child(5) {
    left: 24.6%;
    top: 68%;
}
.home_map .map .drop:nth-child(6) {
    left: 25.7%;
    top: 80%;
}
.home_map .map .drop:nth-child(7) {
    left: 35.5%;
    top: 68%;
}
.home_map .map .drop:nth-child(8) {
    left: 40.8%;
    top: 23.5%;
}
.home_map .map .drop:nth-child(9) {
    left: 42.8%;
    top: 31%;
}
.home_map .map .drop:nth-child(10) {
    left: 42.2%;
    top: 34.5%;
}
.home_map .map .drop:nth-child(11) {
    left: 41.5%;
    top: 38.9%;
}
.home_map .map .drop:nth-child(12) {
    left: 53%;
    top: 35.5%;
}
.home_map .map .drop:nth-child(13) {
    left: 49.6%;
    top: 38.8%;
}
.home_map .map .drop:nth-child(14) {
    left: 65.6%;
    top: 21.8%;
}
.slider_banner-phone {
    display: none;
}
.slider_banner-phone .swiper-slide {
    position: relative;
    height: 0;
    padding-bottom: calc((467/4.14)*1%);
}
.slider_banner-phone img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.pc {
    display: block;
}
.phone {
    display: none;
}
@media screen and (max-width:1366px) {
    .home_omaska .item .info .title {
        font-size: 20px;
    }
}
@media only screen and (max-width:950px) {
    .home_product .swiper-slide.swiper-slide-next,
    .home_product .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
    .wow {
        /* 禁用动画，直接显示元素 */
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .slider_banner {
        display: none;
        position: absolute;
        top: 99999999px;
    }
    .slider_banner-phone {
        display: block;
    }
    .web_main {
        background: #fff;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-pagination {
        display: none;
    }
    .home_about {
        padding: 10% 0;
    }
    .home_about .title {
        font-size: 26px;
        margin-top: 5%;
    }
    .home_about .img_warp {
        padding-bottom: 118%;
    }
    .home_product .layout>.link {
        display: none;
    }
    .home_product .layout>.title {
        margin: 10% 0;
    }
    .home_product .swiper-slide.swiper-slide-active {
        flex-direction: column;
    }
    .home_product .swiper-slide.swiper-slide-active .info {
        width: 100%;
    }
    .home_product .swiper-slide.swiper-slide-active .info .link {
        margin: 10% 0;
    }
    .home_product .swiper-slide.swiper-slide-active .img_warp {
        width: 100%;
    }
    .tabs {
        overflow-x: auto;
        max-width: 100%;
        padding: 2% 5%;
    }
    .tabs::-webkit-scrollbar-track {
        background: transparent;
    }
    .tabs::-webkit-scrollbar {
        width: 12px;
        height: 0px;
    }
    .tabs .tab {
        white-space: nowrap;
        width: 45%;
    }
    .home_peo {
        flex-direction: column;
    }
    .home_peo .left {
        width: 100%;
        padding: 15% 5%
    }
    .home_peo .left .title {
        font-size: 56px;
    }
    .home_peo .img_warp {
        width: 100%;
        padding-bottom: 100%;
    }
    .home_service {
        padding: 5% 0;
    }
    .home_service .layout>.title {
        font-size: 28px;
    }
    .home_service .layout .num_ul {
        flex-direction: column;
    }
    .home_service .layout .num_li {
        margin: 5% 0;
    }
    .swiper_img {
        width: 90%;
        margin: 5% auto;
    }
    .home_ce {
        padding: 5% 0
    }
    .home_ce .logo_list {
        width: 90%;
        margin: 5% auto;
    }
    .home_ce .certificate_list {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 10%;
    }
    .home_ce .swiper-pagination {
        display: block;
    }
    .home_ce .certificate_list .swiper-pagination-bullet {
        width: 76px;
        height: 2px;
        border-radius: none;
        background-color: #B3B3B3;
        margin: 0 !important;
        border-radius: 0;
    }
    .home_ce .certificate_list .swiper-pagination-bullet-active {
        background-color: #DF5A15;
    }
    .home_t_a_i {
        padding: 10% 0;
    }
    .home_t_a_i .list_item .item {
        flex-direction: column-reverse;
    }
    .home_t_a_i .list_item .item:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .home_t_a_i .list_item .item .info {
        width: 100%;
        margin: 5% auto;
    }
    .home_t_a_i .list_item .item .img_warp {
        width: 100%;
        padding-bottom: 64%;
    }
    .home_t_a_i .list_item .info .title {
        font-size: 30px;
        margin-bottom: 5%;
    }
    .home_t_a_i .list_ul {
        flex-direction: column;
    }
    .home_t_a_i .list_ul .list_li {
        width: 100%;
        margin: 5% 0;
    }
    .home_omaska .layout>.title {
        font-size: 30px;
    }
    .home_omaska .item {
        width: 100%;
        flex-direction: column;
    }
    .home_omaska .item .img_warp {
        width: 100%;
        padding-bottom: 120%;
    }
    .home_omaska .item .info {
        width: 100%;
        padding: 15% 8%;
    }
    .home_omaska .item:nth-child(n+3) {
        flex-direction: column;
    }
    .home_omaska .item .info .desc {
        font-size: 2;
    }
    .home_omaska .link {
        margin: 10% auto;
    }
    .home_map {
        padding: 20% 0 40%
    }
    .home_map .title {
        font-size: 26px;
    }
    .home_map .desc {
        margin: 10% auto;
    }
    .home_map .map .drop {
        display: none;
    }
}