body{
	background-color: #fff;
}
ul,li{
	list-style: none;
}
.user_login{
	float: right;
	margin-right: 10px;
}
.head{
	width:100%;
	height:54px;
	padding-top:20px;
}
.head-right .head-more a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.head-right .head-more a:hover{
	color:#333;
}
.head-right{
	float: right;
	padding-right:10px;
	color:#666;
	font-size:14px;
}
.head-span{
	padding-right:20px;
	float: left;
}
.head-span a{
	color:#333;
}
.head-span a:hover{
	color:#0b4daf;
}
.body_height{
	width: 1100px;
	position: absolute;
	top: 200px;
	z-index: 99;
	left: 50%;
	margin-left: -550px;
}
.logo{
	width:120px;
	height:109px;
	margin:0 auto;
	text-align: center;
}
.s_search_center{
    margin:40px auto 0 auto;
    width:588px;
}
.s_s {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: rgb(3,3,3,.1);
    width: 588px;
    padding: 0 40px;
    color: rgb(3, 3, 3,.8);
    border: 1px solid #d6d9de;
    box-shadow: none;
    border-radius: 30px;
    outline: none;
    
}

.s_s:hover{
	box-shadow: 0px 2px 6px 1px rgba(0,0,0,.1);
}
.rebtm{
	width: 120px;
	text-align: center;
	margin: 10px auto 0 auto;
}
.footer{
	position: fixed;
    bottom: 0px;
	z-index: 100;
	background: #f5f5f5;
	display: block;
	font-size:12px;
	clear:both;
	width:100%;
	height:40px;
	line-height: 40px;
}
.footer .ft-text{
	margin-right: 20px;
	padding: 12px 0;

}
.footer .left p{
	float: left;
}
.footer .right p{
	float: right;
}
.footer .ft-text:first-child {
	margin-left: 20px;
}
.footer .ft-text:last-child {
	margin-right: 0px;
}
.footer a,.footer,.footer p{
	color:#9195a3;
	font-size: 13px;
}
.footer a:hover{
	color: #222;
}
.bold{
	font-weight: bold;
	text-decoration: none;
}

