@charset "utf-8";
/* CSS Document */
.hid {
	overflow:hidden;
}
.cen {
	text-align:center;
}
.lef {
	float:left;
}
.rig {
	float:right;
}
.clr {
	clear:both;
}
.box {
	width:1200px;
	margin:0px auto;
}
.none {
	display:none;
}
.head {
	height:106px;
}
.logo {
	width:215px;
	margin-right:80px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100% auto;
	height:106px;
}
.logo h1{
	font-size:0px;
}
.from {
	margin-top:34px;
	border:1px solid #d41314;
	width:545px;
	height:34px;
	line-height:34px;
}
#search_select {
	width:76px;
}
#search_select p {
	border-right:1px solid #eee;
	line-height:34px;
	height:34px;
	width:76px;
   background: url(images/sss.png) 60px 50% no-repeat;
   cursor: pointer;
}
#search_select ul {
	border:1px solid #d51417;
	border-top:none;
	background-color:#fff;
	text-align:center;
	z-index:10;
	margin-left:-1px;
	position:absolute;
	width: 76px;
	top:inherit;
	left:inherit;
}
#search_select ul li.on{
	color:#f00;
}
.from .input {
	border:none;
	width:400px;
	height:34px;
	padding-left: 6px;
	font-size: 14px;
	outline: none;
}
.head .sub {
	width:63px;
	height:34px;
    background: url(./img/top_search.png) center center no-repeat #d41314;
	border:none;
}
.headbtn a {
	float:left;
	width:75px;
	text-align:center;
	height:36px;
	padding-top:34px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:center 18px;
}
.headbtn a.on {
	background-color:#f5f5f5;
	color:#d71013;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:center 18px;
}
.head_nav {
	height:50px;
	background-color:#333333;
	line-height:50px;
}
.category b {
	background-color:#b41a1a;
	height:50px;
	padding-left:26px;
	width:174px;
	display:block;
	color:#fff;
	font-size:16px;
}
.category a.lef {
	color:#fff;
	font-size:16px;
	width:90px;
	text-align:center;
}
.category a:hover.lef, .category a.on {
	background-color:#d41314;
}
.quick {
	position:absolute;
	top:156px;
	background-color:#d41414;
	height:499px;
	box-shadow: 1px 3px 5px #ccc;
	z-index:10;
}
.quick span{
	color:#fff;
	display:block;
	padding-left:26px;
	width:174px;
	line-height:35px;
}
.quick span a{
	color:#fff;
	font-size:14px;
}
.quick span b{
	float:right;
	padding-right:24px;
}
.quick li{
	clear:both;
}
.quick li span.on{
	background-color:#fff;
	width:173px;
	border-left:1px solid #ac1929;
	color:#ac1929;
}
.quick li span.on a{
	color:#ac1929;
}
.morecate {
	height:478px;
	width:607px;
	position:absolute;
	z-index:10;
	background-color:#fff;
	border:1px solid #ccc;
	border-left:none;
	margin-left:200px;
	top:0px;
	padding:0px 35px 20px;
}
.morecate b {
	font-size:16px;
	color:#b41a1a;
}
.h_catlist, .arealist {
	border-bottom:solid 1px #ccc;
}
.h_catlist {
	height:200px;
}
.arealist {
	height:80px;
}
.h_catlist a, .arealist a{
	margin-right:20px;
	display:block;
	float:left;
	line-height:25px;
}
.arealist a{
	line-height:25px;
}
.bralist a {
	margin-right:20px;
	float:left;
	border:1px solid #ccc;
	width:99px;
	height:60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}