header{
    height: 25px;
    width: 100%;
    background: #48bcb9;
}
@media (max-width: 768px){
    .logo_img{
        display: block;
        text-align: center;
    }
    .navbar-form{
        display: none;
    }
    .industry ul li {
        height: 160px;
        border-left: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5;
        padding-top: 50px;
    }
    .industry ul li.border_right{
        padding-top: 0px;
    }
    .togle{
        display:none;
    }
    .lunbo_left{
        text-align: center;
    }
    .more_list{
        display: none;
    }
    .lunbo_left{
        display: none;
    }
}
@media (min-width: 768px){
    nav li a.on, nav li a:hover {
        border-bottom: 3px  solid #0a81c5;
        background: #ffffff !important;
    }
    .industry ul li.active_m, .industry ul .yOne:hover{
        background:url(../images/backgroun_1.png)no-repeat;
        background-size: 285px 160px;
        border:1px solid #ffffff;
    }
    .logo_img{
        display: inline-block;margin-top: 8px;
    }
}




.background0{
    background: #ffffff !important;
    border-color: #ffffff !important;
}
nav a{
    height: 45px;
}
nav li{
    margin-right: 30px;
}

.logo_img img{
    height: 45px;
}
.logo_img span{
    font-size: 16px;
    color:#cb7689;
    font-weight: bolder;
}
.industry ul li{
    height: 160px;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5 ;
}
a{
    list-style: none;
}
p{
    margin-top: 10px;
    color: #666666;
}
.industry ul li img{
    margin-top: 27px;
}
.border_bottom{
    border-bottom:1px solid #f5f5f5 ;
}
.border_right{
    border-right:1px solid #f5f5f5 ;
    border-bottom:1px solid #f5f5f5 ;
    height: 160px;
    line-height: 160px;
}
.border_right_bak{
    border-right:1px solid #f5f5f5 ;
    border-bottom:1px solid #f5f5f5 ;
    background: #d1d1d1;
    height: 160px;
    line-height: 160px;
}
.p_color{
    color: #48bcb9;
}
.p_color span{
    color: #999999;
}

.industry ul li.active_m .p_color, .industry ul .yOne:hover .p_color{
    color: black;
}