.head_top{
	position:relative;
    width: 100%;
}
.head_1000{
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-600px;
    width:1200px;
    color: #fff;
    text-align: right;
}
.head_1000 a,.head_1000 span{
    color: #fff;
    display: inline-block;
}
.head_1000 span{
    padding:0 9px;
}
.head_1000 a{
    padding:0 6px;
}
.nav_bg{
    width:100%;
	background:#386ed3;
}
.nav{
    width:1200px;
    height: 70px;
    margin: 0 auto;
}
.menu_wrap{
    width:100%;
    background: #bb051d;
}
.ment_list{
    display: none;
    position: absolute;
    width: 120px;
    left:0;
    top:44px;
    background:#f6f6f6;
}
.ment_list li{
    color: #333;
    width: 120px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.ment_list li:hover{
    background: #666;
    color: #fff;
}
.logo_wrap{
    width:1000px;
    height:96px;
    margin: 0 auto;
}
.nav .nav_logo{
    float: left;
    padding-top: 8px;
    padding-left: 0;
}
.logo_wrap .nav_logo{
    padding-top: 24px;
    padding-left: 10px;
}
.nav_logo img{
    display: block;
    height:57px;
}
.nav_menu{
    float: right;
    line-height: 90px;
}
.nav_menu a{
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #666;
}
.nav_menu a:hover{
    color: #bb051d;
}
.head_div_l{
    padding:7px 10px;
    float: left;
    border-right: 1px solid #efefef;
}
.head_div_r{
    padding:7px 10px;
    float:right;
    border-left: 1px solid #efefef;
}
.head_div_r a{
    color: #c1c3c7;
}
.head_div_l img,.head_div_r img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.head_div_l span{
    display: inline-block;
    vertical-align: middle;
}
.div_wrap{
    position: relative;
}
.div_wrap:hover .hd_show{
    display: block;
}
.div_wrap .hd_show{
    display: none;
    position: absolute;
    left:0;
    top:32px;
    width: 100%;
    height:80px;
    background: #005cb5;
}