@charset "utf-8";
.func-top {
	text-align: center;
}
.func-bg-1 {
	background-color: #fefcf4;
}
.func-bg-2 {
	background-color: #71a866;
	background-image:url(../images/fun-bg-green.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.left {
	float: left;
}
.func-botton-1 {
	padding: 0.7em 3em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	color:#fff;
	background-color: #71a866;
	text-align: center;
	font-size:16px;
}

.func-botton-2 {
	padding: 0.7em 3em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	color:#71a866;
	background-color:#fff;
	text-align: center;
	font-size:16px;
}
@media only screen and (max-width: 767px) { 
   .wd600,.wd600 img {width: 100%;}
   
}

@media only screen and (min-width: 767px) {
.wd600 {
	width: 600px;
}
.wd600 img {width: 100%;}
}
.text-center{
	text-align: center;
}
