*{
	font-family: "微软雅黑";
}


body{
	margin: 0;
}

.banner img{
	width: 100%;
}
.line{
	width: 50px;
	height: 50px;
	border-bottom: 2px solid #b88d79;
}
.gray{
	color: gray;
}
.information{
	display: flex;
	justify-content: center;
	padding: 100px 300px;
}
.information h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.information h2{
	font-size: 45px;
	font-weight: 200;
}

.article{
	padding: 100px 300px;
}

.bigcard{
	box-shadow: 1px 1px 4px gray;
	padding: 30px 50px;
	margin-left: 30px;
	width: 706px;
	height: 455px;
}
.bigcard img{
	width: 100%;
}
.smallcards{
	display: flex;
	justify-content: center;
}
.smallcard{
	width: 350px;
	height:450px;
	box-shadow: 1px 1px 4px gray;
	padding: 30px;
	margin: 15px;
}
.more{
	text-align: center;
}
.more button{
	border: none;
	background: white;
	padding: 10px;
	margin: 50px;
	box-shadow: 1px 1px 4px gray;
}
.service{
	display: flex;
	justify-content: center;
	padding: 100px;
}

.service>div{
	text-align: center;
	margin: 0 80px;
}
.sh_lccn{font-size: 14px;margin-top: 20px;color:#747474;}
.sh_lcen{color: #747474;}