.bg-one {
	background: #EC3630;
	position: relative;
}
.retail {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
nav>ul li:nth-child(2)::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #7C7C7C;
	border-radius: 1px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 20px);
}

.life {
	/* display: flex; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%
}

.l-left {
	width: 46%;
	display: flex;
	justify-content: flex-end;
	/* margin-top: 313px; */
}

.l-title {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
}

.l-t {
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 27px;
}

.life>img {
	margin-top: 243px;
}

/*----------------------------------------第一部分-------------------------------------------*/
.detail-one {
	padding: 116px 0 119px 0;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.d-title {
	font-size: 34px;
	font-weight: bold;
	color: #E5342E;
}

.d-t {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	margin-top: 25px;
}

.d-detail {
	display: flex;
	align-items: center;
}

.d-detail>ul {
	list-style-type: none;
}

.d-detail>ul>li {
	margin-top: 69px;
}

.d-detail>ul:first-child>li {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.d-detail>ul>li>span {
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 1px;
	background: #E4302A;
}

.d-detail>ul>li>div:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}

.d-detail>ul>li>div:last-child {
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	margin-top: 20px;
}

.d-detail>img {
	margin: 68px 74px 0;
}

.d-detail2 {
	display: flex;
	align-items: center;
}

.d-d2-text {
	padding-left: 160px;
}

.d-d2-text>div:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	color: #444444;
}

.d-d2-text>div:nth-child(2) {
	font-size: 20px;
	font-weight: 500;
	color: #666666;
	margin-top: 27px;
}

.d-d2-text>div:nth-child(3) {
	width: 267px;
	height: 40px;
	background: #EC3630;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 57px;
	text-align: center;
	line-height: 40px;
}

/*--------------------------------------第二部分------------------------------------*/
.detail-two {
	background: #F6F6F6;
	padding-top: 92px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img-one {
	margin-top: 67px;
	max-width: 100%;
}

.d-title2 {
	font-size: 34px;
	font-weight: bold;
	color: #444444;
	margin-top: 112px;
}

.img-two {
	transform: translateY(42px);
	z-index: 10;
}

/*------------------------------------------------------第三部分------------------------------------*/
.marketing-bg {
	width: 100%;
	height: 808px;
	background: url(../img/marketing-bg6.png) no-repeat center center;
	background-size: cover;
}
