body{
	background-image: url(images/jstd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
nav{
	background-color: #fff;
}
li:nth-child(6) span{
	display: block;
}
.xw-con{
	width: 1280px;
	height: 1100px;
	margin: 0 auto;
}
.fubiaoti{
	margin: 0 auto;
	width: 1040px;
	text-align: center;
	padding-top: 70px;
	color: #aaa;
	font-size: 40px;
}
.xw-con-list{
	width: 200px;
	height: 180px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
}
.xw-con-list:hover{
	box-shadow: 0 1px 20px 10px #ccc;
}
.xw-con-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: 20px;
}
.xw-con-img img{
	width: 100%;
}
.xw-con-text{
	width: 200px;
	height: 100px;
	padding: 16px;
}
.xw-con-text p{
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
.xw-con-text q{
	padding: 20px;
	font-size: 14px;
	color: #888;
	line-height: 16px;
}
.xw-con-text address{
	font-size: 14px;
	position: relative;
	float: right;
	top: 10px;
}
.xw-bot{
	width: 1280px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: -webkit-flex;
	justify-content: center;
	color: #555;
}
.xw-bot-left{
	width: 70px;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;	
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}
.xw-bot-right{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	margin-top: 10px;	
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}
.xw-bot-left:hover,.xw-bot-right:hover{
	background-color: #eee;
}
.xw-bot-cen{
	margin: 0 20px;
}
.xw-bot-cen li{
	margin-top: 10px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.xw-bot-cen li:hover{
	background-color: #eee;
}
.xw-on{
	background-color: #eee;
}