.FiveReasons {
	width: 100%;
	background-color: #fff;
}

.FiveReasons_banner {
	width: 100%;
	height: 558px;
	background: url(../images/FiveReasons_01.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_ys {
	width: 1200px;
	margin: 78px auto 58px;
}

.FiveReasons_ys h1 {
	position: relative;
	font-family: "思源黑体";
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	color: #323232;
	padding-bottom: 58px;
}

.FiveReasons_ys h1::before {
	position: absolute;
	content: "";
	display: block;
	width: 115px;
	height: 2px;
	background-color: #999;
	top: 40px;
	left: 176px;
}

.FiveReasons_ys h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 115px;
	height: 2px;
	background-color: #999;
	top: 40px;
	right: 176px;
}

.FiveReasons_ys ul {
	margin-bottom: 70px;
}

.FiveReasons_ys ul li {
	float: left;
	width: 224px;
	height: 216px;
	background-color: #403c3b;
	margin-left: 20px;
	border-radius: 6px;
}

.FiveReasons_ys ul li:nth-child(1) {
	margin-left: 0px;
}

.FiveReasons_ys ul li div {
	width: 210px;
	margin: 0 auto;
}

.FiveReasons_ys ul li div h2 {
	text-align: center;
	font-size: 48px;
	color: #c3ab8d;
	padding-top: 44px;
	padding-bottom: 10px;
}

.FiveReasons_ys ul li div h2 em {
	font-style: normal;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

.FiveReasons_ys ul li div p {
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
}

.FiveReasons_bmbt {
	width: 100%;
	height: 159px;
	background: url(../images/FiveReasons_03.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_bm {
	width: 100%;
	height: 570px;
	background: url(../images/FiveReasons_03bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_bm ul {
	width: 1200px;
	margin: 0 auto;
}

.FiveReasons_bm ul li {
	float: left;

}

.FiveReasons_bm ul li>img {
	width: 600px;
	display: block;
	margin-top: 113px;
}

.layui-form {
	width: 600px;
	height: 450px;
	margin-top: 63px;
	background: #fff;
}

.layui-form h1 {
	font-family: "思源黑体";
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	padding-top: 26px;
	color: #333333;
}

.layui-form p {
	margin-left: 32px;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #676767;
}

.layui-form tr {

	position: relative;
}

.layui-form tr img {
	position: absolute;
	top: 12px;
	right: 12px;

}

.layui-form tr input {

	width: 410px;
	height: 62px;
	background: transparent;
	border: 1px solid #e9e9e7;
	border-radius: 10px;
	font-size: 20px;
	color: #a1a1a1;
	text-indent: 20px;
	margin-left: 96px;
	margin-bottom: 10px;
}


.layui-form tr:nth-child(4) input {
	width: 420px;
	margin-left: 96px;
	font-size: 26px;
	background-color: #c2272d;
	color: #fff;
}











.FiveReasons_bmpz {
	width: 100%;
	height: 354px;
	background: url(../images/FiveReasons_04.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_ry {
	width: 100%;
	height: 1049px;
	background: url(../images/FiveReasons_05.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_sjtx {
	width: 100%;
	height: 725px;
	background: url(../images/FiveReasons_06.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_sjs {
	width: 100%;
	height: 867px;
	background: url(../images/FiveReasons_07.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_life {
	width: 100%;
	height: 827px;
	background: url(../images/FiveReasons_08.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.Carousel_cont {
	width: 1200px;
	height: 692px;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;

}

.Carousel_img {
	width: 4230px;
	position: relative;


}

.Carousel_img img {
	float: left;
}

.Carousel_dots {
	width: 70px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.4);
}

.Carousel_dots li {
	float: left;
	width: 8px;
	height: 8px;
	margin: 2px 3px 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
}

.Carousel_dots li.active {
	background-color: #ff5000;
}

.Carousel_arrow div {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 34px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.3);
}

.Carousel_arrow .prv {
	left: 0px;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.Carousel_arrow .next {
	right: 0px;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.FiveReasons_ppcl {
	width: 100%;
	height: 265px;
	background: url(../images/FiveReasons_09.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_clys {
	height: 784px;
}

.FiveReasons_clys ul {
	width: 1200px;
	margin: 0 auto 15px;
}

.FiveReasons_clys ul li {
	float: left;
	width: 149px;
	border-left: 1px #eeeeee solid;
	cursor: pointer;
}

.FiveReasons_clys ul li:first-child {
	border-left: 0;
}

.FiveReasons_clys ul li div {
	width: 85px;
	height: 65px;
	margin: 0 auto;
	padding-top: 20px;
	border-radius: 50%;
	position: relative
}

.FiveReasons_clys ul li div.active {

	background-color: #b38961;

}

.FiveReasons_clys ul li img {
	width: 48px;
	display: block;
	position: absolute;
	top: 19px;
	left: 17px;
	transition: all 0.2s;

}


.FiveReasons_clys .show {
	opacity: 0;
}

.FiveReasons_clys .show.active {
	opacity: 1;
	z-index: 30;
}

.FiveReasons_clys ul li p {
	text-align: center;
	margin-top: 4px;
}

.FiveReasons_clys ul li em {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50px;
	margin: 8px auto 0;
	display: block;

}

.FiveReasons_clys ul li em.active {

	background-color: #b3895f;


}

.FiveReasons_clys_pic {
	width: 100%;
	margin: 0 auto;
	position: relative;

}

.FiveReasons_clys_pic img {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s;
}

.FiveReasons_clys_pic img.active {
	opacity: 1;
}

.FiveReasons_fc {
	width: 100%;
	height: 938px;
	background: url(../images/FiveReasons_11.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_fc1 {
	width: 100%;
	height: 395px;
	background: url(../images/FiveReasons_12.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}


.totalCase_bm1 {
	width: 100%;
	height: 218px;
	background: url(../images/FiveReasons_0888a.png)no-repeat;
	background-size: 100% 100%;
}

.totalCase_bm1 .layui-form {
	width: 1110px;
	margin: 0 auto;
	background-color: transparent;
}

.totalCase_bm1 .layui-form tr {
	float: left;
	position: relative;
	width: 320px;
}

.totalCase_bm1 .layui-form p {
	font-weight: 300;
	color: #fff;
	font-size: 26px;
	padding: 30px 0 20px;
	text-align: left;
	margin-left: 96px;
}

.totalCase_bm1 .layui-form tr input {
	width: 300px;
	height: 60px;
	border-radius: 10px;
	border: 0;
	font-size: 20px;
	color: #9FA0A0;
	text-indent: 20px;
	background-color: #fff;

}

.totalCase_bm1 .layui-form .anquan img {
	position: absolute;
	top: 10px;
	right: 38px;
}

.totalCase_bm1 .layui-form .layui-btn {
	font-weight: bolder;
	color: #fff;
	background-image: linear-gradient(to right, #c2272d, #ea363d);
}

.FiveReasons_jzgy {
	width: 100%;
	height: 867px;
	background: url(../images/FiveReasons_14.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_sgbz {
	width: 100%;
	height: 512px;
	background-image: linear-gradient(to top, #b4bbc3, #c1c6ce);
}

.FiveReasons_sgbz_box {
	width: 1200px;
	height: 370px;
	margin: 0 auto;
	position: relative;
}

.FiveReasons_sgbz_box ul {
	position: relative;
}

.FiveReasons_sgbz_box ul li {
	width: 224px;
	height: 68px;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
	background-color: #383838;
	color: #fff;
	position: absolute;
	cursor: pointer;


}

.FiveReasons_sgbz_box ul li.active {
	background-color: #b38961;
}

.FiveReasons_sgbz_box ul li.active::after {
	position: absolute;
	display: block;
	content: "";
	top: 18px;

	width: 0;
	height: 0;
	border-style: solid;



}

.FiveReasons_sgbz_box ul li:nth-child(1).active::after,
.FiveReasons_sgbz_box ul li:nth-child(2).active::after,
.FiveReasons_sgbz_box ul li:nth-child(3).active::after,
.FiveReasons_sgbz_box ul li:nth-child(4).active::after {
	right: -15px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #b38961;
}

.FiveReasons_sgbz_box ul li:nth-child(5).active::after,
.FiveReasons_sgbz_box ul li:nth-child(6).active::after,
.FiveReasons_sgbz_box ul li:nth-child(7).active::after,
.FiveReasons_sgbz_box ul li:nth-child(8).active::after {
	border-width: 15px 15px 15px 0;
	left: -15px;
	border-color: transparent #b38961 transparent transparent;
}

.FiveReasons_sgbz_box ul li:nth-child(1) {
	left: 0;
	top: 0;
}

.FiveReasons_sgbz_box ul li:nth-child(2) {
	left: 0;
	top: 96px;
}

.FiveReasons_sgbz_box ul li:nth-child(3) {
	left: 0;
	top: 196px;
}

.FiveReasons_sgbz_box ul li:nth-child(4) {
	left: 0;
	top: 296px;
}

.FiveReasons_sgbz_box ul li:nth-child(5) {
	right: 0;
	top: 0;
}

.FiveReasons_sgbz_box ul li:nth-child(6) {
	right: 0;
	top: 96px;
}

.FiveReasons_sgbz_box ul li:nth-child(7) {
	right: 0;
	top: 196px;
}

.FiveReasons_sgbz_box ul li:nth-child(8) {
	right: 0;
	top: 296px;
}

.FiveReasons_sgbz_box .display_box {
	position: absolute;
	top: 0;
	left: 250px;
}

.FiveReasons_sgbz_box .display_box img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 700px;
	height: 365px;


}

.FiveReasons_sgbz_box .display_box img.active {
	opacity: 1;
}

.FiveReasons_ksh {
	width: 100%;
	height: 448px;
	background: url(../images/FiveReasons_16.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.spjk_lubo {
	width: 100%;
	background-color: #fff;
	padding-bottom: 100px;
}

.spjk_lubo_box {
	width: 1200px;
	margin: 0 auto;
}

.spjk_shiping {
	width: 820px;
	float: left;
}

.spjk_shiping img {
	width: 100%;
	display: block;
}

.container {
	float: left;
	text-align: center;
	width: 340px;
	margin-left: 20px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2); */
}



.marquee-container {
	position: relative;
	height: 585px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px;

}

.marquee-content {
	position: absolute;
	width: 100%;
	height: 560px;
	animation: marquee 30s linear infinite;
}

.marquee-item {
	height: 50px;
	display: flex;
	/* 	align-items: center;
	justify-content: center; */
	margin: 8px 0;
	border-radius: 10px;
	color: white;
	transition: all 0.4s ease;
	cursor: pointer;
	color: #000;
	padding: 0 8px;
}

.marquee-item a {
	font-size: 18px;
	display: block;
	text-align: left;
}

.marquee-item:hover {
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.25);
	z-index: 10;
}

.marquee-container:hover .marquee-content {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.totalCase_bm2 {

	background: url(../images/FiveReasons_0888b.png)no-repeat;
	background-size: 100% 100%;
}

.FiveReasons_ahys {
	width: 100%;
	height: 920px;
	background: url(../images/FiveReasons_18.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_ahys1 {
	width: 100%;
	height: 1265px;
	background: url(../images/FiveReasons_19.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.FiveReasons_ahys2 {
	width: 100%;
	height: 628px;
	background: url(../images/FiveReasons_20.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.activity {
	width: 892px;
	height: 412px;
	border-radius: 36px;
	background: url(../images/jzgy_bg2.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -206px;
	margin-left: -446px;
}

.activity_cont .layui-form {
	width: 400px;
	height: 250px;
	margin-left: 30px;
	margin-top: 0;
	background-color: transparent;

}