.caseAll_jygk_right{
    text-align: center;
}

.solu_navs2 {
    width: 100%;
    overflow: hidden;
    /* margin-top: 30px; */
    display: flex;
    justify-content: flex-start;
}


.solu_navs2 div {
    width: 25%;
    padding: 10px;
    /* border-radius: 3px; */
    text-align: center;
    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;
    margin-left: 20px;
}
.solu_navs2 div:first-child{
    margin-left: 0px;
}

.solu_navs2 div:hover {
    background-color: rgba(15, 109, 207, .7);
    color: #fff;
}

.solu_navs2 .solu_nav_active {
    background: #0F6DCF;
    color: #fff;
}

.solu_navs2 .solu_nav_active:hover {
    background: #0F6DCF;
    color: #fff;
}

.AboutUs_qywh_divs div{
    text-align: center;
}
.AboutUs_qywh_divs div:first-child{
    padding: 20px 0;
}
.blueColor{
    font-weight: bold;
    font-size: 16px;
}
.AboutUsqysl_rows{
    margin-top: 10px;
}
.AboutUs_qysl{
    text-align: center;
}
.blueColor2{
    color: #0F6DCF;
    margin: 10px 0 5px 0;
}
.AboutUs_lxwm_div2{
    padding:  0 0 0 30px;
}
.AboutUs_lxwm_div2_content{
   overflow: hidden;
   display: flex;
   justify-content: flex-start;
   margin-top: 10px;
}
.AboutUs_lxwm_div2_content:first-child{
    margin-top: 0px;
}
.AboutUs_lxwm_div2_content_left{
    width: 24px;
    /* float: left; */
    margin:  0 10px 0 0;
}
#allmap{
    height: 400px;
    width: 100%;
}
.tel{
    color: #333;
}

.solu_navs div{
    padding: 0 !important;
}
.solu_navs div a{
    padding:  10px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
}
.solu_navs .solu_nav_active a{
    color: #fff;
}

