
/****************banner******************/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	height: 100%;
	display: block;
	margin:auto;
}
.counter_image{
	margin-bottom: 97px;
}
.classic_title{
	margin-top: 100px;
}
.classic_title h1{
	text-align: center;
}
.classic_title span{
	width: 200px;
	height: 80px;
	line-height: 80px;
	font-size: 23px;
	font-family: arial;
	color: #00a5a3;
	display: inline-block;
	margin:auto;
	text-align: center;
	font-weight: normal;
}
.classic_title h1 img{
	display: inline-block;
	width: 480px;
}
.classic_title h1 img:last-of-type{
	transform: rotateY(180deg);
}
/***************形象展示*************/
.counter_image_content{
	width: 1092px;
	margin: auto;
	margin-top: 45px;
}
.counter_image_content a{
	cursor: pointer;
}
.counter_image_content a img{
	width: 100%;
	height: 100%;
	transition: all 1s linear; 
}
.counter_image_content a img:hover{
	transform: scale(1.2);
}
.counter_image_content .content_left{
	width: 540px;
	height: 706px;
	/*background: #000000;*/
	float: left;
	overflow: hidden;
}
.counter_image_content .content_right{
	width: 540px;
	height: 706px;
	float: right;
}
.counter_image_content .content_right .content_right_one{
	width: 540px;
	height: 347px;
	/*background: #000000;*/
	margin-bottom: 9px;
	overflow: hidden;
}
.counter_image_content .content_right .content_right_two{
	width: 540px;
	height: 350px;
	overflow: hidden;
	/*background: #000000;*/
}
/***************实体店*************/
.physical_store{
	margin-bottom: 137px;
}
.physical_store_content{
	width: 1092px;
	margin: auto;
	margin-top: 45px;
}
.physical_store_content a{
	cursor: pointer;
}
.physical_store_content a img{
	width: 100%;
	height: 100%;
	transition: all 1s linear; 
}
.physical_store_content a img:hover{
	transform: scale(1.2);
}
.physical_store_content .content_left{
	width: 450px;
	height: 706px;
	float: left;
	overflow: hidden;
}
.physical_store_content .content_right{
	width: 632px;
	height: 706px;
	float: right;
}
.physical_store_content .content_right .content_right_one{
	width: 632px;
	height: 402px;
	/*background: #000000;*/
	margin-bottom: 9px;
	overflow: hidden;
}
.physical_store_content .content_right .content_right_two{
	width: 632px;
	height: 350px;
}
.physical_store_content .content_right .content_right_two .content_right_two_left{
	width: 311px;
	height: 296px;
	float: left;
	overflow: hidden;
	/*background: #000000;*/
}
.physical_store_content .content_right .content_right_two .content_right_two_right{
	width: 311px;
	height: 296px;
	float: right;
	/*background: #000000;*/
}
.content_right_two_right{
	overflow: hidden;
}





























