.contact-list-page .web .banner{
	height: 299px;
	line-height: 299px;
	background-repeat: repeat;
	background-image: url(../images/bg_blue.png);
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.contact-list-page .web .nav{
	background-color: #fff;
	text-align: center;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.contact-list-page .web .nav table{
	margin: 0 auto;
	height: 100px;
	line-height: 100px;	
}
.contact-list-page .web .nav table td{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 290px;
}
.contact-list-page .web .nav a{
	display: block;
	font-size: 18px;
	color: #444;
}
.contact-list-page .mobile .banner{
	height: 150px;
	line-height: 150px;
	background-color: #0190dc;
	font-size: 3rem;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.contact-list-page .mobile .nav{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	color: #444;
	background-color: #ffd900;
}

/*联络中心*/
.contact-list-page.contact-01 .web .sec1{
	position: relative;
}
.contact-list-page.contact-01 .web .sec1 .left-part{
	width: 480px;
	height: 500px;
	background-color: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	padding: 100px 35px 0 50px;
}
.contact-list-page.contact-01 .web .sec1 .left-part h3{
	font-size: 18px;
	color: #323237;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact-list-page.contact-01 .web .sec1 .left-part li{
	font-size: 14px;
	color: #323237;
	line-height: 28px;
	position: relative;
	padding-left: 15px;
}
.contact-list-page.contact-01 .web .sec1 .left-part li img{
	position: absolute;
	left: 0;
	top: 10px;
}
.contact-list-page.contact-01 .web .sec1 .right-part{
	width: 100%;
	padding-left: 480px;
	height: 500px;
}
.contact-list-page.contact-01 .web .sec1 .right-part #map{
	height: 100%;
	width: 100%;
}
.contact-list-page.contact-01 .mobile .sec1 .top-part{
	width: 100%;
	height: 250px;
}
.contact-list-page.contact-01 .mobile .sec1 .top-part #map2{
	height: 100%;
	width: 100%;
}
.contact-list-page.contact-01 .mobile .sec1 .bottom-part{
	min-height: 250px;
	background-color: #fafafa;
	padding: 25px 7.5%;
}
.contact-list-page.contact-01 .mobile .sec1 .bottom-part h3{
	font-size: 1.8rem;
	color: #323237;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-list-page.contact-01 .mobile .sec1 .bottom-part li{
	font-size: 1.4rem;
	font-weight: lighter;
	color: #323237;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
}
.contact-list-page.contact-01 .mobile .sec1 .bottom-part li img{
	position: absolute;
	left: 0;
	top: 8px;
	height: 14px;
}
/*门店查询*/
.contact-list-page.contact-02 .sec1{
	position: relative;
}
.contact-list-page.contact-02 .sec1 .left-part{
	width: 480px;
	height: 500px;
	background-color: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 30px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-area{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-area .current-area{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #0091db;
	background-repeat: no-repeat;
	background-image: url(../images/contact_list_02_icon2.png);
	background-position: 284px center;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-area ul{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
	background-color: #fff;
	width: 100%;
	max-height: 150px;
	display: none;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-area ul li{
	cursor: pointer;
	font-size: 14px;
	color: #323237;
	line-height: 30px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-area ul li:hover{
	color: #fff;
	background-color: #0091db;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list{
	width: 100%;
	height: 400px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content{
	margin-bottom: 42px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content h3{
	font-size: 18px;
	color: #323237;
	font-weight: normal;
	margin-bottom: 12px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content li{
	font-size: 14px;
	color: #323237;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content li img{
	position: absolute;
	left: 0;
	top: 10px;
}
.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content li span{
	cursor: pointer;
}
.contact-list-page.contact-02 .sec1 .right-part{
	width: 100%;
	padding-left: 480px;
	height: 500px;
}
.contact-list-page.contact-02 .sec1 .right-part #map{
	height: 100%;
	width: 100%;
}
.contact-list-page.contact-02 .sec1 .right-part #map .map-info{
	width: 300px;
}
.contact-list-page.contact-02 .sec1 .right-part #map .map-info .tit{
	font-size: 16px;
	color: #323237;	
	line-height: 50px;
	padding: 0 20px;
}
.contact-list-page.contact-02 .sec1 .right-part #map .map-info li{
	font-size: 14px;
	color: #323237;	
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
}
.contact-list-page.contact-02 .sec1 .right-part #map .map-info li img{
	position: absolute;
	left: 20px;
	top: 8px;
}
/*招商加盟*/
.contact-list-page.contact-03 .web .sec1{
	background-color: #f5f5f5;
	padding: 60px 0 30px;
}
.contact-list-page.contact-03 .web .sec1 .inner{
	max-width: 966px;
}
.contact-list-page.contact-03 .web .sec1 h3{
	margin-bottom: 22px;
	font-size: 30px;
	color: #323237;
	text-align: center;
	font-weight: lighter;
}
.contact-list-page.contact-03 .web .sec1 h4{
	font-size: 18px;
	color: #414141;
	padding: 30px 0;
	font-weight: normal;
}
.contact-list-page.contact-03 .web .sec1 p{
	font-size: 14px;
	color: #7e7e83;
	line-height: 26px;
}
.contact-list-page.contact-03 .web .sec1 p span{
	color: #0091db;
}
.contact-list-page.contact-03 .mobile .sec1{
	background-color: #f5f5f5;
	padding: 30px 4.7% 15px;
}
.contact-list-page.contact-03 .mobile .sec1 h3{
	font-size: 1.5rem;
	color: #323237;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 11px;
}
.contact-list-page.contact-03 .mobile .sec1 h4{
	font-size: 1.3rem;
	color: #414141;
	padding: 15px 0;
	font-weight: normal;
}
.contact-list-page.contact-03 .mobile .sec1 p{
	font-size: 1.1rem;
	color: #7e7e83;
	line-height: 20px;
}
.contact-list-page.contact-03 .mobile .sec1 p span{
	color: #0091db;
}
@media only screen and (max-width:1366px){
	
}
@media only screen and (max-width:1280px){
	
}
@media only screen and (max-width:1160px){
	
}
@media only screen and (max-width:1024px){
	.contact-list-page.contact-03 .web .sec1{
		padding: 60px 10% 30px;
	}
	.contact-list-page.contact-03 #footer2{
		margin-top: -388px;
	}
	.contact-list-page.contact-03 #main{
		padding-bottom: 388px;
	}
	.contact-list-page.contact-02 .sec1 .right-part{
		width: 100%;
		height: 500px;
		padding-left: 0;
		padding-bottom: 250px;
	}
	.contact-list-page.contact-02 .sec1 .right-part #map2{
		height: 100%;
		width: 100%;
	}
	.contact-list-page.contact-02 .sec1 .left-part{
		height: 250px;
		background-color: #fafafa;
		padding: 20px 7.5%;
		top: 250px;
		width: 100%;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-area{
		height: 40px;
		line-height: 40px;
		width: 100%;
		text-align: center;
		position: relative;
		margin-bottom: 10px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-area .current-area{
		width: 100%;
		height: 100%;
		display: block;
		font-size: 1.5rem;
		color: #fff;
		background-color: #0091db;
		background-repeat: no-repeat;
		background-image: url(../images/contact_list_02_icon2.png);
		background-position: right 10px center;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-area ul{
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 2;
		background-color: #fff;
		width: 100%;
		max-height: 150px;
		display: none;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-area ul li{
		cursor: pointer;
		font-size: 1.5rem;
		color: #323237;
		line-height: 30px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-area ul li:hover{
		color: #fff;
		background-color: #0091db;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-list{
		width: 100%;
		height: 180px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content{
		margin-bottom: 20px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content h3{
		font-size: 1.2rem;
		color: #323237;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content li{
		font-size: 1.2rem;
		font-weight: lighter;
		color: #323237;
		line-height: 20px;
		position: relative;
		padding-left: 14px;
		padding-right: 2px;
	}
	.contact-list-page.contact-02 .sec1 .left-part .shop-list .shop-content li img{
		position: absolute;
		left: 0;
		top: 6px;
		height: 7px;
	}
}
@media only screen and (max-width:870px){
	.contact-list-page .web .nav td{
		width: 33.3%;
	}
}
@media only screen and (max-width:588px){
	.contact-list-page.contact-03 #footer2{
		margin-top: -423px;
	}
	.contact-list-page.contact-03 #main{
		padding-bottom: 423px;
	}
}
@media only screen and (max-width:550px){
	.contact-list-page.contact-03 #footer2{
		margin-top: -101px;
	}
	.contact-list-page.contact-03 #main{
		padding-bottom: 101px;
	}
}
@media only screen and (max-width:320px){
	.contact-list-page.contact-02 .sec1 .right-part #map .map-info{
		width: inherit;
	}
	.contact-list-page.contact-02 .sec1 .right-part #map .map-info .tit{
		font-size: 1.2rem;
		color: #323237;	
		line-height: 25px;
		padding: 0 10px;
	}
	.contact-list-page.contact-02 .sec1 .right-part #map .map-info li{
		font-size: 1rem;
		color: #323237;	
		line-height: 1.2;
		margin-bottom: 5px;
		position: relative;
		padding-left: 20px;
		padding-right: 10px;
		position: relative;
	}
	.contact-list-page.contact-02 .sec1 .right-part #map .map-info li img{
		position: absolute;
		left: 10px;
		top: 4px;
	}
}