.banner {
	position: relative;
	text-align: left;
}
.banner_box {
	position:absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}
.banner .banner_box .banner_title {
	font-size: 65px;
	font-family: PingFangSC-Heavy, PingFang SC;
	font-weight: 800;
	color: #E80000;
	line-height: 91px;
	padding:0 0 45px;
	position: relative;
	margin-bottom: 40px;
}
.banner .banner_box .banner_title::after {
	position: absolute;
	left:0;
	bottom: 0;
	transform: translate(0,0);
	vertical-align: middle;
	width: 80px;
	border: 5px solid #000;
	content: '';
}
.banner .banner_box .banner_title span {
	color: #000000;
}
.banner .banner_box .banner_subtitle {
	padding-bottom: 50px;
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 42px;
}
.banner .banner_box .banner_service {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner .banner_box .banner_service li {
	margin-right: 30px;
	width: 120px;
	height: 58px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	border-radius: 42px;
	backdrop-filter: blur(10px);
	text-align: center;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 58px;
}
.problem_list {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.problem_list img {
	width: 100px;
	height: 100px;
}
.problem_list p {
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 33px;
	text-align: center;
	margin-top: 10px;
	width: 100px;
}
.why_list {
	margin-top: 40px;
	text-align: center;
	position: relative;
}
.why_list figure img {
	width:730px;
	height: 530px;
}
.why_list .why_list_box {
	position: absolute;
	width:730px;
	height: 530px;
	left:50%;
	top:0;
	transform: translate(-50%,0);
}
.why_list_item {
	position: absolute;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 32px;
}
.why_list_item:first-child {
	left: -100px;
	top: 12%;
	text-align: right;
}
.why_list_item:nth-child(2) {
	left: -150px;
	top: 40%;
	text-align: right;
}
.why_list_item:nth-child(3) {
	left: -200px;
	bottom: 10%;
	text-align: right;
}
.why_list_item:nth-child(4) {
	right: -100px;
	top: 12%;
	text-align: left;
}
.why_list_item:nth-child(5) {
	right: -300px;
	top: 40%;
	text-align: left;
}
.why_list_item:nth-child(6) {
	right: -260px;
	bottom: 10%;
	text-align: left;
}

.service {
	position: relative;
	text-align: center;
}
.service_box {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%,0);
}
.service_box ul li img {
	width: 75px;
	height: 75px;
	margin: 20px 0;
}
.service_box ul {
	margin-top: 50px;
	display: flex;
}
.service_box ul li {
	width: 185px;
	height: 218px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 2px 20px 0px rgba(2,11,32,0.04);
	border-radius: 5px;
	margin-right: 28px;
}
.service_box ul li .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
}
.service_box ul li .subtitle {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #555555;
	line-height: 22px;
}


.promote {

}
.promote_box {
	width: 1220px;
	height: 600px;
	margin:0 auto;
	position:relative;
}
.promote_box figure img {
	margin-top: 100px;
}
.promote_bg {
	left: 0;
	top: 0;
	width: 1220px;
	height: 400px;
	/* padding: 400px; */
	box-sizing: border-box;
	position: absolute;
}
.promote_list {
	width: 1220px;
	height: 400px;
	/* padding: 400px; */
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
/*.promote_list ul{*/
/*	width: 1220px;*/
/*	height: 400px;*/
/*	background-color:#fff;*/
/*	border-radius: 50%;*/
/*	position: relative;*/
/*	background:url("/statics/images/crm_promote.png") center bottom;*/
/*}*/
/*.promote_list li{*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	background: linear-gradient(180deg, #FFA4A4 0%, #FF4F4F 99%);*/
/*	backdrop-filter: blur(10px);*/
/*	position: absolute;*/
/*	border-radius: 50%;*/
/*	line-height: 100px;*/
/*	text-align: center;*/
/*	left: 50%;*/
/*	font-size: 26px;*/
/*	font-family: PingFangSC-Medium, PingFang SC;*/
/*	font-weight: 500;*/
/*	color: #FFFFFF;*/
/*}*/
/* .promote_list li:nth-of-type(1){
	transform: rotate(-90deg);
	transform-origin:20px 220px;
} */
/*.promote_list li:nth-of-type(1){*/
/*	transform: rotate(-67.5deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(2){*/
/*	transform: rotate(-45deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(3){*/
/*	transform: rotate(-22.5deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(4){*/
/*	transform: rotate(0deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(5){*/
/*	transform: rotate(22.5deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(6){*/
/*	transform: rotate(45deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/*.promote_list li:nth-of-type(7){*/
/*	transform: rotate(67.5deg);*/
/*	transform-origin:20px 520px;*/
/*}*/
/* .promote_list li:nth-of-type(9){
	transform: rotate(90deg);
	transform-origin:20px 220px;
} */


.core {
	/*margin-top: 100px;*/
}
.core_box {
	margin-top: 40px;
}
.core_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.core_box ul>li {
	box-sizing: border-box;
	padding: 30px;
	width: 390px;
	height: 590px;
	background: #FFFFFF;
	box-shadow: 0px -5px 20px 0px rgba(3,22,52,0.05);
	border-radius: 10px;
	backdrop-filter: blur(17px);
}
.core_box ul>li>.li_title {
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.core_box ul>li>.li_title span {
	color: #E80000;
}
.core_box ul>li>.li_top {
	width: 340px;
	height: 114px;
	background: #F9FBFF;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 25px;
	text-align: center;
}
.core_box ul>li>.li_top .li_top_seo {
	position: relative;
	padding-right: 35px;
}
.core_box ul>li>.li_top .li_top_seo::after {
	position: absolute;
	top:50%;
	right: 0;
	transform: translate(-50%,-50%);
    vertical-align: middle;
	height: 50px;
	border: 1px solid #D6DBE1;
    content: '';
}
.core_box ul>li>.li_top .li_top_title {
	font-size: 28px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
}
.core_box ul>li>.li_top .li_top_subtitle {
	margin-top: 10px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
}
.core_box ul>li>.li_body {
	width: 340px;
	height: 128px;
	border-bottom: 1px solid #F5F7F9;
	margin-bottom: 25px;
}
.core_box ul>li>.li_body>p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	text-align: center;
}
.core_box ul>li>.li_price {
	margin-bottom: 25px;
	text-align: center;
}
.core_box ul>li>.li_price>p {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 37px;
}
.core_box ul>li>.li_price>span {
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 700;
	color: #E80000;
	line-height: 32px;
}
.core_box ul>li>.li_bottom {
	text-align: center;
}
.core_box ul>li>.li_bottom>.li_button .button {
	margin: 0 auto 25px;
	width: 230px;
	height: 52px;
	background: #E80000;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
}
.core_box ul>li>.li_agreement {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}
