/* banner */
.pchide{
	display: none;
}
.banner-box {
	width: 100%;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.banner {
	width: 98%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(246, 245, 243, 1), rgba(246, 245, 243, .5), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
	/* display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-left: 5%; */
	border-radius: 0.3125rem;
	padding: 0.625rem 0;
}

.banner-left {
	width: 100%;
	padding: 3.75rem 0;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner-left p {
	width: 70%;
	margin: 0.9375rem auto 0.9375rem auto;
	text-indent: 2rem;
	text-align: left;
	font-size: 1.125rem;
	letter-spacing:0.1875rem;
	line-height: 2.5rem;
}

.swiper {
	width: 100%;
	height: auto;
	margin-top: 0.625rem;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: transparent;
	/* Center slide text vertically */
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.swiper-slide a{
	display: block;
	width: 100%;
}
.swiper-wrapper {
	width: auto;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banner-btn {
	display: inline-block;
	width: 10rem;
	background-color: #333333;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
	border-radius: 0.3125rem;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	overflow: hidden;
}

.banner-btn:hover {
	background: rgba(51, 51, 51, .9);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

/* content */
.content-box {
	width: 100%;
}

.content-ul {
	width: 98%;
	margin: 0 auto;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0.9375rem;
}

.content-ul li {
	width: 49.5%;
	/* position: relative; */
	margin-bottom:1%;
	/* border-radius: 0.3125rem; */
	overflow: hidden;
	background-color: #f6f5f3;
	/* background: rgba(218,199,181,.5); */
}
.content-ul li:hover{
	background-color: #FFFFFF;
	box-shadow: 0 0 0.9375rem #f6f5f3;
}
.content-ul li img {
	width: 50%;
	border-radius: 0.3125rem;
	display: table;
	margin: 0 auto;
}
.content-ul li a p{
	color: #000000;
	text-align: center;
	font-size: 1rem;
	letter-spacing:0.1875rem;
	margin-bottom: 0.625rem;
}
/* .content-text-btn-box {
	position: absolute;
	left: 2%;
	bottom: 4%;
}

.content-text-btn-box>h1 {
	margin-bottom: 0.9375rem;
} 

.content-btn>button {
	border: none;
	outline: none;
	width: 12.5rem;
	height: 3.125rem;
	background-color: #333333;
	color: #fff;
}

.content-btn>button:hover {
	background: rgba(51, 51, 51, .9);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}*/
