
body{
	background-color: #f3f6fb;
}
.news{
	background-color: #f3f6fb;
}
.title {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.title img {
		width: 3.6rem;
		height: 0.54rem;
		position: absolute;
	}
	.title div {
		color: #333333;
		font-size: .3rem;
		z-index: 99;
	}
.tip{
	height: 3.16rem;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 999;
	/* width: 100%;
	margin-top: -1.5rem; */
	width: 12rem;
	margin: 0 auto;
	margin-top: -7%;
}
.tips{
	width: 13rem;
	height: 3.16rem;
	margin: 0 auto;
	background-color: white;
	border-radius: .2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
}
.tips_cont{
	width: 4rem;
	height: 2.52rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	border-right: 1px dashed gainsboro;
	font-size: .18rem;
	font-weight: 550;
	padding-left: .2rem;
	box-sizing: border-box;
}
.tips_conts{
	width: 3.9rem;
	height: .9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
}
.tips_conts a{
	text-align:left;
	width: 1.3rem;
	font-size: .14rem;
	list-style: none;
	color: #333333;
	text-decoration: none;
	
}


.advantage{
	width: 100%;
	height: 4.5rem;
	background-color: #f3f6fb;
	
	padding-top: .2rem;
}
.advantage_cont{
	width: 12rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	margin-top: .4rem;
}
.conts{
	
	width: 33.33%;
	display: flex;
	margin-top: .2rem;
	
	height: .9rem;
}
.conts img{
	width: .5rem;
	height: .5rem;
	margin-top: -0.03rem;
}
.conts_name{
	font-size:.16rem;
	font-weight: 550;
	margin-left: .1rem;
	
}
.case{
	width: 100%;
	height: 5rem;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}
	.swiper1{
		width: 12rem;
		margin-top: -.3rem;
	}
/*	.swiper1 img {
		width: 2.78rem;
		height: 2.78rem;
		
	}*/
.swiper-wrapper{
	width: 10rem;

}

.index-h5 {
    width: 2.56rem;
    font-size: 0.14rem;
    color: rgb(119, 119, 119);
    font-weight: 500;
    margin-top: 0.15rem;
}

.swiper-slide p {text-align: center;
    font-size: 0.2rem;}
