body {
	line-height: 1.5;
}

.cont {
	padding: 5.5% 0;
	background: url(../img/consumer_bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}

.cont svg {
	margin: 0 !important;
}

.cont .page1 .tit {
	color: #141515;
	text-align: center;
}

.cont .page1 .subtit {
	text-align: center;
	color: #222222;
	width: 78%;
	margin: 1.5% auto 0;
	line-height: 2;
}

.cont .page1 ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 3.5%;
}

.cont .page1 ul li {
	width: 32.33%;
	margin-bottom: 1.5%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.cont .page1 ul li:nth-child(1),
.cont .page1 ul li:nth-child(2) {
	width: 49.3%;
}

.cont .page1 ul li .txt {
	position: absolute;
	bottom: 37px;
	left: 35px;
	color: #fff;
}

.cont .page1 ul li:hover .img img {
	transform: scale(1.05);
}

.cont .page2 {
	margin-top: 4%;
}

.cont .page2 .tit {
	text-align: center;
	color: #141515;
}

.cont .page2 .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 25px auto 35px;
}

.cont .page2 .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .page2 .w1440 {
	overflow: initial;
}

.cont .page2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cont .page2 ul li {
	width: 49.3%;
	margin-bottom: 1.5%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	background: #fff;
	padding: 3% 4%;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 32, 64, 0.08);
}

.cont .page2 ul li:hover .ic {
	transform: translateY(-3px);
}

.cont .page2 ul li:nth-last-child(1) {
	width: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 1% 0;
}

.cont .page2 ul li:nth-last-child(1) .txt {
	width: auto;
}

.cont .page2 ul li:nth-last-child(1) .p1 {
	display: inline-block;
}

.cont .page2 ul li:nth-last-child(1) .p2 {
	display: inline-block;
}

.cont .page2 ul li .ic {
	padding: 17px;
	background: #008cd6;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 5px 10px rgba(0, 32, 64, 0.08);
	transition: all 0.5s;
}

.cont .page2 ul li .ic img {
	width: 60px;
}

.cont .page2 ul li .txt {
	width: calc(100% - 130px);
}

.cont .page2 ul li .txt a,
.cont .page2 ul li .txt span {
	color: #008cd6;
}

.cont .page2 ul li .txt .p2 {
	margin-top: 3%;
	line-height: 1.8;
}

.cont .page2 ul li .txt .p3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 80%;
}

.cont .page2 ul li .txt .p4 {
	margin-top: 3%;
}

.cont .page3 {
	margin-top: 4.5%;
}

.cont .page3 .w1440 {
	overflow: initial;
}

.cont .page3 .tit {
	text-align: center;
	color: #141515;
}

.cont .page3 .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 25px auto 0px;
}

.cont .page3 .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .page3 .img {
	margin-top: 4%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 32, 64, 0.08);
}

.cont .page3 .img:hover img {
	transform: scale(1.02);
}

.cont .page4 {
	margin-top: 4.5%;
}

.cont .page4 .w1440 {
	overflow: initial;
}

.cont .page4 .tit {
	text-align: center;
	color: #141515;
}

.cont .page4 .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 25px auto 0px;
}

.cont .page4 .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .page4 ul {
	width: 100%;
	margin-top: 4.5%;
}

.cont .page4 ul li {
	width: 100%;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 32, 64, 0.08);
	margin-bottom: 10px;
}

.cont .page4 ul li .time {
	margin: 5px;
	border-radius: 100px;
	width: 160px;
	text-align: center;
	background: #f5f7fa;
	color: #aaaaaa;
	line-height: 50px;
}

.cont .page4 ul li .txt {
	margin-left: 3%;
	color: #222;
	display: inline-block;
}

.cont .page4 ul li:hover .txt {
	color: #008cd6;
}

.cont .page4 .more {
	text-align: center;
	margin-top: 3.5%;
}

.cont .page4 .more a {
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #e94620;
	color: #e94620;
	padding: 10px 58px;
	transition: all 0.5s;
}

.cont .page4 .more a:hover {
	color: #fff;
	background: #e94620;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .page2 ul li {
		padding: 2% 4%;
	}

	.cont .page2 ul li .ic {
		padding: 14px;
	}

	.cont .page2 ul li .ic img {
		width: 55px;
	}

	.cont .page1 ul li .txt {
		bottom: 18px;
		left: 21px;
		right: 20px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont {
		padding: 40px 0;
	}

	.cont .page1 ul li {
		width: 100% !important;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.cont .page1 .subtit {
		width: 100%;
		text-align: justify;
	}

	.cont .page2 ul li {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.cont .page2 ul li .ic {
		padding: 8px;
		border: 1px solid #fff;
	}

	.cont .page2 ul li .ic img {
		width: 30px;
	}

	.cont .page2 ul li .txt {
		width: calc(100% - 67px);
	}

	.cont .page2 ul li .txt .p3 {
		width: 100%;
	}

	.cont .page2,
	.cont .page3,
	.cont .page4 {
		margin-top: 30px;
	}

	.cont .page2 .line {
		width: 60px;
		height: 2px;
		margin: 10px auto 15px;
	}

	.cont .page4 .line {
		width: 60px;
		height: 2px;
		margin: 10px auto 15px;
	}

	.cont .page3 .line {
		width: 60px;
		height: 2px;
		margin: 10px auto 0px;
	}

	.cont .page3 .img {
		overflow: overlay;
		border-radius: 5px;
	}

	.cont .page3 .img img {
		width: 1000px;
	}

	.cont .page4 ul li {
		border-radius: 5px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px;
	}

	.cont .page4 ul li .time {
		line-height: 1.5;
		background: transparent;
		width: auto;
	}

	.cont .page4 ul li a {
		display: block;
		width: 100%;
	}

	.cont .page4 .more {
		margin-top: 30px;
	}
}