@charset "utf-8";
/* CSS Document */
.wrapper{
	max-width:700px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
body{
	font-size:14px;
	color:#333;
	line-height:30px;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover,a:active{
	color:#286bbc;
	text-decoration:none;
}
.nav{
	background-color:#048741;
	height:80px;
	line-height:40px;
	width:100%;
	white-space:nowrap;
}
.nav li{
	float:left;
}
.nav li a:link,.nav li a:visited{
	color:#fff;
	padding:0 12px;
	display:block;
}
.nav li a:hover,.nav li a:active{
	font-weight:bold;
	background-color:#550600;
}

.logo{
	background-color:#ffffff;
}

.banner img{
	width:100%;
}
.title{
	background-color:#048741;
	line-height:40px;
	height:40px;
	color:#fff;
	font-weight:bold;
	position:relative;
	padding:0 2%;
}
.title a.more:link,.title a.more:visited{
	position:absolute;
	font-size:12px;
	right:2%;
	line-height:40px;
	height:40px;
	font-weight:normal;
	cursor:pointer;
	color:#fff;
}
.title a:hover,.title a:active{
	color:#fff;
	font-weight:bold;
}
.box{
	border:1px solid #ccc;
}
.fw-list li{
	float:left;
	width:45%;
	margin:10px 1.6%;
	height:35px;
	line-height:40px;
	text-align:center;
}
.fw-list li a:link,.fw-list li a:visited{
	display:block;
	background-color:#e4e3df;
}
.fw-list li a:hover,.fw-list li a:active{
	background-color:#8b6e4c;
	color:#fff;
	font-weight:bold;
}
.img-list li{
	float:left;
	width:47%;
	padding:10px 1.5%;
	text-align:center;
}
.img-list li img{
	max-width:100%;
	max-height:200px;
}
.img-list li p{
	text-align:center;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.contact-list li{
	padding:5px 10px;
}
.contact-list li label{
	display:inline-block;
	width:100px;
	text-align:right;
}
.news-list li{
	padding:5px 10px;
	border-bottom:1px dashed #ccc;
}
@media screen and (max-width:1000px) {
.wrapper {
	width:70%;
}
}
@media screen and (max-width:768px) {
.wrapper {
	width:100%;
}
}