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

.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: 30px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.wxzxxq-box {
	display: inline;
	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;
}
.content .wxzxxq-second .one{
	padding:5px 20px;
}
.content .wxzxxq-text a span{
	padding:0px 5px;
}
.content .wxzxxq-text a{
    border-radius:30px;
}
.content .wxzxxq-text .tags{
	border: 1px solid #ddd;
    padding: .1em .5em;
    text-align: center;
    color: #333;
    margin-left: 0.8em;
}
.content .wxzxxq-text a:hover{
	background:#0084ff;
	color:#fff;
}
.wxzxxq-text {
	margin-top: 30px;
	line-height:30px;
}
.wxzxxq-text h4{
	font-size: 18px;
	line-height:30px;
	font-weight:600;
}

.wxzxxq-text span a{
	margin-right: 10px;
    display: inline-block;
}
.wxzxxq-text .tag{
	border: 1px solid #333;
    color: #007aff;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 10px;
	line-height:40px;
}
	
}
.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: 18px;
	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: 95% !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;
	}

}