.swiper-item {
	position: relative;
	width: 100%;
	height: 640px;
}

.swiper-item img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	/* max-width: 100%; */
}

.mianbao-div {
	padding: 30px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.mianbao-box {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1D1D1F;
}

.wxzxxq-div {
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.wxzxxq-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wxzxxq-title {
	font-size: 36px;
	color: #1D1D1F;
	font-weight: bold;
}

.wxzxxq-second {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.wxzxxq-text {
	margin-top: 30px;
}


.yuedu-div {
	background-color: #fff;
	padding: 30px 0;
	box-sizing: border-box;
}

.yuedu-box-title {
	font-size: 36px;
	color: #1D1D1F;
	font-weight: bold;
}

.yuedu-box {
	padding-bottom: 30px;
	border-bottom: 1px solid #D3D3D3;
}

.yuedu-box ul {
	margin-top: 10px;
}

.yuedu-box ul li {
	margin-top: 20px;
}

.yuedu-box ul li a {
	font-size: 24px;
	color: #0071E3;
	font-weight: bolder;
}






.kefu-div {
	background-color: #fff;
	padding: 30px 0 60px 0;
}

.kefu-box {
	display: flex;
	align-items: center;
}

.kefu-box-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
margin-left: 40px;}

.kefu-box-item img {
	width: 60px;
	height: 60px;
}

.kefu-box-item-first {
	margin-top: 14px;
	font-size: 24px;
	color: #1D1D1F;
	font-weight: bold;
}

.kefu-box-item-second {
	font-size: 20px;
	color: #313133;
	margin-top: 10px;
}

.kefu-box-item-third {
	margin-top: 35px;
	color: #0071E3;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.kefu-box-item-third a {
	color: #0071E3;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.kefu-box-item-third img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}





@media screen and (max-width:750px) {
	.swiper-item img {
		max-width: 100%;
	}

	.swiper-item {
		height: 140px;
	}
p img {
		width: 100% !important;
height: auto !important;
	}
	.wxzxxq-title{
		font-size: 22px;
	}
	.yuedu-box ul li a{
		font-size: 16px;
	}

	.kefu-box-item img{
		width: 30px;
		height: 30px;
	}
	.kefu-box-item-first{
		font-size: 18px;
	}
	.kefu-box-item-second{
		font-size: 13px;
	}
	.kefu-box-item-third a{
		font-size: 14px;
	}
	.kefu-box-item img{
		width: 20px;
		height: 20px;
	}

}