.solution_con1{
    width:100%;
    height:500px;
    background:url('../img/solution/bg1.jpg') no-repeat center center;
    background-size: cover;
    color:#fff;
}
.solution_con1_title1{
    padding-top:198px;
    font-size: 70px;
    font-weight: bold;
}
.solution_con1_title2{
    padding-top:47px;
    font-size: 50px;
    font-weight: bold;
}

.solution_con2{
   
}
.solution_con2_box{
    flex-direction: column;
    width:100%;
    border-radius:8px;
}
.solution_con_title{
    color:#333;
    font-size:28px;
}
.solution_con_tip{
    width:940px;
    font-size:14px;
    color:#868C99;
    text-align: center;
    margin-top:20px;
}
.tip_line{
    width:72px;
    height:1px;
    background-color:#999;
    margin:0 12px;
}

.solution_con2_con{
    width:100%;
    height:502px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);
    margin-top:50px;
}
.solution_con2_ul{
    width:300px;
    height:100%;
    border-right:1px solid #E5E5E5;
    
}
.solution_con2_ul li{
    height:20%;
    color:#666;
    font-size:20px;
    border-bottom:1px solid #E5E5E5;
    cursor: pointer;
}
.solution_con2_ul li:last-child{
    border:none;
}
.active{
    color:#fff !important;
    background:linear-gradient(to right,#FFCA5B,#FC8E58);
}

.solution_con3{
   
}
.solution_con3_box{
    flex-direction: column;
}
.solution_con3_ul{
    margin-top:50px;
    margin-bottom:40px;
}
.solution_con3_ul>li{
    width:200px;
    height:46px;
    box-sizing: border-box;
    padding:0 12px;
}
.solution_con3_ul>li>div{
    width:100%;
    line-height:46px;
    color:#666;
    font-size:20px;
    background-color:#eee;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.solution_con4_box,.solution_con5_box{
    flex-direction: column;
}
.solution_con4_ul{
    margin-top:50px;
    margin-bottom:36px;
}
.solution_con4_ul>li{
    padding:0 25px;
}
.solution_con4_ul>li>div{
    width:176px;
    height:46px;
    line-height: 46px;
    text-align: center;
    color:#666;
    font-size:20px;
    background-color:#eee;
    border-radius: 4px;
    cursor: pointer;
}
.noactive {
    display: none;
}



.solution_con10{
    height:572px;
    box-sizing: border-box;
    padding:50px 0;
}
.solution_video_box{
    flex-wrap: wrap;
    width:100%;
    margin-top:50px;
}
.solution_video_li{
    width:25%;
    margin-top:20px;
}
.solution_video_liAct{
    margin-top:10px;
}
.solution_video_li_box{
    width:284px;
    height:164px;
    position: relative;
    /* display: none; */
}
.solution_video_conbox{
    width:100%;
    height:100%;
    position: relative;
}
.solution_video_conbox_txt{
    position: absolute;
    left:14px;
    bottom:12px;
    font-size:14px;
    color:#fff;
}
.play_box{
    opacity: 0;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.3);
    border-radius:8px;
}
.solution_con11{
    background:url('../img/solution/bg_case.jpg') no-repeat center center;
    background-size: cover;
}
.solution_con11_box{
    flex-direction: column;
    
}
.solutioncase_con_title{
    color: #fff;
    font-size:28px;
}
.solutioncase_con_tip{
    color:#fff;
    font-size:14px;
}
.casetip_line{
    width:72px;
    height:1px;
    background-color:#fff;
    margin:0 12px;
}
.solutioncase_con{
    width:100%;
    border-radius:8px;
    margin-top:70px;
    box-sizing: border-box;
    padding:0 25px;
    position: relative;
    background-color:#fff;
}
.solutioncase_ulbox{
    width:100% !important;
    overflow: hidden;
}
.solutioncase_ul{
    width:900%;
    padding:35px 0;
    
}
.solutioncase_li{
    padding:0 10px;
}
.solutioncase_imgbox{
    border-radius:10px;
    overflow: hidden;
    box-shadow:0 6px 6px rgba(0,0,0,0.1);
}
.solutioncase_btnbox{
    width:100%;
    box-sizing: border-box;
    padding:0 13px;
    height:44px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-22px;
}
.solutioncase_leftbtn{
    opacity: 0;
}
.logoimg {
    cursor: pointer;
}
