/*头部*/
.conent_box{
	margin-bottom: 60px;
}
.head_box{
	width: 100%;
	height: 108px;
}
.head_center{
	width: 1200px;
	height: 108px;
	margin: auto;
}
.log_left img{
	margin-top: 25px;
}
.log_left{
	float: left;
}
.log_title{
	float: left;
	margin-top: 42px;
}
.log_title span{
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 11px;
	font-weight: bold;
}
.head_left{
	float: left;
}
.head_cn{
	margin-top: 29px;
	float: right;
}
.head_cn a{
	color: #5a5a5a;
	font-size: 14px;
	float: left;
	margin-top: 1px;
}
.head_cn span{
	color: #c1c1c1;
	font-size: 14px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.head_right{
	float: right;
	width: 200px;
	line-height: 26px;
}
.head_cn_title_1{
	width: 2px;
	height: 40px;
	background-color: #fe8d3a;
}
.head_cn_title_2{
	width: 185px;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fe8d3a;
	font-weight: bold;
}
.head_cn_title_2 p{
	font-weight:bold;
	color: #fe8d3a;
	line-height: 18px;
	font-size: 16px;
	width:220px;
}
.head_cn_title{
	float: right;
    position: relative;
    margin-top: 10px;
}
.head_cn_title .head_cn_title_1{
	position: absolute;
	left: -10px;
	top: -2px;
}
/*导航*/
.nav-bg {
	width: 1200px;
	margin: auto;
	height: 48px;

}
.nav-bg li{
	float: left;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;

	cursor: pointer;

}
.nav-bg li a{
	color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0px;
    cursor: pointer;
    padding: 0 30px;
}
.nav_center{
	width: 100%;
	height: 48px;
	background-color: #2067c4;
}
.nav_active{
	background: #fe8d3a;
}
.nav-bg li:hover{
	background: #fe8d3a;
}
