ul.nav>li>a.tit{
    width: 140px;
    padding: 0 25px;
}
ul.nav>li>a.tit>i{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c2c2c2;
    vertical-align: 4px;
    margin-right: 6px;
}
.header_box>.w1200>.search_box>a{
    opacity: 0;
    pointer-events: none;
}
ul.load>li{
    background-color: #f2f2f2;
    height: 58px;
    margin-bottom: 20px;
    padding-right: 20px;
}
ul.load>li:last-child{
    margin-bottom: 0;
}
ul.load>li>a{
    line-height: 58px;
    font-size: 18px;
    color: #333;
}
ul.load>li>a>i{
    display: inline-block;
    width: 26px;
    height: 31px;
    background:url("../images/load_10.png") no-repeat center;
    margin: 0 20px;
    vertical-align: -7px;
}
ul.load>li:hover i{
    background:url("../images/load_07.png") no-repeat center;

}
ul.load>li:hover a{
    color: #0067ac;
}
ul.load>li:hover{
    box-shadow:rgba(0,0,0,0.1) 0px 2px 20px;
    background-color: #fff;
}
