/****************banner******************/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
	margin: auto;
}



.tide_content{
	margin-bottom: 163px;
}
.tide_box{
	width: 1126px;
	margin: auto;
	margin-top: 150px;
	display: flex;
	align-items: center;
}
.tide_box_left{
	width: 396px;
	height: 363px;
	background: #000000;
	margin-right: 80px;
	box-sizing: border-box;
	
}
.tide_box_right{
	width: 650px;
	height: 773px;
	background: #000000;
}
/****************标题****************/
.tide_content{
	margin-bottom: 97px;
}
.tide_content .classic_title{
	margin-top: 100px;
}
.tide_content .classic_title h1{
	text-align: center;
}
.tide_content .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;
	font-family: arial;
}
.tide_content .classic_title h1 img{
	display: inline-block;
	width: 480px;
}
.tide_content .classic_title h1 img:last-of-type{
	transform: rotateY(180deg);
}
/***********时尚形象**************/
.fashion_image{
	width:1126px;
	margin: auto;
	margin-top: 30px;
}
.fashion_image img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 1s linear; 
}
.fashion_image img:hover{
	transform: scale(1.2);
}
.fashion_image .image_left,.fashion_image .image_right{
	width: 558px;
	height: 712px;
	float: left;
	overflow: hidden;
}
.fashion_image .image_right{
	float: right;
}
.fashion_image .image_right >div{
	height: 352px;
	overflow: hidden;
}
.fashion_image .image_right .image_right_top{
	margin-bottom: 8px;
}


/***********时尚搭配**************/
.fashion_match{
	width:1126px;
	margin: auto;
	margin-top: 186px;
	display: flex;
	align-items: center;
}
.fashion_match img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 1s linear; 
}
.fashion_match img:hover{
	transform: scale(1.2);
}
.fashion_match .match_left{
	width: 397px;
	height: 363px;
	background: #ececec;
}
.match_right{
	height: 656px;
	margin-left: 70px;
}
.match_left{
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
}
.match_left span{ 
	font-size: 25px;
	font-family: arial;
	color: #00a5a3;
	display: block;
	margin-bottom: 28px;
}
.match_left p{
	font-size: 20px;
	font-family: arial;
	color: #5b5b5b;
	letter-spacing: 2px;
	line-height: 30px;
}
.match_right >div{
	height: 656px;
	float: left;
}
.match_right .match_right_left{
	margin-right: 8px;
}
.match_right_left{
	width: 325px;
}
.match_right_left >div{
	width: 325px;
	height: 324px;
	overflow: hidden;
}
.match_right_left .left_top{
	margin-bottom: 8px;
}
.match_right_right{
	overflow: hidden;
}










