.headerIndex .menu{
    background: linear-gradient(to bottom,#6d82b1,#88a5ce);
}
.headerIndex .menu a{
    color: #fff;
}
.headerIndex .menu a.active{
    color: #e60012;
}
.menu_list a{
    background: url(../images/arrow_b_white.png) center right no-repeat;
}
.headerIndex .menu_content{
    padding: 0;
}
.list_l{
    float: left;
    padding: 0 60px;
    width: 33%;
}
.list_l ul{
    background: #fff;
    padding: 60px 0 60px 50px;
}
.list_l ul li{
    font-size: 14px;
    padding-bottom: 20px;
}
.img_l{
    float: left;
    width: 67%;
    padding-top: 60px;
    padding: 60px 60px 0;
}
.img_l img{
    width: 100%;
}
.header_datail_box_mb h3 a{
    font-size: 12px;
    color: #333;
}