img{
	vertical-align: top;
}
header{
	position: relative;
}
header .head-tit{
	display: block;
}
.place4{
	width: 100%;
    height: .88rem;
    display: block;
    background: #fff;
}
.actTit{
	width: 100%;
	position: relative;
	padding: 0.2rem 0;
	font-size: 0.4rem;
	color: #000000;
	font-weight: bold;
}
.actTit .line{
	display: block;
	left: 0;
	top: 0.3rem;
	width: 5px;
	height:0.4rem;
	background: #3a85f8;
	position: absolute;
	padding: 0;
}
.actTit .cont{
	padding: 0 0.3rem;
}
.actTit a{
	float: right;
	font-size: 0.3rem;
	line-height: 0.7rem;
	color: #666666;
	font-weight: 400;
}
/* type */
.type-cont .moreBtn{
	display: block;
	width:70% ;
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	background: #EEEEEE;
	margin: 0.5rem auto;
	border-radius: 4px;
}
.type .swiper-slide{
	text-align: center;
	font-size:.32rem;
	color:#333;
	line-height:.88rem;
	height: .88rem;
	position: relative;
	cursor: pointer;
}
.type .swiper-slide span{
	position: absolute;
	background:#fff;
	border-radius:100px;
	width:.3rem;
	height:.07rem;
	bottom: 0;
	left: 50%;
	margin-left: -.15rem;
}
.type .swiper-slide i{
	background:#fff;
	width:.12rem;
	height:.12rem;
	border-radius:50%;
	display: inline-block;
	vertical-align: top;
    margin-top: .2rem;
    margin-left: 2px;
}
.type .swiper-slide.on{
	font-size:.34rem;
	color:#3a85f8;
	font-weight: bold;
}
.type .swiper-slide.on span{
	background:#3a85f8;
}
.type .swiper-slide i.new{
	background:#ff3e1f;
}

.type-cont{
	display: none;
}
.type-cont.on{
	display: block;
}

/* banner */
.banner .swiper-slide{
	width: 7.5rem;
	height: 4.22rem;
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size:.28rem;
	color:#fff;
	line-height:.38rem;
	padding: .1rem .3rem;
	width: 6.9rem;
	background-image:linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
}
.banner .swiper-slide span{
	font-size:.28rem;
	color:#fff;
	line-height:.4rem;
	width: .8rem;
	height: .4rem;
	background: url(../images/m-banner-span1.png) no-repeat 0 0;
	background-size:auto .8rem; 
	position: absolute;
	text-align: center;
	top:0;
	right:.3rem;
}
.banner  .swiper-pagination-bullet{
	width: .2rem;
	height: .2rem;
	background: #fff;
	opacity:0.2;
}
.banner .swiper-pagination-bullet-active{
	background:#3a85f8;
	opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 .1rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
	text-align: right;
    left: -.2rem;
}
.banner .swiper-slide .back2{
	background: url(../images/m-banner-span2.png) no-repeat 0 0;
	background-size:auto .8rem; 
}
.banner .swiper-slide .back3{
	background: url(../images/m-banner-span3.png) no-repeat 0 0;
	background-size:auto .8rem; 
}
.banner .swiper-slide .back4{
	background: url(../images/m-banner-span4.png) no-repeat 0 0;
	background-size:auto .8rem; 
}
.banner .swiper-slide .back5{
	background: url(../images/m-banner-span5.png) no-repeat 0 0;
	background-size:auto .8rem; 
}
.banner .swiper-slide .back6{
	background: url(../images/m-banner-span6.png) no-repeat 0 0;
	background-size:auto .8rem; 
}

/* type2 */
.type2{
	padding: 0 .25rem;
}
.type2 li{
	width:1.36rem ;
	text-align: center;
	padding: .3rem 0 .1rem;
}
.type2 li a{
	display: block;
}
.type2 li img{
	width: .9rem;
	height: auto;
	background:#f6f6f6;
	border-radius: 50%;
}
.type2 li p{
	font-size:.24rem;
	color:#333;
	line-height:.64rem;
}

/*  list  */
.list i{
	margin-right: .15rem;
}
.list .m-tuji{
	position: relative;
	margin-bottom: .2rem;
}
.list .m-tuji,
.list .m-tuji .tuji-group{
	width:6.9rem;
	height:3.88rem;
	object-fit: cover;
}
.type-cont .list:last-child{
	border-bottom: 1px solid #ddd;
}
.list .m-tuji p{
	background:rgba(0,0,0,.8);
	border-radius:100px;
	padding: 0 .16rem;
	height:.34rem;
	font-size:.2rem;
	color: #fff;
	line-height: .34rem;
	position: absolute;
	right:.2rem;
	top:3.32rem;
}
.list .m-tuji p img{
	height:.2rem ;
	width:auto;
	margin-top:0.07rem ;
	margin-right: .1rem;
}
.list .video-box{
	margin-bottom: .2rem;
}
.list video,
.list .video-box{
	width: 6.9rem;
	height:4.88rem ;
	position: relative;
}
.list .video-box img{
	position: absolute;
	background:rgba(0,0,0,.6);
	width:1rem;
	height:1rem;
	border-radius:50%;
	left: 50%;
	top:50%;
	margin-left: -.5rem;
	margin-top: -.5rem;
}

/* footer */
.footer2{
	background:#fff;
	width:7.50rem;
	height:.88rem;
	position: fixed;
	bottom:0;
	left: 0;
}
.footer2 li{
	width: 25%;
	text-align: center;
	font-size:.24rem;
	line-height:.3rem;
}
.footer2 li.on a{
	color:#3a85f8;
}
.footer2 li a{
	display: block;
	color:#333;
}
.footer2 li div{
	width: .48rem;
	height: .48rem;
	overflow: hidden;
	margin:0 auto;
	margin-top: .05rem;
}
.footer2 li img{
	width: .48rem;
	position: relative;
	top:-.48rem;
}
.footer2 li.on img{
	top:0;
} 









