    /* Section2 */
    .section2 {
        display: block;
        z-index: 2;
        overflow: visible;
        margin-bottom: 90px;
    }

    .Box2 {
        margin-top: -260px;
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
        background: url(/assets/images/bodybg_03.png) no-repeat center;
        background-size: 100% 100%;
        padding: 20px 15px;
        padding-bottom: 60px;
        box-shadow: 0 0 20px 5px #00000020;
        display: flex;
        justify-content: space-between;
    }

    .indexLt {
        width: 20%;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
    }

    .productCategories {
        border: #ccc solid 1px;
        padding: 10px 5px;
    }

    .productCategories>img {
        width: 100%;
        margin-bottom: 10px;
    }

    .productCategories li {
        padding-left: 45px;
    }

    .productCategories li a {
        display: flex;
        align-items: center;
        grid-gap: 8px;
        color: #222;
        font-size: 12px;
        padding: 5px 0;
    }

    .productCategories li ul {
        padding-left: 10px;
    }

    .YqLink {
        border: #ccc solid 1px;
    }

    .YqLink h1 {
        font-size: 14px;
        padding-left: 15px;
        color: #333;
        height: 30px;
        display: flex;
        align-items: center;
        grid-gap: 10px;
        border-bottom: #ccc solid 1px;
        background: #f7f7f7;
    }

    .Swiper2 {
        margin: 15px 0;
        height: 120px;
    }

    .Slide2 {
        padding-left: 45px;
        font-size: 12px;
        color: #333;
        display: flex;
        align-items: center;
    }

    .indexRt {
        width: 78%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .lt2 {
        width: 68%;
    }

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

    .title2 h1 {
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: center;
        grid-gap: 5px;
    }

    .title2 a {
        color: #0c5ca6;
        font-size: 12px;
    }

    .news {
        border-bottom: 1px dashed #bdbdbd;
    }

    .news ul {
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

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

    .news a h1 {
        width: 175px;
        font-size: 12px;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding-left: 16px;
        position: relative;
    }

    .news a h1::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #333;
    }

    .news a p {
        font-size: 12px;
        color: #a0a0a0;
    }

    .recommendProducts {
        margin-top: 15px;
    }

    .recommendProducts ul a {
        display: block;
        background: #bdddf7;
        border: #dcdcdc solid 1px;
        margin-bottom: 30px;
        margin-top: 10px;
        padding: 15px 10px;
        display: flex;
    }

    .recommendProducts ul a img {
        width: 140px;
    }

    .recommendProducts ul a .desc {
        padding-left: 15px;
    }

    .recommendProducts ul a .desc h1 {
        font-size: 12px;
        color: #434343;
        margin-bottom: 10px;
    }

    .recommendProducts ul a .desc p {
        font-size: 12px;
        color: #da473b;
    }

    .rt2 {
        width: 29%;
    }

    .bt2 {
        width: 100%;
    }


    .about {
        width: 100%;
    }

    .about video {
        width: 100%;
        margin: 15px 0;
    }

    .about p {
        color: #54545c;
        font-size: 12px;
        line-height: 2;
    }

    .bt2 .title2 span {
        width: calc(100% - 90px);
        border-bottom: 1px dashed #bdbdbd;
    }

    .contact ul h1 {
        font-size: 12px;
        line-height: 2;
        color: #eb790d;
        margin-top: 15px;
        margin-bottom: 20px;
    }


    .contact ul h2 {
        font-weight: bold;
        font-size: 12px;
        line-height: 2;
        color: #333;
    }

    .Swiper3 {
        padding: 30px 0;
        width: 100%;
    }

    .Slide3 {
        width: 100%;
        height: auto;
    }

    .Slide3 img {
        width: 100%;
        border: #d4d4d4 solid 1px;
    }

    .Slide3 h1 {
        margin-top: 15px;
        color: #434343;
        font-size: 12px;
        text-align: center;
    }

    @media (max-width: 1600px) {}

    @media (max-width: 1440px) {}

    @media (max-width: 1200px) {}

    @media (max-width: 720px) {}

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}