/*公共样式*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body{
	font-size:13px;
	font-family: "microsoft yahei",sans-serif;
	color:#2a2a2a;
	min-width: 1190px;
	background: #f8f8f8;
}
img{border:none;width: 100%;height:100%;}
li{list-style:none;}
input,select,textarea{outline:none;font-family: "microsoft yahei";}
textarea{resize:none;}
a{text-decoration:none; color:#000;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.container{
	width:1190px;
	height: 100%;
	margin:0 auto;
}
em,i{
	font-style: normal;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

/*头部*/
#header .header-top{
	width:100%;
	height:40px;
	line-height: 40px;
	background: #fdfcfc;
	color:#6c6c6c;
	font-size: 13px;
	border-bottom: 1px solid #eeeeee;
}
#header .header-top .triangle-down {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 4px solid #9c9c9c;
	margin-left: 4px;
}
#header .header-top ul li{
	float: left;
	margin-right: 25px;
	position: relative;
}
#header .header-top .top-nav li{
	float: left;
	padding:0 18px;
	margin-right: 0;
	position: relative;
}

#header .header-top .top-nav li:nth-child(-n+5):after{
	content:"|";
	position: absolute;
	right:0;
	top:0;
	color: #d4d2d2;
}
#header .header-top ul li span{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:21px;
	background: url(../../images/icon/mall/common.png) no-repeat 0 0;
	margin-right:5px;
}

#header .header-top ul li .icon-index{
	background-position: -20px 0;
}
#header .header-top ul li .icon-message{
	background-position: -43px 0;
	margin-left: 5px;
}
#header .header-top ul li .icon-peijian{
	background: url(../../images/icon/mall/peijian.png) no-repeat center  1px;
}
#header .header-top ul li a{
	color:#6c6c6c;
}
#header .header-top ul li a.em{
	color: #e01222;
	font-size: 14px;
}
#header .header-top ul li a.public-btn{
	color: #ff4200;
}
#header .header-top .top-nav dl{
	width: 103px;
	background: #fff;
	border:solid #d4d2d2;
	border-width: 0 1px 1px;
	display: none;
	position: absolute;
	top:0;
	left: -3px;
	z-index: 99;
}
#header .header-top .top-nav dl dt{
	text-indent: 20px;
}

#header .header-top .top-nav dl dd{
	font-size: 13px;
	text-align: center;
	line-height: 27px;
}
#header .header-top .top-nav dl dd a{
	color:#6c6c6c;
}
#header .header-top .top-nav dl dd:hover{
	background: #f5f5f5;
}
#header .header-top .top-nav li.drop-down:hover dl,#header .header-top .personal .drop-down:hover dl{
	display: block;
}
#header .header-top .personal .p-btn{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 100px;
	text-align: center;

}
#header .header-top .personal .p-btn .nicheng{
	display: inline-block;
	vertical-align: top;
	width: 85px;
	height: 40px;
	overflow: hidden;
}
#header .header-top .personal i{
	display: inline-block;
	vertical-align: middle;
	height:15px;
	padding:0 3px;
	line-height: 15px;
	background: #ff0419;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 11px;
	margin-left: 5px;
}
#header .header-top .personal dl{
	width: 75px;
	top:41px;
	left: 18px;
}
#header .header-top .personal .drop-down{
	display: inline-block;
	vertical-align:middle;
}

#header .header-top .personal .drop-down:hover .p-btn{
	border: solid #d4d2d2;
	border-width:0 1px 1px 1px;
	background: #fff;
	color: #ff0000;
	box-sizing: border-box;
}
#header .header-top .sao-box {
	width: 80px;
	text-align: center;
}
#header .header-top .sao-box dl{
	position: absolute;
	left: -1px;
	top: 41px;
	background: #fff;
	font-size: 15px;
	color: #000;
	z-index: 99;
}
#header .header-top .sao-box .img-box,#header .header-top .sao-box .img-intro{
	display: inline-block;
	vertical-align: top;
}
#header .header-top .sao-box dd{
	width: 224px;
	height: 110px;
	padding: 10px;
	box-sizing:border-box;
}
#header .header-top .sao-box .img-box{
	width: 80px;
	height: 80px;
}
#header .header-top .sao-box .img-intro{
	width: 121px;
	margin-top: 15px;
	text-align: center;
	line-height: 25px;
}
#header .header-top .sao dd{
	border-bottom: 1px solid #d4d2d2;
}
#header .header-top .sao{
	border:solid #d4d2d2;
	border-width: 0 1px;
	display: none;
}
#header .header-top .sao-box:hover dl{
	display: block;
}
#header .header-top .sao-box:hover{
	background: #fff;
	border: solid #d4d2d2;
	border-width:0 1px;
}
#header .header-main{
	background: #f8f8f8;
	height: 130px;
}
#header .header-main .logo-box{
	width:263px;
	height: 53px;
	margin-top: 38px;
}
#header .header-main .search-box{
	margin:40px 0 0 60px;
}
#header .header-main .search-box form{
	border:2px solid #ff0c00;
}
#header .header-main .search-box input[type="text"]{
	width: 334px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	border: none;
	vertical-align: top;
	float: left;
	padding:0 10px;
}
#header .header-main .search-box input[type="submit"]{
	width: 88px;
	height: 42px;
	line-height: 42px;
	background: #ff0c00;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border: none;
	vertical-align: top;
	float: left;
}
#header .header-main .search-box .search-hot{
	width: 425px;
	height: 18px;
	margin-top: 8px;
	overflow: hidden;
}
#header .header-main .search-box .search-hot li{
	float: left;
	margin-left: 10px;
}
#header .header-main .search-box .search-hot a{
	display: block;
	color: #555555;
}
#header .header-main .advantage-menu{
	margin:42px 0 0 50px;
}
#header .header-main .advantage-menu li{
	float: left;
	width: 60px;
	height: 70px;
	padding-top: 48px;
	color: #333333;
	font-size: 14px;
	margin-right: 20px;
	background: url(../../images/menu/mall/advantage_01.png) no-repeat center top;
}
#header .header-main .advantage-menu li.menu-02{
	background-image: url(../../images/menu/mall/advantage_02.png);
}
#header .header-main .advantage-menu li.menu-03{
	background-image: url(../../images/menu/mall/advantage_03.png);
}
#header .header-main .scode-box{
	width: 80px;
	height:100px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	margin:12px 10px 0 0;
	background: url(../../images/pic/mall/scode.jpg) no-repeat center bottom;
}
/*导航*/
#header .nav{
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
}
#header .nav .type-title{
	width: 230px;
	color: #fff;
	font-size: 18px;
	padding-left: 18px;
	background:#ff0c00 url(../../images/menu/mall/type.png) no-repeat 185px center;
}
#header .nav ul{
	margin-left: 32px;
}

#header .nav ul li{
	float: left;
	margin-right: 36px;
	font-size: 16px;
}
#header .nav ul li a{
	display: block;
	color: #333333;
}
#header .nav ul li:first-child{
	margin-right: 12px;
	color: #a0a0a0;
}
#header .nav ul li:first-child a{
	display: inline-block;
	vertical-align:top;
	font-weight: bold;
	padding-right: 12px;
}
#header .nav ul li.active a{
	color: #ff0c00;
}
#header .nav .publish-btn{
	width: 135px;
	height: 35px;
	line-height: 31px;
	border: 2px solid #ff0c00;
	font-size: 14px;
	color: #ff0c00;
	padding-left: 38px;
	margin-top: 6px;
	margin-right: -65px;
	background:#fff url(../../images/icon/mall/publish.png) no-repeat 15px center;
}
