.other_banner{
    width: 100%;
}
.other_banner img{
    width: 100%;
}

.other_public{
    width: 100%;
}
.other_public .yu_daohan{
    width: 100%;
    margin: 40px 0;
    background-color: #f5f5f5;
    padding: 8px 15px;
}
.other_public .yu_daohan a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.other_public .yu_daohan a i{
    font-size: 16px;
    color: #666;
    margin: 0 10px;
}
.other_public .yu_daohan a:hover{
    color: red;
}
.other_public .yu_other{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.yu_left{
    width: 270px;
}
.yu_left .yu_left_top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #566892;
    padding: 0 15px;
    margin-bottom: 10px;
}
.yu_left .yu_left_top i{
    font-size: 22px;
    color: #fff;
    display: none;
}
.yu_left .yu_left_ul{
    width: 100%;
}
.yu_left .yu_left_ul a{ 
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 25px;
    font-size: 14px;
    background-color: #333;
    color: #f8f8f8;
}
.yu_left .yu_left_ul a i{
    color: #f8f8f8;
}
.yu_left .yu_left_ul .left_active,
.yu_left .yu_left_ul a:hover{
    background-color: #566892;
}


.yu_right{
    width: calc(100% - 300px);
}

.yu_right .pro_ul{
    width: 100%;
    align-items: flex-start;
}
.yu_right .pro_ul a{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
}
.yu_right .pro_ul a:nth-child(3n){
    margin-right: 0;
}
.yu_right .pro_ul a .imgs{
    width: 100%;
    overflow: hidden;
}
.yu_right .pro_ul a .imgs img{
    width: 100%;
    transition: all .3s;
}
.yu_right .pro_ul a:hover .imgs img{
    transform: scale(1.1);
}
.yu_right .pro_ul a .pro_p{
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0 15px;
}
.yu_right .pro_ul a .pro_p span{
    width: 100%;
    font-size: 12px;
    color: #666;
}
.yu_right .pro_ul a .pro_p p{
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #666;
}

/* 解决方案 */
.sol_ul{
    width: 100%;
}
.sol_ul a{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    /* padding-bottom: 50px; */
    position: relative;
}
.sol_ul a:nth-child(2n){
    margin-right: 0;
}
.sol_ul a .sol_img{
    width: 50%;
    overflow: hidden;
}
.sol_ul a .sol_img img{
    width: 100%;
    transition: all .3s;
}
.sol_ul a:hover .sol_img img{
    transform: scale(1.1);
}
.sol_ul a .sol_com{
    width: 50%;
    padding: 5px 30px 0;
}
.sol_ul a .sol_com h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
    font-weight: 400;
}
.sol_ul a .sol_com .sol_p{
    height: 100px;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.sol_ul a::after{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid rgb(86, 104, 146);
    border-left: 30px solid transparent;
    display: none;
}
.sol_ul a:hover::after{
    display: block;
}

/* 关于我们 */
.yu_about{
    width: 100%;
    padding: 50px 15px 35px;
}
.yu_about .about_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.yu_about .about_top span{
    font-size: 32px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 18px;
}
.yu_about .about_top image{
    width: 207px;
}
.yu_about .aboout_com{
    width: 100%;
}
.yu_about .aboout_com img{
    width: auto;
    max-width: 100%;
}

/* pro_view */
.pro_view_tap{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #555;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.pro_view_img{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
.pro_view_img .img{
    width: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_view_img .img img{
    width: 100%;
}
.pro_view_img .img_title{
    width: 48%;
} 
.pro_view_img .img_title h3{
    width: 100%;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-bottom: 20px;
} 
.pro_view_img .img_title p{
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 10px;
    background-color: #f5f5f5;
} 
.pro_view_com{
    width: 100%;
    margin-bottom: 40px;
}
.pro_view_com img{
    width: auto;
    max-width: 100%;
}

.sol_view_tap{
    width: 100%;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-bottom: 30px;
}
.sol_view_title{
    width: 100%;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.yu_sxp{
    width: 100%;
    padding: 15px 10px;
    background-color: #f5f5f5;
    justify-content: space-between;
    margin: 30px 0;
}
.yu_sxp a{
    font-size: 14px;
    color: #666;
}
.yu_sxp a:hover{
    color: #000;
}



@media (max-width:767px){
    
    .yu_left .yu_left_top i{display: block;}
    .yu_left .yu_left_ul{display: none;}

    .sol_ul{padding: 0 15px;}
    .sol_ul a{width: 48%;padding-bottom: 30px;}
    .sol_ul a .sol_img{width: 100%;}
    .sol_ul a .sol_com{width: 100%;padding: 18px 10px 0;}

    .other_public .yu_other{padding: 0 15px;}
    .other_public .yu_daohan a{font-size: 12px;}
    .other_public .yu_daohan a i{font-size: 12px;margin: 0 6px;}
    .yu_left{width: 100%;}
    .yu_right .pro_ul a{width: 48%;margin-right: 4%;}
    .yu_right .pro_ul a:nth-child(2n){margin-right: 0;}
    .yu_right .pro_ul a:nth-child(3){margin-right: 4%;}
    .yu_right .pro_ul a:nth-child(9){margin-right: 4%;}
    .yu_left .yu_left_top{font-size: 18px;}
    .yu_right{width: 100%;}
    .yu_about .about_top span{font-size: 24px;}
    .pro_view_tap{font-size: 16px;}
}

@media (max-width:991px) and (min-width:768px){
    
}

@media (min-width:992px) and (max-width:1024px){
    
}

@media (min-width:1200px) and (max-width:1300px){
    
}