/*公共样式*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,iput{margin:0;padding:0;}
body{font-size:12px;font-family: "黑体";color:#261d18;min-width: 1190px;}
img{border:none;width: 100%;height:100%;}
li{list-style:none;}
input,select,textarea{outline:none;font-family: "黑体";}
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;
	margin:0 auto;
}
em,i{
	font-style: normal;
}


/*当前位置*/
.position{
	width:100%;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
}

/*轮播图*/
.qiugou-banner{
	width:100%;
	height: 500px;
	position: relative;
}
.qiugou-banner .bannerbox{
	position: relative;
	width:100%;
	height: 500px;
	overflow: hidden;
}
.qiugou-banner .bannerbox ul{
	position: absolute;
	left:0;
	height: 500px;
}
.qiugou-banner .bannerbox ul li{
	float: left;
	width:100%;
	height: 500px;
}
.qiugou-banner .control{
	width:100%;
	height:40px;
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
}
.qiugou-banner .control li{
	display: inline-block;
	width:16px;
	height: 16px;
	border-radius: 50%;
	background: #000;
	margin:5px;
}
.qiugou-banner .control .navOn{
	background: #fff;
}
/*分页*/
.page-box{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	margin: 56px 0;
}
 .page-box ul{
	margin-top: 12px;
}
 .page-box ul li{
	float: left;
	padding:0 8px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
}
 .page-box ul li.points{
	border: none;
}
 .page-box ul .num{
	margin-right:0;
	width: 36px;
	text-align: center;
	padding:0;
	border-left: 0;
}
 .page-box ul .pre+.num{
	border-left: 1px solid #dfdfdf;
}

.page-box ul li.active{
	color:#fff;
	background: #ff4400;
}
.page-box ul li.disabled{
	color:#dfdfdf;
	cursor: default;
}
.page-box .total{
	color: #727272;
	font-size: 12px;
}
.page-box form{
	color: #727272;
	font-size: 12px;
	margin-right: 20px;
}
.page-box form input[type="text"]{
	width: 30px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #dfdfdf;
	color: #000;
	padding-left: 5px;
	margin:0 5px;
}
.page-box form input[type="submit"]{
	width: 43px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dfdfdf;
	color: #000;
	text-align: center;
	background: #fff;
	margin:0 5px;
}
/*用户头部*/
#user-header{
	width: 100%;
	height: 115px;
	line-height: 115px;
	background: #fff;
}
#user-header .user-nav{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 67px;
	line-height: 67px;
	color:#777777;
	font-size:26px;
	text-align: center;
	border-left: 1px solid #cccccc;
	margin-left: 20px;
}
#user-header .logobox{
    display: inline-block;
    vertical-align: top;
    width: 194px;
    height: 50px;
    margin-top: 22px;
}
.login_container{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 99;
}
#login_container{
	width: 300px;
	margin: 300px auto;
	background: #fff;
}
.others p{
	margin-top: 0px !important;
}
.others ul{
	 margin-top: 10px !important;
 }
.others ul li{
	height: 30px !important;
}
.others img{
	width: auto;
}

#header .header-main{
	width:100%;
	height:0px;
}
#header .header-main .logobox{
	margin-top:28px;
}

#header .header-main .logobox a{
	display: block;
	width: 194px;
	height: 50px;
}

#header .header-main .qiugou{
	width: 157px;
	height: 40px;
	line-height: 40px;
	background: #e01222;
	font-size: 16px;
	position: relative;
	top: 380px;
}
#header .header-main .qiugou a{
	display: block;
	color: #fff;
	text-align: center;
}
#header .header-main .qiugou .icon-publish{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 25px;
	margin-right: 8px;
	background: url(../img/icon/publish.png) no-repeat center center;
}