*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	border: 0px;
}
img{
	border: 0px;
}
area {
	border: 0px;
	outline: none;
}
.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.clear{
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.header{
	width: 100%;
	height: 85px;
	background-color: #fff;
}
.header_content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 11px;
}
.header_content img{
	width: 399px;
	height: 63px;
}
.header_content .menu{
	margin-left: 137px;
	width: 664px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.menu_item{
	position: relative;
	line-height: 74px;
}
.father{
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
}
.father.active{
	font-weight: bold;
}
.menu_items{
	position: absolute;
	width: 80px;
	top: 74px;
	left: 0;
	background: #ffffff;
	z-index: 20;
	display: none;
}
.menu_items a{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.menu_items a:hover{  
	color: #d63830;
}
.menu_items a.active{
	color: #d63830;
}

.menu_item:hover .menu_items{
	display: block;
}
.footer{
	width: 100%;
	background-color: #333333;
	height: 322px;
	overflow: hidden;
}
.footer_content{
	width:1200px;
	margin: 0 auto;
	padding-top: 52px;
	box-sizing: border-box;
}
.footer_content_c{
	padding-bottom: 11px;
	box-sizing: border-box;
}
.footer_content_L{
	width: 1040px;
	position: relative;
}
.footer_content_L_item{
	margin-left: 47px;
	float: left;
	position: relative;
}
.footer_content_L_item:nth-child(1){
	margin-left: 0;
}
.footer_content_L_item a{
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
}
.footer_content_L_item a:nth-child(1){
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer_content_L_item_img img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
.info_phone{
	width: 270px;
	height: 124px;
	position: absolute;
	right: 0;
	top: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 9999;
	padding-top: 26px;
}
.infoItem{
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative;
	color: #7a7a7a;
	font-size: 14px;
}
.infoItem img{
	width: 26px;
	position: absolute;
	left: 0;
	top: 0;
}
.footer_content_R{
	width: 100px;
	text-align: center;
	padding-top: 16px;
}
.footer_content_R img{
	width: 100px;
	height: 100px;
}
.footer_content_R p{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	color: #ffffff;
	margin-top: 10px;
}
.webInfo p{
	text-align: center;
}
.webInfo a{
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	color: #7a7a7a;
	text-align: center;
	margin-top: 57px;
}
.pubcolumn{
	width: 100%;
	height: 450px;
	position: relative;
}
.pubcolumn img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pubcolumn_content{
	width:1200px;
	height: 100%;
	position: relative;
	z-index: 10;
	padding-top: 174px;
	padding-left: 116px;
	margin: 0 auto;
}
.pubcolumn_content .line{
	width: 80px;
	height: 2px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0;
	top:200px;
}
.column_name{
	font-size: 38px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: bold;
	color: #ffffff;
}
.column_name_en{
	font-size: 38px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: bold;
	margin-top: 29px;
	color: rgba(255, 255, 255, 0.5);
}