.layui-tab-title{
    height: auto;
    text-align: center;
    box-shadow: 0 0 20px #ccc;
    padding: 1.33rem 0;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 8px;
}
.layui-tab-title li{
    line-height: 24px;
    padding:  0 1.5rem;
}

@media (max-width: 768px) {
    .layui-tab-title{
        margin-bottom: 1rem;
    }
    
}

.layui-tab-title h2{
    font-size: 16px;
    font-weight: bold;
    color: #002B9F;

}
.layui-tab-title dl dt{
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}
@media (max-width: 480px) {
    .case-container .layui-tab-title dl dt{
        transform: scale(.65);
    }
    
}
.layui-tab-title .case-dt1 dt{
    background: url("../images/icon-case1.png") no-repeat center;

}
.layui-tab-title  .case-dt1.layui-this dt,
.layui-tab-title  .case-dt1:hover dt{
    background: url("../images/icon-case1-cur.png") no-repeat center;

}


.layui-tab-title .case-dt2 dt{
    background: url("../images/icon-case2.png") no-repeat center;

}

.layui-tab-title  .case-dt2.layui-this dt,
.layui-tab-title  .case-dt2:hover dt{
    background: url("../images/icon-case2-cur.png") no-repeat center;
}


.layui-tab-title .case-dt3 dt{
    background: url("../images/icon-case3.png") no-repeat center;
}

.layui-tab-title  .case-dt3.layui-this dt,
.layui-tab-title  .case-dt3:hover dt{
    background: url("../images/icon-case3-cur.png") no-repeat center;
}


.layui-tab-title .case-dt4 dt{
    background: url("../images/icon-case4.png") no-repeat center;
}

.layui-tab-title  .case-dt4.layui-this dt,
.layui-tab-title  .case-dt4:hover dt{
    background: url("../images/icon-case4-cur.png") no-repeat center;
}


.layui-tab-title .layui-this dd::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 1rem;
    height: 7px;
    background-color: #C43C18;
    margin-left: -.5rem;
}

@media (max-width: 992px) {
   .case-container .layui-tab-title .layui-this dd::after{
        display: none;
    }
    
}

.layui-tab-title p{
    font-size: 12px;
    color:#B5B5B5;
    font-weight: bold;

}
.layui-tab-content .case-item{
    display: block;
    background-color: #fff;
    
    padding: .5rem 20px 1rem;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
}
.layui-tab-content .case-item dt{
    /* height: 230px; */
    height: calc(100px + 6.77vw);

    overflow: hidden;
    background-color: #f5f5f5;
}
.layui-tab-content .case-item dt img{
    width: 100%;
}
.layui-tab-content .case-item h2{
    font-size: .4rem;
    font-weight: bold;
    color: #555;
    padding-top: 24px;
    padding-bottom: 13px;
    height: 50px;
}

.layui-tab-content .case-item p{
    padding-top: 13px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #8F8F8F;
    border-top: 1px solid #DBDBDB;
    overflow: hidden;
}
.layui-tab-content .case-item .btn-more{
    display: inline-block;
    padding: .16rem 1rem;
    margin-top: .5rem;
    border: 1px solid #8F8F8F;
    border-radius: 50px;

    transition: all .4s ease-in-out;
}


.layui-tab-content .case-item:hover{
    box-shadow: 0 0 8px #ccc;
}

.layui-tab-content .case-item:hover .btn-more{
    background-color: #002B9F;
    color: #fff;
    border-color: #002B9F;

}


.page-list{
    padding-top: .7rem;
}

@media (max-width: 768px) {
    .page-list{
        padding-bottom: 1rem;
    }
    .layui-tab-content .case-item{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .layui-tab-content .case-item dt{
        height: 200px;
    }
    
}
@media (max-width: 767px) {

    .layui-tab-content .case-item dt{
        height: 300px;
    }
    
}

@media (max-width: 500px) {
    @media (max-width: 768px) {
        .layui-tab-content .case-item dt{
            height: 26vh;
        }
        
    }
    
    
}



@media (max-width: 480px) {
 
    .layui-tab-content .case-item{
        box-shadow: 0 0 8px #ccc;
    }
}

 /* .case-container .layui-tab-title .layui-this:after{
    display: none;
} */

.case-container{
    margin-top: -80px;
    
}

/* 
::after
::after
::after
::after
*/
.case-container .layui-tab-title li{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 20%;
    box-sizing: border-box;
}

.case-container .layui-tab-title li::after{
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #D4D4D4;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
}
.case-container .layui-tab-title li:last-child::after{
    display: none;
}

@media (max-width: 992px) {
    .case-container .layui-tab-title{
        margin-bottom: 1rem;
    }
    .case-container .layui-tab-title li{
        padding-left: 1rem;    
        padding-right: 1rem;
    }
    
    
}

@media (max-width: 991px) {
    .case-container .layui-tab-title{
        white-space: normal;

    }
    .case-container .layui-tab-title li{
        width: 50%;
        height: 50%;
        box-sizing: border-box;
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .case-container .layui-tab-title li:nth-child(2):after,
    .case-container .layui-tab-title li:nth-child(4):after{
        display: none;
    }

    .case-container .layui-tab-title{
        text-align: left;
    }
    .case-container .layui-tab-title li:last-child::after{
        display: block;
    }
}

@media (max-width: 768px) {
    .case-container{
        margin-top: 1rem;
    }
    
}

@media (max-width: 480px) {
    .case-container .layui-tab-title li{
        padding-left: .5rem;
        padding-right: .5rem;
        width: 50%;
       
    }

    .case-container .layui-tab-title li dd p{
        white-space: normal;
        line-height: 16px;
        height: 32px;
    }

    
    
    .case-container .layui-tab-title{
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
    .case-container .layui-tab-title dl dt{
        margin-bottom: 0;
    }


}

/* 
联系我们 
联系我们 
联系我们 
联系我们 
联系我们 
*/
.contact-container{
    margin-top: -150px;

}
@media (max-width: 1600px) {
    .contact-container{
        margin-top: -100px;
    }
}
@media (max-width: 768px) {
    .contact-container{
        margin-top: 1rem;
    }
    
}
.contact-container .layui-tab-title{
    padding: 1.2rem 0;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 8px;
    white-space: normal;
}
.contact-container .layui-tab-title li{
    padding: 0 1rem;
    text-align: left;
    box-sizing: border-box;

}
.contact-container .layui-tab-title .layui-this h2{
    color: #002b9f;

}
.contact-container .layui-tab-title li:last-child:after{
    display: none;
}
.contact-container .layui-tab-title li::after{
    content: "";
    background: #c3c3c3;
    top: 50%;
    position: absolute;
    border: 0;
    transform: translateY(-50%);
}
.contact-container .layui-tab-title li::after{
    height: 70px;
    right: 0;
    width: 1px;
    left: auto;
}
.contact-container .layui-tab-title h2{
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: .37rem;
    background: url("../images/icon-map.png") no-repeat left center;
    padding-left: 36px;
    line-height: 26px;
}
.contact-container .layui-tab-title p{
    font-weight: normal;
    line-height: 24px;
    color: #646464;
}
.contact-container .layui-tab-content{
    padding-bottom: 2rem;
}
@media (max-width: 1250px) {
    .contact-container .layui-tab-title li{
        width: 33%;
    }
    .contact-container .layui-tab-title{
        text-align: left;
    }
}


@media (max-width: 991px) {
    .contact-container .layui-tab-title li{
        width: 50%;
        margin: .2rem 0;;
    }
    .contact-container .layui-tab-title li::after{
        display: none;
    }
    .contact-container .layui-tab-title{
        padding: .5rem 0;
    }
    .contact-container .layui-tab-title h2{
        background-size: 18px auto;
        padding-left: 30px;
    }
    
}


@media (max-width: 768px) {
    .contact-container .layui-tab-content{
        padding-bottom: 1rem;
    }
    
}

@media (max-width: 480px) {
    .contact-container .layui-tab-title{
        margin-bottom: .5rem;
    }
    .contact-container .layui-tab-title h2{
        background-size: 13px auto;
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 2px;
    }
    .contact-container .layui-tab-title li{
        width: 100%;
    }
    .contact-container .layui-tab-title p{
        line-height: 20px;
    }
    .contact-container .layui-tab-content{
        padding-bottom: .5rem;
    }
    #allmap{
        height: 320px!important;
    }
    
}



/* form */
.layui-form-contact {
    border-top: 1px dashed #8c8c8c;
    padding-top: 1.3rem;
    padding-bottom: 4rem;
}
.layui-form-contact .layui-form-label{
    float: none;
    font-size: 16px;
}


.layui-form-contact .layui-input-block{
    margin-left: 0;
}

.layui-form-contact .form-left{
    padding-right: .8rem;
}
@media (max-width: 991px) {
    .layui-form-contact .form-left{
        padding-right: 0;
    }

    .layui-form-contact{
        padding-bottom: 1rem;
    }
    
}
.layui-form-contact .layui-input,
.layui-form-contact .layui-textarea{
    background-color: #edf1f3;
    border: 0
}
.layui-form-contact .layui-textarea{
    height: 180px;
    border-radius: 10px;
    padding-top: 15px;
    padding-left: 15px;
    resize: none;
}

@media (max-width: 480px) {
    .layui-form-contact .layui-textarea{
        height: 150px;
    }
    .layui-form-item .layui-form-label{
        text-align: left;
    }
    .layui-form-contact{
        padding-top: .4rem;
    }
}

.layui-form-contact .btn-done,
.layui-form-contact .layui-input{
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 50px;
}
.layui-form-contact .input-name,
.layui-form-contact .btn-done{
    width: 48%;
    display: inline-block;
}

.layui-form-contact .input-name{
    margin-right: 2%;
    float: left;
}

.layui-form-contact .btn-done{
    margin-left: 2%;
    float: right;
    background-color: #215ee9;
    font-size: .44rem;
    font-weight: bold;
}

.layui-form-contact .layui-input{
    padding-left: 1rem;
}

.layui-form-contact .layui-form-item2{
    margin-top: 5px;
}


.layui-form-contact .layui-form-item{
    margin-bottom: 20px;
}



/* 关于我们 */
.about-top{
    text-align: center;
    height: 210px;
    margin-top: -68px;
    background: #fff;
    border-radius: 8px;


    box-shadow: 0 0 30px rgba(169, 169, 169, .2);
}

@media (max-width: 768px) {
    .about-top{
        margin-top: 1rem;
    }
    
}

.about-top ul{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 90%;
    height: 100%; */
    height: 100%;
   

}
.about-top ul,
.about-top ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-top li{
    display: inline-block;
    width: 22%;
    height: 130px;
    box-sizing: border-box;
    padding-left: .6rem;
    padding-right: .6rem;
    position: relative;
    cursor: pointer;
    z-index: 2;
    
}

.about-top  li:nth-child(2)::before,
.about-top  li:nth-child(2)::after,
.about-top  li:nth-child(3)::after{
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #D4D4D4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.about-top  li:nth-child(2)::before{
    left: 0;
    right: auto;
}

.about-top  li:hover::after,
.about-top  li:hover::before{
    display: none;
}



.about-top  dd,
.about-top  dd h2,
.about-top dt,
.about-top li{
    transition: all .3s ease-in-out;

}

.about-top .hide{
    display: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: .4rem;
}

.about-top dt{
    margin-bottom: .3rem;
    height: 52px;
}




.about-top .icon-about1{
    background: url("../images/icon-culture.png") no-repeat center center;
}
.about-top .icon-about2{
    background: url("../images/icon-value.png") no-repeat center center;
}
.about-top .icon-about3{
    background: url("../images/icon-vision.png") no-repeat center center;
}
.about-top .icon-about4{
    background: url("../images/icon-mission.png") no-repeat center center;
}



.about-top li:hover .icon-about1{
    background: url("../images/icon-culture-hover.png") no-repeat top;
}
.about-top li:hover .icon-about2{
    background: url("../images/icon-value-hover.png") no-repeat center top;
}
.about-top li:hover .icon-about3{
    background: url("../images/icon-vision-hover.png") no-repeat center top;
}
.about-top li:hover .icon-about4{
    background: url("../images/icon-mission-hover.png") no-repeat center top;
}

.about-top dd{
    font-size: 12px;
    color: #B5B5B5;
}
.about-top  dd h2{
     color: #002B9F;
     font-size: .35rem;
     font-weight: bold;
     margin-bottom: 2px;
 }
 .about-top li:hover {
     background-color: #002b9f;
     height: 312px;
     border-radius: 8px;
 }

 .about-top li:hover h2,
 .about-top li:hover dd{
    color: #fff;

 }
 .about-top li:hover p{
     display: block
 }

 .about-top li:hover dt{
     height: 53px;
 }

.link-wrap {
    text-align: center;
    padding-top: 2.5rem;

}

@media (max-width: 768px) {
    .link-wrap{
        padding-top: 1rem;

    }
    
}

@media (max-width: 480px) {
    .about-top dt{
        background-size: auto 24px!important;
        height: 38px;
    }

    .about-top li:hover dt{
        height: 32px;
    }
    .about-top li{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
   
    .about-top li:nth-child(2)::before, .about-top li:nth-child(2)::after, .about-top li:nth-child(3)::after{
        width: 1px;
    }

    .about-top{
        height: auto;
    }
}

.link-wrap h2{
    font-size: .75rem;
    color: #002B9F;
    font-weight: bold;
    margin-bottom: 30px;
}
.link-wrap .link-con{
    display: inline-block;
    position: relative;

}
.link-wrap .link-con::after{
    content: "";
    display: block;
    width: 436px;
    height: 2px;
    background-color: #E8E9EE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.link-wrap a{
    font-size: 14px;
    color: #5B5B5B;
    display: inline-block;
    padding: 0 80px;
    position: relative;
    padding-bottom: 30px;

}

@media (max-width: 768px) {
    .link-wrap a{
        padding-left: 54px;
        padding-right: 54px;

    }
    .link-wrap .link-con::after{
        width: 356px;
    }
    
}
@media (max-width: 540px) {
    .link-wrap a{
        padding-left: 30px;
        padding-right: 30px;

    }
    .link-wrap .link-con::after{
        width: 240px;
    }
    
}

@media (max-width: 414px) {
    .link-wrap a{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;

    }
    .link-wrap .link-con::after{
        width: 210px;
    }
    
}


.link-wrap a::before,
.link-wrap a::after{
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);

    transition: all .3s ease;
}
.link-wrap a::before{
   bottom:-10px;
    width: 22px;
    height: 22px;
    background-color: #BFC5CF;
    
}

.link-wrap a::after{
    width: 8px;
    height: 8px;
    bottom: -5px;
    background-color: #a1a3ab;
    border: 2px solid #fff;

}
.link-wrap a:hover,
.link-wrap a.cur{
    color: #0078FF;
    /* font-weight: bold; */

}
.link-wrap a:hover::before,
.link-wrap a.cur::before{
    background-color: #fff;
    box-shadow: 0 0 13px #bbb;
}

.link-wrap a:hover::after,
.link-wrap a.cur::after{
    background-color: #0078ff;
}


.product-info-about{
    padding-top: 1.8rem;
}
@media (min-width: 992px) {
    .product-info-about .layui-col-md3{
        width: 20%;
    }
}

.product-info-about .pro-item{
    padding-left: .5rem;
    padding-right: .5rem;
}
.company-info {
    padding-bottom: 1.95rem;
    padding-top: 2rem;
}

@media (max-width: 1199px) {
    .company-info img{
        max-width: 90%;
         
    }
    
}

@media (max-width: 768px) {
    .company-info img{
        max-width: 100%;
    }
    
}
.company-info h2{
    color: #002B9F;
    font-size: .66rem;
    font-weight: bold;
    line-height: 34px;

}

@media (max-width: 991px) {
    .company-info h2{
        margin-top: .5rem;
    }
    .company-info{
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    
}

@media (max-width: 480px) {
    .company-info h2{
        line-height: 28px;
    }
    
}


.company-info h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: .3rem;
}

.company-info p{
    line-height: 24px;
    margin-top: .4rem;
}


/* 业务板块 */
.sub-title{
    text-align: center;

}

.sub-title h2{
    font-size: .66rem;
    font-weight: bold;
    color: #0042A4;

}

.sub-title p{
    font-size: 18px;
    color: #3B3B3B;
    font-weight: bold;
    margin-top: .3rem;
    
}
@media (min-width: 768px) {

    .business-section .layui-col-md3{
        width: 20%;
    }
}



.business-section a h2{
    font-size: 16px;
    font-weight: bold;
    color: #002B9F;
    margin-top: .6rem;
    margin-bottom: .4rem;


}
.business-section a .img-wrap{
    overflow: hidden;
    border-radius: 10px;

}

.business-section a .img-wrap,
.business-section a .img-wrap img{
    width: 100%;
}

.business-section a{
    display: block;
}
.business-section a img{
    transition: all .3s ease;
}
.business-section a:hover img{
    transform: scale(1.2);
}

.business-section a p{
    font-size: 14px;
    color: #677882;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.business-section a .layui-icon{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #0078FF;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    margin-top: .5rem;
}

.business-section .layui-row{
    margin-top: .9rem;
}

.business-wrap{
    background-color: #f3f5f9;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
}

@media (max-width: 768px) {
    .business-wrap{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .business-section .layui-row{
        margin-top: .5rem;
    }
}

/* 服务客户 */
.owl-carousel .item{
    height: 120px;
    text-align: center;
    padding: 10px;

}
.owl-carousel .item .img-con{
    height: 100%;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.owl-carousel .owl-item img{
    max-width: 90%;
    max-height: 95%;
   
}

@media (max-width: 1199px) {
    .owl-carousel .owl-item img{
        max-width: 75%;
    }
    
}

.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background-color: #c8c8c8;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 1rem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #0966ff;
}


.customers-container{
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .customers-container{
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .customers-container .layui-tab-title{
        padding: 1rem 0;
    }
    .customers-container .layui-tab-title li{
        padding: 0 20px;
    }
    
}



/* .customers-container .layui-tab{
    margin-top: 1.5rem;
} */

.customers-container .layui-tab-title{
    background-color: transparent;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}
.customers-container .layui-tab-title li{
    height: 32px;
    line-height: 32px;
    border: 0;
    border-radius: 50px;
    margin: 0 11px;
}   
.customers-container .layui-tab-title li:hover,
.customers-container .layui-tab-title li.layui-this{
    background-color: #002b9f;
    color: #fff;

}
.customers-container .layui-tab-title .layui-this:after{
    display: none;
}

.layui-tab-title li{
    padding: 0 30px;
}




@media (max-width: 480px) {
    .customers-container .layui-tab-title::before{
        content: "";
        display: table;
        clear: both;
    }
    .customers-container .layui-tab-title{
        white-space: normal;
        padding: .5rem 0;
    }
    .customers-container .layui-tab-title li{
        padding: 0 10px;
        width: 120px;
        margin-top: 5px;
        margin-bottom: 5px;

        background-color: #f0f0f0;;
    }
    
}
















