﻿/*公用部分*/
/*分类1头部*/
body{
	overflow-x: hidden;
}
.head{
	text-align: center;
}
.head h6{
	font-size: 30px;
	color: #595961;
	font-weight: bold;
}
.head p{
	font-size: 16px;
	color: #666;
	margin-top: 14px;
}
/*分类2头部*/
.head1{
	text-align: center;
}
.head1 h6{
	font-size: 37px;
	color: #595961;
	margin-bottom: 35px;
}
.head1 span{
	display: block;
	width: 39px;
	height: 6px;
	background-color: #1a93e7;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
}
/*主体部分*/
.main{
	width: 1060px;
	margin: 0 auto;
}
.assort_box{
	-ms-box-shadow:0 10px 50px rgba(195,233,255,1);
	-webkit-box-shadow:0 10px 50px rgba(195,233,255,1); 
	-moz-box-shadow:0 10px 50px rgba(195,233,255,1); 
	-o-box-shadow:0 10px 50px rgba(195,233,255,1);
	box-shadow:0 10px 50px rgba(195,233,255,1); 
}

/*顶部header*/
.ban-introduce{
	background:url(../images/headbg.jpg) center top;
	width:100%;
	height:600px;
}
.ban-text{
	font-size:40px;
	text-align:center;
	color:#fff;
	padding:87px 0 0 0;
}
.header{
	position: relative;
}
.w-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 29px;
    position: relative;
}
.head-ps{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.ban-introduce .w-c,
.ban-process .w-c,
.ban-index .w-c{
	padding-top:29px;
	position:relative;
}
.logo{
	background:url('../images/logo_light.png') no-repeat;
	width:295px;
	height:60px;
	text-indent:-1000px;
}
.nav-r{
	position:absolute;
	right:0;
	top:29px;
}
.nav-r li{
	float:right;
}
.nav-r li a{
	color:#fff;
	padding:0 20px;
	font-size:14px;
	height:36px;
	line-height:36px;
	display:inline-block;
}
.nav-r li a.nav-hover,
.nav-r li.on a{
	color:#ffd40b;
	text-decoration:none;
}
.nav-r li.login a{
	border:1px solid #fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	padding:0 30px;
	margin-left:10px
}
.nav-r li.login a.login-hover{
	background:#ffd40b;
	color:#000;
	border-color:#ffd40b;
	text-decoration:none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.wrapper_box{
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 745px;
}
.warpper{
	width:100%;
	position:absolute;
	left:50%;
	margin-left:-960px;
}


/*在线商城*/
.mall{
	margin-top: 70px;
}
.mall ul{
	margin-top: 70px;
	overflow: hidden;
}
.mall ul li{
	float: left;
	width: 260px;
	text-align: center;
	margin-bottom: 55px;
}
.mall ul li.item{
	margin: 0 140px;
}
.mall ul li .mall_pic{
	width: 260px;
	height: 154px;
	margin-bottom: 15px;
}
.mall ul li h6{
	font-size: 20px;
	color: #595961;
}
.mall ul li span{
	display: block;
	color: #9a9aa9;
	font-size: 18px;
	margin-top: 3px;
}
/*店铺装修*/
.renovation{
	margin-top: 110px;
}
.renovation ul{
	overflow: hidden;
	margin-top: 75px;
}
.renovation ul li{
	float: left;
	width: 219px;
	margin-right: 61px;
}
.renovation ul li:last-child{
	margin-right: 0;
}
/*砍价*/
.evalute{
	margin-top: 115px;
}
.assort_txt{
	float: left;
	width: 274px;
	height: 399px;
	background-color: #fff;
	margin-left: 60px;
	margin-right: 165px;
	margin-top: 65px;
}
.bargain .assort_txt{
	background-color: rgba(249,249,249,0.42);
}
.bargain .assort_txt .text h5,
.bargain .assort_txt .text p,
.bargain .assort_txt .assort_icon .icon{
	color: #fff;
}

.assort_txt ul li{
	height: 114px;
	padding-top: 26px;
	width: 274px;
	cursor: pointer;
}
.assort_txt ul li.current{
	width: 290px;
	color: #fff;
	background-image: url('img/current.png');
	transform: translate(-8px, 10px);
	background-size: 100% 100%;
}
.assort_txt ul li.current .assort_icon .icon,
.assort_txt ul li.current .text h5,
.assort_txt ul li.current .text p{
	color: #fff;
}
.assort_txt ul li .assort_icon{
	float: left;
	width: 46px;
	margin-left: 17px;
	margin-right: 12px;
	height: 46px;
	margin-top: -10px;
}
.assort_icon .icon{
	display: block;
	font-size: 46px;
	color: #2CCAFE;
	/*height: 46px;*/
}
.assort_txt ul li .text{
	float: left;
}
.assort_txt ul li .text h6{
	font-size: 20px;
	color: #727281;
}
.assort_txt ul li .text p{
	width: 182px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.assort_pic{
	float: left;
	margin-top: 65px;
}
.assort_pic ul li{
	display: none;
}
.bargain1 .assort_pic ul li{
	width: 511px;
	/*text-align: right;*/
}
.assort_pic ul li.show{
	display: block;
}
/*拼团业务*/
.bargain{
	position: relative;
	margin-top: 150px;
}
.bargain .wrapper_box{
	height: 840px;
}
.mask{
	position: absolute;
	width: 100%;
	height: 840px;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.bargain .head1{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 20;
	text-align: center;
	margin-top: 80px;
}
.bargain .head1 h6{
	color: #fff;
}
.bargain .head1 span{
	background-color: #fff;
}
.bargain .assort{
	position: absolute;
	top: 260px;
	z-index: 20;
	left: 50%;
	margin-left: -530px;
}
.bargain .assort .assort_pic{
	margin-left: 60px;
	margin-right: 165px;
	margin-top: 0;
}
.bargain .assort .assort_txt{
	margin:0;
}
/*产品形态*/
.product{
	margin-top: 85px;
}
/*会员*/
.member .assort_txt{
	height: 280px;
}
.member .assort_pic{
	margin-top: 20px;
}
/*引流渠道*/
.channel{
	margin-top: 200px;
	background-color: #F1F2F5;
	padding-top: 70px;
	height: 550px;
}
.channel ul li{
	float: left;
	margin-top: 60px;
	margin-right: 141px;
	width: 99px;
	text-align: center;
} 
.channel ul li.none{
	margin-right: 0;
}
.channel ul li div{
	width: 99px;
	height: 99px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 99px;
}
.channel ul li div .icon{
	font-size: 52px;
	color: #dbdbdb;
}
.channel ul li span{
	display: block;
	color: #595961;
	font-size: 18px;
	margin-top: 18px;
}
/*合作案例*/
.cooperation{
	padding-top: 85px;
}
.cooperation_bg{
	width: 1264px;
	height: 624px;
	background-image:url('img/cooperation_bg.png');
	margin:20px auto 20px;
	position: relative;
}
.cooperation_bg img{
	position: absolute;
	top: 12px;
	left: 8px;
	width: 1271px;
	height: 573px;
}
/*技术支持*/
.technology{
	height: 535px;
	background-color: #F1F2F5;
	padding-top: 75px;
}
.technology ul{
	display: table;
	margin: 0 auto;
}
.technology ul li{
	background-color: #fff;
	text-align: center;
	float: left;
	margin-right: 40px;
	margin-top: 61px;
	padding: 20px 45px 0;
}
.technology ul li:last-child{
	margin-right: 0;
}
.technology ul li .technology_pic{
	width: 165px;
	height: 161px;
	margin:0 auto;
}
.technology ul li img{
	display: block;
}
.technology ul li .tip{
	display: block;
	width: 16px;
	height: 6px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #1a93e7;
	margin: 18px auto 20px;
}
.technology ul li p{
	text-align: center;
	color: #595961;
	font-size: 18px;
}
/*底部*/
.foot{
	border-top:1px solid #e3e3e3;
	background:#f3f3f3;
	padding:50px 0;
	font-size:14px;
	color:#999;
	text-align:center;
	line-height:24px;
}
.foot a{
	color:#999;
}
.foot a:hover{
	text-decoration:none;
	color:#666;
}
.foot span.line{
	padding:0 15px;
}
.foot p{
	font-size:14px;
	color:#999;
}