
/*三大保障*/
.content{
	display: flex;
	width: 100%;
}
.content .baozhang{
	flex: 1;
	display: flex;
    align-items: center;
  margin-right: 0.2rem;
   
}
.content .baozhang img{
	width: 0.6rem;
}
.content .baozhang_text{
	margin-left: 0.16rem;
}
.content .baozhang_text h1{
	font-size: 0.2rem;
	color: #333;
	text-align:left;
	
}
.content .baozhang_text span{
	font-size: 0.16rem;
	color: #555;
	text-align:left;
	
}
.lc{
	display: block;
}
.lc .liucheng_bgimg{
	width: 6.27rem;
	margin: 0 auto;
	position: relative;
}
.lc .liucheng_bgimg img{
	width: 100%;
}
.lc .liucheng_bgimg h1{
	position: absolute;
	top: 0.28rem;
	left: 0.38rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}

.lc .liucheng_bgimg h2{
	position: absolute;
	top: 0.28rem;
	left:2.95rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}


.lc .liucheng_bgimg h3{
	position: absolute;
	top: 0.28rem;
	right: .4rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}

.lc .liucheng_bgimg ul li{
	text-align: center;
	border: 1px #4793f7 solid;
	border-radius: 0.16rem;
	margin-top: 0.1rem;
	width: 2.0rem;
 	height: 0.32rem;
	
}

.lc .liucheng_bgimg ul li p{
	line-height: 0.32rem;
	font-size:0.18rem;
}



.lc .liucheng_bgimgo{
	width: 6.27rem;
	margin: 0 auto;
	position: relative;
}
.lc .liucheng_bgimgo img{
	width: 100%;
}
.lc .liucheng_bgimgo h1{
	position: absolute;
	top: 0.4rem;
	left: 0.3rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}

.lc .liucheng_bgimgo h2{
	position: absolute;
	top: 0.4rem;
	left:2.88rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}


.lc .liucheng_bgimgo h3{
	position: absolute;
	top: 0.4rem;
	right: 0.3rem;
	font-size:0.18rem ;
	font-weight: bold;
	color: white;
}

.lc .liucheng_bgimgo ul li{
	border: 1px #f9bf9c solid;
	border-radius: 0.16rem;
	margin-top: 0.1rem;
	width: 1.8rem;
	text-align: center;
	height: 0.32rem;
}
.lc .liucheng_bgimgo ul li p{
	line-height: 0.32rem;
	font-size:0.18rem;
}
.serve_sh ul{
	display: flex;
	margin-top: 0.4rem;
}
.serve_sh ul li:nth-child(1){
	background: #e5e5e5;
	border-radius: 50%;
	width:0.38rem;
	height:0.38rem;
	display: flex;
	align-items: center;

}
.serve_sh img{
	display: block;
	width: 50%;
	margin:0 auto;

}

.serve_sh ul li h1{
	font-size: 0.24rem;
	color: #4793f7;
}

.serve_sh ul li p{
	color: #333333;
	font-size: 0.18rem;
}

.serve_sh ul .serve_nr{
	width: calc(100% - 0.9rem);
}

