
.container-fluid{
    width:1200px!important;
}
.navbar{
    /*background-color: #2571f1 !important;*/
    height:60px!important;
    margin-bottom: -60px!important;
}
.navbar:hover{
    /*background-color: #112858 !important;*/
}
.navbar:hover .kh-top-register{
    /*border:1px solid #fff!important;*/
}
.navbar-collapse{
    flex-grow:0.5!important;
}
.kh-pczh-footer,.kh-pczh-footer .kh-footer-content{
    background: #112858!important;
}
.navbar img{
    height:45px!important;
}
.kh-top-right .kh-top-register{
    background-color: #1296db !important;
    border-radius: 20px!important;
}
.ksc-about-us-zh .ksc-banner,
.ksc-about-us-zh .ksc-banner .banner-box-left .ksc-banner-left-content,
.ksc-about-us-zh .ksc-banner .banner-box-right .banner-box-right-content{
    background-color:unset!important;
}
.ksc-about-us-zh .ksc-phone-common{
    background-color:#1296db!important;
}



.kh-pczh-footer .kh-footer-middle .kh-footer-txt:hover{
    color: #1296db!important;
}
.kh-pczh-footer .kh-footer-middle .kh-footer-txt:before {
    content: '';
    color: #1296db!important;
}
.kh-pczh-footer .kh-footer-top .kh-footer-top-list:hover{

}

.kh-pczh-footer .kh-footer-top .kh-footer-top-list:after{
    content: '';
    border-right: 2px solid #b9b9b9;
    height: 15px;
    padding-right: 100px;
}
.kh-pczh-footer .kh-footer-top .kh-footer-top-list:last-child:after{
    display: none;
}



.swiper-slide .content{
    position: relative;
    text-align: left;
    width: 1200px;
    padding: 0 10px;
    height: 240px;
    margin: 0 auto;
    font-size: 0;
}
.swiper-slide .content .title{
    text-align: left;
    padding-top: 37px;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 42px;
    max-width: 840px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-slide .content .descript {
     text-align: left;
     margin: 13px 0 0 0;
     font-size: 14px;
     color: #fff;
     line-height: 23px;
     max-width: 540px;
 }
.swiper-slide .content .ksc-more-link {
    margin-top: 27px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    width: 127px;
    height: 45px;
    color: #fff;
    background: #112858;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.swiper-slide .content .ksc-more-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 0;
    font-weight: 400;
}
.swiper-slide .content .ksc-more-link .scroll-right-icon {
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.swiper-slide .content .ksc-more-link .scroll-right-icon img {
    position: absolute;
    top: 0;
    left: -28px;
    width: 42px;
    height: 14px;
}
.swiper-slide .content .ksc-more-link:hover .scroll-right-icon img{
    left:-11px;
    transition:0.5s;
}
.banner .swiper-slide .banner-active-bg{
    align-items: center;
    display: flex;
}
.ksc-about-us-zh .ksc-banner .banner-item{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ksc-about-us-zh .ksc-banner .banner-box-left{
    height: 250px!important;
    width: 400px!important;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}




#map_float.active{
    display: block!important;
    position: absolute;
    background-color: #000;
    width: 100px;
    height: 100px;
    color: #fff;
    right: 550px;
    top: 150px;
}


.ksc-product-item-type img{
    width: 60px;
    height: 60px;
    
}


.banner-box-right-title-bg{
    display: flex;
    flex-flow: column;
    text-align: left;
    
}

.banner-box-right-title-bg span{
    color: #fff;
    /*padding: 10px 20px 0 20px;*/
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bolder;

}
.banner-box-right-title-bg p{
    font-size: 16px;
    color: #fff;
    padding: 0 20px 10px 20px;

}
.ksc-banner-left-img-box{
    display: flex;
    flex-flow: column;
    text-align: left;
}

.ksc-banner-left-img-box span{
    color: #fff;
    padding: 20px 20px 0 20px;
    font-size: 40px;
    font-weight: bolder;

}
.ksc-banner-left-img-box p{
    font-size: 16px;
    color: #fff;
    padding: 0 20px 10px 20px;

}
.ksc-question-icon1{
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}
.ksc-question-icon1 span{
    padding-top: 15px;
    font-size: 80px;
    font-weight: bolder;
}
.ksc-question-icon1 p{
    margin-top: 30px;
    font-size: 30px;
    font-weight: bolder;
}

.subnavs .sub.kh-active{
    display: block!important;
    box-shadow: 0 6px 16px 2px rgb(33 76 217 / 20%);
}

.subnavs .sub.kh-active li:hover a{
    color: #1296db!important;
    border-left: 2px solid #1296db;
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
}

.banner-btn-top-list li{
    cursor: pointer;
}
.banner-btn-top-list li.active::after{
    content: '';
    position: absolute;
    display: flex;
    width:60px;
    height: 2px;
    background-color: #fff;
    top: 30px;
}



























