.con-1280{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.index-aljc{
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}
.index-aljc h2{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #111111;
	text-align: center;
	margin: 40px 0;
}
/* 优惠页面 样式*/
.xm-banner{
	height: 526px;
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	min-width: 1280px;
}
.xm-banner h2{
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 48px;
	color: #111111;
	line-height: 48px;
	margin-top: 180px;
}
.xm-banner p{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 28px;
	color: #111111;
	line-height: 48px;
	margin-top: 22px;
}

.index-ithen-text{
	overflow: hidden;
	padding-bottom: 40px;
}
.index-ithen-text p{
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #1C6AFF;
	line-height: 24px;
}
.index-aljc .index-aljc-text{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	background: #F4F7FB;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	padding: 20px 70px 20px 25px;
	margin-bottom: 25px;
}
.index-aljc .index-aljc-text ul li{
	padding: 5px 0;
	overflow: hidden;
}
.index-aljc .index-aljc-text ul li a{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #111111;
	padding-left:30px;
	background: url(/ease/images/cachong/index/bg-01.png) left center no-repeat;
}
.index-aljc .index-aljc-text ul li p{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #2405F2;
	margin-top: 5px;
}
.index-aljc .index-aljc-text div a{
	display: block;
	width: 160px;
	height: 54px;
	background: #FF5F53;
	border-radius: 27px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
}
.index-aljc .index-aljc-text div a:hover {
  background: #DB3131;
}
.index-aljc  .index-aljc-list{
	width: 1280px;
	margin: 0 auto;
}
.index-aljc  .index-aljc-list ul{
	display: flex;
	justify-content: space-between;
}
.index-aljc  .index-aljc-list ul li{
	width: 302px;
	height: 160px;
	background: #F4F7FB;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	margin-bottom: 40px;
}
.index-aljc  .index-aljc-list ul li a{
	display: block;
	padding: 35px;
}
.index-aljc  .index-aljc-list ul li a div{
	display: flex;
	align-items: center;
}
.index-aljc  .index-aljc-list ul li a div img{
	width: 50px;
	height: 50px;
	margin-right: 25px;
}
.index-aljc  .index-aljc-list ul li a div h3{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}
.index-aljc  .index-aljc-list ul li a p{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	padding-top: 15px;
}
.index-aljc  .index-aljc-list ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.2);
}
.index-ithen{
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.index-ithen h2{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 36px;
	color: #111111;
	text-align: center;
	padding: 50px 0 40px 0;
}
.index-ithen .index-ithen-left{
	float: left;
	width: 953px;
}
.index-ithen .index-ithen-left .x-title h3{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 30px;
}
.index-ithen .index-ithen-left ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.index-ithen .index-ithen-left ul li{
	width: 302px;
	height: 336px;
	background: #F4F7FB;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.index-ithen .index-ithen-left ul li h3{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #111111;
	line-height: 24px;
	padding-top: 50px;
}
.index-ithen .index-ithen-left ul li h4{
	font-size: 18px;
	color: #999999;
	padding-top: 40px;
	letter-spacing: 4px;
}
.index-ithen .index-ithen-left ul li h4 em{
	font-size: 36px;
	font-style: normal;
	display: inline-block;
	position: relative;
}
.index-ithen .index-ithen-left ul li h4 em::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40%; /* 调整此值以改变横线的位置 */
	height: 3px; /* 横线的厚度 */
	background-color: #999999; /* 横线的颜色 */
}
.index-ithen .index-ithen-left ul li p{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	letter-spacing: 4px;
}
.index-ithen .index-ithen-left ul li p span{
	font-size: 48px;
	color: #DB3131;
}
.index-ithen .index-ithen-left ul li p em{
	color: #DB3131;
	font-style: normal;
	font-weight: normal;
}
.index-ithen .index-ithen-left ul li a{
	
}
.index-ithen .index-ithen-left ul li a{
	display: block;
	width: 160px;
	height: 54px;
	background: #FF5F53;
	border-radius: 27px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.index-ithen .index-ithen-left ul li a:hover {
  background: #DB3131;
}
.index-ithen .index-ithen-left ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.2);
}
.index-ithen .index-ithen-right{
	float:right;
	margin-top: 54px;
	width: 302px;
	height: 764px;
	background: #F4F7FB;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
.index-ithen .index-ithen-right h3{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #111111;
	line-height: 24px;
	margin-bottom: 30px;
}
.index-ithen .index-ithen-right h4{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	line-height: 30px;
}
.index-ithen .index-ithen-right p{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #2405F2;
	line-height: 30px;
}
.index-ithen .index-ithen-right span{
	width: 160px;
	height: 52px;
	background: #2405F2;
	border-radius: 26px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
}
.index-ithen .index-ithen-right img{
	width: 160px;
	height: 160px;
	margin: 20px 0 25px 0;
}
/* 优惠页面 样式*/
.xm-banner{
	height: 526px;
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	min-width: 1280px;
}
.xm-activity-o{
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	overflow: hidden;
	padding-top: 60px;
	background-color: #FFFFFF;
}
.xm-title{
	text-align: center;
	overflow: hidden;
}
.xm-title h2{
	font-weight: bold;
	font-size: 36px;
	color: #111111;
	line-height: normal;
}
.xm-title p{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	padding-top: 24px;
}
.xm-activity-o .xm-activity-o-left{
	float: left;
	width: 628px;
	height: 336px;
	background: #F4F6FC;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 12px;
	border: 2px solid #FFFFFF;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.xm-activity-o .xm-activity-o-left h3{
	padding-top: 50px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #111111;
}
.xm-activity-o .xm-activity-o-left h4{
	font-size: 18px;
	color: #999999;
	padding-top: 30px;
}
.xm-activity-o .xm-activity-o-left h4 span{
	font-size: 36px;
	color: #999999;
	padding-left: 5px;
	display: inline-block;
	position: relative;
}
.xm-activity-o .xm-activity-o-left h4 span::after {
	content: '';
	position: absolute;
	left: 5px;
	right: 0;
	bottom: 40%; /* 调整此值以改变横线的位置 */
	height: 3px; /* 横线的厚度 */
	background-color: #999999; /* 横线的颜色 */
}
.xm-activity-o .xm-activity-o-left h4 em{
	font-style: normal;
	letter-spacing: 4px;
	padding-left: 5px;
}

.xm-activity-o .xm-activity-o-left p{
	font-size: 24px;
	color: #111111;
	font-weight: bold;
	margin-bottom: 30px;
}
.xm-activity-o .xm-activity-o-left p span{
	font-size: 48px;
	color:#EB1616;
	padding-left: 5px;
}
.xm-activity-o .xm-activity-o-left p em{
	font-style: normal;
	letter-spacing: 4px;
	padding-left: 5px;
	font-weight: normal;
}
.xm-activity-o .xm-activity-o-left i{
	display: block;
	width: 230px;
	height: 52px;
	border-radius: 26px;
	border: 2px solid #111111;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 22px;
	color: #000011;
	line-height: 52px;
	text-align: center;
	margin: 0 auto;
	font-style: normal;
}
.xm-activity-o .xm-activity-o-right{
	float: right;
	width: 628px;
	height: 336px;
	background:url(/ease/images/cachong/index/xm-bg-02.png) top center no-repeat;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 12px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.xm-activity-o .xm-activity-o-right h3{
	padding-top: 50px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}
.xm-activity-o .xm-activity-o-right h4{
	font-size: 18px;
	color: #EEEEEE;
	padding-top: 30px;
}
.xm-activity-o .xm-activity-o-right h4 span{
	font-size: 36px;
	color: #EEEEEE;
	padding-left: 5px;
	display: inline-block;
	position: relative;
}
.xm-activity-o .xm-activity-o-right h4 span::after {
	content: '';
	position: absolute;
	left: 5px;
	right: 0;
	bottom: 40%; /* 调整此值以改变横线的位置 */
	height: 3px; /* 横线的厚度 */
	background-color: #EEEEEE; /* 横线的颜色 */
}
.xm-activity-o .xm-activity-o-right h4 em{
	font-style: normal;
	letter-spacing: 4px;
	padding-left: 5px;
}

.xm-activity-o .xm-activity-o-right p{
	font-size: 24px;
	color: #FCD980;
	font-weight: bold;
	margin-bottom: 30px;
}
.xm-activity-o .xm-activity-o-right p span{
	font-size: 48px;
	color:#FCD980;
	padding-left: 5px;
}
.xm-activity-o .xm-activity-o-right p em{
	font-style: normal;
	letter-spacing: 4px;
	padding-left: 5px;
	font-weight: normal;
}
.xm-activity-o .xm-activity-o-right i{
	display: block;
	width: 250px;
	height: 52px;
	background: #FCD980;
	border-radius: 26px;
	/* border: 2px solid #111111; */
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 22px;
	color:#00A368;
	line-height: 52px;
	text-align: center;
	margin: 0 auto;
	font-style: normal;
}
.xm-activity-o h6{
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	margin-bottom: 40px;
}
.xm-activity-t{
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
}
.xm-activity-t ul{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.xm-activity-t ul li{
	width: 302px;
	height: 195px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 0px rgba(55,99,170,0.1);
	border-radius: 8px;
	padding: 28px 50px 28px 50px;
	text-align: center;
	margin-bottom: 60px;
}
.xm-activity-t ul li img{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.xm-activity-t ul li h3{
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 18px;
	color: #333333;
	padding: 10px 0;
}
.xm-activity-t ul li p{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}
.xm-activity-f{
	background: #FFFFFF;
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 85px;
}
.xm-activity-f ul{
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}
.xm-activity-f ul li{
	display: flex;
}
.xm-activity-f ul li img{
	width: auto;
	height: 68px;
}
.xm-activity-f ul li .text{
	width: 265px;
	margin-left: 40px;
}
.xm-activity-f ul li .text h3{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #111111;
	margin-bottom: 15px;
}
.xm-activity-f ul li .text p{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	text-align: justify;
}
.xm-activity-s{
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: linear-gradient(0deg, #D8EBFF 0%, #EFFFF9 100%);
	padding: 34px 0;
}
.xm-activity-s .xm-activity-s-left{
	float: left;
	width: 654px;
	overflow: hidden;
	padding: 20px 0 8px 0;
}
.xm-activity-s .xm-activity-s-left h3{
	font-weight: bold;
	font-size: 30px;
	color: #1F2265;
	margin-bottom: 35px;
}
.xm-activity-s .xm-activity-s-left h3 span{
	font-size: 16px;
	font-weight: normal;
}
.xm-activity-s .xm-activity-s-left ul{
	overflow: hidden;
}
.xm-activity-s .xm-activity-s-left ul li{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #1F2265;
	line-height: 22px;
	background: url(/ease/images/cachong/index/bg-01.png) left 4px no-repeat;
	padding-left: 30px;
	margin-bottom: 12px;
	text-align: justify;
}
.xm-activity-s .xm-activity-s-right{
	float: right;
	width: 387px;
	height: 292px;
	background: linear-gradient(180deg, #D8EBFF 0%, #EFFFF9 100%);
	border-radius: 16px;
	border: 1px solid #FFFFFF;
	padding-top: 30px;
}
.xm-activity-s .xm-activity-s-right h3{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 30px;
	color: #1E2162;
	text-align: center;
}
.xm-activity-s .xm-activity-s-right ul{
	overflow: hidden;
	margin-top: 25px;
	padding-left: 40px;
}
.xm-activity-s .xm-activity-s-right ul li{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #1E2162;
	background: url(/ease/images/cachong/index/bg-01.png) left center no-repeat;
	padding-left: 30px;
	margin-bottom: 12px;
}
.xm-activity-e{
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
}
.xm-activity-e ul{
	overflow: hidden;
	padding: 22px 0;
}
.xm-activity-e ul li{
	padding: 44px 0;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}
.xm-activity-e ul li:last-child{
	border-bottom: none;
}
.xm-activity-e ul li a{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
}
.xm-activity-e ul li a span{
	font-family: Poppins;
	font-weight: bold;
	font-size: 24px;
	color: #1E2162;
	padding-right: 55px;
}