
.content_imgs {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content_imgs span {
    width: 30%;
    line-height: 25px;
    color: #666;
}

.content_imgs span:first-child {
    text-align: right;
}

.content_imgs .page_content_img{
    width: 30%;
    text-align: center;
    margin: 30px;
}

.content_imgs strong {
    font-size: 18px;
    color: #0F6DCF;
}

.contens_span2 {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    line-height: 25px;
}

.contens_span2 strong {
    font-size: 18px;
 
}


.yingyonganli_imgs {
    display: flex;
    justify-content: space-between;
}

.yingyonganli_imgs a {
    display: flex;
    flex-direction: column;
    width: 303px;
}

.yingyonganli_imgs a span {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.contents_solution_navs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.contents_solution_navs div {
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #0F6DCF;
    border-radius: 3px;
    margin-right: 40px;


    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;
}

.contents_solution_navs div:last-child {
    margin-right: 0px;
}

.contents_solution_navs div:hover {
    background-color: rgba(15, 109, 207, .7);
    color: #fff;
    border-color: rgba(15, 109, 207, 0.7);
}

.contents_solution_navs .contents_solution_navs_active {
    background: #0F6DCF;
    color: #fff;
}

.contents_solution_navs .contents_solution_navs_active:hover {
    background: #0F6DCF;
    color: #fff;
}



.contents_solution_content_p {
    display: none;
}

.contents_solution_content_p1 {
    display: block;
}

.contents_solution_content_p4 {
    display: block;
}

.contents_solution_content_p2 li {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
}

.contents_solution_content_p2 li .contents_solution_content_p_shebei_div {
    width: 50%;
    padding-right: 50px;
}

.contents_solution_content_p2 li:last-child {
    margin-bottom: 0px;
}

.contents_solution_content_p2 li .contents_solution_content_p_shebei_div div {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contents_solution_content_p2 li .contents_solution_content_p_shebei_div span {
    line-height: 25px;
}

.contens_shebei_title {
    text-align: center;
    font-size: 18px;
    margin: 30px;
}
.contens_span3{
    text-align: center;
    font-weight: bold;
}

.contens_solution_ul{
    overflow: hidden;
}
.contens_solution_ul li{
    float: left;
    margin: 10px 0 0 0;
}
.contens_solution_ul li span{
    float: left;
    font-weight: bold;
    font-size: 15px;
}
.contens_solution_ul li div{
    float: left;
    font-size: 15px;
 
}
.contens_solution_titles{
    margin: 20px 0 0 0; 
}
.contens_solution_titles span{
    font-weight: bold;
    font-size: 16px;
}
.contens_solution_titles2 div{
    /* margin-bottom: 20px; */
}
.contens_solution_titles2 div:last-child{
    margin-bottom: 0px;
}
.solutionPage5_divs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.solutionPage5_right{
    text-align: center;
    display: flex;
    align-items: center;
}
.solutionPage5_right_bottom{
    margin-top: 15px;
}
.solutionPage5_div_left_title{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: bold;
}

.contens_solution_ul2 li{
    width: 100%;
    margin: 15px 0 0 0;
}

.contents_solution_navs_xs{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.contents_solution_navs_xs div{
    width: 48%;
    padding :10px 0 !important;
    text-align: center;
    box-sizing: border-box;
    float: left;
}
.contents_solution_navs_xs .row{
    border: none;
  
}

.contents_solution_content_p_ul_left img{
    width: 90px;
}
.solutionPage5_right_top{
    width: 100%;
}
.solutionPage5_right_top img {
    max-width: 100%;
}
.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;
}

.solution_contents_divs{
    overflow: hidden;
    width: 90%;
    margin: 10px auto 0;
}