.home_count .titles {
	font-size: 0.32rem;
	color: #00544a;
	font-weight: bold;
	margin-top: 0.3rem;
}
.home_count .serve_list{
	margin-top: 0.2rem;
	clear: both;
}
.xqfxBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xqfxBox .xqfx_list {
	width: 48%;
	padding: 0.3rem 0.4rem;
	border-radius: 0.3rem;
	margin-top: 0.3rem;
	background-color: #e6f9fc;
}

.xqfxBox .xqfx_list .xqtitle {
	font-size: 0.24rem;
	color: #00b49f;
}

.xqfxBox .xqfx_list .contText {
	margin: 0.15rem 0;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}
.serve_count{
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serve_count .serve_left{
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serve_count .serve_left .s_list{
	width: 45%;
	margin: 0.2rem 0;
}
.serve_count .serve_left .s_list .tit_title{
	border-radius: 0.2rem;
	background-color:#00b49f;
	color: #fff;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.2rem;
}
.serve_count .serve_left .s_list .tit_texts{
	margin: 0.2rem 0;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.serve_count .serve_right{
	width: 23%;
}
.serve_count .serve_right img{
	width: 100%;
}
.home_anli{
	margin-top: 0.2rem;
	clear: both;
	position: relative;
}
.home_anli .home_anli_list{
	width: 50%;
	clear: both;
	float: left;
	padding: 0.3rem;
	margin-left: 0.4rem;
}
.home_anli .home_anli_list:nth-child(3){
	margin-top: -0.7rem;
}
.home_anli .home_anli_list:nth-child(2n){
	float: right;
	margin-right: 0.4rem;
	margin-left: 0;
	margin-top: -0.7rem;
}
.home_anli .home_anli_list .h_al_text{
	float: left;
	width: 70%;
}
.home_anli .home_anli_list:nth-child(odd) .h_al_text{
	margin-right: 0.4rem;
	text-align: right;
}
.home_anli .home_anli_list:nth-child(even) .h_al_text{
	margin-left: 0.4rem;
	text-align: left;
}
.home_anli .home_anli_list .h_title{
	font-size: 0.26rem;
	color: #00b49f;
}
.home_anli .home_anli_list .h_text{
	line-height: 0.3rem;
	font-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_anli .home_anli_list .h_al_img{
	float: left;
	width: 1rem;
	height: 1rem;
	background: url('/static/index/img/h_al_icon2.png');
	background-size: cover;
	position: relative;
}
.home_anli .home_anli_list .h_al_img:nth-child(2n){
	background: url('/static/index/img/h_al_icon.png');
	background-size: cover;
	position: relative;
}
.home_anli .home_anli_list .h_al_img::after{
	content: '';
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	margin: auto;
	width: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.16rem;
	color: #00b49f;
	font-weight: bold;
	z-index: 11111111111;
	display: block;　
	clear: both;
}
.home_anli .home_anli_list:nth-child(1) .h_al_img::after{
	content: ' 01 ';
}
.home_anli .home_anli_list:nth-child(2) .h_al_img::after{
	content: ' 02 ';
}
.home_anli .home_anli_list:nth-child(3) .h_al_img::after{
	content: ' 03 ';
}
.home_anli .home_anli_list:nth-child(4) .h_al_img::after{
	content: ' 04 ';
}
.serve_sw{
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serve_sw .serve_l{
	width: 30%;
}
.serve_sw .serve_l img{
	width: 100%;
}
.serve_sw .serve_r {
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serve_sw .serve_sw_list{
	width: 48%;
	padding: 0.3rem 0.4rem;
	border-radius: 0.3rem;
	margin-top: 0.3rem;
	background-color: #e6f9fc;
}
.serve_sw .serve_sw_list .s_title{
	font-size: 0.26rem;
	color: #00b49f;
}
.serve_sw .serve_sw_list .s_text{
	line-height: 0.3rem;
	font-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.home_shouzhong{
	margin-top: 0.4rem;
}
.home_shouzhong .home_szList .htBox{
	margin: 0.2rem auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_shouzhong .home_szList .htBox .ht_list{
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.3rem;
}
.home_shouzhong .home_szList .htBox .ht_list .imgBox{
	width: 24%;
}
.home_shouzhong .home_szList .htBox .ht_list .imgBox img{
	width: 100%;
}
.home_shouzhong .home_szList .htBox .ht_list .ht_count{
	width: 68%;
}
.home_shouzhong .home_szList .htBox .ht_list .ht_count .ht_tit{
	font-size: 0.26rem;
	color: #00b49f;
}
.home_shouzhong .home_szList .htBox .ht_list .ht_count .ht_text{
	margin-top: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_szList{
	margin-top: 0.2rem;
}
.home_szList .azBox{
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_szList .azBox .az_list{
	width: 40%;
}
.home_szList .azBox .az_list .az_title{
	display: flex;
	align-items: center;
	margin: 0.2rem 0;
}
.home_szList .azBox .az_list .az_title .num{
	width: 0.8rem;
	/* height: 1.16rem; */
	border-radius: 0.2rem;
	background:#00b49f;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.8rem;
	text-align: center;
	
}
.home_szList .azBox .az_list .az_title .tit{
	margin-left: 0.2rem;
	font-size: 0.26rem;
	font-weight: bold;
	color:#00b49f;
}
.home_szList .azBox .az_list .az_text{
	line-height: 0.3rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 0.3rem;
}
.ysBox{
	margin-top: 0.2rem;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ysBox .ys_list {
	height: 6rem;
}
.ysBox .ys_list:nth-child(1),.ysBox .ys_list:nth-child(6){
	line-height: 6rem;
}
.ysBox .ys_list:nth-child(1) img,.ysBox .ys_list:nth-child(6) img{
	height: 0.8rem;
}
.ysBox .ys_list .ys_tit{
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.8rem;
	background: url("/static/index/img/ys_cen.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.ysBox .ys_list:nth-child(2) .ys_tit,.ysBox .ys_list:nth-child(4) .ys_tit{
	margin-top: 2.6rem;
}
.ysBox .ys_list:nth-child(3) .ys_tit,.ysBox .ys_list:nth-child(5) .ys_tit{
	margin-top: 1.4rem;
}
.ysBox .ys_list:nth-child(2) .ys_text,.ysBox .ys_list:nth-child(4) .ys_text{
	width: 2.6rem;
	margin-top: 1.3rem;
	line-height: 0.3rem;
	font-size: 0.18rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical; */
	position: relative;
}
.ysBox .ys_list:nth-child(3) .ys_text,.ysBox .ys_list:nth-child(5) .ys_text{
	width: 2.6rem;
	line-height: 0.3rem;
	font-size: 0.18rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical; */
	position: relative;
}
.ysBox .ys_list:nth-child(2) .ys_text::after,.ysBox .ys_list:nth-child(4) .ys_text::after{
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABbCAYAAACYsB63AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAAGlSURBVGhD7ZW7SgNBFIb/GdIk8REsLBUU9CksNKKNvaQQIRY+RUobwUq0sJIUgslT2ApaWqSwSGGhCCbsOOfMSLJ6Aptkkup8sMlc4JvLzv5jMI67iyVUyvtwdhsGm4BbDh2m639e/NNBH/c4OHrnZgFZ3rnaRWYvfW8UjqUHl52gVm/Feo68nGdbbfpSIzQUxLkbDMzZ31UM5SyuPPqm1dgyGc69+gG2Rgew8R9hxlOKCWNWUHLnscaEmdMeO/vA5VkxWQ079TYXeTvK1ecCL68YDl18fa7hsPFh+bilEhPkIqfH8jlOTXRaP5L/QBITnf60/H55KQlOLzclrs8BmjllRWI4f3jmT1xPCwUbyX26pYedlmOT0i0dvej0cgoais1UkCuGF20LOI8dbrk8G63RbA9yYoBTjs1pce4N2XduB4ZyWgrlMQX/5PiV9zewd5x7dwu85kb5d0FjPXSAvotCF3Rx2teOnwkY7vkcULmIykVULqJyEZWLqFxE5SIqF1G5iMpFVC6ichGVi6hcROUiKhdRuYjKRVQuonIRlYuofNEAP2WzeokN0W09AAAAAElFTkSuQmCC");
	width: 0.4rem;
	position: absolute;
	left: 0;right: 0;
	top: -1.2rem;
	margin: auto;
	height: 1rem;
	overflow: hidden;
	text-align: center;
}
.ysBox .ys_list:nth-child(3) .ys_text::after,.ysBox .ys_list:nth-child(5) .ys_text::after{
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABbCAYAAACYsB63AAAACXBIWXMAABcSAAAXEgFnn9JSAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTA0LTEwVDExOjAyOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wNC0xMFQxMTowMzowNyswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNS0wNC0xMFQxMTowMzowNyswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjNTYzNjUwMi1jYmE1LWRiNDEtYTdhZS05MzhiYzJlMzI5MGMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzU2MzY1MDItY2JhNS1kYjQxLWE3YWUtOTM4YmMyZTMyOTBjIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzU2MzY1MDItY2JhNS1kYjQxLWE3YWUtOTM4YmMyZTMyOTBjIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNTYzNjUwMi1jYmE1LWRiNDEtYTdhZS05MzhiYzJlMzI5MGMiIHN0RXZ0OndoZW49IjIwMjUtMDQtMTBUMTE6MDI6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7NbSSWAAABkklEQVRo3u3Zv0sCcRjH8ff3iwZFg4NDg0NL0GBQQ39DgxUG4tRgOMSBS2N/RUOBk9gcgoI69FfU0BC0NDg0ODjYCSn3NNxFZfbL7griufXLve5zzz3f7zOcERH+/mpVhVb1y0lEBBtlHsUVV1xxxRVXXHHFFVdcccUVV1xxxRVXXHHFFVf8P+Hm3ZWzk3nmZrOI3cCwCqSDlSvgGmgzpMHOXm/S7SLyDt6ubOLZMobUJ+G6iOewVax9jterCWJyhDGFb1aghvfgsL3fnYz78AXGLE5VYJE7ZLjy9IDXv3JiHE8NAxizgJ0pv+2WZiWHYTeEBsnRrOSeu6VeTRDnBkiG1IFdhixJttCzxMmGCAMkAxMLZCLYP5kAl3QE+HKAm1T4tqSeko8iPLhMJ4Ijq+PjwmX4VfFNi/HOww/umxZ30EDohJi6gzto+Hi+1Md6Tnhf0XPIl/rPZ0um2AJOfp5aTgNrbMy594cg1z+AbxmZg8kzNF/q47rrU72ByCkjszY+8n5xzH04oCX1YoN8aUA/AvT7lPtuDHZkAAAAAElFTkSuQmCC");
	width: 0.4rem;
	position: absolute;
	left: 0;right: 0;
	bottom: -1.2rem;
	margin: auto;
	height: 1rem;
	overflow: hidden;
	text-align: center;
}
.wlBox{
	margin-top: 0.3rem;
}
.wlBox .wl_list{
	width: 42%;
	margin-bottom: 0.3rem;
	padding: 0.3rem;
	background: #eefdff;
	border-radius: 0.2rem;
	float: left;
}
.wlBox .wl_list:not(:nth-child(1)){
	margin-left:1rem;
}
.wlBox .wl_list .num{
	font-size: 0.26rem;
	color: #00b49f;
	font-weight: bold;
	text-align: right;
}
.wlBox .wl_list .tit{
	font-size: 0.26rem;
	color: #00b49f;
	font-weight: bold;
}
.wlBox .wl_list .text{
	line-height: 0.3rem;
	font-size: 0.16rem;
	margin-top: 0.2rem;
}
/* 售后服务 */
.home_zb_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_zb_box .home_zb_l {
	width: 60%;
}
.home_zb_box .home_zb_l .home_zbBox{
	margin: 0.3rem 0.6rem;
}
.home_zb_box .home_zb_l .home_zbBox .tit{
	font-size: 0.26rem;
	color:#00b49f;
	font-weight: bold;
	position: relative;
}
.home_zb_box .home_zb_l .home_zbBox .tit::after{
	content: '  ';
	position: absolute;
	left: -0.6rem;
	text-align: center;
	color: #00b49f;
	font-weight: bold;
	font-size: 0.26rem;
	width: 0.5rem;
	line-height: 0.5rem;
	border-radius: 50%;
	background-color: #a2e0e2;
	text-indent: 0;
}
.home_zb_box .home_zb_l .home_zbBox:nth-child(1) .tit::after{
	content: ' 01 ';
}
.home_zb_box .home_zb_l .home_zbBox:nth-child(2) .tit::after{
	content: ' 02 ';
}
.home_zb_box .home_zb_l .home_zbBox:nth-child(3) .tit::after{
	content: ' 03 ';
}
.home_zb_box .home_zb_l .home_zbBox .txt{
	line-height: 0.3rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}
.home_zb_box .home_zb_r {
	width: 32%;
}
.home_zb_box .home_zb_r img{
	width: 100%;
}
.home_yj_box{
	margin-top: 1.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_yj_box .home_yj_list{
	width: 26%;
	border-radius: 0.2rem;
	border: 2px solid #00b49f;
	position: relative;
}
.home_yj_box .home_yj_list .imgBox{
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 0;right: 0;
	top: -1rem;
	margin: auto;
}
.home_yj_box .home_yj_list .imgBox img{
	width: 100%;
}
.home_yj_box .home_yj_list .tit{
	margin-top: 0.8rem;
	font-size: 0.24rem;
	color: #00b49f;
	text-align: center;
}
.home_yj_box .home_yj_list .txt{
	padding: 0.3rem;
	margin: 0.5rem 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_bj_box{
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_bj_l,.home_bj_cen,.home_bj_r{
	width: 30%;
}
.home_bj_cen img{
	width: 100%;
}
.home_bj_box  .tit{
	font-size: 0.26rem;
	color:#00b49f;
	font-weight: bold;
	text-align: right;
}
.home_bj_box  .txt{
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_bj_box .home_bj_r .tit{
	text-align: left;
}
.home_bj_r .h_bj_box:nth-child(2){
	margin-top: 0.7rem;
}
.home_xy_box{
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home_xy_box .home_xy_img{
	width: 46%;
}
.home_xy_box .home_xy_img img{
	width: 100%;
}
.home_xy_box .home_xy_right{
	width: 50%;
}
.home_xy_box .home_xy_right .home_xy_list .tit{
	font-size: 0.26rem;
	color: #00b49f;
	font-weight: bold;
}
.home_xy_box .home_xy_right .home_xy_list .txt{
	margin: 0.3rem 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_xy_box .home_xy_right .home_xy_list:nth-child(2){
	margin: 0.88rem 0;
}
.home_zz_box{
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_zz_box .home_zz_l{
	width: 70%;
}
.home_zz_box .home_zz_r{
	width: 18%;
}
.home_zz_box .home_zz_r img{
	width: 100%;
}
.home_zz_box .home_zz_l .tit {
	font-size: 0.26rem;
	color: #00b49f;
	font-weight: bold;
}
.home_zz_box .home_zz_l .txt {
	margin: 0.3rem 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


@media screen and (max-width: 767px) {
	
	.serve_count .serve_right{
		display: none;
	}
	.serve_count .serve_left{
		width: 100%;
	}
	.home_anli .h_al_img{
		display: none;
	}
	.home_anli .home_anli_list{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
	}
	.home_anli .home_anli_list .h_al_text{
		width: 100%;
	}
	.home_anli .home_anli_list:nth-child(2n){
		float: left !important;
	}
	.home_anli .home_anli_list{
		clear: none;
	}
	.home_anli .home_anli_list:nth-child(even) .h_al_text{
		margin-left: 0 !important;
	
	}
	.home_anli .home_anli_list .h_title{
		text-align: center !important;
		
	}
	.serve_sw .serve_l{
		display: none;
	}
	.serve_sw .serve_r{
		width: 100%;
	}
	.ysBox .ys_list .ys_tit{
		width: 50% !important;
	}
	.ysBox .ys_list .ys_text{
		width: 50% !important;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.ysBox  .ys_list:nth-child(1),.ysBox  .ys_list:nth-last-child(1){
		display: none;
	}
	.ysBox .ys_list:nth-child(2) .ys_text, .ysBox .ys_list:nth-child(4) .ys_text{
		margin-top: 0.2rem !important;
	}
	.ysBox{
		display: flex;
		flex-wrap: wrap;
	}
	.ysBox .ys_list{
		width: 100%;
		height: auto !important;
		display: flex;
		align-items: center;
	}
	.ysBox .ys_list:nth-child(2) .ys_tit, .ysBox .ys_list:nth-child(4) .ys_tit{
		margin-top: 0 !important;
	}
	.ysBox .ys_list:nth-child(2) .ys_text::after, .ysBox .ys_list:nth-child(4) .ys_text::after,
	.ysBox .ys_list:nth-child(3) .ys_text::after, .ysBox .ys_list:nth-child(5) .ys_text::after{
		content: '' !important;
	}
	.ysBox .ys_list:nth-child(3) .ys_tit, .ysBox .ys_list:nth-child(5) .ys_tit{
		margin-top: 0.2rem !important;
	}
	.ysBox .ys_list .ys_tit{
		background-size: cover !important;
	}
	/* .ysBox .ys_list .ys_tit:nth-child(2){
		background: url("/static/index/img/ys_cenl.png") center/cover;
	} */
	.ysBox .ys_list .ys_tit:nth-child(2n){
		background: url("/static/index/img/ys_cenl.png") center/cover;
	}
	
	.wlBox .wl_list:not(:nth-child(1)){
		margin-left: 0 !important;
	}
	.wlBox .wl_list:nth-child(2n){
		float: right !important;
	}
	.wlBox .wl_list .text{
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.home_zb_box .home_zb_r{
		display: none;
	}
	.home_zb_box .home_zb_l{
		width: 100%;
	}
	.home_yj_box{
		margin-top: 0.2rem;
		display: block !important;
	}
	.home_yj_box .home_yj_list{
		margin: 0.2rem 0;
		width: 100% !important;
	}
	.home_yj_box .home_yj_list .imgBox{
		display: none;
	}
	.home_xy_box{
		display: block;
	}
	.home_xy_box .home_xy_img{
		width: 100%;
	}
	.home_xy_box .home_xy_right{
		width: 100%;
	}
	.home_xy_box .home_xy_right .home_xy_list:nth-child(2){
		margin: 0.2rem 0;
	}
	.home_zz_box .home_zz_r{
		display: none;
	}
	.home_zz_box .home_zz_l{
		width: 100%;
	}
	.home_yj_box .home_yj_list .tit{
		font-size: 0.28rem;
	}
	.serve_count .serve_left .s_list .tit_texts,
	.home_anli .home_anli_list .h_text,
	.serve_sw .serve_sw_list .s_text,
	.home_shouzhong .home_szList .htBox .ht_list .ht_count .ht_text,
	.home_szList .azBox .az_list .az_text,
	.ysBox .ys_list .ys_text,
	.wlBox .wl_list .text,
	.home_zb_box .home_zb_l .home_zbBox .txt,
	.home_yj_box .home_yj_list .txt,
	.home_bj_box .txt,
	.home_xy_box .home_xy_right .home_xy_list .txt,
	.home_zz_box .home_zz_l .txt{
		font-size: 0.24rem !important;
	}
}


