.header{
	width: 1200px;
	padding: 64px 0 0 0;
	margin: 0 auto;
	background-color: #fff;
}
.header:after{
	display: block;
	content: "";
	clear: both;
}
.logo{
	float: left;
}
.nav{
	float: right;
}
.nav_list{
	float: left;
	text-align: center;
	width: 116px;
	height: 94px;
	position: relative;
	margin-left: 68px;
	display: block;
}
.nav_list.active:after{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #ff9a46;
	content: "";
}
.nav_tit{
	font-size: 20px;
	color: #333333;
}
.nav_text{
	font-size: 20px;
	color: #999999;
	font-weight: lighter;
}
.bar_tit{
	background: url(../img/tit_back_06.jpg) no-repeat;
	width: 100%;
	height: 142px;
	background-size: auto 100%;
	margin-top: 2px;
	text-align: center;
	background-position: center;
}
.bar_title{
	font-size: 33px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 12px;
}
.bar_text{
	font-size: 21px;
	color: #fff;
}
.bar_sanjiao{
	display: block;
	margin: 14px auto 0;
}
.content{
	width: 1200px;
	margin: 44px auto 0;
	text-align: center;
}
.con_tit{
	font-size: 26px;
	color: #333333;
}
.con_tit span{
	display: inline-block;
	padding: 0 27px 21px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}
.con_phone{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.con_area{
	font-size: 18px;
	color: #333333;
}
.banquan{
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
}



/**首页开始**/
.banner{
	width: 100%;
	display: block;
	margin-top: 2px;
}
.content:after{
	display: block;
	content: "";
	clear: both;
}
.news_list{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.news_left{
	text-align: left;
	position: relative;
}
.news_left:after{
	display: block;
	content: "";
	width: 5px;
	background-color: #fde0d3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.news_right{
	text-align: right;
}
.news_label{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 4px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #f67c20 , #f44926);
	color: #fff;
	margin-right: 5px;
}
/**首页结束**/

.content p{
	line-height: 73px;
	font-size: 20px;
	color: #333333;
	text-align: left;
	text-indent: 2em;
}

.content h1{
	font-size: 22px;
	color: #ff8635;
	text-align: left;
	line-height:22px;
}
.content h1:before{
	display: block;
	float:left;
	width:4px;
	height: 22px;
	background-color: #ff8635;
	margin-right:6px;
	content: "";
}
