/* 头部 */


.title {
	width: 1200px;
	margin: 20px auto;
	display: flex;
  justify-content: center;
	height: 30px;
	line-height: 30px;
}

.title .left {
	font-size: 18px;
	font-weight: 800;
	color: #FFFFFF;
	display: flex;
	margin-right: 62px;
}

.title .left img {
	margin-right: 10px;
}

.title .List {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	width: 560px;
	justify-content: space-around;
}

.title .List li {
	cursor: pointer;
}

.title .List .white {
	color: rgba(255, 255, 255, 1);
}

.title .btns {
	display: flex;
	width: 200px;
	justify-content: space-around;
	margin-left: 130px;
	font-size: 13px;
	text-align: center;

}

.title .btns .btn {
	width: 91px;
	height: 30px;
	background: #36405B;
	border: 1px solid #3883FF;
	border-radius: 16px;
	color: #3883FF;
	cursor: pointer;
}

.title .btns .btnTwo {
	width: 90px;
	height: 30px;
	background: #19BE6B;
	border-radius: 16px;
	color: #FFFFFF;
	cursor: pointer;
}


/* 中部 */
section {
	width: 100%;
	height: 567px;
	overflow: hidden;
}

section .secTop {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.secTop h4 {
	font-size: 26px;
	font-weight: 600;
	color: #242323;
	margin-top: 55px;
	margin-bottom: 10px;
}

.secTop p {
	font-size: 14px;
	font-weight: 400;
	color: #868C98;
}

section {
	background: #F9FBFF;
}

section .secBtm {
	width: 1200px;
	margin: 68px auto 0;
	text-align: center;
	display: flex;
	justify-content: left;
}

.amico {
	padding: 0 100px 0 167px;
}

.secBtm .secList h4 {
	text-align: right;
	width: 127px;
	height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #242323;
	line-height: 30px;
}

.secBtm .secList li {
	width: 420px;
	word-wrap: break-word;
	text-align: left;
	display: flex;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	color: #242323;

}

.secBtm .secList .blue {
	height: 30px;
	align-items: center;
	text-align: left;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #407BFF;
	cursor: pointer;
}

.secList .blue img {
	width: 6px;
	margin-left: 10px;
	height: 8px;
}

.secBtm .secList li .yes {
	display: block;
	width: 16px;
	height: 16px;
	margin: 6px 10px 0 16px;
}

article {
	text-align: center;
	height: 1140px;
	width: 1200px;
	margin: 0 auto;
}

article h4 {
	width: 500px;
	margin: 55px auto 20px;
	display: flex;
	justify-content: center;
	font-size: 26px;
	font-weight: 600;
	color: #242323;
	align-items: center;
}

article h4 p {
	width: 147px;
	height: 50px;
	background: #E0EAFF;
	border-radius: 10px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: #407BFF;
	margin-left: 5px;
}

article h5 {
	font-size: 14px;
	color: #868C98;
	font-weight: normal;
	margin-bottom: 113px;
}

article img {
	width: 937px;
	height: 733px;
}
