* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
}

body {
	background: #c02c37;
}

.banner {
	width: 100%;
}

.mbanner {
	display: none;
}

.title {
	width: 342px;
	height: 108px;
	line-height: 82px;
	text-align: center;
	background-size: contain;
	background-image: url(img/title.png);
	margin: 0px auto;
	font-size: 30px;
	color: #e12000;
	font-weight: 900;
	margin-top: 70px;
	margin-bottom: 28px;
}

.app {
	width: 98%;
	max-width: 1200px;
	margin: 0px auto;
}

.appbottom {
	background-image: url(img/appbottom.png);
	background-size: cover;
	background-position: bottom;
	height: 1020px;
	margin-top: -830px;
	z-index: -1;
	position: relative;
}

.txt {
	height: 260px;
	background-image: url(img/txt.png);
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 50px 60px;
	text-indent: 2em;
}

.time-line {
	position: absolute;
	height: calc(100% - 120px);
	width: 1px;
	background: #fed6a6;
	left: 0px;
	right: 0px;
	margin: auto;
}

.time {
	text-align: center;
	background-image: url(img/time.png);
	background-position: top center;
	background-size: 22px 22px;
	padding-top: 30px;
	position: relative;
	margin-top: 30px;
}

.time>p {
	background-color: #c02c37;
}

.content {
	color: #fff;
	position: relative;
	margin-bottom: 160px;
}

.time-content {
	display: flex;
	justify-content: space-between;
	width: 1160px;
	margin: 0px auto;
}

.left,
.right {
	width: 522px;
	font-size: 18px;
	line-height: 30px;
}
.left span,
.right span{
	display:none;
}

.left {
	text-align: right;
}

.left>.txts {
	text-align: left;
	display: inline-block;
}

.right>.txts {
	justify-content: left;
}

.left>.img,
.right>.img {
	width: 332px;
	height: 200px;
	margin-top: 15px;
}

.left>.img {
	float: right;
	margin-left: 200px;
}
