.idea_sub{
    text-align: center;
    margin-top: 90px;
    line-height: 1;
}
.idea_one .manage .manage_flx{
    margin-top: 60px;
}
.values .values_flx {
    margin-top: 60px;
    
}
.values{
    background: white;
}
.idea_list > div .idea_con > div .idea_tit{
    margin-bottom: 25PX;
}
.idea_list > div .idea_abso{
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.same1 div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.same1 p{
    
    text-align: center;
}
.same1 p:nth-child(n+3){
    margin-top: 20px;
}
.same1 p:nth-child(2n){
    margin-left: 30px;
}
.zhong_sub{
    text-align: center;
    margin-bottom: 60px;
}
.unit_flx{
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    justify-content: space-between;
}
.unit_flx>div{
    flex: 0 0 20%;
        text-align: center;
}
.unit_flx>div:hover .unit_icon{
    top:-6px;
}
.unit_des{
    color: #777777;
}
.unit_icon{
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
.unit_icon img{
    max-height: 100%;
}
.unit_tit {
    margin: 20px auto;
    font-weight: bold;
}
.unit_sub{
 margin-bottom: 60px;   
 text-align: center;
}
.unit{
    background: #f7f7f7;
    padding: 5.2% 0;
}
.idea_column{
    margin-bottom: 90px !important;
}
.count_sub{
    text-align: center;
    margin-bottom: 60px !important;
    line-height: 1;
}
.count_flx{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}
.count_icon{
    height: 55px;
    text-align: center;
    margin-bottom: 10px;
}
.count_flx>div{
    margin: 0 25px;
}
.count_des{
    text-align: center;
    color: #777777;
    margin-top: 40px;
}
.same2{
        align-items: baseline !important;
}
.same2>div:first-child{
    margin-bottom: 20px;
}
.behavior{
    color: white !important;
    background: #e21312 !important;
}

@media screen and (max-width: 1600px) { 
   .idea_sub{
       margin-top: 60px;
   } 
   .idea_one .manage .manage_flx{
       margin-top: 30px !important;
   }
   .values .values_flx{
       margin-top: 30px !important;
   }
   .zhong_sub{
       margin-bottom: 30px;
   }
   .unit_sub {
    margin-bottom: 30px;
       
   }
   .idea_column {
    margin-bottom: 30px !important;
}
.count_sub{
margin-bottom: 30px !important;    
}
.behavior{
    padding: 0 20px;
}
.behavior .fnt_18{
    line-height: 1.2;
}
.idea_list > div .idea_con > div .idea_tit {
    margin-bottom: 15PX;
}
.unit_icon{
    height: 60px;
}
}
@media screen and (max-width: 768px) { 
    .behavior{
    padding: 0;
}
   .idea_sub{
       margin-top: 30px;
   } 
   .idea_one{
       padding: 40px 0 !important;
   }
   .same1 p:nth-child(n+3) {
    margin-top: 10px;
}
.same1 p:nth-child(2n) {
    margin-left: 10px;
}
.idea_list > div .idea_con > div .idea_tit {
    margin-bottom: 10PX !important;
}
.unit{
    padding: 40px 0;
}
.unit_flx{
    padding: 0;
}
.unit_flx>div {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.unit_icon{
    height: 50px;
}

.unit_tit {
    margin: 10px auto;
}
.same2{
    padding: 0 20px;
}
.same2>div:first-child {
    margin-bottom: 10px;
}
.same2 .fnt_18{
    line-height: 1.2;
}
.count_sub{
    padding-top: 10px;
}
.count_flx>div{
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.count_des {
    margin-top: 5px;
}
}
