*{
	font-family: "Microsoft YaHei";
}


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;}

@media screen and (max-width: 1700px) {
	.article{padding: 100px;}
	.article img{width: 100%;}
}
@media screen and (max-width: 1500px) {
	.w1440{min-width: 90%!important;width: 80%!important;}
	.smallcards{width: 90%!important;}
	.service>div{margin:0 40px;}
	 footer .wrap1260 .flogobox{padding-left: 5%;}
 	 footer .wrap1260 .top{padding-left: 30px!important;}
  	.footlogo{width: 70%!important;}
  	footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
  	header .outwrap .lt .navbox{margin-right: 9%!important;}
}
@media screen and (max-width: 1400px) {
	 footer .wrap1260 .top{padding-left: 0px!important;}
	 footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
	 footer .wrap1260 .flogobox{padding-left: 0%;}


}

