@charset "utf-8";
/*公共样式*/
*{
	margin: 0;
	padding:0;
	font-size: 12px;
	outline: none;
	font-family:'Helvetica Neue LT Std','PT Sans','Arimo',arial,serif;
}
a{
	text-decoration: none;

}
li{
	list-style: none;
}
img,input{
	border: none;
}
body{
	overflow-x:hidden;
	/*background: #EFF0ED;*/
}


/*top*/
.top_wrap{
	margin: 0 auto;
	background: url(../images/bg_header.png)  center top no-repeat ;
}
.top_wrap .wrap_center{
	margin: 0 auto;
	width: 980px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.top_wrap .wrap_center .top_div{
	padding-top: 12px;
	overflow: hidden;
}
.top_wrap .wrap_center .top_div .right_login{
	float: right;
	/*width: 150px;*/
	height: 15px;
	margin-top: 2px;
}
.top_wrap .wrap_center .top_div .right_login div{
	height: 13px;
	border-right: 1px dashed #fff;
	float: left;
}
.top_wrap .wrap_center .top_div .right_login div a{
	color: #000000;
	padding:0 13px;
	font-size: 14px;
}
.top_wrap .wrap_center .nav{
	width: 841px;
	height: 37px;
	border: 1px solid #fff;
	border-right: none;
	background: #6ACEF8;
	margin-top: 25px;
	float: right;
	overflow: hidden;
}

.top_wrap .wrap_center .nav ul {
	float: left;
	width: 841px;
}
.top_wrap .wrap_center  a.log{
	float: left;
	width: 123px;
	height: 46px;
	margin-top: 20px;
}
.top_wrap .wrap_center .nav ul li{
	float: left;
	background: url(../images/border_right_nav.png) no-repeat right center;
}
.top_wrap .wrap_center .nav ul li a{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	padding:0 9px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
.top_wrap .wrap_center .nav ul li a.index{
	background: #fff;
	color: #000;
}
.top_wrap .wrap_center .nav ul li a:hover{
	background: #fff;
	color: #000;
}
.top_wrap .wrap_center .nav .search{
	float: left;
	height: 37px;
	width: 180px;
	line-height: 37px;
	position: relative;
	/*margin: 7px 6px 0 5px;*/
}
.top_wrap .wrap_center .nav .search p{
	width: 43px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	float: left;
	font-size: 14px;
	padding-left: 5px;
}
.top_wrap .wrap_center .nav .search input.submit_class{
	float: right;
	margin-right: 3px;
	width: 125px;
	height: 24px;
	margin-top: 5px;
	line-height: 24px;
	color: #000;
	background: url(../images/search_submit.png) 110px 5px no-repeat;
	background-color: #fff;
	text-indent: 5px;
	position: relative;
	z-index: 1;
}
.top_wrap .wrap_center .nav .search input.input_submit{
	position: absolute;
	width: 18px;
	height: 25px;
	right: 5px;
	top: 5px;
	opacity: 0;
	filter:apaha(opacity:0);
	z-index: 2;
	cursor: pointer;
}
.top_wrap .wrap_center .logs_a{
	width: 600px;
	height: 150px;
	margin-top: 255px;
	float: left;
}
.top_wrap .wrap_center h2{
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-shadow:0.1em 0.1em 0.2em #777777;
	font-size: 20px;
}
.top_wrap .wrap_center .login_right{
	width: 254px;
	height: 155px;
	background: url(../images/register_bg_small.png) no-repeat; 
	position: absolute;
	right: 0;
	bottom: 0px;
	padding: 10px;
}
.top_wrap .wrap_center .login_right p{
	width: 195px;
	height: 56px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.top_wrap .wrap_center .login_right p a{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	display: block;
	float: left;
	background: url(../images/register_submit.png) no-repeat bottom right;
}
.top_wrap .wrap_center .login_right .register{
	background: #6B8C00;
	width: 215px;
	height: 65px;
	padding: 4px;
	margin-top: 10px;
	z-index:6;
	background-color: #6B8C00;
	position: relative;
}
.top_wrap .wrap_center .login_right .chicken{
	background: url(../images/chicken_with_fllowers.png) no-repeat;
	width: 73px;
	height: 76px;
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 5;
}
.top_wrap .wrap_center .login_right .register p{
	color: #C7E000;
	height: 45px;
}
.top_wrap .wrap_center .login_right .register a{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.top_wrap .wrap_center .login_right .register a:hover{
	text-decoration: underline;
}
/*register*/
/*top*/


/*footer*/
div.footer{
	height: 340px;
	margin-top: 70px;
	position: relative;
	z-index: 2;
	background: url(../images/footer_bg.png) no-repeat center bottom;
}
div.footer .container{
	width: 980px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
div.footer .container .icos{
	width: 318px;
	height: 39px;
}
div.footer .container .icos p{
	font-size: 14px;
	width: 80px;
	height: 39px;
	line-height: 39px;
	float: left;
}
div.footer .container .icos a{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
}
div.footer .container .icos a.one{
	background: url(../images/social_icons.png) no-repeat left top;
}
div.footer .container .icos a.two{
	background: url(../images/social_icons.png) no-repeat left -64px;
}
div.footer .container .icos a.three{
	background: url(../images/social_icons.png) no-repeat left -32px;
}
div.footer .container .icos a.four{
	background: url(../images/social_icons.png) no-repeat left -96px;
}
div.footer .container ul.about{
	position: absolute;
	left: 110px;
	top: 153px;
	height: 20px;
}
div.footer .container ul.about li{
	float: left;
	height: 20px;
	line-height: 20px;
	border-right: 1px dashed #000000;
}
div.footer .container ul.about li a{
	font-size: 14px;
	padding:0 20px;
	color: #000000;
}
div.footer .container ul.copy{
	margin: 200px auto 17px;
	width: 817px;
	overflow: hidden;
	border-bottom: 1px solid #627B00;
	height: 36px;
}
div.footer .container ul.copy li {
	float: left;
	border-right: 1px dashed #000;
	height: 15px;
}
div.footer .container ul.copy li a{
	padding: 15px;
	color: #627B00;
	font-size:14px;
}
div.footer .container ul.copy li a:hover{
	text-decoration: underline;
}
div.footer .container a.bottom{
	display: block;
	text-align: center;
	color: #809ADD;
	font-size: 14px;
}
div.footer .container a.bottom:hover{
	color: #535d66;
	text-decoration: underline;
}
/*footer*/