/*公共样式*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,article,aside{margin:0;padding:0;box-sizing: border-box;}
body{font-size:12px;font-family: "微软雅黑","Microsoft YaHei',arial,sans-serif";color:#261d18;}
img{border:none;width: 100%;height:100%;}
li{list-style:none;}
input,select,textarea{outline:none;}
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;
}
table{
	border-collapse: collapse;
}
/*头部*/
#header .header-top{
	width:100%;
	height:40px;
	line-height: 40px;
	background: #f8f8f8;
	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+4):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(../img/icon/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 a{
	color:#6c6c6c;
}
#header .header-top ul li a.em{
	color: #ff4400;
	font-size: 14px;
}
#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 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;
}
#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;
}
#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{
	width:100%;
	height:120px;
}
#header .header-main .title-box .shop-logo{
	margin: 32px 16px 0 0;
	width: 60px;
	height: 60px;
}
#header .header-main .title-box .shop-intro{
	height: 60px;
	font-size: 16px;
	margin-top: 34px;
	padding: 5px 16px;
	border-left: 1px solid #d4d2d2;
}
#header .header-main .title-box .shop-intro p:last-child{
	color: #5d5d5d;
	font-size: 12px;
	margin-top: 13px;
}
.qq-btn{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:21px;
	background: url(../img/icon/common.png) no-repeat -70px 0;
	margin-left:5px;
}
/*搜索*/
#header .header-main .search-box{
	margin-top: 39px;
}
#header .header-main .search-box .search{
	width: 333px;
	height: 38px;
	border: 2px solid #ff7300;
}
#header .header-main .search-box .search input[type="text"]{
	width:240px ;
	height: 34px;
	line-height: 36px;
	padding-left: 5px;
	border: none;
	
}
#header .header-main .search-box .search .s-btn{
	width: 85px;
	height: 34px;
	line-height: 34px;
	background: #ff7300;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
}
#header .header-main .search-box .q-btn{
	width: 85px;
	height: 38px;
	line-height: 38px;
	background: #f0ad4e;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	margin-left: 6px;
}
/*导航*/
#nav {
	height: 40px;
	line-height: 40px;
	background: #000;
}

#nav li{
	float: left;
	width: 133px;
	text-align: center;
	font-size: 16px;
}
#nav li a{
	display:block;
	width: 133px;
	color: #fff;
}
#nav li.active,#nav li:hover{
	background: #e60000;
}
/*侧边栏*/
#slidebar{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin:20px 9px 80px 0;
	font-size:12px;
}
#slidebar .shop-wrap{
	width: 100%;
	border: 1px solid #e5e5e5;
}
#slidebar .shop-wrap .header{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	color: #000;
	font-weight: 600;
}
#slidebar .shop-wrap .content{
	padding: 0 9px;
}
#slidebar .shop-wrap .content .age-limit{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	color: #565555;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#slidebar .shop-wrap .content .age-limit .sign{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	line-height: 21px;
	background: #f04343;
	color: #ffd800;
	text-align: center;
	margin-right: 10px;
}
#slidebar .shop-wrap .content .age-limit em{
	color: #f04343;
}
#slidebar .shop-wrap .content .value-added{
	color: #696969;
	padding: 16px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#slidebar .shop-wrap .content .value-added span{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../img/icon/common.png) -93px 0;
	margin-right: 5px;
}
#slidebar .shop-wrap .content .value-added span.icon-speed{
	background-position:-115px 0 ;
	margin-left: 28px;
}
#slidebar .shop-wrap .content .value-added a{
	display: inline-block;
	vertical-align: top;
	width: 83px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-top: 20px;
}
#slidebar .shop-wrap .content .value-added a.enter-btn{
	color: #fff;
	background: #333333;
}
#slidebar .shop-wrap .content .value-added a.house-btn{
	color: #696969;
	border: 1px solid #e5e5e5;
	margin-left: 8px;
}
#slidebar .shop-wrap .content .business{
	padding: 10px 5px;
	border-bottom: 1px solid #e5e5e5;
}
#slidebar .shop-wrap .content .business p span{
	display: inline-block;
	vertical-align: top;
	color: #696969;
}
#slidebar .shop-wrap .content .business p{
	color: #2f2f2f;
	line-height: 24px;
}
#slidebar .shop-wrap .content .business p.yewu{
	max-height: 50px;
	overflow: hidden;
}
#slidebar .shop-wrap .content .business p em{
	color: #f04343;
}
#slidebar .shop-wrap .content .business .more-btn{
	color: #0066cc;
}
#slidebar .shop-wrap .content .business .more-btn .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 #0066cc;
     margin-left: 4px;
}
#slidebar .shop-wrap .content .business .show .triangle-down{
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 4px solid #0066cc;
    border-top: none;
}
#slidebar .shop-wrap .content .contact{
	padding: 13px 0;
}
#slidebar .shop-wrap .content .contact p{
	color: #2f2f2f;
	line-height: 24px;
}
#slidebar .shop-wrap .content .contact .qq-btn{
	width:66px;
	background: url(../img/qqchat.jpg) no-repeat;
}
/*产品分类*/
#slidebar .product-type{
	margin-top: 16px;
	border: 1px solid #e5e5e5;
}
#slidebar .product-type .header{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f04343;
	font-size: 15px;
	color: #fff;
	text-indent: 18px;
}
#slidebar .product-type .content{
	padding: 10px 14px 50px 14px;
	color: #2f2f2f;
}
#slidebar .product-type .content dl dt{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}
#slidebar .product-type .content dl dt .plus{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	line-height: 9px;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	font-weight: bold;
	margin:8px 5px 0 0;
	background: #fbfbfb;
}
#slidebar .product-type .content dl dd{
	text-indent: 18px;
	height: 24px;
	line-height: 24px;
}
#slidebar .product-type .content dl dd a{
	color:#2f2f2f ;
}
/*底部*/
#footer{
	background: #2a2c37;
	color:#f7f6f6;
	padding-bottom: 40px;
}
#footer .work-box{
	margin-right:30px;
}
#footer .work-box .footer-logo{
	width:212px;
	height: 64px;
	margin:27px 0 35px 0;
}
#footer .work-box li{
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 1px;
}
#footer dl{
	margin:57px 39px;
}
#footer dl dt{
	font-size: 16px;
	margin-bottom: 10px;
}
#footer dl dd a{
	color:#f7f6f6;
}
#footer dl dd{
	line-height: 26px;
	padding-left: 35px;
}
#footer dl dt span{
	  display: inline-block;
	  vertical-align: middle;
    width: 30px;
    height: 28px;
    background: url(../img/icon/icon.png) no-repeat 0px -37px;
    margin-right: 5px;
}
#footer dl dt .icon-lead{
	background-position:-30px -36px ;
}
#footer dl dt .icon-service{
	background-position:0px -64px ;
}
#footer dl dt .icon-answer{
	background-position:-30px -64px ;
}
#footer  .scode-box{
	margin-top:57px;
}
#footer  .scode-box li{
	float: left;
	margin-left: 40px;
}
#footer .beian{
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
/*当前位置*/
.position{
	width:100%;
	height: 53px;
	line-height: 53px;
}
/*轮播图*/
.qiugou-banner{
	width:100%;
	height: 500px;
	position: relative;
	margin-top:10px;
}
.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: 7px;
}
 .page-box ul li{
	float: left;
	padding:0 8px;
	height: 36px;
	line-height: 36px;
	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.on{
	background: #ff4400;
}
.page-box ul li.on a{
	color:#fff;
}
.page-box ul li.disabled a{
	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: middle;
	width: 236px;
	height: 75px;
}
/*论坛头部*/
#bbs-header .user-nav{
	color:#777777;
	font-size: 26px;
	width: 95px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-left: 1px solid #cccccc;
	margin: 12px 0 0 20px;
}

/*搜索*/
#bbs-header .search-box {
	margin-top:18px;
}
#bbs-header .search-box .search{
	height:38px;
	border: 2px solid #028e8d;
	background: #fff;
}
#bbs-header .search-box .search input{
	float: left;
	height:36px;
	line-height: 36px;
	border: none;
}
#bbs-header .search-box .search input[type="text"]{
	width:370px;
	font-size: 14px;
	color:#9c9c9c;
	padding-left: 10px;
}
#bbs-header .search-box .search input[type="submit"]{
	font-size: 16px;
	color:#fff;
	background: #028E8D;
	height:38px;
	width:81px;
	float: right;
}
#bbs-header .search-box .search .icon-search{
	width:25px;
	height:25px;
	background: url(../img/icon/icon.png) no-repeat -1px -20px;
	margin:10px;
}

