/*** RESET&BASE ***/
body,html,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body{font:12px/1.5 Arial,"Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\5b8b\4f53";color:#666;_background-image:url(about:blank);_background-attachment:fixed;}
button,input,select,textarea{font-size:100%;vertical-align:middle;}button{cursor:pointer;*overflow:visible;}
h1,h2,h3,h4,h5,h6{font-size:100%;}h1,h2,h3{color:#111;font-family:"\5FAE\8F6F\96C5\9ED1";}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}ul li{float:left;}ol li{clear:both;}
a img{border:0;}img{vertical-align:middle;}
a{color:#333;text-decoration:none;}a:hover{color:#e10000;}
a:active{star:expression(this.onFocus=this.blur());}
a.more,a.link{font-family:"\5b8b\4f53";font-style:normal;}a.link{color:#f36f21;}
a.curr,a.curr:hover,.curr a,.curr a:hover{text-decoration:none;cursor:default;}
html,
body {
	background: #f8f8f8;
}
.clearfix::after{
	content:'';
	clear:both;
	width:0;
	height:0;	
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*** HEADER ***/
.header{position:fixed;z-index:3;background: #FFFFFF;  width: 100%; top: 0;left: 0; }
.header-w{width:1100px;height:100px;margin:0 auto;}
.header .logo{float:left; margin-top: 40px;}
.nav{float:right;height:80px;}
.nav a{display:block;height:37px;line-height:37px;padding:40px 20px 0;margin-left:1px;font-size:12px;font-weight:700;}
.nav .curr a{color:#e10000;font-weight:700;}
/*** BANNER--WRAP***/
.banner_wrap {
	margin-top: 100px;
	float: left;
	width: 100%;
	height: 600px;
	background: url(../images/indexBannerBg1.png) no-repeat;
	background-position:center;
	background-size: cover; 
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.banner_text{
	width: 360px;
	height: 500px;
	color: white;
	font-weight: normal;
	margin-top: 150px;
	margin-left: 900px;
}
.banner_text h2{
	font-size: 30px;
	color: white;
	font-weight: normal;
	margin-bottom: 10px;
}
.banner_text h3{
	font-size: 30px;
	color: white;
	font-weight: normal;
	margin-bottom: 50px;
}
.banner_text p:nth-child(3){
	line-height: 30px;
	margin-bottom: 60px;
}
.banner_text p:nth-child(4){
	width: 80px;
	height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
/*** MAIN***/
.main{
	width: 100%;
	height: 1450px;
	float: left;
	background: url(../images/indexMainBg.jpg) no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	/*background-position:0 0;*/
	background-size: cover;
	background-position:center;
}
.main_content{
	width:1200px;height:1450px;margin:0 auto;
	position: relative;
}
.category_title{
	width: 100%;
	height: 150px;
	text-align: center;
	/*position: absolute;*/
}
.title1{
	/*left: 0;
	top: 0px;*/
	/*margin-top: 20px;*/
}
.category_title p:nth-child(1){
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	padding-top: 40px;
}
.category_title p:nth-child(2){
	font-size: 8px;
	color: #595959;
	margin-top: 10px;
}
.equitiesShow{
	width: 100%;
	height: 300px;
	left: 0;
	top: 150px;*/
}
.equitiesShow li{
	width: 300px;
	height: 150px;
	text-align: center;
}
.equitiesShow li img{
	width: 80px;
	height: 80px;
}
.equitiesShow li p{
	font-size: 18px;
	font-weight: bold;
}
.title2{
	left: 0;
	top: 370px;
}
.comingSoon{
	    width: 100%;
    height: 200px;
}
.comingSoon ul{
	width: 1000px;
	height: 200px;
	background: url(../images/comingSoonBg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}


.comingSoon ul li{
	width: 140px;
	height: 160px;
	text-align: center;
}
.comingSoon ul li img{
	width: 80px;
	height: 80px;
	margin-top: 45px;
}
.comingSoon ul li p{
	font-size: 18px;
	font-weight: bold;
}
.title3{
	left: 0;
	top: 670px;
}
.merchants{
	width: 100%;
    height: 350px;
}
.merchants div{
	    width: 1000px;
    height: 350px;
    background: url(../images/merchants.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.join{
	width: 100%;
    height: 200px;
    left: 0;
    top: 1350px;
    position: absolute;
}
.join_con{
	width: 1000px;
    height: 200px;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #EEEEEE; /* 老的 Firefox */
	box-shadow: 5px 5px 5px #EEEEEE;
	
}
.join_con img{
    width: 20px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 10px;
}
.join_con p:nth-child(2){
	    color: #000000;
    font-size: 25px;
    padding-top: 50px;
    font-weight: bold;

}
.join_con p:nth-child(2) span{
	color: #A60B17;
}
.join_con p:nth-child(3){
	width: 200px;
    height: 40px;
    background: #A60B17;
    color: #FFFFFF;
    margin: 30px auto;
    line-height: 40px;
    border-radius: 5px;
}
.join_con p:nth-child(3) a{
	display: block;
	width: 200px;
    height: 40px;
    color: #FFFFFF;
}
.whiteBg{
	width: 100%;
	height: 120px;
	float: left;
	background: #FFFFFF;
}
.phoneBg{
	width: 100%;
	height: 700px;
	float: left;
	background: url(../images/infoBg.png) no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center;
	background-size: cover;
}
/*** company_info***/
.company_info{
	width: 100%;
	height: 100px;
	float: left;
	/*position: relative;*/
}
.company_infoMain{
	    width: 1000px;
    height: 100px;
    margin: 0 auto 0 auto;
    position: relative;
}
.contactUs{
	color: #000000;
	font-size: 20px;
	position: absolute;
	top:0;
	left: 0;
	font-weight: bold;
}
.workTime{
	position: absolute;
	top:50px;
	left: 0;
}
.add_info{
	width: 400px;
	height: 30px;
	color: #000000;
	font-size: 25px;
	position: absolute;
	top:0;
	left: 550px;
	font-size: 14px;
	line-height: 30px;
}
.add_info p{
	float: left;
}
.add_info p:nth-child(1){
	width: 120px;
	height: 30px;
	background: #A60B17;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.add_info p:nth-child(1) img{
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.add_info p:nth-child(1) span{
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	
}
.add_info p:nth-child(2){
	width: 270px;
	height: 30px;
	color: #000000;
	background: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.add_info p:nth-child(2) span{
	float: left;
	margin-left: 20px;
}









.tel_Info{
	width: 400px;
	height: 30px;
	color: #000000;
	font-size: 25px;
	position: absolute;
	top:45px;
	left: 550px;
	font-size: 14px;
	line-height: 30px;
}
.tel_Info p{
	float: left;
}
.tel_Info p:nth-child(1){
	width: 120px;
	height: 30px;
	background: #A60B17;
	/*-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tel_Info p:nth-child(1) img{
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.tel_Info p:nth-child(1) span{
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.tel_Info p:nth-child(2){
	width: 150px;
	height: 30px;
	color: #000000;
	background: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tel_Info p:nth-child(2) span{
	float: left;
	margin-left: 20px;
}

/*** footer***/
footer{
	float: left;
	width: 100%;
	height: 120px;
	background: url(../images/footerBg.png) no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:0 0;
	background-size: cover;
	
}


footer .foot{
	width: 1000px;
    height: 120px;
    margin: 0 auto;
}
.foot h1{
	margin-top: 50px;
	float: left;
}
.bottomInds{
	margin-top:10px;
}
.Copyright{
	margin-top: 55px;
	float: right;
	margin-right: 50px;
}
.inds{
	color:#666;
	display: block;
}
.inds:hover{
	color:#666;
}
.inds>span{
	padding:2px 2px 2px 5px;
}
/*会员权益*/
.eqBanner_wrap{
	margin-top: 100px;
    float: left;
    width: 100%;
    height: 600px;
    background: url(../images/bannerBg.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
    -webkit-background-size: cover;
	
}
.eqBanner_content{
	width:1200px;height:600px;margin:0 auto;
}
.eqBanner_content .category_title{
	margin-top: 30px;
}
.eqBanner_content .equitiesShow{
	margin-top: 50px;
}
.comingSoonMain{
	float: left;
    width: 100%;
    height: 400px;
}
.comingSoonCon{
	width:1200px;height:400px;margin:0 auto;
}























/*关于我们*/
.aboutBanner{
	margin-top: 100px;
    float: left;
    width: 100%;
    height: 900px;
    background: url(../images/aboutBannerBg1.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}
.aboutBanner .company_infoMain{
	margin-top: 800px;
}

/*特约商户信息*/
.tenant_main{
    float: left;
    width: 100%;
    height: 800px;
}
.tenant{
	width:1000px;height:800px;margin:0 auto;
	 background: url(../images/tenantBg.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}


/*积分*/

.inBanner_wrap{
	margin-top: 100px;
	float: left;
	width: 100%;
	height: 650px;
	background: url(../images/inBannerBg.png) no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
.inBanner_content{
	width:1200px;height:650px;margin:0 auto;
}
.inBanner_content .category_title{
	margin-top: 30px;
}













