/* 首页css */
#banner-box {
    position: relative;
}

#banner-box .swiper {
    width: 100%;
    height: 100%;
}

#banner-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

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

.banner-text {
    z-index: 9999999;
    position: absolute;
    color: white;
    top: 30%;
    left: 10%;
}

.banner-text .t1 {
    font-size: 20px;
}

.banner-text .t2 {
    font-size: 68px;
    /* font-weight: 400; */
    color: white;
}

.banner-info-box{
    position: absolute;bottom: 100px;left: 100px;height: 80px;display: flex;z-index: 99999999999999;
}
/* 公司介绍 */
#about .title-box {
    margin-top: 120px;
}

.ico-box {
    display: flex;
}

.ico-box .ico-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

.ico-box .ico-item .img-item {
    padding-right: 35px;
}

.ico-box .ico-item .text-item {
    /* display: flex; */
    text-align: center;
}

.ico-box .ico-item .text-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#about .ico-box .ico-item .text-item .t1 {
    color: #CB0A00;
    font-size: 30px;
    font-weight: bold;
}

#about .ico-box .ico-item .text-item .t2-1 {
    color: #CB0A00;
    font-size: 34px;
    font-weight: bold;
}

#about .ico-box .ico-item .text-item .t3-1 {
    color: #3A3A3A;
    font-size: 16px;
}

#about .content-box {
    /* display: flex; */
    /* background-image: url(skin/img/company-b.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 170px;
}

#about .content-box .left {
    width: 100%;
}

#about .content-box .right {
    width: 40%;
    text-align: right;
}

#about .content-box .right>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

#about .content-box .left .t1 {
    color: #CB0A00;
    font-weight: 500;
    font-size: 40px;
}

#about .content-box .left .t2 {
        color: #666666;
        font-size: 16px;
        width: 70%;
        padding-top: 10px;
        padding-bottom: 10px;
}
.product-swiper-button{
    display: none;
}
#about .content-box .left .t3 {
    margin-bottom: 60px;
}

#technology {
    /* margin-bottom: 80px; */
}

#technology .row-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

#technology .item-box {
    display: flex;

}

#technology .item-box .item {
    width: 253px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

#technology .item-box .item .t1 {
    width: 88px;
    height: 88px;
}

#technology .item-box .item .t2 {
    font-weight: bold;
    font-size: 20px;
    color: #1F1F1F;
}

#technology .item-box .item .t3 {
    font-size: 20px;
    color: #555555;
}

#technology .row-2,
#case-box .row-2 {
    display: flex;
    align-items: center;
}

#technology .row-2 .t1,
#case-box .row-2 .t1 {
    flex: 1;
}
#case-box .row-2 .t1 {
    flex: 1;
    padding-top: 85px;

}

#technology .row-2 .t1 .title-box,
#case-box .row-2 .t1 .title-box {
    text-align: left;
}

#technology .row-2 .t1 .info {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 60%;
    color: #fff;
    line-height: 2;
}

#case-box .row-2 .t1 .info {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 60%;
    color: #666666;
    line-height: 2;
}
#technology .row-2 .t2,
#case-box .row-2 .t2 {
    width: 88px;
}

#technology .row-2 .t1>img,
#case-box .row-2 .t1>img {
    width: 88px;
    height: 88px;
}

#color-box {
    position: relative;
}

#color-box .b-img>img {
    width: 100%;
}

#color-box .content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#color-box .content-box .swiper-box {
    width: 940px;
}

#color-box .swiper {
    width: 95%;
    height: 95%;
}

#color-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

#color-box .swiper-slide .title {
    text-align: left;
    color: #FEB627;
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 25px;
}

#color-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#color-box .info-item-box {
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin-top: 50px;
    color: white;
}

#color-box .info-item-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#color-box .info-item-box .item {
    display: flex;
    align-items: center;
}

#color-box .info-item-box .item .t2 {
    padding-left: 32px;
}

.case-box-fa {
    background-color: #F8F8F8;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

#case-box .title-box {
    padding: 120px 0 0px 0;
}

#case-box .swiper {
    width: 100%;
    height: 100%;
}

#case-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

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

#case-box .swiper-slide .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 9px;
}

#news-box .title-item-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    margin-top: 100px;
}

#news-box .title-item-box .cate {
    display: flex;
}

#news-box .title-item-box .cate .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 46px;
    border-radius: 25px;
    border: 1px solid #999999;
    color: #999999;
    margin-left: 20px;
}

#news-box .title-item-box .cate .item.active {
    border: 1px solid #FEB627;
    color: #FEB627;
}

#news-box .content-box {
    display: flex;
}

#news-box .content-box .left {
    flex: 1;
    border-bottom: 1px solid #DFDFDF;
}

#news-box .content-box .left .t1 {
    width: 100%;
    overflow: hidden
}

#news-box .content-box .left .t1>img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

#news-box .content-box .left .t2 {
    font-size: 24px;
    color: #1F1F1F;
    padding-top: 20px;
    padding-bottom: 10px;
}

#news-box .content-box .left .t3 {
    font-size: 16px;
    color: #999999;
}

#news-box .content-box .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    width: 580px;
}

#news-box .content-box .right .item {

    width: 45%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #DFDFDF;
    margin-left: 3%;
    margin-bottom: 20px;
}
#news-box .content-box .right .item .info {
    width: 200px;
    height: 170px;


}

#news-box .content-box .right .item .info .t1 {
    color: #999999;
    font-size: 16px;
}

#news-box .content-box .right .item .info .t2 {
    font-size: 16px;
    color: #1F1F1F;
    padding-top: 15px;
}

#news-box .content-box .right .item .info .t3 {
    font-size: 16px;
    color: #666666;
}

#color-box .color-swiper-button-next,
#color-box .color-swiper-button-prev {
    top: 70%;
}

#color-box .swiper-button-next::after,
#color-box .swiper-button-prev::after {
    display: none;
}
#news-box .content-box .left a:nth-child(2){
    display: none;
}
/* 底部导航 */
#footer {
    position: relative;
}

#footer .content-box {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
}

#footer .content-box-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#footer .content-box-inner .item-box {
    flex: 1;
    display: flex;
}

#footer .content-box-inner .item-box .left {
    width: 60%;
}

#footer .content-box-inner .item-box .right {
    flex: 1;
    padding-left: 10%;
}

.footer-links-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 24px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
}

.footer-links>div {
    /* min-width: 110px; */
}

.footer-links h6 a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;

}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    color: #bfc3cc;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

.footer-links li a {
    color: #999999;
}

.footer-links li:hover {
    color: #3ca36a;
}

.footer-links h6 {
    text-align: center;
    margin-bottom: 10px;
}







.footer-icp {
    margin-left: 18px;
}

#news-box .content-box {
    /* margin-bottom: 50px; */
}

#news-box .title-item-box .title-box {
    /* padding-bottom: 50px; */
}

/* 自适应调整 sztz*/
@media (max-width: 1490px) {
    .container-box {
        width: 90%;
        margin: 0 auto;
    }

    #about .content-box .left .t2 {
        width: 100%;
    }

    #about .content-box {
        padding-bottom: 0px;
    }
}

@media(max-width: 1024px) {
.banner-info-box{
    display: none;
}
    .container-box {
        width: 90%;
    }

    .title-box .zn {
        font-size: 24px;
    }

    .mobile-nav {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    .header {
        position: relative;
        height: 50px;
        background: #006fe2;
    }

    .header .logo {
        display: block;
        width: 50%;
        height: 100%;
        padding: 10px 0 0 10px;
    }

    .header .logo img {
        object-position: left;
        display: block;
        width: 100%;
        object-fit: contain;
        height: 80%;
    }

    .header .search {
        position: absolute;
        top: 0;
        right: 35px;
        z-index: 1000;
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999em;
        background: url(skin/mobile_nav/images/icon-search.png) no-repeat center center;
        background-size: 40%;
    }

    #banner-box {
        margin-top: 50px;
        position: relative;
    }

    .banner-text .t1 {
        font-size: 16px;
        display: none;
    }

    .banner-text .t2 {
        font-size: 30px;
    }

    #about .content-box .left .t1 {
        margin-top: 20px;
        font-size: 30px;
    }

    #about .title-box {
        margin-top: 30px;
    }

    

    #about .content-box .left .t2 {
        width: 100%;
    }

    #about .content-box .left .t3 {
        margin-bottom: 10px;
    }

    #about .content-box {
        padding-bottom: 0px;
    }

    .product {
        padding: 20px 0 20px;
    }

    #technology .row-1 {
        display: none;
    }

    #color-box .b-img>img {
        height: 500px;
        object-fit: cover;
    }

    #color-box .content-box .swiper-box {
        width: 100%;
    }

    #news-box {
        /* display: none; */
    }

    #footer {
        display: none;
    }

    #case-box .swiper-slide .title {
        font-size: 16px;
    }

    #case-box .swiper-slide .title2 {
        display: none;
    }

    #case-box .swiper-slide .title-box {
        /* height: 0px!important; */
    }

    #case-box .title-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #color-box .info-item-box {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 50px;
        padding: 2%;
    }

    #color-box .info-item-box .item>img {
        width: 44px;
        height: 44px;
    }

    #color-box .info-item-box .item {
        margin-bottom: 15px;
    }

    #technology .row-2,
    #case-box .row-2 {
        flex-direction: column;
    }

    #technology .row-2 .t1 .info,
    #case-box .row-2 .t1 .info {
        width: 100%;
    }

    #news-box .title-item-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        flex-flow: column;
        padding: 0 20px;
    }

    #news-box .title-item-box .cate .item {
        width: 100px;
        height: 40px;
    }

    #news-box .content-box {
        display: flex;
        flex-direction: column;
    }

    #news-box .content-box .left {
        width: 100%;
    }

    #news-box .content-box .left .t1 {
        /* width: 380px; */
        /* height: 380px; */
    }

    #news-box .content-box .right {
        display: none;
    }

    #about .content-box .left .t2 {
        padding-bottom: 10px;
    }

    .ico-box {
        display: flex;
        flex-flow: wrap;
    }

    .ico-box .ico-item .img-item {
        display: none;
        padding-right: 5px;
    }

    .ico-box .ico-item {
        padding-right: 10px;
        width: 49%;
    }
    .section-wrap .section-2 {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-wrap .section-5{
        background-color: #F8F8F8;
    }
    #news-box .content-box .left a:nth-child(2){
        display: block;
    }
    #news-box .content-box .left .t1 {
        aspect-ratio: 18 / 8;
    }
    .section-wrap .section-7 {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #312f35;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #icp-footer{
        display: none;
        padding-top: 0px!important;
        background-color: #312f35!important;
    }
    .mob-footer .content-box .r1 h5 {
        font-size: 50px;
        color: #f0f0f0;
    }
    .mob-footer .content-box .c0 {
        font-size: 38px;
        color: #f0f0f0;
    }
}
@media (max-width: 768px)  {
    .product-swiper-button{
        display: block;
    }
    #about .content-box .left .t4{
        display: none;
    }
    #about .content-box {
        flex-direction: column;
    }
    
    #about .content-box .left,
    #about .content-box .right {
        width: 100%;
    }
    #about .content-box .right {
        width: 100%;
        text-align: center;
    }
    #about .content-box .left .t2 {
        text-align: left;
        text-indent: 2em;
    }
    #about .title-box{
        /* visibility: hidden; */
            margin-top: 20px;
    }
    #case-box .title-box {
        margin-top: 55px;
        margin-bottom: 0px;
    }
    #case-box .row-2 .t1 .title-box{
        margin-top: 10px;
    }
    #case-box .row-2 .t1 {
        flex: 1;
        padding-top: 20px;
    }
    #news-box .content-box .left a:nth-child(2){
        display: block;
    }
    #news-box .content-box .left a{
        margin-bottom: 10px;
    }
    #news-box .content-box .left .t3 {
        padding-bottom: 20px;
    }
    #news-box .title-item-box .cate{
        padding-top: 10px;
    }
    #icp-footer{
        padding-top: 0px!important;
        background-color: #312f35!important;
    }
    .section-wrap .section-7 {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #312f35;
    }
}
@media (max-width: 1700px) {
    #color-box .b-img>img {
        height: 600px;
        object-fit: cover;
    }
}
.case-t-2{
    /* display: none; */
}
#case-box .swiper-slide .case-t-1{
    position: absolute;bottom: 0;
}
#case-box .swiper-slide:hover .case-t-1{
    bottom: 50px;
}
#case-box .swiper-slid.case-silde-img{
    position: relative;margin-top: 50px;
}
#case-box .mySwiper3{
    height: 280px;padding-top: 50px;
}
#case-box .swiper-slide .case-t-2{
    /* display: block; */
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
li a:hover{
    color: #FEB627;
}