@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background: #D5D5D5;
}

#wy{
	width: 1000px;
	height: auto;
	margin: auto;
	background: #FFFFFF;	
}

.t1{
	width: 100%;
	text-align: center;
	overflow: hidden;
	color: #2A5F00;
	border-bottom: 4px solid #2A5F00;
	background: #D5D5D5;
}

.t1 h1{
	margin: 10px;
	font-size: 1.8em;
}

.t1 h2{
	margin: 5px;
	font-size: 1.3em;
}

.ts{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px;
}

.ts a{
	color: #ff0000;
	text-decoration: none;
}

.wz{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.lj{
	display: block;
	width: 25%;
	height: 45px;
	font-size: 1.1em;
	color: #2A5F00;
	float: left;
	line-height: 45px;
	font-weight: bold;
	text-decoration: none;
}

.ts2{
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	font-size: 0.8em;
	box-sizing: border-box;
}

.ts2 p{
	margin: 8px;
}

/*移动端*/
@media screen and (max-width: 768px) {
	#wy{
		width: 100%;
	}
	.lj{
		width: 50%;
	}
}