/* 企业历史 */
#history{
    display: none;
}
.m-history-list{
    margin-left: 21px;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid #E2E2E2;
}
.m-history-item{
    margin-bottom: 40px;
}
.m-history-item h2{
    font-size: 20px;
    position: relative;
}
.m-history-item h2::before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/dot.png) no-repeat center left;
    left: -21.5px;
    background-size: cover;
    top: 8.5px;
}
.m-history-right_list-item p{
    line-height: 22px;
    font-size: 14px;
    color: #666;
    margin-top: 17px;
    padding-left: 10px;
    position: relative;
}
.m-history-right_list-item p::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #1472FF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 9px;
}
/* 关于我们 */
.floor-company{
    padding-bottom: 80px;
}
.company-intro{
    box-shadow: 0px 3px 20px 1px rgba(20,114,255,0.15);
    padding: 25px;
    background: #fff;
    position: relative;
}
.company-intro::before{
    content: '';
    display: block;
    width: 4px;
    height: 46px;
    background: #1472FF;
    position: absolute;
    left: 0;
    top:25px;
}
.company-intro_box{
    padding: 38px 33px;
    background: rgba(20,114,255,0.02);
    line-height: 26px;
    font-size: 16px;
}
.company-intro_box p{
    margin-bottom: 20px;
}
.company-intro_box p:last-child{
    margin-bottom: 0;
}
/* 文化 */
.floor-culture{
    background: rgba(20,114,255,0.02);
    padding-bottom: 80px;
}
.culture-box{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.culture-box_item{
    width: 33.33%;
    text-align: center;
}
.culture-box_item-img{
    width: 93px;
    height: 93px;
    border-radius: 93px;
    box-shadow: 0px 3px 6px 1px rgb(20 114 255 / 20%);
    border: 1px solid rgba(20,114,255,0.2);
    margin: 0 auto 27px;
    padding: 9px;
    box-sizing: border-box;
}
.culture-box_item-img::after{
    content: '';
    width: 73px;
    height: 73px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 75px;
    box-shadow: 0px 1px 5px 1px rgba(20,114,255,0.38);
    border: 1px solid rgba(20,114,255,0.24);
    display: block;
    box-sizing: border-box;
}
.culture-box_item-img1::after{
    background-image: url(../images/culture01.png);
}
.culture-box_item-img2::after{
    background-image: url(../images/culture02.png);
}
.culture-box_item-img3::after{
    background-image: url(../images/culture03.png);
}
.culture-box_item h2{
    font-size: 18px;
    line-height: 26px;
}
.culture-box_item p{
    max-width: 200px;
    margin: 13px auto 0;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}
/* 历史进程 */
.floor-history{
    background:linear-gradient(149deg, #1472FF 0%, #1D41F5 100%);
    background-size: cover;
    padding-top: 0;
    position: relative;
}
.floor-history::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/historybg.png) no-repeat top center;
}
.floor-history .ks-container{
    position: relative;
    z-index: 1;
}
.history-box{
    display: flex;
    overflow: hidden;
}
.history-left{
    width: 98px;
    margin-right: 240px;
    position: relative;
    border-right: 2px solid rgba(13,158,255,0.6);
}
.history-left_list{
    padding-top: 76px;
    font-size: 20px;
    color: #fff;
    height: 840px;
    box-sizing: border-box;
}
.history-left_list_item{
    /* padding-bottom: 76px; */
    position: relative;
    text-align: center;
    cursor: pointer;
}
.history-left_list_item::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #1472ff;
    border-radius: 13px;
    right: -7px;
    top: 7px;
    border: 1px solid #03DAF2;
    z-index: 1;
}
.history-left_list_item.curr::before{
    background:#03DAF2
}
.history-left_list_item::after{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #03DAF2;
    right: -1px;
    top: 7px;
    z-index: 0;
    transition: .3s;
}
.history-left_list_item .history-line{
    background-image: -webkit-gradient(linear,left top,right top,color-stop(43%,rgba(106,202,255,.4)),to(rgba(106,202,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(106,202,255,.4) 43%,rgba(106,202,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(106,202,255,.4) 43%,rgba(106,202,255,0) 100%);
    background-image: linear-gradient(
90deg
,rgba(106,202,255,.4) 43%,rgba(106,202,255,0) 100%);
    width: 109px;
    height: 3px;
    position: absolute;
    right: -109px;
    display: none;
    top: 12.5px;
}
.history-left_list_item.curr .history-line{
    display: block;
}
.history-left_list_item.noline::after{
    height: 0;
}
.history-right{
    width: calc(100% - 338px);
    padding: 80px 0;
}
.history-right h1{
    margin-left: 200px;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 49px;
}
.history-right_list{
    height: 534px;
    overflow: hidden;
}
.history-right_list h2{
    font-size: 66px;
    color: #fff;
    line-height: 88px;
    font-weight: normal;
    margin-bottom: 51px;
}
.history-right_list-item p{
    font-size: 20px;
    position: relative;
    color: #fff;
    margin-bottom: 43px;
    padding-left: 28px;
    background:url(../images/arrow.png) no-repeat left;
}
.history-right_list-item p:last-child{
    margin-bottom: 0;
}
/* 荣誉资质 */
.floor-honor{
    padding-bottom: 43px;
}
.honor-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.honor-item{
    width: 326px;
    margin-bottom: 37px;
}
.honor-item_img{
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    box-sizing: border-box;
    border: 1px solid rgba(20,114,255,0.5);
}
.honor-item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honor-item h3{
    margin-top: 28px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
/* 联系我们 */
.floor-contact{
    background: rgba(20,114,255,0.02);
    padding-bottom: 80px;
}
.contact_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(29,65,245,0.19);
    border-radius: 6px 6px 6px 6px;
    padding: 50px;
}
.contact_box_address{
    width: 50%;
}
.contact_box_info{
    width: 50%;
}
.contact-ul li{
    line-height: 30px;
    color: #555;
}
.contact-ul span {
    font-weight: bold;
    margin-right: 25px;
    width: 60px;
    display: block;
    float: left;
}
.contact-code{
    margin-top: 10px;
}
.contact_box_info .contact-code__l, .contact_box_info .contact-code__r {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.contact_box_info .contact-code__l {
    margin-right: 40px;
}
.contact_box_info .contact-code img {
    width: 130px;
    height: 130px;
}
/* 动画 */
.reservation {
    margin-top: 0;
}
/*大于等于1400 ipad */
@media (max-width: 1400px){

}
/*大于等于1024 ipad */
@media (max-width: 1024px){
    /* 企业荣誉 */
    .honor-item{
        width: 280px;
    }
    .honor-item_img{
        height: 200px;
    }
    /* 联系我们 */
    .contact_box{
        padding: 30px;
    }
    .contact_box_address img{
        width: 90%;
    }
}
/*大于等于812 ipad */
@media (max-width: 812px){
    /* 企业荣誉 */
    .honor-item {
        width: 220px;
    }
    .honor-item_img {
        height: 150px;
    }
    /* 联系我们 */
    .floor-contact{
        background: none;
        padding-bottom: 40px;
        padding-top: 0;
    }
    .contact_box{
        flex-direction: column;
        padding: 0 12px;
        box-shadow: none;
        border-radius: 0;
    }
    .contact_box_address,.contact_box_info{
        width: 100%;
    }
    .contact_box_address{
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0px 1px 10px 0px rgb(29 65 245 / 19%);
        border-radius: 3px;
        margin-bottom: 15px;
    }
    .contact_box_address img{
        width: 100%;
    }
}
/*大于等于768 ipad */
@media (max-width: 768px){

}

/*大于等于480 */
@media (max-width: 480px){
    /* 关于我们 */
    .floor-company{
        padding-bottom: 40px;
    }
    .company-intro{
        padding: 18px 14px;
    }
    .company-intro_box{
        padding: 10px 15px;
    }
    .company-intro::before{
        width: 2px;
        height: 30px;
        top: 0;
    }
    .company-intro_box{
        font-size: 14px;
        line-height: 22px;
    }
    .company-intro_box p{
        margin-bottom: 10px;
    }
    /* 文化 */
    .culture-box{
        position: relative;
        padding-left: 37px;
        padding-right: 37px;
        box-sizing: border-box;
    }
    .culture-arrow{
        position: absolute;
        width: 8px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 50%;
        margin-top: -7px;
        z-index: 2;
    }
    .culture-arrow_left{
        background-image: url(../images/leftarrow.png);
        left: 30px;
    }
    .culture-arrow_right{
        background-image: url(../images/rightarrow.png);
        right: 30px;
    }
    .m-culture-box{
        overflow: hidden;
    }
    /*企业荣誉 */
    .honor-item{
        width: 320px;
        margin: 0 10px 20px;
    }
    .honor-item_img{
        height: 320px;
        padding: 13px 7px;
    }
    .honor-item h3{
        margin-top: 11px;
        font-size: 14px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 联系我们 */
    .floor-contact{
        background: none;
        padding-bottom: 40px;
        padding-top: 0;
    }
    .contact_box{
        flex-direction: column;
        padding: 0 12px;
        box-shadow: none;
        border-radius: 0;
    }
    .contact_box_address,.contact_box_info{
        width: 100%;
    }
    .contact_box_address{
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0px 1px 10px 0px rgb(29 65 245 / 19%);
        border-radius: 3px;
        margin-bottom: 15px;
    }
}

/*大于等于375  ios6 */
@media  (max-width: 375px){
    
}

/*大于等于360  安卓 */
@media (max-width: 360px){
    
}

/*大于等于320  ios5 安卓 */
@media (max-width: 320px){
    
}