



.swiper-container {
	width: 100%;
}


/* 导航 */
.wrapper-menu {
	padding: 1rem 2.5rem 2rem;
	position: relative;
	z-index: 10;
}
.wrapper-menu .home-menu {
	/* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
	box-shadow: 0 0 1rem 2px rgba(0, 0, 0, 0.08);
	border-radius: 1.2rem;
	text-align: center;
	padding: 1rem 0;
	background: #fff url("/static/m_image/menu/menu_bg.png") no-repeat right bottom;
	background-size: 4rem auto;
}
a._menu {
	display: inline-block;
	padding-top: 1rem;
}
a._menu img {
	display: block;
	width: 70%;
	margin: 0 auto;
}




.wrapper-home .container {
	overflow-x: hidden;
	padding-left: 0;
	padding-right: 0;
}
.wrapper-home .container img {
	max-width: 100%;
}



.container-city {
	position: relative;
	top: -6rem;
	padding-top: 8rem;
}
.container-city .img_a_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 27%;
	z-index: 1;
}
.container-city .img_a_2 {
	position: absolute;
	top: 21rem;
	right: 0;
	width: 90%;
	z-index: 2;
}
.container-city .img_a_3 {
	width: 100%;
	position: relative;
	z-index: 3;
	margin-bottom: 18rem;
}
.container-city .img_a_4 {
	width: 100%;
	position: relative;
	z-index: 4;
}
.container-city .img_a_5 {
	width: 100%;
	position: relative;
	z-index: 5;
}


.container-major {
	position: relative;
}
.container-major .img_b_1 {
	width: 100%;
	position: relative;
	margin-bottom: 46rem;
	z-index: 1;
}
.container-major .img_b_2 {
	width: 94%;
	position: absolute;
	right: -8rem;
	top: 18rem;
	z-index: 2;
}
.container-major .img_b_3 {
	width: 94%;
	position: absolute;
	right: -4rem;
	top: 18rem;
	z-index: 3;
}
.container-major .img_b_4 {
	width: 94%;
	position: absolute;
	right: 0;
	top: 18rem;
	z-index: 4;
}
.container-major .img_b_5 {
	width: 100%;
	position: relative;
	z-index: 5;
}


.container-joy {

}
.container-joy .img_c_1 {
	width: 100%;
	position: relative;
	z-index: 1;
}
.container-joy .img_c_2 {
	width: 90%;
	position: relative;
	z-index: 2;
	left: -4rem;
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.container-joy .img_c_3 {
	width: 100%;
	position: relative;
	z-index: 3;
}