.div1 {
	background: url(../img/efu_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 50px;
	box-sizing: border-box;
}

.div1 img {
	width: 80px;
	height: 40px;
	display: block;
	margin: 0 auto 110px;
}

.div1 h1 {
	font-family: DIN-Black;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.37;
	color: #ffffff;
	text-align: center;
}

.div1 p {
	font-family: PingFangSC;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
}

.div2 {
	background: url(../img/efu_1.jpg) no-repeat bottom 457px center;
	background-size: 100% auto;
	padding: 100px 0;
}

.div2 h2 {
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #1c3051;
	margin-bottom: 80px;
}

.div2_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.div2_ul li {
	width: 380px;
	height: 260px;
	margin-bottom: 30px;
	padding: 50px 50px 10px;
	box-sizing: border-box;
}

.div2_ul li h4 {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	line-height: 33px;
	margin-bottom: 20px;
}

.div2_ul li p {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 1.64;
	color: #ffffff;
}

.div2_ul li:nth-child(1) {
	background: url(../img/efu_bg_1.jpg) no-repeat center center;
	background-size: cover;
}

.div2_ul li:nth-child(2) {
	background: url(../img/efu_bg_2.jpg) no-repeat center center;
	background-size: cover;
}

.div2_ul li:nth-child(3) {
	background: url(../img/efu_bg_3.jpg) no-repeat center center;
	background-size: cover;
}

.div2_ul li:nth-child(4) {
	background: url(../img/efu_bg_4.jpg) no-repeat center center;
	background-size: cover;
}

.div2_ul li:nth-child(5) {
	background: url(../img/efu_bg_5.jpg) no-repeat center center;
	background-size: cover;
}

.div2_ul li:nth-child(6) {
	background: url(../img/efu_bg_6.jpg) no-repeat center center;
	background-size: cover;
}

.div_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 160px;
}

.div_con>img {
	width: 630px;
	height: 320px;
}

.div_con>div {
	width: 500px;
}

.div_con h3 {
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	color: #1c3051;
}

.div_con i {
	width: 19px;
	height: 4px;
	background-color: #e30316;
	display: block;
	margin: 40px 0;
}

.div_con p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 1.56;
	color: #606a7c;
}

.div3 {
	height: 402px;
	background: url(../img/efu_3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	box-sizing: border-box;
}

.div3 h3 {
	font-family: PingFangSC-Medium;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

.div3 p {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
}

.div4 {
	background: url(../img/efu_4.png) no-repeat center center;
	background-size: cover;
	padding: 100px 16px;
}

.div4 h3 {
	font-family: PingFangSC-Medium;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #1c3051;
	margin-bottom: 80px;
}

.div4_ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.div4_ul li {
	max-width: 224px;
	margin: 0 65px;
}

.div4_ul .p1 {
	font-family: PingFangSC-Medium;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	color: #e30316;
	margin-bottom: 20px;
	text-align: center;
}

.div4_ul p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 1.5;
	color: #606a7c;
	text-align: center;
}

.div4_ul i {
	width: 50px;
	height: 1px;
	display: block;
	margin: 30px auto;
	background-color: #606a7c;
}

footer {
	padding: 100px 0 80px;
}

footer h3 {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
}

footer p {
	max-width: 1000px;
	margin: 0 auto;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #adb3c1;
}

.cookies-block {
	border-radius: 1px;
	background-color: rgba(0, 0, 0, 0.68);
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.cookies-block>div {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #ffffff;
}

.cookies-block>div .s2 {
	width: 106px;
	height: 39px;
	border-radius: 19.5px;
	background-color: #ffffff;
	font-family: PingFangSC;
	font-size: 15px;
	line-height: 39px;
	text-align: center;
	color: #e30316;
	display: inline-block;
	cursor: pointer;
}
.cookies-block>div .s2:hover{
	background-color: #e2e2e2;
}
