body{
	background:#f5f5f5 !important;	
	color:#333;
}
.main-container{
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
}

.mian-style {
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0 30px;
	/* left: 19%; */
}
.mian-width {
	width: 100%;
	max-width: 1200px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	padding: 0 30px;
}

.title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.separator {
	width: 50px;
	height: 2px;
	background-color: #F00000;
	margin: 16px 0;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.flex {
	display: flex;
}
.flex .flex-item {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-right: 30px;
	width: 33.3%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.flex .flex-item:hover {
	animation: fadeShow 0.5s;
	box-shadow: 0px 1px 8px 2px #d8d8d8;
}
.flex .flex-item:last-child {
	margin: 0;
}
.flex .flex-title {
	font-weight: bold;
}
@keyframes fadeShow{
0%{box-shadow: none;}
100%{box-shadow: 0px 1px 8px 2px #d8d8d8;}
}

.bg-image {
	width: 100%;
	min-width: 1200px;
}
.bg-image img {
	width: 100%;
	min-width: 100%;
	display: block;
}

.first {
	position: relative;
}
.first .content-wrap {
	display: inline-block;
	position: absolute;
}
.first .content-wrap .content-title {
	font-size: 30px;
	color: #FFFFFF;
}
.first .content-wrap .content-but {
	font-size: 24px;
	background: #F00000;
	padding: 10px 60px;
	display: inline-block;
	line-height: 24px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.second {
	position: relative;
}
.second .content-wrap {
	display: inline-block;
	position: absolute;
	margin-left: -20px;
}
.second .content-wrap .content-title {
	font-size: 24px;
	color: #FFFFFF;
}
.second .content-wrap .content-text {
	color: #FFFFFF;
	margin-top: 30px;
}
.second .content-wrap .content-but {
	font-size: 24px;
	background: #ffffff;
	padding: 10px 60px;
	display: inline-block;
	line-height: 24px;
	margin-top: 30px;
	color: #F00000;
	font-weight: bold;
}
@media screen and (max-width: 1550px) {
	.second .content-wrap .content-text {
		width: 430px;
	}
}

.third {
	width: 100%;
	padding: 80px 0 60px 0;
	background-color: #F5F5F5;
}
.third .flex {
	margin-top: 70px;
}
.third .flex .flex-item {
	position: relative;
}
.third .flex .flex-img {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.third .flex .flex-img img {
	width: 100%;
}
.third .flex .flex-title {
	font-size: 24px;
	margin-top: 25px;
}
.third .flex .flex-text {
	margin-top: 10px;
	text-align: left;
}

.fourth .title {
	margin-top: 60px;
}

.fourth .swiper-container {
	margin-top: 40px;
	padding-bottom: 40px;
}
/* .fourth .swriper {
	display: flex;
	flex-wrap: wrap;
} */
.fourth .swriper-wrap {
	width: 23%;
	height: 100%;
	box-sizing: border-box;
	/* margin: 0 1%; */
	border-radius: 10px;
	box-shadow: 0px 1px 8px 2px #d8d8d8;
	overflow: hidden;
	margin-bottom: 50px;
}

.fourth .swriper-wrap .item {
	cursor: pointer;
	text-align: left;
}
.fourth .swriper-wrap .item .top {
	width: 100%;
	position: relative;
}
.fourth .swriper-wrap .item .img {
	width: 100%;
}
.fourth .swriper-wrap .item .img img {
	width: 100%;
	display: block;
}
.fourth .swriper-wrap .item .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #fce4c3;
	width: 180px;
	padding: 0 20px;
}
.fourth .swriper-wrap .item .bottom {
	padding: 10px;
}

.fourth .swriper-wrap .item-hover {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: 1;
	text-align: left;
	height: 100%;
	font-size: 16px;
}
.fourth .swriper-wrap .item:hover+.item-hover {
	animation: swriperFadeShow 0.7s;
	opacity: 1;
}
.fourth .swriper-wrap .item-hover:hover {
	animation: swriperFadeShow 0.7s;
	opacity: 1;
}

@keyframes swriperFadeShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.fourth .swriper-wrap .item-hover .top {
	width: 100%;
	position: relative;
	height: 100%;
}
.fourth .swriper-wrap .item-hover .img {
	width: 107%;
	height: 100%;
}
.fourth .swriper-wrap .item-hover .img img {
	width: 107%;
	height: 100%;
	display: block;
}
.fourth .swriper-wrap .item-hover .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fce4c3;
	width: 180px;
	padding: 0;
}
.fourth .swriper-wrap .item-hover .details {
	position: absolute;
	background-color: rgba(115, 56, 35, 0.5);
	z-index: 1;
	top: 0;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.fifth {
	background-color: #F5F5F5;
	padding: 35px 0 70px 0;
}
.fifth .text {
	text-align: center;
	margin: 40px 0 50px 0;
}
.fifth .flex .flex-title {
	font-size: 30px;
	color: #E91B05;
	margin: 30px 0 10px 0;
}
.fifth .flex .flex-text {
	margin-bottom: 20px;
}

.sixth {
	position: relative;
}
.sixth .content-wrap {
	display: inline-block;
	position: absolute;
}
.sixth .content-wrap .content-title {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.sixth .content-wrap .content-text {
	display: inline-block;
	line-height: 24px;
	margin-top: 20px;
	color: #FFFFFF;
	width: 630px;
}

.seventh {
	background-color: #F5F5F5;
	padding-bottom: 40px;
}
.seventh .title {
	background-color: #ffffff;
	padding: 60px 0 50px 0;
}
.seventh .flex {
	margin-top: 40px;
}
.seventh .flex .flex-item {
	width: 49%;
	text-align: left;
}
.seventh .flex .flex-item .flex-title {
	font-size: 24px;
	margin-bottom: 30px;
}
.seventh .flex .flex-item .flex-text {
	font-size: 22px;
}

.eighth .eighth-title {
	text-align: center;
	color: #E91B05;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.eighth .eighth-title span {
	margin-right: 15px;
}
.eighth .eighth-title .big {
	font-size: 40px;
	margin-right: 0;
}
.eighth .eighth-title .number {
	color: #ffffff;
	background-color: #E91B05;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
}
.eighth-separator {
	border-bottom: 1px solid #000000;
	width: 690px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin: 20px 0 40px -6px;
}

.eighth-money {
	color: #E91B05;
	font-size: 48px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eighth-money .del {
	text-decoration: line-through;
	font-size: 32px;
	margin-right: 20px;
}

.eighth-list {
	margin-top: 60px;
}
.eighth-list .eighth-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	padding: 30px 5px 30px 0px;
	border-bottom: 1px solid #ededed;
}
.eighth-list .eighth-item .icon {
	width: 30px;
}
.eighth-list .eighth-item .icon img {
	width: 100%;
}

.eighth-btn {
	display: inline-block;
	font-size: 30px;
	padding: 20px 50px;
	background-color: #E91B05;
	color: #ffffff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
	margin-bottom: 80px;
}

.swiper-container {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 200px;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 40px !important ;
	
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
}
.swiper-button-prev {
	left: -5px !important;
}
.swiper-button-next {
	right: -5px !important;
}

/* modify as 20240919 */
.ul{
	width: 100%;
	height: 720px;
	border-radius: 16px;
	box-shadow: 4px 4px 12px 0px #0000001A;
	overflow: hidden;
}
.ul li {
	height: 80px;
	display: flex;
	line-height: 80px;
	text-align: center;
	align-items: center;
}
.rlf{
	width: 740px;
}
.rlc{
	width: 239px;
	border-left: 1px solid #EBEBEB;
	height: 80px;
}
.rlr{
	width: 239px;
	border-left: 1px solid #EBEBEB;
}
.rlf_bgc{
	background: #221212;
}
.rlc_bgc{
	background: #1B4546;
}
.rlr_bgc{
	background: #FF0000;
}
.uf_h_style{
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.ul li:nth-child(n){
	background-color: #F7F7F7;
}
.ul li:nth-child(2n - 1){
	
	background-color: #fff;
}
.redColor{
	color: #FF0000 !important;
	font-weight: 600;
}