#cont43{display: none;}
#cont44{display: none;}
#cont45{display: none;}
#cont46{display: none;}
#cont47{display: block;}
#cont48{display: none;}
#cont49{display: none;}
/*#tit47{background: rgba(79,180,255,0.2);}*/
.jiejue {
    position: relative;
    background: rgba(72,142,255,0.02);
}
.jiejue .title-big{
    padding-top: 50px;
    font-size: 35px;
    font-weight: 500;
    color: #222F3D;
    line-height: 40px;
    text-align: center;
}
.jiejue>.desc {
    width: 80%;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin: 20px auto 0;
    text-align: center;
}

.jiejue .jiejue_all {
    width: 80%;
    /*padding-right: 5%;*/
    /*padding-left: 5%;*/
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
.jiejue_all .jiejue_left {
    padding-top: 75px;
    padding-bottom: 88px;
}

.jiejue_all .jiejue_left .item_title {
    /*padding: 20px 12px;*/
    /*padding: 0 10px 6px 3px;*/
    /*margin-bottom: 33px;*/
    display: flex;
    cursor: pointer;
    position: relative;
    /*width: max-content;*/
    transition: all 0.3s ease-in-out;

}

.jiejue_all .jiejue_left .item_title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    height: 2px;
    width: 100%;
    background-color: #007FDF;
    transition: all 0.3s ease-in-out;
}

.jiejue_all .jiejue_left .item_title.active::before {
    transform: translateX(-50%) scaleX(1);
}

.jiejue_all .jiejue_left .item_title .text {
    /*margin-left: 16px;*/
    font-size: 16px;
    font-weight: 500;
    /*color: #37475A;*/
    color: #333;
    line-height: 30px;
    width: 100%;
    padding: 18px 15px;
    /*margin-top: 4px;*/
}
.jiejue_all .jiejue_left .item_title:hover{
    /*-webkit-transform: scale(2, 2);*/
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}

.jiejue_all .jiejue_left .item_title.active .text {
    color: #007FDF;
}

.jiejue_all .jiejue_right {
    position: relative;
    /*width: 1036px;*/
    width: 100%;
    /*height: 635px;*/
}


.jiejue_all .case_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 20px 40px 10px rgba(224, 229, 238, 0.2);
    background: #FFFFFF;
    border-radius: 4px;
    padding-top: 52px;
}

.case_detail .title {
    font-size: 21px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    text-align: left;
    font-family: "微软雅黑";
}
.jiejue_img{
    margin: 10px 0px;
}
.jiejue_img img{
    width: 100%;
    height: 100%;
}
.case_detail .desc {
    width: 100%;
    font-size: 14px;
    color: #6f7878;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 16px;
    margin-top: 12px;
    text-align: left;
    font-family: 微软雅黑;
}

/*.case_detail .block_title {*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    color: #222F3D;*/
/*    line-height: 40px;*/
/*}*/

.all_more{
    float: left;
    width: 100%;
    bottom: 0px;
    color: #666;

}
.more1{
    float: left;
}
.more1:hover{
    /*-webkit-transform: scale(2, 2);*/
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}
.case_detail .jiejue_right_more {
    width: 96px;
    height: 34px;
    background: rgba(79,180,255,0.2);
    color: #4fb4ff;
    border-radius: 10px;
    border: 1px solid #CBEDFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    /*margin-top: 20px;*/
    font-size: 16px;
}
.case_detail .jiejue_right_more a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
