.solu_navs div{
    width: 220px;
}

.caseAll_divs{
    display: none;
    /* margin-top: 50px; */
}
.caseAll_div_wc{
    /* overflow: hidden; */
    display: flex;
    justify-content: flex-start;
}
.caseAll_div_wc_div{
    font-weight: bold;
    font-size: 15px;
    min-width: 80px;
}
.caseAll_div_wc_span{
    display: block;
}

.caseAll_fwtx{
    overflow: hidden;
}

.caseAll_fwtx img{
    width: 100%;
}

.caseAll_jygk li{
    margin: 5px 0;
}
.caseAll_jygk_right{
    text-align: center;
}
.caseAll_jygk_right1{
    padding-top: 20px;
}
.caseAll_jygk_right2{
    padding-top: 100px;
}
.caseAll_jygk_right3{
    padding-top: 200px;
}
.more{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
.contents_title_divs2{
    width: 100%;
    text-align: center;
}

.caseAllUl li:nth-child(even){
    background: #f2f2f2;
}
.caseAllUl li:hover{
    background: #dedede;
}
.caseAllUl li{
    cursor: pointer;
    margin-top:40px;
}
.caseAllUl li:first-child{
    margin-top: 50px;
}
.caseAllUl li:last-child{
    margin-bottom: 30px;
}
.liLeft img{
    width: 100%;

}
.caseAllUldivs{
    width: 1200px;
    margin: 0 auto;
}
.caseAllUl .liRight{
    padding: 0 0 0 30px;
}
.caseAllUl li:hover .liRightTitle{
    color: #0F6DCF;
}
.caseAllUl .liRightTitle{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.caseAllUl a{
    color: #333;
}
.caseAll_img img{
    width: 100%;
    /* height: 193px; */
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.caseAll_img_m img{
    width: 100%;
    /* height: 120px; */
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.caseAll_img_span{
    text-align: center;
    color: #333;
    margin-top: 10px;
}
.caseAll_urls{
    margin-bottom: 30px;
    cursor: pointer;
}
.caseAll_urls:hover .caseAll_img img{
    transform: scale(1.05);
}
.caseAll_urls:hover .caseAll_img_span {
   color: #0F6DCF
}

.solu_navs2 {
    width: 100%;
    overflow: hidden;
    /* margin-top: 30px; */
}

.solu_navs2 .solu_navs_div {
    width: 250px;
    padding: 0px;
    /* border-radius: 3px; */
    color: #333;
    background: #dedede;
    cursor: pointer;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}
.solu_navs_div a{
    width: 100%;
    padding: 10px;
    color: #333;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.solu_navs2 .solu_navs_div:hover {
    background-color: rgba(15, 109, 207, .7);
    color: #fff;
}
.solu_nav_active a{
    color: #fff;
}
.solu_navs_div_Mask li a{
     color: #333;
    display: block;
    width: 100%;
    margin: 3px;
}
.solu_navs_div_Mask li:hover a{
    color: #0F6DCF;
    font-weight: bold;
}

.solu_navs2 .solu_nav_active {
    background: #0F6DCF;
    color: #fff;
}

.solu_navs_div_left{
    text-align: left  ;
    padding: 0px ;
    width: 150px ;
}
.solu_navs_div_right{
    padding: 0px ;
    width: 30px ;
    height: 25px;
}

.solu_navs_div_Mask li a{
    display: block;
    width: 100%;
    margin: 3px;
}
.solu_navs_div_Mask li:hover a{
    color: #0F6DCF;
    font-weight: bold;
}
 .solu_navs_div_right{
    background: url('../images/icon/jtGrey.png') center center no-repeat;
}
.solu_nav_active .solu_navs_div_right{
    background: url('../images/icon/jtWihte.png') center center no-repeat;
}
.pageClick{
    width: 200px;
    padding: 5px 0 5px 30px;
    font-size: 13px;
    cursor: pointer;
    /* border-bottom: 1px solid #ccc; */

}
.pageClick:last-child{
    border: none;
}
.pageClick:hover{
    color: #0F6DCF !important;
    font-weight: bold !important;
}


.caseAll_hzqy div {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.caseAll_hzqy img:nth-child(odd){
    padding:  0 5px 0 0;
}
.caseAll_hzqy img:nth-child(even){
    padding:  0  0 0 5px;
}


