.Banner {
    background-image: url('../img/Banner/Banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    height: calc(100vh - 150px);
}

.Banner .text {
    position: absolute;
    left: 35%;
    top: 25%;
    transform: translateX(-50%);
    color: white;
    width: 42%;
}

.Banner .text h2 {
    font-size: 48px;
    font-weight: bold;
}

.Banner .text p {
    margin: 30px 0;
}

.Banner .text a button {
    background-color: transparent;
    color: white;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 26px;
    transition: 0.4s;
}

.Banner .text a button:hover {
    background-color: #004C90;
    border: 1px solid #004C90;
}

.Box1 {
    padding: 100px 0;
    background-image: url('../img/about/about.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% cover;
}

.Box1 .container-md.row {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Box1 h6 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
}

.Box1 h6 span {
    color: #00448B;
}


.Box1 .s1 {
    font-size: 20px;
    width: 35%;
    margin-bottom: 20px;
    color: #1a1a1a;
    display: block;
}

.Box1 .s2 {
    font-size: 16px;
    width: 45%;
    display: block;
    margin-bottom: 40px;
    color: #666;
}

.Box1 a {
    margin-bottom: 130px;
}

.Box1 a button {
    color: #fff;
    background-color: #00448B;
    padding: 7px 10px;
    border-radius: 5px;
    border: none;
}

.Box1 .row.sumbox {
    /* border: 1px solid #eee; */
    padding: 0;
    margin: 0 12px;
}

.Box1 .row .col-sm-3 {
    background-color: #fff;
    text-align: center;
    padding: 5%;
    border-left: 1px solid #eee;
}

.Box1 .row .col-sm-3 i {
    font-size: 54px;
    color: #004C90;
}

.Box1 .row .col-sm-3 h5 {
    font-size: 33px;
    font-weight: 600;
}

.Box1 .row .col-sm-3 span {
    font-size: 14px;
    color: #666;
}



.Box2 {
    background-color: #004C90;
    margin: 0px auto 0;
    padding: 180px 0 145px;
    position: relative;
}

.Box2:before {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 140px;
    background: url(../img/index/product-top.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    transform: rotate(180deg);
}

.Box2:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1060px;
    height: 77px;
    background: url(../img/index/peoduct-bottom.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    z-index: 2;
}

.Box2 .recommend-top {
    display: flex;
}

.Box2 .recommend-top .left .tit {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #ffffff;
    font-family: impact !important;
    text-transform: uppercase;
}

.Box2 .recommend-top .left span {
    font-size: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: white;
}

.Box2 .recommend-top .left span i {
    display: block;
    width: 250px;
    height: 1px;
    background: #dddddd80;
    margin-left: 13px;
}

.Box2 .recommend-top .right {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.Box2 .recommend-top .right a {
    font-size: 16px;
    color: #fff;
    opacity: .7;
    display: block;
    float: left;
    padding-right: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease;
    text-decoration: none;
}

.Box2 .recommend-top .right a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/index/recommend-yuan.png) center no-repeat;
    margin-right: 12px;
}

.Box2 .recommend-top .right a:hover {
    opacity: 1;
}

.Box2 .recommend-img {
    margin-top: 50px;
}

/* 
.Box2 .recommend-img .prod {
    padding: 0 20px;
    position: relative;
    padding-bottom: 20px;

}

.Box2 .recommend-img .prod>.pd {
    background-color: white;
    padding-bottom: 30px;
}

.Box2 .recommend-img .prod .imgs {
    position: relative;
    width: 100%;
    padding-top: 230px;
    height: 0;
    overflow: hidden;
    background: linear-gradient(to top, #ffffff, #e0e0e06b);
}

.Box2 .recommend-img .prod .imgs img {
    position: absolute;
    width: 85%;
    height: 85%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
}

.Box2 .recommend-img .prod:hover .imgs img {
    transform: translate(-50%, -50%) scale(1.1);
}

.Box2 .recommend-img .prod .text {
    margin-top: 20px;
}

.Box2 .recommend-img .prod .text a {
    text-decoration: none;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.Box2 .recommend-img .prod .text a h6 {
    text-align: center;
    color: #000;
    font-weight: 600;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.Box2 .recommend-img .prod .text p {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;

}

.Box2 .recommend-img .prod .text p span {
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: fit-content;
}


.Box2 .recommend-img .prod .text p img {

    object-fit: contain;
}

.Box2 .recommend-img .prod .eyou_more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .4s ease;
    text-decoration: none;
}

.Box2 .recommend-img .prod .eyou_more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../img/index/product-jt.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease;
}

.Box2 .recommend-img .prod:hover .eyou_more {
    background: #D71619;
    color: #fff;
}

.Box2 .recommend-img .prod:hover .eyou_more em {
    margin-left: 17px;
    background: url(../img/index/product-jt2.png) center no-repeat;
}

.Box2 .recommend-img .slick-list {
    height: fit-content;
}

.Box2 .recommend-img .slick-prev,
.Box2 .recommend-img .slick-next {
    display: none !important;
} */

.Box2 .recommend-img .slick-list {
    height: fit-content !important;
}

.Box2 .recommend-img .slick-prev,
.Box2 .recommend-img .slick-next {
    display: none !important;
}

.Box2 .recommend-img .prod {


    padding: 0 20px;
}

.Box2 .recommend-img .prod a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    position: relative;
}

.Box2 .recommend-img .prod a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 15%;
    background-color: #F7F7F7;
    transition: 0.6s;
}

.Box2 .recommend-img .prod a:hover::before {
    height: 60%;
}

.Box2 .recommend-img .prod .img {
    height: 0;
    padding-top: 90%;
    position: relative;
    z-index: 2;
}

.Box2 .recommend-img .prod .img img {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.Box2 .recommend-img .prod:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.Box2 .recommend-img .prod span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    font-family: simpel;
    font-weight: bold;
    position: relative;
    z-index: 2;
    text-align: center;
}










.Box3 {
    z-index: 2;
    position: relative;
}

.Box3 .tit1 {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #004C90;
    font-family: impact !important;
    text-transform: uppercase;
    text-align: center;
}

.Box3 .tit2 {
    font-size: 24px;
    color: #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.Box3 .tit2 i {
    display: block;
    width: 250px;
    height: 1px;
    background: #ddd;
    width: 89px;
    margin: 0 13px;
}

.Box3 .product-all {
    margin-top: 50px;
}

.Box3 .product-all .box {
    position: relative;
    margin-bottom: 55px;
}

.Box3 .product-all .pd {
    background-color: white;
    padding-bottom: 30px;
    border: 1px solid #ddd;
}

.Box3 .product-all .pd .imgs {
    position: relative;
    width: 100%;
    padding-top: 230px;
    height: 0;
    overflow: hidden;
}

.Box3 .product-all .pd .imgs img {
    position: absolute;
    width: 85%;
    height: 85%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
}

.Box3 .product-all .pd:hover .imgs img {
    transform: translate(-50%, -50%) scale(1.1);
}

.Box3 .product-all .pd .text {
    margin-top: 20px;
}

.Box3 .product-all .pd .text a {
    text-decoration: none;
    margin-top: 20px;
}

.Box3 .product-all .pd .text a h6 {
    text-align: center;
    color: #000;
    font-weight: 600;

}

.Box3 .product-all .pd .text p {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;

}

.Box3 .product-all .pd .text p span {
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: fit-content;
}


.Box3 .product-all .pd .text p img {

    object-fit: contain;
}

.Box3 .product-all .pd .eyou_more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease;
    text-decoration: none;
}

.Box3 .product-all .pd .eyou_more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../img/index/product-jt.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease;
}

.Box3 .product-all .pd:hover .eyou_more {
    background: #004C90;
    color: #fff;
}

.Box3 .product-all .pd:hover .eyou_more em {
    margin-left: 17px;
    background: url(../img/index/product-jt2.png) center no-repeat;
}

.Box3 .eyou_more {
    display: block;
    width: 147px;
    height: 43px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #004C90;
    background: linear-gradient(135deg, #0162b8 0, #004C90 30%, #004C90 100%);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 20px;
}

.Box3 .eyou_more img {
    margin-left: 17px;
    transition: all .4s ease;
}

.Box3 .eyou_more:hover img {
    margin-left: 30px;
}


.Box4 {
    z-index: 1;
    margin: -20px auto 0;
    background: #004C90;
    padding: 180px 0 145px;
    position: relative;
}

.Box4:before {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 209px;
    background: url(../img/index/new-top.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 2;
    transform: rotateX(180deg);
}

.Box4:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1060px;
    height: 77px;
    background: url(../img/index/peoduct-bottom.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    z-index: 2;
}

.Box4 .new-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Box4 .new-top .left .tit {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #ffffff;
    font-family: impact !important;
    text-transform: uppercase;
}

.Box4 .new-top .left span {
    font-size: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: white;
}

.Box4 .new-top .left span i {
    display: block;
    width: 250px;
    height: 1px;
    background: #dddddd80;
    margin-left: 13px;
}

.Box4 .new-top .right a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.4s;
}

.Box4 .new-top .right a:hover {
    background: #fff;
    color: #004C90;
}


.Box4 .new-bottom {
    margin-top: 50px;
}


.Box4 .new-bottom .imgs {
    height: 100%;
    overflow: hidden;

}

.Box4 .new-bottom .img {
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    height: 100%;
    transition: 0.5s;
}

.Box4 .new-bottom .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.Box4 .new-bottom .imgs img:nth-child(1) {
    top: 0;
}

.Box4 .new-bottom .imgs img:nth-child(2) {
    top: 100%;
}

.Box4 .new-bottom .imgs img:nth-child(3) {
    top: 200%;
}

.Box4 .new-bottom .news ul li:not(:last-child) {
    border-bottom: 1px solid #dddddd4b;
}

.Box4 .new-bottom .news ul li:nth-child(1) {
    border-top: 1px solid #dddddd4b;
    ;
}

.Box4 .new-bottom .news ul li:nth-child(3) {
    border-bottom: 1px solid #dddddd4b;
    ;
}


.Box4 .new-bottom .news ul li a {
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
}

.Box4 .new-bottom .news ul li a .time {
    width: 100px;
    padding: 5px 0;
    transition: 0.4s;
}

.Box4 .new-bottom .news ul li.active a .time {
    background-color: #fff;
}

.Box4 .new-bottom .news ul li a .time h4 {
    font-size: 60px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    transition: 0.4s;

}

.Box4 .new-bottom .news ul li.active a .time h4 {
    color: #004C90;
}

.Box4 .new-bottom .news ul li a .time span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #ffffff;
    transition: 0.4s;
}

.Box4 .new-bottom .news ul li.active a .time span {
    color: #004C90;
}

.Box4 .new-bottom .news ul li a .txt {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
}

.Box4 .new-bottom .news ul li a .txt h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Box4 .new-bottom .news ul li a .txt p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.Box5 {
    z-index: 2;
    position: relative;
    background: url(../img/index/hzbj.png) center no-repeat;
}

.Box5 .tit1,
.Box7 .tit1 {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #004C90;
    font-family: impact !important;
    text-transform: uppercase;
    text-align: center;
}

.Box5 .tit2,
.Box7 .tit2 {
    font-size: 24px;
    color: #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.Box5 .tit2 i,
.Box7 .tit2 i {
    display: block;
    width: 250px;
    height: 1px;
    background: #ddd;
    width: 89px;
    margin: 0 13px;
}

.Box5 ul {
    margin: 55px 0 70px;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.Box5 ul li {
    width: 12.14285%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 30px 15px;
    text-align: center;
    transition: all .4s ease;
    height: fit-content;
}

.Box5 ul li:hover {
    margin-top: 10px
}

.Box5 ul li:nth-child(7n) {
    margin-right: 0
}

.Box5 ul li img {
    transition: all 1s ease
}

.Box5 ul li:hover img {
    transform: rotateY(360deg)
}

.Box5 ul li em {
    display: block;
    width: 23px;
    height: 1px;
    background: #ddd;
    margin: 20px auto
}

.Box5 ul li p {
    font-size: 20px;
    color: #444;
    margin-bottom: 17px
}

.Box5 ul li span {
    font-size: 20px;
    color: #ddd;
    font-weight: bold
}

.Box5 ul li:nth-child(2n) {
    border: 1px solid #004C90;
    background: #004C90;
    margin-top: 80px
}

.Box5 ul li:nth-child(2n):hover {
    margin-top: 70px
}

.Box5 ul li:nth-child(2n) em {
    background: rgba(255, 255, 255, .3)
}

.Box5 ul li:nth-child(2n) p {
    color: #fff
}

.Box5 ul li:nth-child(2n) span {
    color: rgba(255, 255, 255, .3)
}


@media screen and (max-width: 1440px) {
    .Box5 ul li img {
        width: 48px
    }
}

@media screen and (max-width: 1400px) {
    .Box5 {
        padding: 50px 0 40px
    }

    .Box5 ul {
        margin: 20px 0 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }

    .Box5 ul li {
        padding: 20px 10px;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 10px
    }

    .Box5 ul li img {
        width: 40px
    }

    .Box5 ul li em {
        margin: 15px auto
    }

    .Box5 ul li p {
        font-size: 16px
    }

    .Box5 ul li:nth-child(2n) {
        margin-top: 0
    }

    .Box5 ul li:nth-child(2n):hover {
        margin-top: 10px
    }

    .Box5 ul li:nth-of-type(4),
    .Box5 ul li:nth-of-type(7) {
        margin-right: 0
    }

    .Box5 ul li:nth-of-type(5),
    .Box5 ul li:nth-of-type(6),
    .Box5 ul li:nth-of-type(7) {
        width: 32%
    }

    .Box5 ul li:hover,
    .Box5 ul li:nth-child(2n):hover {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .Box5 {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width: 550px) {
    .Box5 ul li {
        width: 32%
    }

    .Box5 ul li:nth-of-type(3) {
        margin-right: 0
    }

    .Box5 ul li:nth-of-type(4) {
        margin-right: 2%
    }

    .Box5 ul li:nth-of-type(4),
    .Box5 ul li:nth-of-type(5),
    .Box5 ul li:nth-of-type(6),
    .Box5 ul li:nth-of-type(7) {
        width: 49%
    }

    .Box5 ul li:nth-of-type(5) {
        margin-right: 0
    }

    .Box5 ul li em {
        margin: 10px auto
    }

    .Box5 ul li p {
        margin-bottom: 10px
    }
}


.Box6 {
    margin: 0 auto;
    background: #004C90;
    padding: 128px 0;
    position: relative;
    overflow: hidden;
}

.Box6:before {
    content: "";
    display: block;
    width: 66%;
    max-width: 1236px;
    height: 29px;
    background: url(../img/index/contact-bj1.png) top no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
}

.Box6:after {
    content: "";
    display: block;
    width: 66%;
    max-width: 1236px;
    height: 29px;
    background: url(../img/index/contact-bj2.png) top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background-size: 100%;
}

.Box6 .container-md.row {
    margin: 0 auto;
}

.Box6 p {
    font-size: 18px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.Box6 p:before {
    content: "";
    display: block;
    width: 41px;
    height: 2px;
    background: #fff;
    margin-right: 14px;
}

.Box6 span {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.Box6 .a a {
    width: 172px;
    float: right;
    margin-top: 30px;
    display: block;
    width: 167px;
    height: 43px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #004C90;
    background: linear-gradient(135deg, #0162b8 0, #004C90 30%, #004C90 100%);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
    border: 1px solid #ffffff29;
}

.Box6 .a a img {
    margin-left: 17px;
    transition: all .4s ease;
}

.Box6 .a a:hover img {
    margin-left: 20px;
}

.Box6 .a font {
    position: absolute;
    right: 13.5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 132px;
    color: rgba(255, 255, 255, .08);
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
}




.Box7 div.box {
    display: flex;
    justify-content: center;
    position: relative;
}
.Box7 div.box::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ddd;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.Box7 ul{
    padding: 0;
    margin-top: 30px;
    width: 45%;
}
.Box7 ul:nth-child(1){
    padding-right: 40px; 
}
.Box7 ul:nth-child(1) li{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.Box7 ul:nth-child(2){
    padding-left: 40px;
}
.Box7 ul:nth-child(2) li{
    display: flex;
    align-items: center;
    justify-content: left;
}
.Box7 ul:nth-child(1) li img {
    width: 150px;
    height: 120px;
    object-fit: contain;
    margin-left: 30px;
}
.Box7 ul:nth-child(2) li img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    margin-right: 30px;
}
.Box7 ul li{
    color: #363636c5;
}




@media screen and (max-width:1600px) {
    .Banner {
        height: 75vh;
    }

    .Banner .text {
        width: 55%;
    }
}

@media screen and (max-width:1400px) {
    .Banner .text h2 {
        font-size: 42px;
    }

    .Banner .text a button {
        padding: 8px 22px;
    }

    .Box1 {
        padding-top: 70px;
    }

    .Box1 .text h2 {
        font-size: 45px;
    }

    .Box1 .text span {
        font-size: 22px;
    }

    .Box1 .text p {
        margin-top: 20px;
    }

}

@media screen and (max-width:1200px) {
    .Banner {
        height: 65vh;
    }

    .Banner .text h2 {
        font-size: 38px;
    }

    .Box1 .img {
        display: flex;
        align-items: center;
    }

    .Box1 .text {
        padding-left: 12px;
    }

    .Box2 .recommend-top {
        position: relative;
    }

    .Box2 .recommend-top .left span i {
        width: calc(100% - 120px);
    }

    .Box2 .recommend-top .right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .Box3 .product-all .box:nth-last-child(-n+2) {
        display: none;
    }

    .Box6 p {
        font-size: 17px;
    }

    .Box6 span {
        font-size: 44px;
    }

}

@media screen and (max-width:991px) {
    .Banner {
        height: 55vh;
    }

    .Banner .text {
        left: 50%;
        width: 85%;
    }

    .Box1 .img {
        justify-content: center;
        margin-top: 30px;
        display: none;
    }

    .Box2 .recommend-top .right {
        width: 50%;
    }

    .Box2 .recommend-top .right a:nth-child(3),
    .Box2 .recommend-top .right a:nth-child(4) {
        margin-bottom: 0;
    }

    .Box3 .tit1 {
        font-size: 45px;
    }

    .Box3 .tit2 {
        font-size: 22px;
    }

    .Box3 .product-all .pd {
        padding-bottom: 20px;
    }

    .Box3 .product-all .pd .imgs {
        padding-top: 200px;
    }

    .Box3 .eyou_more {
        font-size: 14px;
    }

    .Box3 .eyou_more img {
        height: 12px;
    }

    .Box3 .product-all .pd .eyou_more {
        width: 55%;
    }

    .Box6 .a font {
        font-size: 110px;
    }

    .Box7 div.box{
        display: block;
        margin: 30px 0 50px 0;
    }
    .Box7 div.box::before{
        display: none;
    }

    .Box7 ul{
        padding: 0 !important;
        margin: 0;
        width: 100%;
    }
    .Box7 ul:nth-child(1) li{
        flex-direction: row-reverse;  
        justify-content: flex-end; 
    }
    .Box7 ul li{
        margin-bottom: 20px; 
        justify-content: center !important;
    }
    .Box7 ul li img{
        padding: 0 !important;
        margin: 0 !important;
        width: 150px !important;
        height: auto !important;
        object-fit: contain ;
        margin-right: 20px !important;
    }
}

@media screen and (max-width:768px) {
    .Banner {
        height: 50vh;
    }

    .Banner .text h2 {
        font-size: 30px;
    }

    .Banner .text a button {
        font-size: 14px;
    }

    .Banner .text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .Box1 {
        padding-bottom: 40px;
    }

    .Box2 {
        padding: 120px 0 105px;
    }

    .Box2 .recommend-top {
        display: block;
    }

    .Box2 .recommend-top .right {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        top: 0;
        transform: none;
    }

    .Box2 .recommend-top .right a {
        font-size: 14px;
        float: none;
    }

    .Box2 .recommend-img {
        margin-top: 30px;
    }

    .Box3 {
        padding-bottom: 20px;
    }

    .Box5 ul li p {
        font-size: 14px;
    }

    .Box5 .tit1 {
        font-size: 45px;
    }

    .Box5 .tit2 {
        font-size: 22px;
    }

    .Box6 .a font {
        font-size: 90px;
    }

    .Box6 .a a {
        font-size: 14px;
    }

    .Box6 .a a img {
        height: 12px;
        object-fit: cover;
    }

    .Box6 span {
        font-size: 36px;
    }
}

@media screen and (max-width:576px) {
    .Banner {
        height: 45vh;
    }

    .Banner .text h2 {
        font-size: 25px;
    }

    .Banner .text p {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .Box1 .text h2 {
        font-size: 40px;
    }

    .Box1 .text span {
        font-size: 20px;
    }

    .Box1 .text span i {
        width: calc(100% - 140px);
    }

    .Box1 .text a {
        font-size: 14px;
        height: 36px;
    }

    .Box1 .text a img {
        height: 14px;
    }

    .Box2 .recommend-top .right {
        flex-wrap: wrap;
    }

    .Box2 .recommend-top .right a {
        width: 50%;
        text-align: center;
    }

    .Box2 .recommend-img .prod .text a h6 {
        font-size: 14px;
    }

    .Box2 .recommend-img .prod .imgs {
        padding-top: 200px;
    }

    .Box2 .recommend-img .prod .text p span {
        font-size: 14px;
    }

    .Box2 .recommend-img .prod .eyou_more {
        font-size: 14px;
    }

    .Box2 .recommend-img .prod .eyou_more em {
        height: 12px;
    }

    .Box2 .recommend-img .prod>.pd {
        padding-bottom: 25px;
    }

    .Box2 .recommend-img .prod .eyou_more {
        height: 35px;
        width: 50%;
    }

    .Box2 .recommend-img .prod .text {
        margin: 10px 0;
    }

    .Box2 .recommend-img .prod .text p {
        margin-bottom: 0;
    }

    .Box3 {
        padding-bottom: 35px;
    }

    .Box4 .row .box:nth-child(-n+2) {
        display: none;
    }

    .Box5 .tit1 {
        font-size: 40px;
    }

    .Box5 .tit2 {
        font-size: 20px;
    }

    .Box6 {
        padding: 80px 0;
    }

    .Box6 .a a {
        float: left;
    }

    .Box2 {
        padding: 80px 0 80px;
    }

    .Box4 {
        padding: 80px 0 80px 0;
    }

    .Box4 .new-top .left span i {
        width: calc(100% - 120px);
    }

    .Box4 .news .time span {
        font-size: 12px;
    }

    .Box4 .news .time .more {
        font-size: 14px;
    }

    .Box4 .news .time .more em {
        height: 10px;
    }

    .Box4 .news .name h5 {
        font-size: 16px;
    }

    .Box4 .news p {
        height: auto;
        margin: 5px 0;
        -webkit-line-clamp: 3;
    }

    .Box4 .news {
        padding: 10px 20px;
    }

    .Box4 .new-top .left .tit,
    .Box2 .recommend-top .left .tit {
        font-size: 40px;
    }

    .Box4 .new-top .left span,
    .Box2 .recommend-top .left span {
        font-size: 20px;
    }
}