html{
	font-family: "microsoft yahei";
	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: 1200px;
	height: 60px;
	background-color: #375472;
}
.top1 ul{
	width: 720px;
	height: 60px;
	line-height: 60px;
	margin-left: 400px;
}
.top1 ul li{
	width: 120px;
	height: 60px;
	text-align: center;
	float: left;
}
.top1 ul li:first-child{
	background-color: #c24040;
}
.top1 ul li a{
	color: #fff;
}
.top2{
	width: 1200px;
	height: 400px;
}
.top2 img{
	width: 1200px;
	height: 400px;
}
.main1{
	width: 900px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.main1>div:first-child{
	width: 350px;
	height: 260px;
	float: left;
}
.main1>div:first-child img{
	width: 350px;
	height: 260px;
}
.main1>div:last-child{
	width: 530px;
	float: right;
	height: 260px;
}
.main1>div:last-child h4{
	font-size: 24px;
	margin: 20px 0;
}
.main1>div:last-child p{
	font-size: 15px;
}
.main1>div:last-child h5{
	width: 120px;
	height: 30px;
	background-color: #c24040;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 15px 0 0 380px;
	cursor: pointer;
}
.main2{
	width: 1200px;
	height: 260px;
	background-color: #eee;
	overflow: hidden;
	margin-bottom: 20px;
}
.main2>div:first-child{
	float: left;
	width: 900px;
	height: 230px;
	margin: 10px 0 0 100px;
	background: url(../images/banner1.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.main2>div:first-child p{
	width: 650px;
	margin: 50px 0 0 200px;
	color: #fff;
}
.main2>div:last-child{
	float: left;
	margin: 160px 0 0 40px;
}
.main2>div:last-child p:first-child{
	font-size: 24px;
	color: #999;
	margin-bottom: 25px;
}
.main2>div:last-child p:last-child{
	color: #375472;
	cursor: pointer;
	margin-left: 20px;
}
.main3{
	width: 1200px;
	height: 400px;
	margin-bottom: 30px;
}
.main3 img{
	width: 1200px;
	height: 400px;
}
.main4{
	width: 900px;
	margin-bottom: 30px;
}
.main4>div{
	width: 290px;
	height: 380px;
	float: left;
	border-bottom: 1px solid #375472;
}
.main4>div~div{
	margin-left: 10px;
}
.main4>div img{
	width: 290px;
	height: 150px;
} 
.main4>div>div{
	width: 290px;
	height: 230px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #eee;
}
.main4>div>div p:nth-of-type(1){
	font-size: 12px;
	color: #ccc;
	margin: 5px 0;
}
.main4>div>div h5{
	margin: 3px 0 0 200px;
	color: #375472;
}
.main5{
	width: 900px;
	margin-bottom: 100px;
}
.main5>div:first-child{
	width: 330px;
	float: left;
	height: 350px;
	background-color: #eee;
	box-sizing: border-box;
	padding: 10px 3px;
}
.main5>div:first-child li{
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.main5>div:last-child{
	width: 560px;
	float: right;
	height: 350px;
}
.main5>div:last-child img{
	width: 560px;
	height: 350px;
}
.footer{
	width: 1200px;
	height: 200px;
	background-color: #375472;
}