.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: #fff;
	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;
}

article {
	height: 590px;
	margin-bottom: 100px;
	position: relative;
    min-width: 1200px;
}

article .background {
	background-image: url(../img/minBack.png);
	background-size: 100% 100%;
	width: 100%;
    min-width: 1200px;
	background-repeat: no-repeat;
	height: 480px;
	overflow: hidden;
}

article .word {
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	margin-top: 138px;
}

article .word p {
	font-size: 18px;
	line-height: 70px;
	letter-spacing: 2px
}

article ul {
	display: flex;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	justify-content: center;
}

article ul li {
	width: 22%;
	height: 220px;
    margin: 1.2%;
	background: #FFFFFF;
	box-shadow: 0px 3px 40px 0px rgba(54, 64, 91, 0.26);
	border-radius: 10px;
	padding-top: 45px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
}

article ul li p {
	font-size: 14px;
}

section {
	height: 537px;
  min-width: 1200px;
	display: flex;
	align-items: center;
	font-weight: 500;
	justify-content: center;
}

section .word .little {
	width: 370px;
	font-weight: 400;
	height: 130px;
  line-height: 30px;
	font-size: 16px;
	color: #36405B;
	display: flex;
	align-items: center;
}

section .word h3 {
	font-size: 40px;
	line-height: 60px;
	color: #36405B;
}

section .word h5 {
	font-size: 26px;
	color: #36405B;
	width: 390px;
	line-height: 40px;
	margin:0 0 20px;
}

section .word .little .border {
	width: 12px;
	height: 99px;
	margin-right: 10px;
	background: #3883FF;
}
