.top{
    background: url("../images/top_bg.jpg") no-repeat center bottom;
    background-size:cover;
}
.intro-banner{
    display: flex;
    padding-bottom: 30px;
    padding-top: 10px;
}
.left-intro{
    width: 500px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-intro > p{
    color: #525252;
    font-size: 14px;
    line-height: 1.7;
    text-indent: 2em;
    padding-bottom: 10px;
}
.left-intro .company-import{
    display: flex;
}
.left-intro .company-import li{
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px #03182e29;
}
.left-intro .company-import li > a{
    /*display: flex;
    flex-direction: column;*/
    background: #156ccd78;
    position: relative;
}
.left-intro .company-import li:nth-child(2n){
    margin-left: 10px;
    margin-right: 10px;
}
.left-intro .company-import li:nth-child(2n) a .import-item-info{
    background:-webkit-linear-gradient(179deg, #008f5400 0%, #008f54 100%);

}
.left-intro .company-import li:nth-child(3) a .import-item-info{
    background:-webkit-linear-gradient(179deg,#f4712100 0%, #f47121 100%);
}
.left-intro .company-import li .import-item-img{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.left-intro .company-import li .import-item-img img{
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
}
.left-intro .company-import li .import-item-img:hover img{
    transform: scale(1.35);
}
.left-intro .company-import li .import-item-info{
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 100px;
    position: relative;
    z-index: 10;
    background:-webkit-linear-gradient(179deg, #004e9d00 0%, #004e9d 100%);
    pointer-events: none;
}
.left-intro .company-import li .import-item-info p{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.left-intro .company-import li .import-item-info label{
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}
.right-swiper{
    width: 630px;
    margin-left: 30px;
}
.right-swiper .swiper-container{
    width: 100%;
    height: 280px;
    /*height: 100%;*/
}
.right-swiper .swiper-container .swiper-slide img{
    height: 100%;
    object-fit: cover;
}

.content-part.no-left-nav{
    flex-direction: column;
    width: 100%;
    margin: 0;
    min-height: unset;
    max-width: unset;
}
/* <!-- 业务切换  服务案例 -->*/
.businessScope,.serviceCase{
    width:1200px;
    margin:6px auto 0;
    text-align:center;
    position:relative;
}
.btn_arrow{
    position:absolute;
    cursor:pointer;
    top:55%;
    line-height: 80px;
    font-size: 28px;
    background: #f5f6f7;
    width: 36px;
    height: 80px;
    top: 106px;
    color: #1e6bbb;
    transition: all .5s;
}
.l_btn{
    left:-50px;
}
.r_btn{
    right:-50px;
}
.btn_arrow:hover{
    background: #1e6bbb;
    color: #e6eff8;
}
#scrollOut,#serviceCaseListOut{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    /*padding-top: 20px;*/
    display: flex;
}
.business_list,.service_list{
    display: flex;
    margin-bottom: 20px;
}
.business_list h2{
    font-size: 18px;
    color:#5a5a5a;
    background: #edeff1;
    margin-top: 12px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
.business_list li{
    /*width:400px;*/
    overflow: hidden;

    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.business_list li:nth-child(1){
    margin-right: 12px;
}
.business_list li a.img,.service_list li a.img{
    display:block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #edeff1;
}
.business_list li a.img img,.service_list li a.img img{
    transition: all 0.6s;
}
.business_list li a.img img:hover,.service_list li a.img img:hover{
    transform: scale(1.4);
}

.service_list{
    /*display: flex;*/
    /*margin-bottom: 20px;*/
}
.service_list li{
    margin-right: 30px;
    /*margin-bottom:30px;*/
    _display:inline;
    position:relative;
    width: 380px;
}
.service_list li h3{
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-top: 25px;
}
.service_list li .info {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*width: 90%;*/
    margin: 20px auto 0;
    text-align: center;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.service_list li .list_action{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_list li .list_action a{
    border: #cfe7ff 1px solid;
    border-radius: 20px;
    width: 120px;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    margin:20px 20px 0;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    transition: all 0.6s;
}
.service_list li .list_action a:hover,.industry_information > ul li .detail:hover{
    background: #cfe7ff;
    color: #094f9b;
}

.industry_information{
    background: #f6f6f6;
}
.industry_information > ul{
    padding: 60px 0;
    display: flex;
}
.industry_information > ul li{
    background: #fff;
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 40px;
    padding: 40px 20px 90px;
}
.industry_information > ul li:nth-child(3){
    margin-right: 0;
}
.industry_information > ul li:hover{
    transition: all .5s;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.industry_information > ul li .left-date .day{
    font-size: 48px;
    font-weight: 500;
    color:#001e3c;
    line-height: 1;
    /* height: 48px; */
    display: block;
    padding-bottom: 10px;
}
.industry_information > ul li .left-date .year_month{
    font-size: 14px;
    padding-top: 0px;
    color: #999999;
}
.industry_information > ul li .right-news{
    flex-grow: 1;
    padding-left: 30px;
    width: 100px;
}
.industry_information > ul li .right-news .news-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.industry_information > ul li .right-news p{
    font-size: 14px;
    color: #9fa0a0;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.industry_information > ul li .detail{
    position: absolute;
    left: 50%;
    bottom: 30px;
    border:1px solid #cfe7ff;
    border-radius:20px;
    width: 120px;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    margin: 20px 0px 0;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    transition: all 0.6s;
    transform: translateX(-50%);
    cursor: pointer;
}


/*人才团队*/
.certificate{
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}
.detail-banner{
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border: 1px solid #156ccd4a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 10px 0px #00000036;
}

.news-title{
    margin-top: 8%;
}
.news-title h4{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.news-title .news-info{
    color: #9e9e9e;
    font-size: 14px;
    display: flex;
    border-bottom: 1px dashed #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-title .news-info li{
    display: flex;
    align-items: baseline;
    margin-right: 25px;
}
.news-title .news-info li i{
    margin-right: 6px;
}
.news-content{
    line-height: 2;
}
.news-content p{
    text-indent: 2em;
    color: #6a6a6a;
}
.news-content img{
    margin: 20px auto;
    max-width: 600px;
}
.news-content h6{
    font-size: 18px;
    line-height: 2;
    display: flex;
    align-items: center;
    color: #3e3e3e;
}
.news-content h6 i{
    color: #f45421;
    margin-right: 10px;
    font-size: 24px;
    font-style: normal;
}