#banner{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-top: 85px;
}
#banner .txt{
	color:#fff;
	width:100%;
	padding: 100px 0;
}
#banner .txt p{
	text-align:center;
}
#banner .txt h2{
	text-align:center;
	font-family: 'Anton', sans-serif;
	line-height: 100%;
	font-size: 60px;
	margin: 13px 0;
	font-weight: normal;
}
#banner .txt h3{
	text-align:center;
	line-height: 120%;
	font-size: 20px;
	font-weight: normal;
}
.workframe{
	width:1160px;
}
#contnet{
	background:#eeece1;
}
#contnet .bgStyle{
	background:#fff;
	padding: 30px 50px;
	overflow: hidden;
	margin-bottom: 70px;
}
.bgStyle >h2{
	line-height: 120%;
    color: #272727;
    font-size: 24px;
    margin-bottom: 30px;
}
#waylink ol{
	text-align:right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #7d7d7d;
}
aside ul{
	text-align:center;
}
#waylink li,
aside li{
	display:inline-block;
	position:  relative;
}
aside li a{
	display:block;
	color:#000;
	border-bottom:5px solid #f1f1f1;
	padding: 30px;
	line-height: 120%;
	font-size: 20px;
}
aside li a:hover{
	color:#3d97fb;
	border-bottom:5px solid #3d97fb;
}
#waylink ol li{
	padding-left:10px;
}
#waylink ol li a{display: block;color: #7d7d7d;}
#waylink ol li:before{
	content:'/';
	position:absolute;
	left:0;
	top:0;
}
#waylink ol li:first-child:before{display: none;}
#pageNav{overflow: hidden;text-align: center;margin-top: 50px;color: #323232;}
#pageNav a,
#pageNav strong,
#pageNav span{display: inline-block;color: #323232;margin: 0 5px 5px;border: 1px solid #c2c2c2;padding: 5px 10px;border-radius: 2px;line-height: 110%;vertical-align: baseline;}
#pageNav .numbox_hit{background: #333333;color: #fff;}
#community{
	margin-top:50px;
}
#community li{
	float:left;
	line-height:0;
	margin:0 5px 5px 5px;
}
@media screen and (max-width: 1440px) {
	#banner .txt h2{
		font-size: 50px;	
	}
	#banner {
    margin-top: 80px;
	}
}
@media screen and (max-width: 980px) {
	.workframe{
		width: 90%;
	}
	#contnet .bgStyle{
		padding: 20px 30px;	
	}
	.bgStyle >h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#banner .txt p img{
		width: 30px;	
	}
	#banner .txt h2{
		font-size: 40px;
		margin: 10px 0 3px;
	}
	#banner .txt{
		padding: 70px 0;
	}
	aside li a{
		padding: 20px 30px;
		font-size: 18px;		
	}
	#banner {
    margin-top: 0px;
	}
}
@media screen and (max-width: 640px) {
	#waylink ol{
		font-size: 7pt;	
	}
	#banner .txt{
		padding: 50px 0;
	}
}
@media screen and (max-width: 480px) {
	aside li a{
		padding: 15px 20px;
		font-size: 16px;		
	}
	#contnet .bgStyle{
		padding: 10px;	
	}
}