* {
	margin: 0px;
	padding: 0px;
}

#top {
	height: 107px;
	width: 100%;
	background: -webkit-linear-gradient(left, #7eb31a , #c0e14a); 
    background: -o-linear-gradient(right, #7eb31a,#c0e14a); 
    background: -moz-linear-gradient(right, #7eb31a, #c0e14a); 
    background: linear-gradient(to right, #7eb31a ,#c0e14a); 
}
body {
	font-family: "微软雅黑", "幼圆";
	font-size: 12px;
	background-color: #efefef;
}

a:link {
	color: #333;
	text-decoration: none;
       
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #95BB11;
}
a:active {
	text-decoration: none;
	}

#top #top1 {
	height: 105px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/1_03.png);
	background-repeat: no-repeat;
	background-position: left;
}
 #menu {
	height: 40px;
	line-height: 40px;
	background-color: #474747;
}
.font1 {
	font-family: "微软雅黑", "幼圆";
	font-size: 14px;
	color: #FFF;
}
.font2 {
	line-height: 30px;
	color: #333;
}

.center1 {
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.font3 {
	font-size: 20px;
	color: #666;
	line-height: 40px;
}
.font4 {
	font-size: 14px;
	color: #666;
}


#main1 {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
}
#main2 {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.bg {
	background-image: url(../image/2_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}



#bottom {
	background-color: #c3c3c3;
	height: 150px;
}
.selects select{
	width: 200px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d7d7d7;
	color: #999999;
	margin-top: 10px;
	font-family: "微软雅黑", "幼圆";
	font-size: 14px;
}
