@charset "utf-8";
/* CSS Document */

fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/* q:before,q:after{content:'';} */
/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
caption, th, td{text-align:left;font-weight:normal;}
a,img,button{border:none;text-decoration:none;}
a,button{text-decoration:none;}
a,img{border:none;outline:none;}
a{color:#333;text-decoration:none;outline:none;}
ul,ol{list-style:none;}
table{word-break:break-all;word-wrap:break-word;}
body{font-family:宋体,Arial, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;font-size:12px;font-weight:normal;color:#000;width:100%;}

/*清除浮动*/
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.ma{margin-left:auto;margin-right:auto;}
.w980{width:980px;}
.mt10{margin-top:10px;}

/*省市分类*/
.product_sort{background:url(../img/Forma1.png) no-repeat 30px 180px ;
				background-size: 70%;position:relative; z-index:90;}

.product_sort .bd .item{border-bottom:solid 1px #f1f1f1;height:40px;position:relative;cursor: pointer;}
.product_sort .bd .item .title{width:100%;
								text-indent:43px;height:42px;line-height:42px;
								font-size:14px;color:#292929;}
.product_sort .bd .item .title a{color:#000000;position:relative;}
/* .product_sort .bd .item .title a:hover{color:#ff5500;position:relative;} */
.product_sort .bd .item .list{width:210px;padding-left:15px;height:30px;line-height:30px;overflow:hidden;}
.product_sort .bd .item .list a{font-family:"微软雅黑";color:#333;}
.product_sort .bd .item .list a:hover{text-decoration:underline;}
.product_sort .bd .item .arrow{font-family:"微软雅黑";font-size:20px; color:#ff5500;
position:absolute;right:30px;top:5px; display: none;}
.product_sort .bd .item .line{position:absolute;right:-2px;top:0px;width:2px;height:60px;background-color:#fff;z-index:95;display:none;}
.product_sort .bd .item .subitem{display:none;}

/* 鼠标经过添加样式 */
.product_sort .bd .layer .title {background-color: #e8e8e8;}
.product_sort .bd .layer .title a{color: #FF5500;}
.product_sort .bd .layer .arrow{display:block;}


/* 二级地市弹出框 */
.subitem{
	display:none;
	width:731px;
	background:#fff;
	border:solid 1px #838383;
	font-family:"微软雅黑";
	position:absolute;
	left:20%;
	top:-15px;
	z-index:95;
	min-height:60px;
	height:auto!important;
	padding:5px 10px 10px 10px;
}
.subitem .inner .tit{
	font-size:12px; 
	text-align:left; 
	border-top:1px dashed #d7d7d7;
	padding:5px 0;
}
.subitem .inner .tit1{
	border-top:none;
}
.subitem .inner .tit .name{
	display:block;
	width:90px;
	color:#000000;
	font-weight: bold; 
	cursor:pointer;
	float:left;
	padding-top:3px;
}
.subitem .inner ul{
	overflow:hidden;
	zoom:1;
	display:block;
	margin-left:90px;
	width:630px;
}
.subitem .inner ul li{
	float:left;
	padding:0 8px;
	height:25px;
}
.subitem .inner ul li a{color:#222;display:block;}
.subitem .inner ul li a:hover{color:#ff5500;}


/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 400px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}