* {
	padding: 0;
	margin: 0;
}


/* 工作流程 */
.zhinan_body{
	padding-top: 0.8rem;
	padding-bottom: 1.23rem;
	box-sizing: border-box;
}
.zhinan_body .zhinan_name{
	font-weight: bold;
	font-size: 0.45rem;
	color: #204FA9;
	width: 100%;
	text-align: center;
	margin-bottom: 0.6rem;
}
.zhinan_body .zhinan_view{
	width: 100%;
	height: auto;
}


/* 取样要求 */
.down_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #DDDDDD;
}
.down_item .down_txt{
	display: flex;
	align-items: center;
	width: calc(100% - 2rem);
}
.down_item .down_txt .down_icon{
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	margin-right: 0.24rem;
}
.down_item .down_txt .down_cont{
	width: calc(100% - 0.84rem);
}
.down_item .down_txt .down_cont .down_title{
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.08rem;
}
.down_item .down_txt .down_cont .down_time{
	display: flex;
	align-items: center;
}
.down_item .down_txt .down_cont .down_time span{
	font-weight: 400;
	font-size: 0.16rem;
	color: #858585;
	margin-right: 0.3rem;
}
.down_item .down_more{
	width: 1.6rem;
	height: 0.5rem;
	background: #204FA9;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.down_item .down_more::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.down_item .down_more:hover:before {
    animation: style1 .75s;
    z-index: 1;
}
@keyframes style1{
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}
	100% {
		background: 0 0;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}



.down_item .down_more i{
	display: block;
	width: 0.2rem;
	height: 0.17rem;
	background: url(../img/down_icon2.png) center no-repeat;
	background-size: contain;
	margin-left: 0.12rem;
}
.down_item:hover .down_more{
	background: #DF5527;
}




/* 检测项目 */
.zhinan_body.bg{
	width: 100%;
	height: auto;
	background: url(../img/zizhi_bg1.jpg) center no-repeat;
	background-size: cover;
}
.zhinan_body .zhinan_cont{
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 0.2rem;
	color: #000000;
}

.jiance_body{
	display: flex;
	gap: 0.32rem;
}
.jiance_item{
	width: 4.79rem;
	min-height: 6.2rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0,0,0,0.05);
	border-radius: 0.2rem;
	margin-top: 1.05rem;
	position: relative;
}
.jiance_item:hover{
	background: #fff url(../img/logo_icon.png) center bottom no-repeat;
	background-size: 2.42rem 3.04rem;
}
.jiance_item .jiance_bor{
	position: absolute;
	width: 0.91rem;
	height: 0.91rem;
	border: 0.01rem dashed #204FA9;
	top: -0.45rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.jiance_item .jiance_icon{
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	background: #204FA9;
	border-radius: 50%;
	top: -0.37rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 0.3rem;
	color: #FFFFFF;
	z-index: 9;
}
.jiance_item:hover .jiance_bor{
	border: 0.01rem dashed #DF5527;
}

.jiance_item:hover .jiance_icon{
	background: #DF5527;
}
.jiance_item .jiance_list{
	position: relative;
	padding: 0.82rem 0.39rem 0.76rem;
	box-sizing: border-box;
	/* background: #fff; */
}
.jiance_item .jiance_list .jiance_li{
	width: 100%;
	border-bottom: 0.01rem dashed #D8D8D8;
	padding-bottom: 0.2rem;
	margin-bottom: 0.23rem;
	cursor: pointer;
}
.jiance_item .jiance_list .jiance_li:hover{
	border-bottom: 0.01rem dashed #204FA9;
}
.jiance_item .jiance_list .jiance_li .jiance_title{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
}
.jiance_item .jiance_list .jiance_li:hover .jiance_title{
	color: #204FA9;
}
.jiance_item .jiance_list .jiance_li .jiance_title i{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #DF5527;
	margin-right: 0.1rem;
	border-radius: 50%;
}
.jiance_item .jiance_list .jiance_li .jiance_cont{
	font-weight: 400;
	font-size: 0.16rem;
	color: #555555;
	line-height: 0.25rem;
	padding-top: 0.13rem;
}








/* 服务承诺 */
.chengruo_item{
	display: flex;
	align-items: center;
	padding: 0.32rem 0.16rem;
	box-sizing: border-box;
	margin-bottom: 0.16rem;
	border-bottom: 0.01rem dashed #DBDBDB;
	cursor: pointer;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.chengruo_item .num{
	font-family:MiSans-Bold;
	font-weight: bold;
	font-size: 0.35rem;
	line-height: 0.53rem;
	color: rgba(255,255,255,0);
	text-stroke: 0.01rem #DF5527;
    -webkit-text-stroke: 0.01rem #DF5527;
    -moz-text-stroke: 0.01rem #DF5527;
    -o-text-stroke: 0.01rem #DF5527;
	margin-right: 0.15rem;
}
.chengruo_item .txt{
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.3rem;
}
.chengruo_item:hover{
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
	border-radius: 0.1rem;
	border-bottom: none;
}
.chengruo_item:hover .num{
	color: #DF5527;
}

.chengruo_img{
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.5rem;
}
.chengruo_img .chengruo_pic{
	width: 4.76rem;
	height: 3.03rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.chengruo_img .chengruo_pic img{
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.chengruo_img .chengruo_pic:hover img{
	transform:scale(1.1);
}







