/* 
*    适配PC
*/
.flex_row{
    display: flex;
    flex-direction: row;
}
.cursor_pointer{
    cursor: pointer;
}

.index-tickets-banner-wrap{
    width: 100%;
    height: 580px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/service_case/bg.jpg');
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-tickets-banner-con{
    width: 1200px;
    margin: 0 auto;
}
.index-tickets-banner-con-text1{
    font-weight: 700;
    font-size: 62px;
    line-height: 150%;
    color: #FFFFFF;font-family:'ast'
}

.index-tickets-banner-con-text2{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.connect_btns{
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}
.connect_btn_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
}

.connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    margin-left: 12px;
}
.connect_btn_2_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}

.connect_btn_1_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}
.service_case_list{
    width: 1212px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 120px;
    
}
.service_case_list .service_case_item{
    background: #FFFFFF;
/* shadows */

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 12px;
    margin-right: 12px;
}
.service_case_list .hidden_img{
    width: 392px;
    height:221px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.introduceContent{
    padding: 20px;
    width: 392px;
    height: 146px;
    
}
.service_case_list .title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* text-align: center; */
    color: #323C49;
}
.service_case_list .text_div{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.two_slh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.get_detail{
    align-items: center;
    margin-top: 8px;
}
.get_detail span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-right: 4px;
}
/* .service_case_item img{
    transition: all 0.6s;   
}
.service_case_item:hover img{
    transform: scale(1.2);  
} */