/*homepage layout*/

/*layout first header*/
.header{
	width:100%;
	overflow: hidden;
	height: 178px;
	background-color: #FFFFFF;
}
.header-main{
	width:1200px;
	height: 178px;
	margin:0px auto;

}
.header-brand{
	width: 100%;
	height: 110px;
	line-height: 130px;
}
.nav{
	width: 100%;
	height: 68px;
}
.nav ul{
	width:782px;
	float: right;
	margin-top:20px;
}
.nav ul li{
	display:block;
	float:left;
	

}
.nav ul li a{
	height:26px;
	margin-right:48px;
	padding:10px;
}
.nav ul li a:link{
	text-decoration: none;
	color:#363636;
}
.nav ul li a:hover{
	background-color: #1E90FF;
	color:#FFFFFF !important;
}
.nav ul li a:visited{
	text-decoration: none;
	color:#363636;
}
/*banner*/
.banner{
	width:100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
.banner img{
	width:100%;
}
/*main layout*/
.main{
	width:100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
.main-layout{
	width:1200px;
	margin:0px auto;
	overflow: hidden;

}

.main-top{
	width: 1200px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 60px;
	height: 60px;
	background: #FFFFFF;
	font-size: 14px;
}
.main-top span{
	color:#1E90FF;
}


.main-content-layout{
	width:1200px;
	margin:0px auto;
	overflow: hidden;
	text-align: justify;
}
.main-content-layout p,.main-content-layout div{
	line-height: 42px;
	font-size: 16px;
}
.main-content-layout img{
	border:10px solid #eaeaea;
	margin:0px auto;
	display: block;
	margin-top:20px;
	margin-bottom:20px;
}
.maintitle{
	width:1200px;
	margin:0px auto;
	overflow: hidden;
	margin-top:15px;
}
.maintitle p{
	text-align: center;
	color:#1E90FF;
	font-size:30px;
	line-height: 60px;
}
