
.zwfw-main{
	padding-top: 28px;
}
.zwfw-main *{
	box-sizing: border-box;
}
.zwfw-tit1{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.zwfw-tit1 .tit{
	display: inline-block;
	font-size: 28px;
	color: #000000;
	margin-left: 18px;
	vertical-align: middle;
	font-weight: bold;
}
.zwfw-w1{
	margin-top: 38px;
}
.zwfw-w1c{
	display: flex;
	align-items: center;
	margin-top: 21px;
}
.zwfw-w1c a{
	display: inline-block;
	margin-right: 20px;
	width: 260px;
	height: 168px;
}
.zwfw-w1c a:nth-child(5){
	margin-right: 0;
}
.zwfw-w1c a img{
	width: 100%;
}
.zwfw-w2{
	margin-top: 44px;
}
.zwfw-w2c{
	margin-top: 21px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 22px 4px 4px 20px;
	background-color: #f8f8f8;
}
.zwfw-w2c a{
	display: inline-block;
	width: 213px;
	height: 132px;
	background-color: #ffffff;
	margin-bottom: 16px;
	margin-right: 16px;
	text-align: center;
}
.zwfw-w2c a img{
	width: 62px;
	height: 62px;
	margin: 16px 0 10px;
}
.zwfw-w2c a p{
	width: 100%;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zwfw-w3{
	height: 951px;
	padding-top: 28px;
	background: url(zwfw-bg1.png);
	background-size: 100% 100%;
}
.zwfw-tit2{
	margin: 0 54px;
	display: flex;
	justify-content: space-between;
}
.zwfw-tit2 .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 620px;
	cursor: pointer;
}
.zwfw-tit2 .tit img{
	width: 100%;
}
.zwfw-tit2 .tit .cur{
	display: none;
}
.zwfw-tit2 .tit.cur img{
	display: none;
}
.zwfw-tit2 .tit.cur .cur{
	display: block;
}
.zwfw-w3c>.ljxq-tab{
	position: relative;
}
.zwfw-w3c>.ljxq-tab>.ljxq-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.zwfw-w3c .page{
	text-align: center;
}
.zwfw-w3c .page span{
	width: 7px;
	height: 7px;
	background-color: #bd1a2d;
	opacity: 1;
	border-radius: 3px;
}
.zwfw-w3c .page span.swiper-pagination-bullet-active{
	width: 23px;
}
.zwfw-w3c1{
	margin-top: 24px;
	overflow: hidden;
}
.zwfw-w3bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
}
.zwfw-w3bar span{
	width: 180px;
}
.zwfw-w3bar .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	background-color: #ffc059;
	border-radius: 25px;
	border: solid 3px #ffffff;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.zwfw-w3c1 .swiper-container{
	position: relative;
	overflow: inherit;
	overflow: visible;
	padding-bottom: 10px;
	margin-top: 29px;
}
.zwfw-w3c1>.swiper-container>.swiper-wrapper>.swiper-slide {
	opacity: 0;
	z-index: -1;
	transition: 300ms;
	transform: scale(0.8);
	width: 952px;
	height: 512px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	box-shadow: 1px 2px 13px 0px 
	rgba(23, 129, 203, 0.34);
}
.zwfw-w3c1>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-active{
	opacity: 1;
	transform: scale(1);
	z-index: 9;
}
.zwfw-w3c1>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-prev,.zwfw-w3c1>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-next{
	opacity: .6;
	z-index: 2;
}
.zwfw-w3c1 .swiper-pagination{
	position: static;
	margin-top: 37px;
	display: flex;
	justify-content: space-around;
}
.zwfw-w3c1 .swiper-pagination span{
	opacity: 1;
	width: 138px;
	height: 99px;
	text-align: center;
	border-radius: 0;
	margin-bottom: -6px!important;
	background: none;
	margin: 0!important;
}
.zwfw-w3c1 .swiper-pagination span img{
	width: 100%;
}
.zwfw-w3c1 .swiper-pagination span .cur{
	display: none;
}
.zwfw-w3c1 .swiper-pagination span.swiper-pagination-bullet-active img{
	display: none;
}
.zwfw-w3c1 .swiper-pagination span.swiper-pagination-bullet-active img.cur{
	display: block;
}
.zwfw-w3c1 .img{
	height: 100%;
	flex-shrink: 0;
}
.zwfw-w3c1 .tit{
	position: absolute;
	color: #fefefe;
	left: 16px;
	top: -16px;
	height: 54px;
}
.zwfw-w3c1 .tit img{
	height: 100%;
}
.zwfw-w3c1 .list{
	width: 100%;
	padding: 27px 14px 0;
	overflow: hidden;
}
.zwfw-w3c1 .list>div{
	position: relative;
	overflow: hidden;
}
.zwfw-w3c1 .list a{
	display: block;
	padding-left: 10px;
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #95cdff;
}
.zwfw-w3c1 .list a span{
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding-left: 15px;
	color: #000000;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-y: hidden;
}
.zwfw-w3c1 .list a span:before{
	position: absolute;
	content: ' ';
	width: 4px;
	height: 4px;
	left: 0;
	top: 10px;
	border-radius: 50%;
	background: #3a9bf1;
}
.zwfw-w4{
	margin: 33px 0 29px;
	width: 100%;
	height: 732px;
	padding: 51px 15px 20px 15px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
}
.zwfw-w4 .qpll {
	display: block;
	width: 116px;
	height: 30px;
	border-radius: 8px;
	background-color: #0a80ed;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 13px;
	top: 12px;
}
.zwfw-w4 .qpll img {
	width: 18px;
	margin: 0 7px 4px 0;
}

@media screen and (min-width: 769px){
	.zwfw-w3c1 .list a:hover{
		background: #bef2ff;
	}
}
@media screen and (max-width: 768px){
	.zwfw-main{
		padding: .3rem .2rem;
	}
	.zwfw-tit1{
		line-height: .5rem;
		padding-bottom: .2rem;
	}
	.zwfw-tit1 img{
		height: .5rem;
	}
	.zwfw-tit1 .tit{
		font-size: .32rem;
		margin-left: .2rem;
	}
	.zwfw-w1{
		margin-top: .2rem;
	}
	.zwfw-w1c{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: .3rem;
	}
	.zwfw-w1c a{
		width: 48%;
		height: auto;
		margin: 0 0 .2rem;
	}
	.zwfw-w2{
		margin-top: .3rem;
	}
	.zwfw-w2c{
		margin-top: .3rem;
		padding: .2rem .2rem 0;
		justify-content: space-between;
	}
	.zwfw-w2c a{
		width: 48%;
		height: 1.9rem;
		margin: 0 0 .2rem;
	}
	.zwfw-w2c a img{
		width: .7rem;
		height: .7rem;
		margin: .3rem 0 .2rem;
	}
	.zwfw-w2c a p{
		font-size: .32rem;
		padding: 0 .1rem;
	}
	.zwfw-w3{
		height: 11.56rem;
		padding-top: .4rem;
		overflow: hidden;
	}
	.zwfw-tit2{
		margin: 0 .2rem;
	}
	.zwfw-tit2 .tit{
		width: 48%;
	}
	.zwfw-tit2 .tit img{
		height: .9rem;
		object-fit: cover;
	}
	.zwfw-w3c1{
		width: 100%;
		height: auto;
		margin-top: .3rem;
	}
	.zwfw-w3bar{
		padding: 0 .2rem;
	}
	.zwfw-w3bar img{
		height: .32rem;
	}
	.zwfw-w3bar span{
		display: none;
	}
	.zwfw-w3bar .more{
		font-size: .28rem;
		width: auto;
		padding: 0 .1rem;
		height: .7rem;
		line-height: .7rem;
	}
	.zwfw-w3c>.wlw-tab>.wlw-item{
		width: 96%;
		left: 2%;
		padding-top: .1rem;
	}
	.zwfw-w3c1 .swiper-container{
		margin-top: .3rem;
	}
	.zwfw-w3c1 .list{
		width: 100%;
		padding: .3rem;
	}
	.zwfw-w3c1 .list a{
		height: auto;
		padding: .2rem 0 .2rem 10px;
	}
	.zwfw-w3c1 .list a span{
		font-size: .32rem;
		line-height: initial;
	}
	.zwfw-w3c1 .list a span:before{
		top: .14rem;
		width: .1rem;
		height: .1rem;
	}
	.zwfw-w3c1 .img{
		display: none;
	}
	.zwfw-w3c1>.swiper-container>.swiper-wrapper>.swiper-slide{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		height: 7rem;
	}
	.zwfw-w3c1 .tit{
		height: .6rem;
		top: -.14rem;
	}
	.zwfw-w3c1 .swiper-pagination{
		margin-top: .3rem;
	}
	.zwfw-w3c1 .swiper-pagination span{
		width: 13%;
		height: auto;
	}
	.zwfw-w4{
		margin: .4rem 0;
		height: 8.9rem;
		padding: .8rem .2rem .2rem;
	}
	.zwfw-w4 .qpll{
		width: auto;
		font-size: .32rem;
		padding: 0 .2rem;
		line-height: .5rem;
		height: .5rem;
		top: .2rem;
		right: .2rem;
	}
	.zwfw-w4 .qpll img{
		width: .3rem;
	}
}