*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.bg1{
	background: #f6f6f6;
}

.hg{
	width: 100%;
	height: 480px;
	background: url('./hg.jpg') no-repeat center center #ddd;
}

.w{
	width: 1000px;
	margin: 0 auto;
}

.nc{
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}

.nh{
	text-align: center;
	padding-bottom: 30px;
}
.nh h3{
	color: #0042ca;
	font-size: 24px;
	margin-bottom: 10px;
}
.nh div{
	position: relative;
	width: 200px;
	height: 3px;
	margin: 0 auto;
	background: #0042ca;
}
.nh div i{
	position: relative;
	display: block;
	width: 50%;
	height: 6px;
	margin: 0 auto;
	top:-2px;
	background: #ff9801;
}

.nmt p{
	text-indent: 35px;
	line-height: 2;
	padding-bottom: 20px;
}
.nmv ul{
	margin-top: 20px;
}
.nmv li{
	width: 220px;
	height: 250px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.nmv .on{
	margin-right: 0;
}
.nmv li div{
	width: 100%;
	height: 220px;
	margin-bottom: 8px;
	background: #ceeefd;
	overflow: hidden;
}
.nmv li div img{
	width: 100%;
}
.nmv li span{
	display: block;
	text-align: center;
}


.nmy{

}
.nmy li{
	width: 180px;
	height: 200px;
	margin-right: 22px;
	float: left;
	border: 1px solid #ddd;
}
.nmy li img{
	display: block;
	width: 40%;
	height: 70px;
	margin: 20px auto;
}
.nmy li strong{
	display: block;
	text-align: center;
	font-size: 15px;
	margin-bottom: 8px;
}
.nmy li p{
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	color: #333;
}
.nmy .on{
	margin-right: 0;
}


.nmk{

}
.nmk ul{
	display: inline-block;
	width: 100%;
}
.nmk li{
	width: 235px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.nmk li div{
	width: 100%;
	height: 182px;
	margin-bottom: 5px;
	overflow: hidden;
}
.nmk li div img{
	width: 100%;
}
.nmk li span{
	display: block;
	font-size: 13px;
	text-align: center;
}
.nmk .on{
	margin-right: 0;
}

.nimg{
}
.nimg img{
	width: 100%;
}



.for{

}
.for table{
	width: 780px;
	margin: 0 auto;
}
.for table td{
	width: 50%;
	padding-bottom: 10px;
}
.for table td span{
	display: block;
	margin-bottom: 8px;
}
.for table td span i{
	color: #f66;
	font-weight: bold;
	padding-right: 8px;
	font-size: 22px;
	vertical-align: -8px;
	font-style: normal;
}
.for table td input,.for table td textarea{
	padding: 8px 5px;
	width: 90%;
	border: 1px solid #ddd;
}
.for table td textarea{
	width: 95%;
}
.for table td input:focus,.for table td textarea:focus{
	border-color: #09c;
}
.for table td button{
	position: relative;
	width: 180px;
	margin-top: 10px;
	margin-left: 50%;
	left: -90px;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	background: #09c;
	border: none;
	border-radius: 6px;
}
.for table td button:hover{
	background: #092;
	cursor: pointer;
}