*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.title {
	color:#261d18;
	height: 62px;
	font-size: 13px;
}
.title h1{
	float: left;
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
	padding-top: 16px;
}
.title span{
	margin-left:20px;
	padding-top: 35px;
	color: #999999;
}
.title a{
	line-height: 40px;
	margin-top: 15px;
}
/*搜索*/
#header .header-main .search-box{
	margin: 38px 22px 0 264px;
	border: 2px solid #e01222;
	background: #f6f6f6;
}
#header .header-main .search-box .search-type select{
	width:80px;
	height:36px;
	line-height: 36px;
	color:#525252;
	font-size: 13px;
	border:none;
	padding-left: 15px;
	background: inherit;
}
#header .header-main .search-box .search{
	height:36px;
	border-left: 1px solid #cfcfcf;
	background: inherit;
}

#header .header-main .search-box .search input{
	float: left;
	height:34px;
	line-height: 34px;
	border: none;
	background: inherit;
}
#header .header-main .search-box .search input[type="text"]{
	width: 330px;
  padding-right: 10px;
	font-size: 14px;
	color:#9c9c9c;
}
#header .header-main .search-box .search input[type="submit"]{
	font-size: 16px;
	color:#fff;
	background: #e01222;
	height:38px;
	width:88px;
	float: left;
}
#header .header-main .search-box .search .icon-search{
	width:25px;
	height:25px;
	background: url(../img/icon/icon.png) no-repeat -1px -20px;
	margin:10px 2px 0px 9px;
}
#header .header-main .qiugou{
	margin-top: 37px;	
}
#header .header-main{
	border-bottom: none;
}
/*导航*/
#nav{
	height: 42px;
	background: #f6f6f6;
	border-bottom: 2px solid #e01222;
}
#nav .type-box{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 40px;
	line-height: 40px;
	background: #e01222;
	color: #fff;
	font-size: 16px;
	padding:0 12px;
}
#nav .type-box .icon-type{
	width: 18px;
	height: 20px;
	background: url(/web/img/icon/common.png) no-repeat -133px 0;
	margin-top:11px;
}
#nav ul{
	margin-left: 38px;
	
}
#nav ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	font-size: 16px;
	padding: 0 2px;
}
#nav ul li.active a,#nav ul li:hover a{
	color:#e01222;
}
/*主要内容*/

#main-top .top-left{
	width:240px;
	height:465px;
	margin-right: 8px;
}
#main-top .top-right{
	width:675px;
	height:470px;
}

/*分类导航*/
#main-top .top-left .classify{
	border:solid #e01222;
	border-width: 0 2px 2px 2px;
	position: relative;
	height: 476px;
	background: #fff;
}

#main-top .top-left .classify .classify-box .classify-type{
	padding:10px;
	border-top: 1px dashed #cccccc;
	width: 100%;
	position: relative;
	background: #fff;
}
.classify-left{
	height: 70px;
	overflow: hidden;
}
#main-top .top-left .classify .classify-box .classify-type:first-child{
	border:0;
}

#main-top .top-left .classify .classify-box dl dt{
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}
#main-top .top-left .classify .classify-box dl dd{
	display: inline-block;
	padding-right: 5px;
	margin-top:16px;
}
#main-top .top-left .classify .classify-box dl dd a{ 
	font-size: 13px;
	color:#797979;
}
#main-top .top-left .classify .classify-box .classify-type:hover{
	border: solid #e01222;
	border-width: 2px 0;
	padding:9px 10px;
}
#main-top .top-left .classify .classify-box .classify-type:first-child:hover{
	padding-top: 10px;
}
#main-top .top-left .classify .classify-box .classify-type:first-child:hover{
	border-top: 0;
}
#main-top .top-left .classify .classify-box .classify-type:hover .classify-panel{
	display: block;
}
#main-top .top-left .classify .classify-box .classify-type:hover+.classify-type{
	border:none;
}
#main-top .top-left .classify .classify-panel{
	width:500px;
	position: absolute;
	right:-500px;
	top:-2px;
	background: #fff;
	z-index: 30;
	padding:15px;
	border:2px solid #e01222;
	display: none;
}
#main-top .top-left .classify .classify-box .classify-type:hover:after{
	z-index: 29;
}

#main-top .top-left .classify .classify-panel:before{
	content: "";
	position: absolute;
	width:2px;
	height:88px;
	left: -2px;
	top:0;
	background: #fff;
	z-index: 30;
}
#main-top .top-left .classify .classify-type:first-child .classify-panel:before{
	height:89px;
}
#main-top .top-left .classify .classify-panel p{
	font-size: 15px;
}
#main-top .top-left .classify .classify-panel dl{
	padding:6px 0;
	font-size: 14px;
}
#main-top .top-left .classify .classify-panel dl dt{
	color:#028E8D;
}
#main-top .top-left .classify .classify-panel dd{
	display: inline-block;
	margin-right: 10px;
}

/*banner*/
#main-top .top-right .ad-banner{
	width: 100%;
	height:358px;
	position: relative;
	margin-top: 10px;
}
#main-top .top-right .banner-box{
	width: 100%;
	height:358px;
	overflow: hidden;
	position: relative;
}
#main-top .top-right .ad-banner .banner-box ul{
	height:358px;
	position: absolute;
	left:0;
}
#main-top .top-right .ad-banner .banner-box ul li{
	width:675px;
	height:358px;
	float: left;
}
#main-top .top-right .ad-banner .banner-nav{
	width:100%;
	height:40px;
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
}
#main-top .top-right .ad-banner .banner-nav li{
	display: inline-block;
	width:16px;
	height: 16px;
	border-radius: 50%;
	background: #000;
	margin:5px;
}
#main-top .top-right .ad-banner .banner-nav .navOn{
	background: #fff;
}
/*广告区*/
#main-top .top-right .ad-area{
	margin-top:10px;
}
#main-top .top-right .ad-area ul li{
	float: left;
	width:332px;
	height: 98px;
	margin-right:10px;
}
#main-top .top-right .ad-area ul li:last-child{
	margin:0;
}
#main-top .top-slide{
	width: 257px;
	margin-top:10px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
#main-top .top-slide .p-box{
	width: 100%;
	height: 176px;
	background: url(/web/img/pic/index-bg.jpg) no-repeat top center;
	border-bottom: 1px solid #e6e6e6;
}
#main-top .top-slide .p-box .img-box{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin:0 auto;
	margin-top: 20px;
	overflow: hidden;
}
#main-top .top-slide .p-box{
	text-align: center;
	font-size: 13px;
}
#main-top .top-slide .p-box .username{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#main-top .top-slide .p-box .btn{
	margin-top: 30px;
}
#main-top .top-slide .p-box .btn a{
	display: inline-block;
	vertical-align: top;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e01222;
	color: #e01222;
}
#main-top .top-slide .p-box .btn a:first-child{
	background:#e01222 ;
	color: #fff;
	margin-right: 20px;
}
/*头条*/
#main-top .top-slide .toutiao-box{
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	padding: 0 15px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
#main-top .top-slide .toutiao-box span{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #e01222;
	color: #e01222;
	border-radius: 5px;
	margin-right: 13px;
	background: #f9f9f9;
}
/*头条*/
.swiper-container {
	width: 190px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	top:0px;
	left: 56px;
}
.swiper-container a{
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#e01222;
}
.swiper-slide {
	text-align: left;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*资讯*/
#main-top .top-slide .zixun-box .zixun-tab span{
	display: inline-block;
	vertical-align: top;
	width: 85px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #E6E6E6;
	background: #f9f9f9;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
#main-top .top-slide .zixun-box .zixun-tab span:last-child{
	border-right:0;
}
#main-top .top-slide .zixun-box .zixun-tab span.active{
	background: #fff;
	border-bottom: 0;
}
#main-top .top-slide .zixun-box .zixun-wrap{
	padding:11px 15px;
	font-size: 13px;
}
#main-top .top-slide .zixun-box .zixun-wrap li{
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;
}
#main-top .top-slide .zixun-box .zixun-wrap li:last-child{
	margin-bottom: 0;
}
#main-top .top-slide .zixun-box .zixun-wrap li a{
	display: inline-block;
	vertical-align:top;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main-top .top-slide .zixun-box .zixun-wrap li:before{
	content: "+";
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 5px;
	font-size: 11px;
    font-weight: bolder;
}
#main-top .top-slide .zixun-box .zixun-wrap li:hover a{
	color: #e01222 ;
}
#main-top .top-slide .zixun-box .zixun-wrap .zixun-content{
	display: none;
	height:155px;
	
}
#main-top .top-slide .zixun-box .zixun-wrap .zixun-content:first-child{
	display: block;
}
/*优势*/
#advantage {
	padding:24px 0;
}
#advantage li{
	width:215px;
	height:186px;
}
#advantage .advantage-img{
	width:100%;
	height:135px;
	position: relative;
}
#advantage .advantage-img .advantage-icon{
    width: 62px;
    height: 65px;
    background: url(/web/img/icon/youshi.png) no-repeat -4px -4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
#advantage .advantage-img .point{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,0.04);
	border:1px dashed rgba(255,255,255,0.3);   
}
#advantage .advantage-img .point-40 {
	width: 180px;
	height: 180px;
}
#advantage .advantage-img:hover  .point{
	background:transparent;
	border:none;
}
#advantage .advantage-img:hover .point-10 {
	width: 180px;
	height: 180px;
}
#advantage .advantage-img:hover .point-10:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background:rgba(255,255,255,0.1);
	border:2px dashed rgba(255,255,255,0.4);
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
}
#advantage .advantage-img:hover .point-40 {
	width: 180px;
	height: 180px;
}

#advantage .advantage-img:hover .point-40:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background:rgba(255,255,255,0.1);
	border:2px dashed rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2s infinite;
	animation: ripple 4.5s ease-out 2s infinite
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(1)
	}
	5% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	5% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#advantage .advantage-intro{
	text-align: center;
	border: solid #f1efef;
	border-width: 0 1px 1px;
	padding:5px;
	line-height: 20px;
}
#advantage .advantage-intro p:first-child{
	font-size: 18px;
}
#advantage li{
	float: left;
	margin-right: 28px;
}
#advantage li:last-child{
	margin:0;
}
#advantage .advantage-img .icon02{
   background-position: -5px -83px;
}
#advantage .advantage-img .icon03{
   background-position: -5px -155px;
}
#advantage .advantage-img .icon04{
   background-position: -1px -229px;
}
#advantage .advantage-img .icon05{
   background-position: 0px -295px;
}

/*专家推荐*/
/*#recommend{
	margin:20px 0 35px;
}
#recommend .recommend-product{
	margin-top:19px;
}
#recommend .recommend-product li{
	float: left;
	width:212px;
	height:148px;
	border: solid #f1efef;
	border-width:1px 0 1px 1px;
	padding: 12px;
}
#recommend .recommend-product li:last-child{
	border:1px solid #f1efef;
}
#recommend .recommend-product .hot-icon{
	width:40px;
	height: 40px;  
	margin:18px;   
}

#recommend .recommend-product .hot-img{
	width:136px;
	height: 95px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	-o-transition: all .2s ease-out;
	
}
#recommend .recommend-product li:hover .hot-img{
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-moz-transform:  translateX(-10px);
	-ms-transform:  translateX(-10px);
	-o-transform:  translateX(-10px);
}
#recommend .recommend-product li p{
	width:100%;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
#recommend .recommend-product li p:first-child{
	font-size: 14px;
	margin-bottom: 6px;
}*/
/*模块*/
.type-list{
	margin-top: 16px;
	max-width:850px;
	overflow: hidden;
}
.type-list li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	font-size: 15px;
	margin-right: 20px;
	border: 1px solid #eeeeee;
	border-radius: 30px;
	color: #261d18;
	cursor: default;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.type-list li.active,.type-list li:hover{
	background: #e01222;
	color: #fff;	
}
.module .content{
	height: 390px;
}
.module .toggle-box .toggle-item{
	display: none;
}
.module .toggle-box .toggle-item:first-child{
	display: block;
}
.module .content .ad-box{
	width: 269px;
	height: 390px;
	background: #eeeeee;
	padding: 24px 2px;
}
.module .content .ad-box .v-line{
	display: inline-block;
	vertical-align: top;
	width:6px;
	height: 18px;
	background: #E01222;
	margin-right: 10px;
	margin-top: 3px;
}
.module .content .ad-box .t-header{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.module .content .ad-box .msg{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	padding-left: 16px;
}
.module .content .ad-box img{
	display: block;
	width: 241px;
	height: 157px;
	margin:64px auto 28px auto;
}
.module .content .ad-box .extra{
	text-align: center;
}
.module .content .ad-box .extra span{
	display: inline-block;
	vertical-align: top;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #E01222;
}
.module .content .ad-box .extra span:first-child{
	margin-right: 6px;
}
.module .content .hot-list{
	width: 650px;
	height: 390px;
	background: #fff;
	border-top:1px solid #eeeeee;
}
.module .content .hot-list li{
	float:left;
	width: 325px;
	height: 195px;
	padding: 22px;
	border:1px solid #eeeeee;
	border-top-color: transparent;
	border-left-color: transparent;
}
.module .content .hot-list li:hover{
	border:1px solid #E01222;
}
.module .content .hot-list li .detail-btn{
	width: 86px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #e01222;
	border: 1px solid #e01222;
	margin-top: 35px;
}
.module .content .hot-list li .hot-intro{
	height: 80px;
}
.module .content .hot-list li .hot-intro .img-box{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.module .content .hot-list li .hot-intro .img-box img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.module .content .hot-list li .hot-intro .img-intro{
	width: 190px;
}
.module .content .hot-list li .hot-intro .img-intro .title{
	color: #333333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.module .content .hot-list li .hot-intro .img-intro .place{
	color: #777777;
	font-size: 12px;
}
.module .content .hot-list li .hot-intro .img-intro .place i{
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url(../img/icon/address.png) no-repeat center top;
	margin-right: 5px;
}
.module .content .hot-list li .hot-intro .img-intro .menu-box i{ 
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url('/web/img/icon/shop-list.png') no-repeat -2px -1px;
}
.module .content .hot-list li .hot-intro .img-intro .menu-box i.menu-02{ 
	background-position-y: -24px;
}
.module .content .hot-list li .hot-intro .img-intro .menu-box i.menu-03{ 
	background-position-y: -47px;
}
.module .content .hot-list li .hot-intro .img-intro .menu-box i.menu-04{ 
	background-position-y: -71px;
}
.module .content .hot-list li .hot-intro .img-intro .extra{
	margin-top: 18px;
}
/*模块新闻*/
.module{
	padding-bottom: 30px;
}
.module .content .new-box{
	width: 271px;
	height: 390px;
	background: #fff;
	padding: 0 22px;
	border: solid #eeeeee;
	border-width: 1px 1px 1px 0;
}
.module .content .new-box .new-header{
	color: #000;
	font-size: 13px;
	line-height: 60px;
}
.module .content .new-box .new-header .new-menu{
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	background: url(../img/icon/new-menu.png) no-repeat center top;
	margin:24px 5px 0 0;
}
.module .content .new-box ul li:first-child{
	width: 100%;
	height: 80px;
	position: relative;
}
.module .content .new-box ul li:first-child p{
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	line-height: 20px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2;
}

.module .content .new-box ul li:not(:first-child){
	width: 100%;
	height: 60px;
	padding:10px 0 0 20px;
	border-bottom: 1px dashed #c2c2c2;
	position: relative;
}
.module .content .new-box ul li .n-title{
	line-height: 26px;
	color: #242424;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;	
}
.module .content .new-box ul li:not(:first-child):before{
	content:'';
	position: absolute;
	left:0;
	top:17px;
	width: 0;
	height:0;
	border-left: 8px solid #c6c6c6;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.module .content .new-box ul li .publish{
	color: #c2c2c2;
}
.module .content .new-box ul li:last-child{
	border-bottom: none;
}
.module .content .new-box ul li:hover .n-title{
	color: #E01222;
}
#guolu{
	background: #f8f8f8;
}
#guolu-peijian{
	background: #fff;
}
/*免费发需求*/
#qiugou{
	background: #f8f8f8;
}
#qiugou .qiugou-wrap{
	border-top: 1px solid #E6E6E6;
	padding-top: 24px;
}
#qiugou .qiugou-wrap .qiugou-l{
	width: 920px;
	position:relative;
	height:320px;
}
#qiugou .qiugou-wrap .qiugou-l ul{
	margin-left: 18px;
	font-size: 14px;
}
#qiugou .qiugou-wrap .qiugou-l ul li{
	float: left;
	width: 50%;
	list-style: square;
	margin-bottom: 15px;
}
#qiugou .qiugou-wrap .qiugou-l ul li a{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	color: #e01222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
#qiugou .qiugou-wrap .qiugou-l ul li span{
	display: inline-block;
	vertical-align: top;
	color: #676767;
	font-size: 13px;
	margin-left: 30px;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom{
	position:absolute;
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: #e6e5e5;
	font-size: 15px;
	color: #202020;
	overflow: hidden;
	margin-top: 10px;
	bottom:0;
	left:0;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom span{
	width: 184px;
	text-align: center;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom span em{
	color: #e01222;
	margin-right: 15px;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom span.b-t{
	text-align: left;
	text-indent: 15px;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom .b-c{
	position: relative;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom .b-c:after{
	content: "";
	position: absolute;
	right: -23px;
	top: 0;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 23px solid #fff;
}
#qiugou .qiugou-wrap .qiugou-l .q-bottom .b-c:before{
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 23px solid #e6e5e5;
    z-index: 2;
}
#qiugou .qiugou-wrap .qiugou-r{
	width: 244px;
}
#qiugou .qiugou-wrap .qiugou-r a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #e01222;
	margin-bottom: 10px;
}
#qiugou .qiugou-wrap .qiugou-r .sao-box{
	width: 100%;
	height: 260px;
	background: url(/web/img/pic/qiugou-sao.jpg) no-repeat top center;
}
/*热门品牌团购*/
#hot-brand {
	padding:24px 0;
}
#hot-brand .brand-list{
	margin-top:18px;
}
#hot-brand .brand-list li{
	width:168px;
	height: 68px;
	float: left;
	border: solid #f1efef;
	border-width:1px 0 1px 1px;
}
#hot-brand .brand-list li:last-child{
	border:1px solid #f1efef;
}
#hot-brand .brand-tap .tap-content .content-l{
	width:219px;
	height: 360px;
}
#hot-brand .brand-tap .content-r{
	width:955px;
}
#hot-brand .brand-tap{
	margin-top:18px;
}
#hot-brand .brand-tap .tap-content{
	display: none;
}
#hot-brand .brand-tap .tap-content:first-child{
	display: block;
}
#hot-brand .brand-tap .content-r li{
	float: left;
	margin-right:18px;
	width:304px;
	border:1px solid #f1efef;
}
#hot-brand .brand-tap .content-r li:last-child{
	margin:0;
}
#hot-brand .brand-tap .content-r li .img-box{
	width:304px;
	height:207px ;
	overflow: hidden;
}
#hot-brand .brand-tap .content-r li .img-box img{
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition:All 0.6s ease-in-out ;
	-ms-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
#hot-brand .brand-tap .content-r li .img-intro{
	border-top:1px solid #f1efef;
	padding:8px 12px;
	height: 72px;
}
#hot-brand .brand-tap .content-r li .img-intro .img-title{
	font-size: 20px;
}
#hot-brand .brand-tap .content-r li .img-intro p{
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
#hot-brand .brand-tap .content-r li .img-intro p:last-child{
	margin-top:10px;
}
#hot-brand .brand-tap .content-r li .img-intro p .baoming{
	font-size: 14px;
}
#hot-brand .brand-tap .content-r li .img-intro p .red{
	color:#ff3938;
}
#hot-brand .brand-tap .content-r li .img-intro p .renzheng{
	color:#fff;
	background: #189e9d;
	padding:0 5px;
	margin-right: 6px;
	height: 20px;
	line-height: 20px;
}
#hot-brand .brand-tap .content-r li .img-intro p .zhibao{
	color:#fff;
	background: #2dbebd;
	padding:0 5px;
	height: 20px;
	line-height: 20px;
}
#hot-brand .brand-tap .content-r li:hover .img-box img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#hot-brand .brand-tap .content-r .ad-bottom{
	width:100%;
	height: 46px;
	margin-top:17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*更多*/
#more {
	margin:36px 0;
}
#more .more-l{
	width:587px;
}
#more .more-banner{
	margin-top:18px;
	position: relative;
}
#more .more-banner .banner-box{
	position: relative;
	width:587px;
	height: 173px;
	overflow: hidden;
}
#more .more-banner .banner-box ul{
	position: absolute;
	left: 0;
}
#more .more-banner .banner-box li{
	border: 1px solid #f1efef;
	float: left;
	width:585px;
	height: 171px;
}
#more .more-banner .img-box{
	width:222px;
	height: 171px;
}
#more .more-banner .img-intro{
	width:341px;
	height: 106px;
	padding:25px 10px 40px;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	overflow: hidden;
}
#more .more-banner .control{
	position: absolute;
	right:30px;
	bottom:20px;
	height: 20px;	
}

#more .more-banner .control li{
	float: left;
	width:12px;
	height:12px;
	border-radius: 50%;
	background: #a4adbc;
	margin-right: 5px;
	margin-top:1px;
}
#more .more-banner .control li.navOn{
	background: #fff;
	border:1px solid  #a4adbc;
	margin-top:0;
}
#more .more-l .show{
	margin-top:26px;
}
/*论坛*/
#more .more-r{
	width:575px;
}
#more .more-r .luntan-content{
	width:544px;
	border: 1px solid #f1efef;
	padding:15px;
	margin-top:18px;
}
#more .more-r .luntan-content .luntan-anno{
	width:223px;
	height: 168px;
	background: #aeebea;
	text-align: center;
	color:#189d9c;
	font-size: 14px;
}
#more .more-r .luntan-content .luntan-anno p:first-child{
	color:#028e8d;
	font-size: 50px;
	padding-top: 40px;
}
#more .more-r .luntan-content ul{
	width:537px;
	height: 397px;
	overflow: hidden;
}
#more .more-r .luntan-content li{
	list-style:square ;
	width:273px;
	font-size: 13px;
	letter-spacing: 1px;
	height: 35px;
	line-height: 35px;
	margin-left:260px;
}
#more .more-r .luntan-content li p{
	float: left;
	width:100%;
	white-space: nowrap;
}
#more .more-r .luntan-content li:nth-child(n+7){
	width:512px;
	margin-left:20px;
}
#brand_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px
}
#brand_pic_group {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	align-items:center;
	justify-content: space-between;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	background:#f8f8f8;
}
#brand_pic {
	margin: 10px
}
#brand_img {
	height: 100%;
	width: 100%
}