html{
	font-family: "microsoft yahei,arial, helvetica, sans-serif";
	font-size: 16px;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.auto{
	margin: 0 auto;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
.top1{
	width: 1000px;
	height: 100px;
}
.top1 img:first-child{
	float: left;
}
.top1 img:last-child{
	float: right;
	margin-top: 28px;
}
.top3{
	width: 1200px;
	height: 40px;
	background-color: #112138;
}
.top3 li{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}
.top3 li a{
	color: #fff;
	display: block;
}
.top3 li:nth-of-type(3){
	background-color: #78AD2B;
}
.top2{
	width: 1200px;
	height: 500px;
	background: url(../images/1.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.top2 img{
	width: 1200px;
	margin-top: 120px;
}
.p1{
	width: 1000px;
	margin: 40px auto;
}
.p1 img{
	width: 130px;
}
.con1{
	width: 1000px;
	margin: 40px auto;
}
.con1 div{
	width: 313px;
	height: 100px;
	float: left;
}
.con1 div~div{
	margin-left: 30px;
}
.con1 div p:first-child{
	font-size: 18px;
	font-weight: 600;
}
.con1 div p:nth-of-type(2){
	font-weight: 600;
}
.con1 div p:nth-of-type(n+3){
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.p2{
	width: 1000px;
	margin: 30px auto;
}
.p2 img{
	width: 110px;
}
.con2{
	width: 1000px;
	margin: 30px auto 50px;
}
.con2 img{
	width: 250px;
	float: left;
}
.con3 {
	width: 930px;
	margin: 100px auto 50px;
}
.con3 div:first-child{
	width: 380px;
	float: left;
}
.con3 div:first-child img{
	width: 380px;
	height: 200px;
}
.con3 div:first-child p:nth-of-type(1){
	font-weight: 600;
}
.con3 div:first-child p:nth-of-type(n+2){
	font-size: 12px;
	line-height: 22px;
}
.con3 div:last-child{
	width: 520px;
	float: right;
}
.con3 div:last-child img{
	width: 520px;
	height: 200px;
}
.con3 div:last-child p:nth-of-type(1){
	font-weight: 600;
}
.con3 div:last-child p:nth-of-type(n+2){
	font-size: 12px;
	line-height: 22px;
}
.banner{
	width: 1200px;
	height: 180px;
	margin-bottom: 40px;
}
.banner img{
	width: 1200px;
	height: 180px;
}
.con4{
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.con4>p{
	width: 80px;
	height: 80px;
	float: left;
	background-color: #eee;
	border-radius: 3px;
	text-align: center;
	margin-right: 10px;
}
.con4>p span{
	display: inline-block;
	margin-top: 15px;
}
.con4 div{
	width: 910px;
	float: left;
	line-height: 30px;
}
.con5{
	width: 1000px;
	margin: 40px auto;
	font-size: 12px;
}
.footer{
	width: 1200px;
	height: 370px;
	background-color: #112138;
	color: #fff;
	overflow: hidden;
}
.ft{
	width: 1000px;
	margin: 50px auto 0;
}
.ft div:first-child{
	float: left;
	width: 500px;
}
.ft div:first-child p:first-child{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.ft div:first-child p:nth-of-type(n+2){
	font-size: 12px;
	line-height: 24px;
}
.ft div:first-child p:nth-of-type(5){
	margin-bottom: 40px;
}
.ft div:last-child{
	float: left;
	width: 450px;
}
.ft div:last-child input{
	width: 400px;
	height: 30px;
}
.ft div:last-child textarea{
	width: 400px;
	height: 120px;
}