@charset "utf-8";
/* CSS Document */
*{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}
body{
	font-family: Microsoft YaHei;
	font-size: 12px;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img{
	display: block;
	border: 0px;
}
input{
	font-family: Microsoft YaHei;
}
textarea{
	font-family: Microsoft YaHei;
}
a{
	text-decoration: none
}
.top{
	width: 100%;
	min-width: 1200px;
	height: 258px;
	overflow: hidden;
	background-image: url(../img/index_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.topn{
	width: 1200px;
	height: 100px;
	overflow: hidden;
}
.logo{
	margin-top: 20px;
	float: left;
}
.nav{
	float: right;
	padding-top: 35px;
}
.nav p{
	float: left;
	margin-left: 60px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	border-bottom: solid 0px #fff;
}
.nav p.hover{
	border-bottom: solid 2px #fff;
}
.nav p:hover{
	border-bottom: solid 2px #fff;
}
.nav p a{
	color: #fff;
	text-decoration: none;
}

.foot{
	width: 100%;
	background-color: #e3e3e3;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d8d7d7;
}
.footn{
	width: 1200px;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
}
.footn p{
	padding-top: 9px;
	display: block;
}
.flogo{
	float: left;
	width: 149px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 5px;
}
.dianhua{
	float: right;
	width: 275px;
}
.dianhua h1{
	font-size: 14px;
	color: #666666;
	display: block;
	font-weight: normal;
	line-height: 34px;
}
.dianhua h2{
	font-size: 30px;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	display: block;
}
.dianhua img{
	float: left;
	margin-right: 15px;
}
.footx{
	width: 100%;
	background-color: #e3e3e3;
	line-height: 40px;
	text-align: center;
	color: #888888;
}
.footx a{
	color: #888888;
}





