/*
 
 * name : common.css
 * 
 * description : 所有页面公用样式
 * 
 * author : C盘 892399698@qq.com
 * 
 * version : 1.0
 * 
 * */
body,div,a,ol,ul, li, dl, dd, dt, img, h1, h2, h3, h4, h5, form, p, table,input,select,textarea,button {
	margin: 0;
	padding: 0;
	list-style: none;
	outline:none;
}
img,a{
	border: none
}
html,body{   
-webkit-text-size-adjust:none;   
}  
body {
	font:12px/1.5 "微软雅黑","Microsoft Yahei",Arial, Helvetica, sans-serif;
	min-width:1200px;
	background:#efefef;
}



/*头部*/

/*头部 end*/




/*幻灯*/

/*幻灯 end*/


/*底部*/


	


/*城市 end*/
/*搜索*/

/*搜索 end*/
.form-page .form .btn{
	text-align:center
}

.select{
	background:#FFF;
	height:46px;
	position:relative;
	cursor:pointer;
	color:#474747;
	font-size:14px;
	z-index:10;
}
.select span.s-result{
	background:#FFF;
	height:46px;
	line-height:46px;
	display:inline-block;
	padding-left:10px;
	padding-right:48px;
	/*padding-right:54px;*/
	overflow:hidden;
}
.select a.s-btn{
	width:54px;
	height:47px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	line-height:47px;
	text-align:center;
	padding-left:10px;
}
.select a.s-btn i{
	display:inline-block;
	background:url(img/ico5.png) no-repeat;	
	width:15px;
	height:8px;
}
.select a.s-btn i.xia{
	background:url(img/ico5.png) no-repeat 0 -14px;	
}
.select .s-list{
	position:absolute;
	top:46px;
	left:0;
	/*width:100%;*/
	display:none;
	min-width:100%;
}
.select .s-list dl{
	background:#FFF;
}
.select .s-list dt{
	/*display:inline-block;*/
	height:46px;
	line-height:46px;
	/*width:97.5%;*/
	border-bottom:1px solid #CFCFCF;
	border-top:1px solid #FCFCFC;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	display:block;
	word-wrap:normal;
	word-break:keep-all;
	width:auto;
}
.select .s-list dt:hover{
	background:#fdd900;
	color:#FFF
	
}
.select .s-list dd{
	display:none;
}

/*阴影*/


/*友情链接 end*/