@charset "utf-8";
/* CSS Document */
/* banner */
.banner {
	width: 100%;
	height: 820px;
	position: relative;
}
.banner .ban-a {
	width: 100%;
	color: #fff;
	background-color: #061e7f;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner .ban-a1 {
	height: 270px;
	padding-top: 110px;
	background-image: url(/wp-content/uploads/images/ask-number/an-bj1.jpg);
}
.banner .ban-a2 {
	height: 550px;
	padding-top: 50px;
	background-image: url(/wp-content/uploads/images/ask-number/an-bj2.jpg);
}

/* 作用与价值 */
.function-value > ul {
	width: 58%;
}
.function-value > ul > li {
	padding: 18px 20px;
}
.function-value > ul > li > div {
	margin-left: 60px;
}
.function-value > div {
	width: 40%;
	height: 633px;
	background: url(/wp-content/uploads/images/ask-number/an-bj3.jpg) no-repeat center center;
	background-size: cover;
}

/* 功能模块 */
.assistant-list {
	height: 650px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	background: linear-gradient(to right, #3561ef,#2998ff);
}
.assistant-list > dt {
	width: 180px;
	height: 590px;
	float: left;
	background-color: #fff;
	border-radius: 10px;
}
.assistant-list > dt > a {
	font-size: 18px;
	display: block;
	text-indent: 30px;
	line-height: 62px;
}
.assistant-list > dt > a.active {
	width: 200px;
	position: relative;
	color: #fff;
	background: linear-gradient(to right, #f58b35,#ffcc65);
}
.assistant-list > dt > a.active::after {
	content: "";
	width: 5px;
	height: 0;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -14px;
	border-left: 16px solid #ffcc65;
	border-bottom: 14px solid transparent;
	border-top: 14px solid transparent;
}
.assistant-list > dd {
	width: 810px;
	padding-bottom: 10px;
	float: right;
	margin-top: -90px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(102,102,102,.1);
}

/* 客户评价 */
.evaluate-users dt {
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	background-color: #4762fe;
}
.evaluate-users dd {
	margin-left: 64px;
}