*{
	padding:0;
	margin:0;
}
body{
	font-family: "微软雅黑";
	background: #fff;
	font-size:14px;
	color:#000;
}
a,a:hover{
	text-decoration: none
}
ul,li,ol{
	list-style: none;
	padding:0px;
	margin:0px;
}
.wrap{
	width:100%;
	height:auto;
	min-width: 1202px;
	background:#fff;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
input:focus{
	outline: none;
	border:none;
}
img{
	border:none;
}

/*背景部分*/
.beijing{
	width:100%;
	height:427px;
	position: relative;
	background:#fff;
}
.beijing_img{
	width:100%;
	height:328px;
	background:url(../img/beijing2.jpg) no-repeat center; 
	background-size: 100%
}
.sousuo{
	width:1052px;
	height:70px;
	
	background:#fff;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 1px 1px 8px rgba(177, 177, 179, 0.51);
    -webkit-box-shadow: 1px 1px 8px rgba(177, 177, 179, 0.51);
    box-shadow: 1px 1px 8px rgba(177, 177, 179, 0.51);
    position: absolute;
    left:50%;
    margin-left: -601px;
    bottom:20px;
    padding:0 75px;
    padding-top: 25px;
}
.sousuo1{
	width:100%;
	height:45px;
}
.search_name{
	width:360px;
	height:45px;
	margin-right:30px;
}
.search_name>span{
	float: left;
	height:45px;
	font-size: 16px;
	line-height: 45px;
	margin-right:15px;
}
.search_name>div{
	width:308px;
	height: 43px;
	border:1px solid #e7e7e7;
	position: relative;
}
.search_name>div>input{
	width:262px;
	height:43px;
	border:none;
	padding-left: 15px;
	color:#999;
}
.search_name>div>a{
	display: block;
	width:31px;
	height: 43px;
	float: right;
	background:url(../img/three.png) no-repeat left center;

}
.search{
	display: block;
	width:92px;
	height:45px;
	background:#f42e21;
	color:#fff;
	line-height: 45px;
	text-align:center;
	font-size: 17px;
	margin-right: 20px;
}
.clear1{
	display: block;
	color:#000;
	background:url(../img/clear.png) left center no-repeat;
	line-height: 45px;
	padding-left: 22px;
	width:58px;
	height:45px;
}
/*主体*/
.main{
	width:100%;
	height:auto;
	background:#fff;
	padding -bottom: 20px
}
.main_content{
	width:1200px;
	height:auto;
	padding-top: 25px;
	border:1px solid #eee;
	border-top:2px solid #f42e21;
	margin: 0 auto;
}
.main_title{
	width:1177px;
	height:40px;
	line-height: 40px;
	margin-left:25px;
	background:url(../img/title.png) no-repeat left center;
	font-size: 18px;
	color:#fff;
	padding-left: 26px;
}
.main_content_main{
	width:100%;
	height:auto;
	margin-top: 35px;
}
.main_content_main_title{
	width:100%;
	height:49px;
	border-top:1px solid #f3f3f3;
	background:#f9f9f9;
}
.main_content_main_title>span,.main_content_main_list>div>span{
	display: block;
	width:186px;
	height:49px;
	line-height: 49px;
	text-align:center;
	float: left;
	color:#f42e21;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main_content_main_title>span.yuan,.main_content_main_list>div>span.yuan{
	width:216px;
}
.main_content_main_title>span.geng,.main_content_main_list>div>span.geng{
	width:120px;
	float: right;
}
.main_content_main_list{
	width:100%;
	height:auto;
	overflow: hidden
}
.main_content_main_list>div>span{
	color:#000;
}
.main_content_main_list>div>span>a{
	color:#000;
}
.main_content_main_list>div>span>a:hover{
	color:#f42e21;
}