.w {
    width: 1400px;
    margin: 0 auto;
}

.w1 {
    width: 1420px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.type-list .isShow {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .img {
    width: 50px;
    margin-right: 10px;
}

.logo .span {
    font-family: SourceHanSansCN-Heavy;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 4px;
    color: #333333;
    font-weight: 700;
}












.tool {
    display: none;
    width: 38px;
    height: 38px;
}

.tool img {
    width: 100%;
    height: 100%;
}








.swiper-container {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    margin-top: 100px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.bj {
    background: url('../images/bj-1.jpg') repeat;
}

.type-container {
    padding-top: 73px;
    padding-bottom: 73px;
}

.type-container ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.type-container ul li {
    position: relative;
    width: 175px;
    height: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-container ul .type-active::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1bc2ff transparent transparent transparent;

}

.type-container ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.type-container ul li .size {
    font-size: 20px;
    color: #333;
}

.type-container ul li .style {
    font-size: 20px;
    color: #fff;
}

.thisimg {
    margin-bottom: 26px;
}

.thisactive {
    display: none;
}

.type-container ul .type-active {
    color: #fff;
    background-color: #1bc2ff;
}

.type-container ul .type-active .style {
    color: #fff;
    font-size: 20px;
}











.type-content {
    margin-top: 40px;
}

.type-content .dis {
    display: flex;
    justify-content: space-between;
}

.left-title {
    margin-right: 40px;
}

.left-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.left-title .msg {
    margin: 18px 0 40px 0;
    font-size: 16px;
    color: #1bc2ff;
}

.left-title .text {
    text-indent: 1cm;
    width: 665px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #696969;
    margin-bottom: 50px;
}

.left-title .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 46px;
    background-color: #1bc2ff;
    border-radius: 22px;

    transition: all .5s;
    cursor: pointer;

}

.left-title .more-btn a {
    color: #ffffff;
    font-size: 18px;

}

.left-title .more-btn:hover {
    transform: translateX(20%);
}

.rigth-img {
    width: 827px;
    height: 382px;
    transition: all .5s;
}

.rigth-img:hover {
    transform: scale(1.05);
}

.rigth-img .img {
    width: 100%;
    height: 100%;
}



.laypage {
    margin-top: 40px;
}

.laypage ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.laypage ul li {
    margin-right: 11px;
    padding: 3px 10px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.active_1 {
    background-color: #1bc2ff;
    color: #ffffff !important;
}

.news {
    margin-top: 80px;
    background: url('../images/new_banner.png') no-repeat center;
    padding: 40px 0 40px 0;
}

.news .new-content {}

.news .news-content .news-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.news .news-content .news-name .title {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.news .news-content .news-name .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 45px;
    width: 45px;
    height: 6px;
    background-color: #1bc2ff;
    border-radius: 3px;
}

.news-content .news-msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-content .news-msg .left-img {
    position: relative;
    width: 590px;
    background-color: #bfbfbf;
    cursor: pointer;
}

.news-content .news-msg .left-img .img {
    width: 100%;
}

.img-msg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 16px;
    width: 590px;
    height: 50px;
    background-color: #1bc2ff;
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

.right-text {
    width: 747px;
}

.right-text .text-item {
    padding-left: 22px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.right-text .text-item .biaoti {
    margin-top: 5px;
    margin-bottom: 21px;
    font-size: 18px;
    color: #222222;
}

.right-text .text-item:hover .biaoti {
    color: #1bc2ff;
}

.common-title {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #222222;
    font-size: 18px;
}

.common-msg {
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
}

.more-btn_ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    cursor: pointer;
    transition: all 0.5s;
}

.more-btn_:hover {
    transform: translateX(20px);
}

.more-btn_ .btn {
    width: 182px;
    height: 45px;
    background-image: linear-gradient(0deg,
            #1bc2ff 0%,
            #46cafa 100%),
        linear-gradient(#20e1af,
            #20e1af);
    background-blend-mode: normal,
        normal;
    border-radius: 22px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more-btn_ .btn a {
    font-size: 18px;
    color: #ffffff;
}

.cooperation {
    margin-top: 80px;
}

.cooperation .news-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.cooperation .news-name .title {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.cooperation .news-name .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 45px;
    width: 45px;
    height: 6px;
    background-color: #1bc2ff;
    border-radius: 3px;
}

.swiper_1 {
    position: relative;
    margin-bottom: 80px;
}

/* 
.swiper_1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */


.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
    cursor: pointer;
    align-items: center;

}

.swiper-slide {
    transition: all 0.5s;
}

.swiper-slide:hover {
    transform: scale(1.09);
}

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

.swiper-slide {}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}



.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -44px;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -44px;
}


@media screen and (max-width: 320px) {
    .type-container ul li {
        /* margin-right: 5px !important; */
        width: 72px !important;
    }



    .product-detail .right-msg .text {
        width: 100%;
    }

    .laypage ul li {
        padding: 2px 7px !important;
    }
}

@media screen and (max-width: 1399px) {
    .menu-content .menu-item {
        width: 18%;
        height: auto;
    }

    .menu-content .menu-item .img {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .w {
        width: 100%;
        /* margin: 10px auto; */
        padding: 0 10px;
    }

    .w1 {
        width: 100%;

        /* margin: 10px auto; */
        padding: 0 10px;
    }

    /* .logo {
        display: none;
    } */
    .logo .span {
        font-size: 22px;
    }

    .header {
        height: 70px;
        padding: 15px 5px 0 5px;
        box-shadow: none;
    }

    .header_nav {
        display: none;

    }

    .bj {}

    .logo .img {}





    .shou {
        height: 4.2rem;
    }

    .bailogo {
        width: 150px;
    }

    .cooperation .news-name .title {
        font-size: 25px;
    }

    .swiper-container {
        height: 170px;
        margin-top: 80px;
    }

    /* .swiper-container {
        width: 100%;
        height: 10.5rem;
        margin: 0 auto;
    } */
    .swiper-slide img {
        width: 100%;
    }

    .type-list {}

    .type-container {
        padding-top: 25px;
    }

    .type-content .dis {
        flex-wrap: wrap;
    }

    .type-container ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .type-container ul li {
        margin-bottom: 20px;
        width: 26%;
        height: 60px;
        flex-shrink: 0;
    }

    .type-container ul li .size {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        color: #333;
    }

    .type-container ul .type-active .style {
        font-size: 12px;
        color: #fff;
    }

    .type-container ul li .thisimg {
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
    }

    /* .type-container ul li:nth-child(3) .thisimg{
        width: 25px;
    } */
    .left-title .title {
        font-size: 18px;

    }

    .left-title .msg {
        font-size: 14px;
        margin-bottom: 22px;

    }

    .left-title .text {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .type-content {
        display: contents;
    }

    .left-title .text {
        width: 100%;
    }

    .rigth-img {
        width: 100%;
        height: 100%;
        margin: auto;
        margin-top: 20px;

    }

    .left-title {
        margin-right: 0;
    }

    .left-title .more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 34px;
        background-color: #1bc2ff;
        border-radius: 22px;
        font-size: 10px;
        color: #ffffff;
    }

    .left-title .more-btn a {
        font-size: 12px;
    }

    .menu {
        /* margin-top: 60px; */
    }

    .menu-header .menu-item p {
        font-size: 12px;
        width: 60px;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .menu .beijing {
        padding: 20px 0;
    }

    .menu-header .menu-item {
        margin: 15px 0;
        align-items: flex-start;
    }

    .menu-header .menu-item ul li {
        margin-right: 5px;
        cursor: pointer;
        font-size: 13px;
        padding: 3px 5px;
        margin-bottom: 6px;
        width: auto;
    }

    .menu-header .menu-item ul li {
        
    }

    .menu-header .menu-item ul {
        flex-wrap: wrap;
    }

    .menu-header .menu-item ul .item-active {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 3px 5px;
        margin-bottom: 6px;
        display: block;
    }

    .menu-header .menu-item ul .active-option {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 3px 5px;
        display: block;
        margin: 0;
    }

    .menu-header .menu-item ul .active-option {
        width: auto;
        height: auto;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .menu-content .menu-item {
        width: 48%;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .menu-content {
        justify-content: space-between;
    }

    .menu-content .menu-item .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .menu-content .menu-item .msg p {
        font-size: 12px;
    }

    .menu-content .menu-item:hover .msg p {
        font-size: 12px;
        color: #1bc2ff;
    }

    .menu-content .menu-item .img_ {
        width: 60px;
    }

    .menu-content .menu-item:hover .img_1 {
        width: 60px;
    }

    .laypage ul li {
        margin: 0 2px;
        padding: 2px 8px;
        font-size: 12px;
    }

    .news {
        margin-top: 30px;
    }

    .news .news-content .news-name {
        margin-bottom: 25px;
    }

    .news .news-content .news-name .title {
        font-size: 25px;
    }

    .news .news-content .news-name .title::after {
        left: 22px;
    }

    .news-content .news-msg {
        flex-wrap: wrap;
    }

    .img-msg {
        width: 100%;
    }

    .right-text .text-item {
        padding-left: 0;
    }

    .right-text .text-item .biaoti {
        font-size: 14px;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .common-title {
        font-size: 16px;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .common-msg {
        font-size: 12px;
    }

    .more-btn .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }



    .headBox {
        display: none;
    }


    .swiper_1 {
        width: 100%;
    }

    .swiper_1 ul {
        width: 240px;
        overflow: hidden;
    }

    .swiper_1 ul li a img {
        /* width: 50px;
        height: 20px; */
        overflow: hidden;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 5px;
        display: none;
    }


    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5px;
        display: none;

    }

    .swiper-button-next img {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev img {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev,
    .swiper-button-next:focus {
        outline: none;
    }

    span:focus {
        outline: none !important;
    }

    .cooperation .news-name .title::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 25px;
        width: 45px;
        height: 6px;
        background-color: #1bc2ff;
        border-radius: 3px;
    }

    .more-btn_ {
        margin: auto;
        margin-top: 15px;

    }

    .more-btn_ .btn {
        width: 90px;
        height: 34px;
    }

    .more-btn_ .btn a {
        font-size: 12px;
    }

    .footer-list {
        padding-top: 50px;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 10px;
    }

    /* .access {
        margin-right: 3.75rem;
    } */

    .access {}

    .blogroll {
        margin-right: 10px;

    }

    .footer-header {
        font-size: 20px;
        line-height: 10px;
    }

    .left-list ul li a,
    .right-list ul li a {
        font-size: 14px;
    }

    .left-list {
        margin-right: 15px;
    }

    .left-list ul li,
    .right-list ul li {
        margin-bottom: 12px;
    }

    .qr-code .img {
        width: 6.25rem;
        height: 6.25rem;
        margin-bottom: 16px;
    }

    .qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        width: 100px;
        height: 164px;
        border-left: 0;
        border-right: 0;

    }

    .qr-code .p {
        font-size: .875rem;
    }

    .contact .img {
        width: 25px;
        height: 25px;
    }

    .contact .text {
        font-size: 14px;
    }

    .phone {
        font-size: 24px;
        line-height: 22px;
    }

    .tel,
    .email,
    .address {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .contact-msg .p_mag {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .contact-msg p {
        font-size: 12px;
        line-height: 31px;
    }

    .contact-msg .p_mag p,
    .contact-msg .ht a {
        font-size: 12px;
        line-height: 31px;
    }
}