

.swiper{
	height: 4.26rem;
	width: 100%;
	overflow: hidden;
}
.swiper .swiper-slide{
	height: 4.26rem;
}
.swiper-pagination-bullet-active{
	background-color: #0D50A1 !important;
}
.newc{
	padding-bottom: 30px;
	background: #efefef;
}
.hea{
	display: flex;
	height: 0.88rem;
	line-height: 0.88rem;
	padding-left: 3.12rem;
	padding-right: 3.12rem;
	background: #fff;
	border-bottom: 0.01rem solid #D6D8DB;
}
.menu{
	flex: 1;
	display: flex;
}
.menu .me{
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	
	color:#666666;
	height: 0.88rem;
	line-height: 0.88rem;
	width: 1rem;
	text-align: center;
	margin-right: 0.74rem;
}
.menu .me.on{
	border-bottom: 0.04rem solid#00479D;
	color: #00479D;
}
.step{
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.con{
	/*margin-left: 3.12rem;*/
	/*margin-right: 3.12rem;*/
	
	width: 100%;
	min-height: 2rem;
	/*margin-top: 0.3rem;*/
}



.desc{
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 20px;
}
.desc video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.desc ul li{
	width: calc(100% - 40px);
	margin-top: 20px;
	background: #fff;
	padding: 20px;
}
.descleft{
	width: 34%;
	float: left;
}
.descleft img{
	width: 100%;
}
.descRight{
	width: 60%;
	float: left;
	margin-left: 2%;
}
.clear{
	clear: both;
}
.descRight h3{
	font-size: 0.24rem;
    font-weight: bold;
}
.descRight p{
	margin-top: 10px;
    font-size: 0.18rem;
    margin-bottom: 20px;
    line-height: 0.4rem;
    color: #757575;
}

.cultureL{
	width: 45%;
	float: left;
}
.cultureR h3{
	font-size:0.24rem;
    font-weight: bold;
}
.cultureR p{
	margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #757575;
}
.cultureL img{
	width: 100%;
}
.cultureR{
	width: 50%;
	float: left;
	margin-left: 5%;
}


.desc{
	position: relative;
}
.desc ul{
    width: 100%;
    margin: 0 auto;
}
.desc video{
	display: inline-block;
  vertical-align: baseline;
}
.desc .video-img{
	position: absolute;
    top: 40%;
    left: 50%;
    width: 90px;
    height: 90px;
    z-index: 999;
    background:url(/pc/image/play.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -40%);
	cursor:pointer;
}
