* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: '微软雅黑';
}
html {
	width: 1200px;
	background-color: #FFFFFF;
	transform-origin: 0 0;
	overflow-x: hidden;
	margin: auto;
}
body {
	width: 100%;
}
.topImg {
	width: 100%;
	display: block;
}
.block {
	width: 100%;
	margin: auto;
}
.block .titleImg {
	display: block;
	margin: 30px auto auto auto;
}
.block ul {
	display: block;
	margin: 25px auto auto auto;
	list-style: none;
}
.block .viewMore {
	display: block;
	margin: 60px auto auto auto;
	width: 170px;
	height: 42px;
	background-image: url(../img/6.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 1s;
}
.block .viewMore:hover {
	transform: scale(1.02);
}
/**block1**/
.block1 ul li {
	width: 100%;
	display: block;
}
.block1 ul {
	width: 740px;
}
.block1 ul li {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 25px;
}
.block1 ul li a, .block ul li a:hover, .block ul li a:link, .block ul li a:visited, .block ul li a:active {
	color: rgba(0, 0, 0, 0.9);
	font-size: 26px;
	text-decoration: none;
	letter-spacing: 1px;
}
.block1 ul li:nth-child(odd) {
	background-color: #FFDCC3;
}
/**block2**/
.block2 .titleImg {
	margin-top: 75px;
}
.block2 ul {
	width: 1000px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block2 ul li {
	width: 320px;
	margin-bottom: 62px;
}
.block2 ul li a {
	display: block;
}
.block2 ul li .imgB {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EEEEEE;
	overflow: hidden;
}
.block2 ul li .imgB img {
	width: 100%;
	transition: all 1s;
}
.block2 ul li .imgB:hover img {
	transform: scale(1.05);
}
.block2 ul li p {
	display: block;
	width: 85%;
	margin: 20px auto auto auto;
}
.block2 .viewMore {
	margin-top: 26px;
}
.bottomImg {
	width: 680px;
	display: block;
	margin: 180px auto auto auto;
}
.bottomImg1 {
	width: 100%;
	display: block;
	margin-top: 90px;
}