* {
	margin: 0;
	padding: 0;
}

.row {
	padding: 0;
}

.newbox {
	width: 100%;
	padding-bottom: 80px;
	background: url('../images/zhihui-banner.png') no-repeat center;
	color: #FFFFFF;
	padding-top: 130px;
	background-size: 800%;
}

.flo {
	color: #FFFFFF;
	width: 80%;
	margin: 50px auto;
	text-align: center;
}

.flo1 {
	line-height: 80px;
	font-size: 30px;
	margin: 0 auto;
}

.flo2 {
	width: 84%;
	margin: 0 auto;
	line-height: 38px;
	text-align: left;
	text-indent: 4rem;
	font-size: 18px;
}

.flo3 {
	margin: 0 auto;
}

.flo3img>img {
	height: 56px;
	margin: 15px auto;
	display: block;
}

.flo3touch>a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
}

.flo3touch>a:hover {
	color: #FFFFFF;
}

/* 服务场景开始 */
.riostlt {
	width: 100%;
	font-size: 30px;
	line-height: 90px;
	font-weight: 700;
	color: #202020;
	text-align: center;
	margin: 30px auto;
}

.scenebox>.container>.row>div {
	border: none;
}

.riplatel>img {
	width: 100%;
}

.riplater {
	padding: 20px 3%;
	box-sizing: border-box;
}

.riplater>.littletlt {
	line-height: 40px;
	font-size: 24px;
	font-weight: 400;
	color: #212121;
}

.riplater>.littlecon {
	padding-top: 20px;
	box-sizing: border-box;
}

.riplater>.littlecon>div {
	line-height: 34px;
}

/* 服务场景结束 */

/* 核心功能开始 */
.corebox {
	background-color: #F5F7F8;
	padding-top: 3rem;
}

.Core {
	font-size: 2.125rem;
	font-weight: 300;
	color: #212121;
	line-height: 100px;
	margin: 0 auto;
}

.funcs {
	width: 100%;
	word-wrap: break-word;
	word-break: normal;
}

.func {
	width: 100%;
	height: 200px;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 24px 30px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(166, 179, 210, 0.47);
	text-align: left;
	box-sizing: border-box;
	margin: 20px 0;
}

.func>.line {
	width: 100%;
	height: 1px;
	background-color: #DCDEE0;
	margin-bottom: 20px;
}

.func>.line>div {
	width: 30%;
	height: 1px;
	background-color: #53CFCF;
}

.funcs>div {
	margin-bottom: 20px;
}

.funcs>div:nth-of-type(1),
.funcs>div:nth-of-type(2),
.funcs>div:nth-of-type(3),
.funcs>div:nth-of-type(5),
.funcs>div:nth-of-type(6),
.funcs>div:nth-of-type(7) {
	margin-right: 6%;
}

.functlt {
	line-height: 30px;
	font-weight: 500;
	color: #212121;
	margin-bottom: 20px;
}

.funcon {
	line-height: 26px;
	font-size: 14px;
	color: dimgrey;
}

/* 核心功能结束 */

/* 我们的优势开始 */
.advanbox {
	padding: 50px 0 40px;
}

.advantlt {
	margin: 0 auto;
	font-size: 30px;
	line-height: 60px;
}

.advcon {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}

.advcontlt {
	font-size: 24px;
	line-height: 70px;
	text-align: center;
}

.advcons {
	color: gray;
	font-size: 14px;
	line-height: 24px;
}

/* 我们的优势结束 */

/* 联系我们开始 */
.touchus {
	width: 100%;
	padding: 40px 0 60px 0;
	box-sizing: border-box;
	background-image: linear-gradient(17deg, #60489d, #a693dd);
}

.touch {
	height: 140px;
}

.touch>div:first-child>div {
	line-height: 90px;
	color: #FFFFFF;
	margin: 30px auto;
	text-align: center;
}

.touch>div:last-child>div {
	padding: 10px 5px;
	background-color: #FFFFFF;
	width: 100px;
	margin: 0 auto;
	border-radius: 20px;
}

.touch a {
	color: #5F3A9D;
	text-align: center;
	display: block;
}

h3 {
	font-size: 24px;
	line-height: 26px;
}

/* 联系我们结束 */

@media screen and (max-width: 414px){
	.advanbox>.container>:nth-of-type(2)>div{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 280px) {
	.newbox {
		margin-top: unset;
	}

	.flo1 {
		font-size: 32px;
		line-height: 60px;
	}
}