*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.wrap{
	/*height: 1136px;*/
	background: url('../images/banner.png') no-repeat top center;
	padding-top: 400px;
	width: 100% auto;
}
.main{
	width: 900px;
	/*height: 884px;*/
	margin: 0 auto 160px;
	background: #fff;
	box-shadow: 0px 0px 10px #dcd7d7 inset;
	padding: 60px 0;
	text-align: center;
}
.main img{
	margin-bottom: 20px;
	/* width: 800px; */
	height: auto;
}
.main_tit{
	font-size: 20px;
	color: #333333;
	height: 60px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #c5c6cb;
}
.content{
	font-size: 16px;
	color: #333333;
}
.subtit{
	height: 86px;
	text-align: center;
	line-height: 86px;
}
.text p{
	margin-bottom: 40px;
	text-indent: 32px;
	line-height: 28px;
}
.text p:first-child{
	text-indent: 0;
}
.cont{
	width: 1200px;
	margin: 0 auto 160px;
}
.footer{
	background: #cccccc;
	height: 300px;
}
.foot_nav{
	width: 613px;
	margin: 0 auto 50px;
	display: flex;
	padding-top: 50px;
}
.foot_li{
	width: 100px;
	border-right: 2px solid #8d8d8d;
	margin-right: 20px;
}
.foot_info{
	padding: 0 54px;
	display: flex;
	justify-content: space-between;
}
.info{
	width: 870px;
}
.info p{
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.info p span{
	margin-right: 20px;
}
.info p:nth-child(2) span:last-child{
	margin-right: 0px;
}