﻿.header {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: #ffffff;
}
.header_bg {
    width: 100%;
    height: 310px;
    background: url("../images/header_bg.png") no-repeat left center;
}
.logo {
    float: left;
    margin: 100px 0px 0px 2px;
}
.header_bg ul {
    float: right;
    margin: 165px 40px 0px 0px;
}
.header_bg li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
}
.header_bg li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/Sprite_icon.png") no-repeat;
}
.header_bg li .menu_icon1{
    background-position: -22px -22px;
}
.header_bg li .menu_icon2{
    background-position: -81px -22px;
}
.header_bg li .menu_icon3{
    background-position: -141px -22px;
}
.header_bg li .menu_icon4{
    background-position: -199px -22px;
}
.header_bg li .menu_icon5{
    background-position: -255px -22px;
}

.header_bg li .menu_active_icon1{
    background-position: -22px -80px;
}
.header_bg li .menu_active_icon2{
    background-position: -81px -80px;
}
.header_bg li .menu_active_icon3{
    background-position: -141px -80px;
}
.header_bg li .menu_active_icon4{
    background-position: -199px -80px;
}
.header_bg li .menu_active_icon5{
    background-position: -255px -80px;
}
.cStyle {
    width: 1200px;
    margin: 0 auto;
}
.header_menu {
    width: 100%;
    height: 59px;
    background: #d61718;
}
.header_menu_list {

}
.header_menu li {
    float: left;
    line-height: 60px;
    margin: 0px 64px;
}
.header_menu li a{
    font: 24px "Microsoft YaHei";
    color: #ffffff;
}
.header_menu li a:hover{
    text-decoration: underline;
}
.header_column {
    /*width: 100%;
    height: 38px;
    background: #e5e5e5;*/
   	width: 100%;
    background: #FFF6E2;
    border-bottom: 1px solid #F7CE8C;
}
.header_column_list ol{
	display: table;
	margin: 0 auto;
}
.header_column_list {
    width: 1100px;
}
.header_column_list li {
    float: left;
    margin-left: 18px;
}
.header_column_list li a{
    display: inline-block;
    line-height: 32px;
    padding: 8px 20px;
}
/*.header_column_list li .current {
    background: #ffffff;
    color: #ff0000;
}*/
.header_column_list li a {
    font: 16px "Microsoft YaHei";
    color: #000000;
}