﻿/* 公用样式 */

html{ margin:0 auto; padding:0 auto; max-width: 750px;min-width: 320px;}
*{margin:0px;padding:0px;}
body{font-family: Helvetica,Tahoma,Arial,STXihei,"Microsoft YaHei", sans-serif;max-width: 750px;overflow-x:hidden;}
li{ list-style:none;}
a{ text-decoration:none;}
img{ border:none; vertical-align:top;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}


/*不同分辨率样式判断*/

@media only screen and (min-width: 320px){html {font-size: 266.6% !important;}}
@media only screen and (min-width: 360px){html {font-size: 300% !important;}}


@media only screen and (min-width: 375px){html {font-size: 312.5% !important;}} 
@media only screen and (min-width: 410px){html {font-size: 341.6% !important;}}
@media only screen and (min-width: 440px){html {font-size: 366.6% !important;}}  
@media only screen and (min-width: 480px){html {font-size: 400% !important;}}  
@media only screen and (min-width: 520px){html {font-size: 433% !important;}} 
@media only screen and (min-width: 560px){html {font-size: 466% !important;}} 
@media only screen and (min-width: 600px){html {font-size: 500% !important;}}
@media only screen and (min-width: 640px){html {font-size: 625% !important;}}

.header{
	width: 100%;
	height: auto;
}
.header .head{
	width: 100%;
	background: #56ADDA;
}
.header .head .logo{
	padding: 0.2rem 0;
	margin-left: 0.4rem;
}
.header .head .logo a{
	display: block;
	width: 3.68rem;
	height: 0.93rem;
}
.header .head .logo a img{
	width: 100%;
	height: 100%;
}
.header .head .tel a{
	display: block;
	width: 1.80rem;
	height: 0.68rem;
	background: url(../images/hzjy_06.png) no-repeat center;
	background-size: 100%;
	margin: 0.26rem 0.2rem 0.26rem 0;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.68rem;
	padding-left: 0.15rem;
}

.header .banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.header .banner ul li{
	width: 7.5rem;
	position: relative;
}
.header .banner ul li img{
	width: 100%;
	height: auto;
}

.banner .banzt-li0{
	position: relative;
}
.banner .banzt-li0 .tel{
	position: absolute;
	left: 0.85rem;
	top: 2.6rem;
	font-size: 0.3rem;
	color: #1481DC;
	font-weight: bold;
	letter-spacing: 0.03rem;
}
.banner .banzt-li0 .tel i{
	float: left;
	width: 0.42rem;
	height: 0.35rem;
	background: url(../images/hzsw1zt_04.png) no-repeat center;
	background-size: 100%;
	margin: 0 0.15rem 0 0;
}

.nav-zt ul{
	background: #56ADDA;
	box-shadow: 0 0 0 0 #eecccc, 0 0 0 0 #eecccc, 0 0.1rem 0.05rem -5px #eecccc, 0 0 0 0 #eecccc;
	display: flex;
	justify-content: center;
}
.nav-zt ul:after{
	content: "";
	display: table;
	clear: both;
}
.nav-zt ul li{
	float: left;
	padding: 0.1rem 0.45rem;
	position: relative;
}
.nav-zt ul li+li:before{
	content: '';
	float: left;
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #9a4340);
	position: absolute;
	left: 0;
	top: 0;
}
.nav-zt ul li a{
	display: block;
	font-size: 0.18rem;
	color: #fff;
	padding: 0.05rem 0.1rem;
	border-radius: 2px;
	text-align: center;
}
.nav-zt ul li a p{
	font-size: 0.1rem;
}
.nav-zt ul li a:hover{
	background: #f4dfdf;
	color: #000;
}

/* 主体内容 */
.mian .content{
	width: 100%;
	height: auto;
}
.wc_bt{
	color: #1481DB;
	text-align: center;
	padding: 0 0 0.2rem;
}
.wc_bt h1{
	padding: 0.5rem 0 0.1rem;
	font-size: 0.25rem;
	letter-spacing: 0.01rem;
}
.wc_bt div{
	font-size: 0.12rem;
	font-weight: bold;
	margin: 0 0 0.2rem;
}
.wc_bt p{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: #1481DB;
	font-size: 0.18rem;
	color: #fff;
	font-weight: bold;
	text-align: center;line-height: 0.42rem;
	margin: 0 auto;
}
.wcc1 .c1_z{
	padding: 0 0.4rem;
}
.wcc1 .c1_z:after{
	content: "";
	display: table;
	clear: both;
}
.wcc1 .c1_z li{
	float: left;
	padding: 0.35rem 0.2rem 0.15rem;
	width: 2.7rem;
	height: 1.62rem;
	border-radius: 0.1rem;
	border: 1px dashed #1481DB;
	margin: 0.4rem 0;
	position: relative;
}
.wcc1 .c1_z li:nth-of-type(even){
	float: right;
}
.wcc1 .c1_z li .s{
	font-size: 0.2rem;
	color: #6a0d0b;
	font-weight: bold;
	padding: 0.05rem 0;
	text-align: center;
	background: #f9ecdb;
	border-radius: 0.3rem;
	border: 1px solid #f57a58;
	position: relative;
}
.wcc1 .c1_z li .s:before{
	content: '';
	width: 0.25rem;
	height: 0.1rem;
	border-left: 1px solid #f57a58;
	border-top: 1px solid #f57a58;
	border-radius: 0.3rem 0 0 0;
	position: absolute;
	left: 0.08rem;
	top: 0.03rem;
}
.wcc1 .c1_z li .s:after{
	content: '';
	width: 0.45rem;
	height: 0.15rem;
	border-right: 1px solid #f57a58;
	border-bottom: 1px solid #f57a58;
	border-radius: 0 0 0.3rem 0;
	position: absolute;
	right: 0.08rem;
	bottom: 0.03rem;
}
.wcc1 .c1_z li .x{
	font-size: 0.16rem;
	color: #6a0d0b;
	line-height: 1.8;
	margin: 0.15rem 0 0;
}
.wcc1 .c1_z li .x a{
	color: #ff9900;
}
.wcc1 .c1_z li .xh{
	font-size: 0.31rem;
	color: #fff;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #1481DB;
	text-align: center;line-height: 0.8rem;
	position: absolute;
	top: -0.6rem;
	left: 50%;
	margin-left: -0.4rem;
	box-shadow: 0 0 3px #BFDDF4;
}
.wcc1 .c1_z li .x a:hover{
	color: #f33;
	text-decoration: underline;
}
.c1_dj:after{
	content: "";
	display: table;
	clear: both;
}
.c1_dj{
	padding: 0 0.4rem;
}
.c1_dj a{
	font-size: 0.24rem;
	color: #1481DB;
	font-weight: bold;
	letter-spacing: 0.01rem;
	width: 3.2rem;
	height: 0.72rem;
	line-height: 0.72rem;
	border-radius: 0.15rem;
	background: #f9ecdb;
	border: 1px solid #1481DB;
	position: relative;
}
.c1_dj a.left{
	text-align: center;
}
.c1_dj a.right i{
	float: left;
	width: 0.34rem;
	height: 0.29rem;
	background: url(../images/hzsw1zt_04.png) no-repeat center;
	background-size: 100%;
	margin: 0.18rem 0.15rem 0.18rem 0.5rem;
}
.c1_dj a:before{
	content: '';
	width: 0.25rem;
	height: 0.1rem;
	border-left: 1px solid #f57a58;
	border-top: 1px solid #f57a58;
	border-radius: 0.3rem 0 0 0;
	position: absolute;
	left: 0.08rem;
	top: 0.03rem;
}
.c1_dj a:after{
	content: '';
	width: 0.45rem;
	height: 0.15rem;
	border-right: 1px solid #f57a58;
	border-bottom: 1px solid #f57a58;
	border-radius: 0 0 0.3rem 0;
	position: absolute;
	right: 0.08rem;
	bottom: 0.03rem;
}
.c1_dj a:hover{
	background: #fce1bf;
}
/*解密：为什么无创胎儿鉴定更好？*/
.wcc2 .c2_s{
	margin: 0.6rem 0.15rem 0.15rem;
	position: relative;
	height: 4rem;
	overflow: hidden;
}
.wcc2 .c2_s .left img{
	width: 3.46rem;
	height: 4rem;
}
.wcc2 .c2_s .rt{
	margin-left: 3.46rem;
	height: 100%;
	font-size: 0.18rem;
	color: #660d0b;
}
.wcc2 .c2_s .rt .bt{
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	background: #0080c7;
	padding: 0.18rem 0.18rem;
}
.wcc2 .c2_s .rt .nr{
	padding: 0.2rem 0.18rem;
	line-height: 2;
}
.wcc2 .c2_s .zx{
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.01rem;
	background: #50ABD7;
	text-align: center;
	line-height: 0.75rem;
	position: absolute;
	left: 50%;
	bottom: -0.95rem;
	margin-left: -0.8rem;
}
.wcc2 .c2_s .zx:hover{
	background: #f33;
}
.wcc2 .c2_x:after{
	content: "";
	display: table;
	clear: both;
}
.wcc2 .c2_x{
	padding: 0 0.15rem;
}
.wcc2 .c2_x li{
	background: #0080c7;
	color: #fff;
}
.wcc2 .c2_x li:after{
	content: "";
	display: table;
	clear: both;
}
.wcc2 .c2_x li .left img{
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	margin: 0.2rem 0.2rem;
}
.wcc2 .c2_x li .rt{
	margin-left: 1.6rem;
	margin-right: 0.15rem;
	height: auto;
}
.wcc2 .c2_x li .rt .s{
	font-size: 0.2rem;
	line-height: 0.45rem;
	padding: 0.2rem 0 0;
}
.wcc2 .c2_x li .rt .s span{
	width: 0.45rem;
	height: 0.45rem;
	float: left;
	background: #fff;
	border-radius: 0.1rem;
	text-align: center;line-height: 0.45rem;
	font-size: 0.22rem;
	color: #eb423d;
	font-weight: bold;
}
.wcc2 .c2_x li .rt .s a{
	display: block;
	margin-left: 0.55rem;
	color: #fff;
	font-weight: bold;
	text-overflow: ellipsis;white-space: nowrap;
	overflow: hidden;
}
.wcc2 .c2_x li .rt .x{
	font-size: 0.17rem;
	margin-top: 0.15rem;
	line-height: 1.5;
}
.wcc2 .c2_x li .rt .x span{
	width: 0.45rem;
	height: 0.45rem;
	float: left;
	background: #fff;
	border-radius: 0.1rem;
	text-align: center;line-height: 0.45rem;
	font-size: 0.22rem;
	color: #ff9900;
	font-weight: bold;
}
.wcc2 .c2_x li .rt .x p{
	margin-left: 0.55rem;
}
.wcc2 .c2_x li .rt .x p a{
	color: #ffcc00;
}
.wcc2 .c2_x li .rt a:hover{
	text-decoration: underline;
}
.wcc2 .c2_x li+li{
	margin-top: 1px;
}
/*亮点：无创胎儿鉴定的5大优势*/
.wcc3 .c3_s{
	width: 7.07rem;
	height: 3.5rem;
	background: url(../images/hzsw1zt_17.png) no-repeat center;
	background-size: 100%;
	margin: 0.2rem auto;
	position: relative;
}
.wcc3 .c3_s a{
	width: 1rem;
	text-align: center;
	padding: 0.05rem 0;
	background: #f8f8f8;
	font-size: 0.16rem;
	color: #f33;
	border-radius: 0.3rem;
	position: absolute;
	left: 50%;
	top: 2.3rem;
	margin-left: -0.55rem;
}
.wcc3 .c3_s a:hover{
	background: #f33;
	color: #fff;
}
.wcc3 .c3_x{
	padding: 0 0.2rem;
}
.wcc3 .c3_x li .bt{
	height: 0.72rem;
	line-height: 0.72rem;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	background: #0080c7;
	cursor: pointer;
}
.wcc3 .c3_x li .bt .hot{
	float: left;
	width: 0.72rem;
	height: 100%;
	text-align: center;line-height: 0.72rem;
	font-size: 0.165rem;
	background: #1481DC;
	margin-right: 0.2rem;
}
.wcc3 .c3_x li .bt .on{
	float: right;
	width: 0.72rem;
	height: 100%;
	text-align: center;
	font-size: 0.32rem;
	background: #ff9900;
}
.wcc3 .c3_x li .nr{
	font-size: 0.18rem;
	color: #333;
	padding: 0.3rem 0.2rem 0.2rem;
	background: #f5f5f5;
	display: none;
}
.wcc3 .c3_x li .nr .lz+.lz{
	margin-top: 0.25rem;
}
.wcc3 .c3_x li .nr .lz div{
	font-size: 0.24rem;
	color: #eb423d;
	margin-bottom: 0.1rem;
}
.wcc3 .c3_x li .nr .lz a{
	color: #ff9900;
}
.wcc3 .c3_x li .nr .lz a:hover{
	color: #f33;
	text-decoration: underline;
}
.wcc3 .c3_x li+li{
	margin-top: 0.15rem;
}
.wcc3 .c3_x li .bt:hover .on{
	background: #f88;
}
.wcc3 .c3_x li.on-nr .nr{
	display: block;
}
.wcc3 .c3_x li.on-nr .bt .on{
	transform: rotate(90deg);
}
/*核子基因：DNA检测权威品牌*/
.wcc4 .c4_x{
	padding: 0.2rem 0.2rem 0.05rem;
	height: 4.1rem;
	overflow: hidden;
}
.wcc4 .c4_x .lt{
	float: left;
	width: 3.5rem;
	height: 4.1rem;
	background: #0080c7;
	color: #fff;
	font-size: 0.16rem;
	position: relative;
}
.wcc4 .c4_x .lt .bt{
	float: left;
	padding: 0.3rem 0 0.2rem 0.2rem;
	font-size: 0.2rem;
	text-align: center;
	border-bottom: 1px solid #f17b78;
	font-weight: bold;
	clear: right;
}
.wcc4 .c4_x .lt .nr{
	clear: left;
	padding: 0.2rem 0.3rem 0.2rem 0.2rem;
	line-height: 2.2;
	letter-spacing: 0.02rem;
}
.wcc4 .c4_x .lt .nr a{
	color: #f7d768;
}
.wcc4 .c4_x .lt .nr a:hover{
	text-decoration: underline;
}
.wcc4 .c4_x .lt:after{
	content: '';
	float: left;
	width: 0;
	height: 0;
	border-width: 0.15rem 0.15rem 0.15rem;
	border-style: solid;
	border-color: transparent transparent transparent #eb423d;
	position: absolute;
	right: -0.25rem;
	top: 0.6rem;
}
.wcc4 .c4_x .rt{
	margin-left: 3.5rem;
	height: 4.1rem;
}
.wcc4 .c4_x .rt img{
	width: 3.54rem;
	height: 4.1rem;
}
/*便捷性：流程简便，孕妈省心*/
.wcc5{
	padding: 0 0 0.4rem;
}
.wcc5 .c5_z{
	padding: 0.3rem 0.2rem 0.4rem;
	font-size: 0.165rem;
	color: #1582DE;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.wcc5 .c5_z:after{
	content: "";
	display: table;
	clear: both;
}
.wcc5 .c5_z li{
	float: left;
	width: 1.55rem;
	height: 1.55rem;
	line-height: 1.55rem;
	border-radius: 50%;
	border: 1px dashed #8FC4EA;
	position: relative;
}
.wcc5 .c5_z li span{
	float: left;
	width: 0.36rem;
	height: 0.36rem;
	color: #fff;
	text-align: center;line-height: 0.36rem;
	background: #ff6600;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.wcc5 .c5_z li+li{
	margin-left: 0.2rem;
}
/**/
.wcc6 img{
	width: 100%;
	height: 1.98rem;
}
/*孕妈疑问：胎儿鉴定问题热搜榜*/
.wcc7 .c7_x{
	padding: 0.2rem 0 0.2rem 0.3rem;
	position: relative;
}
.wcc7 .c7_x .l{
	width: 5rem;
	height: 4.3rem;
	padding-left: 0.05rem;
	border-radius: 50% 0 0 50%;
	background: linear-gradient(to bottom, #fff, #50ABD7, #fff);
}
.wcc7 .c7_x .l ul{
	height: 100%;
	background: #fff;
	border-radius: 49% 0 0 49%;
	padding-left: 0.1rem;
}
.wcc7 .c7_x .l ul li{
	font-size: 0.16rem;
	color: #666;
}
.wcc7 .c7_x .l ul li div{
	float: left;
	padding: 0.05rem 0.25rem;
	background: #50ABD7;
	color: #fff;
	font-weight: bold;
	border-radius: 0.3rem;
	clear: right;
}
.wcc7 .c7_x .l ul li p{
	clear: left;
	padding-top: 0.1rem;
}
.wcc7 .c7_x .l ul li p a{
	color: #f29c21;
}
.wcc7 .c7_x .l ul li+li{
	margin-top: 0.05rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(1){
	margin-left: 0.9rem;
	padding-top: 0.1rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(2){
	margin-left: 0.5rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(3){
	margin-left: 0.3rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(4){
	margin-left: 0.25rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(5){
	margin-left: 0.5rem;
}
.wcc7 .c7_x .l ul li:nth-of-type(6){
	margin-left: 0.9rem;
}
.wcc7 .c7_x .r{
	float: right;
	width: 3.13rem;
	height: 4.3rem;
	background: url(../images/hzsw1zt_30.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 0.2rem;
}
.wcc7 .c7_x .l ul li a:hover{
	color: #f33;
	text-decoration: underline;
}
/*底下*/
.wcc8{
	margin: 1rem 0 0;
	width: 100%;
	height: 3.03rem;
	background: url(../images/hzsw1zt_32.png) no-repeat center;
	background-size: 100%;
}
.wcc8 .wclogo{
	width: 5.29rem;
	height: 1.34rem;
	margin: 0 auto;
	position: relative;
	top: -0.2rem;
}
.wcc8 .wclogo img{
	width: 100%;height: 100%;
}
.wcc8 .c8_tel{
	font-size: 0.42rem;
	color: #56ADDA;
	text-align: center;
	letter-spacing: 0.02rem;
	padding: 0.1rem 0;
}
.wcc8 .power{
	font-size: 0.26rem;
	color: #56ADDA;
	text-align: center;
	letter-spacing: 0.02rem;
	opacity: 0.7;
	margin: -9px 0 0;
}

/* 底部 */
.fenge{height:0.09rem;background:#ededed;border:none;border-top:0.01rem solid #c7c7c7;margin-top: 2px;}
.footer{width:100%;height: auto;}

.footer .ftnav{width:7.5rem;height:1.3rem;background: url(../images/ft_02.png);position:fixed;bottom: 0;z-index:999;}
.footer .ftnav a{float:left;width:1.835rem;height:1.3rem;font-size:0.28rem;color:#fff;text-align:center;padding: ;}
.footer .ftnav a .ftnav_s{width:0.66rem;height:0.54rem;margin:0.15rem auto 0.1rem;}
.footer .ftnav a .ftnav_s img{width:100%;height: 100%;}
.footer .ftnav a .ftnav_x{height:0.48rem}
.footer .ftnav a:nth-child(1){border-right: 0.01rem solid #ca2155;}
.footer .ftnav a:nth-child(2){border-right: 0.01rem solid #ca2155;border-left: 0.01rem solid #fa879d;}
.footer .ftnav a:nth-child(3){border-right: 0.01rem solid #ca2155;border-left: 0.01rem solid #fa879d;}
.footer .ftnav a:nth-child(4){border-left: 0.01rem solid #fa879d;}

.footer .ftnav a .xxts{width:0.25rem;height:0.25rem;border-radius:50%;position:absolute;right:0.4rem;top:0.15rem;background:#ec8718;font-size:0.20rem;text-align:center;line-height:0.25rem;border:0.02rem solid #fff;}
.footer .ftnav a:hover{background: #ec4742;border-top:0.01rem solid #fff;}

/* 专题ui色 */
.bg-ft-geren{
	background: linear-gradient(to bottom, #0390ea, #0579c4) !important;
}
.bg-ft-geren a{
	border-color: #0390ea !important;
}
.bg-ft-geren a:hover{
	background: #0579c4 !important;
}
/* .bg-geren{ */
	/* background: #0985e3 !important; */
/* } */
/* .color-geren .c8_tel,.color-geren .power{ */
	/* color: #0985e3; */
/* } */
/* .bg-sifa{ */
	/* background: #9966cc !important; */
/* } */
/* .color-sifa .c8_tel,.color-sifa .power{ */
	/* color: #9966cc; */
/* } */
/* .bg-yangben{ */
	/* background: #009999 !important; */
/* } */

/* 专题 - 个人亲子鉴定 */
.grc1{
	padding: 0.2rem 0.15rem 0;
	background: url(../images/border-img_03.png);
	background-clip: content-box;
}
.grc1 .c1_nr{
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	color: #333;
	border: 0.1rem solid transparent;
	background-color: #fff;
	background-clip: padding-box;
	text-indent: 0.2rem;
	letter-spacing: 1px;
	line-height: 1.5;
}
.grc1 .c1_nr a{
	color: #ff9900;
}
.grc1 .c1_nr a:hover{
	color: #f33;
	text-decoration: underline;
}
/*常规用途*/
.gr_bt{
	padding: 0.45rem 0 0.5rem;
	margin: 0.2rem 0 0.1rem;
	text-align: center;
	position: relative;
}
.gr_bt h1{
	font-size: 0.33rem;
	color: #0885E1;
	padding: 0.05rem 0;
	background: #fff;
}
.gr_bt div{
	font-size: 0.165rem;
	color: #333;
	padding: 0 0 0.05rem;
	background: #fff;
}
.gr_bt:after{
	content: "";
	float: left;
	width: 1.72rem;
	height: 1.72rem;
	border-radius: 50%;
	background: #ff9900;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.86rem;
	z-index: -1;
}
.grc2 .c2_z{
	padding: 0.4rem 0.2rem 0.3rem;
}
.grc2 .c2_z:after{
	content: "";
	display: table;
	clear: both;
}
.grc2 .c2_z li{
	float: left;
	width: 1.7rem;
	height: 0.9rem;
	padding: 0.4rem 0.1rem 0.3rem;
	background: #0885E1;
	border: 0.1rem solid #A4D2F6;
	border-radius: 0.2rem;
	font-size: 0.18rem;
	color: #fff;
	position: relative;
}
.grc2 .c2_z li+li{
	margin-left: 0.4rem;
}
.grc2 .c2_z li span{
	float: left;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: #ff9900;
	font-size: 0.32rem;
	color: #fff;
	font-weight: bold;
	text-align: center;line-height: 0.72rem;
	position: absolute;
	top: -0.36rem;
	left: 50%;
	margin-left: -0.36rem;
}
.grc2 .c2_z li a{
	float: left;
	width: 1.1rem;
	height: 0.5rem;
	background: #A0D1F2;
	font-size: 0.16rem;
	color: #fff;
	border-radius: 0.3rem;
	text-align: center;line-height: 0.5rem;
	position: absolute;
	bottom: -0.25rem;
	left: 50%;
	margin-left: -0.55rem;
}
.grc2 .c2_z li a:hover{
	background: #f33;
}
.gr_zx{
	padding: 0.2rem 0.2rem;
}
.gr_zx:after{
	content: "";
	display: table;
	clear: both;
}
.gr_zx a{
	width: 50%;
	height: 0.85rem;
	line-height: 0.85rem;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	background: #0885E1;
	text-align: center;
}
.gr_zx a.right{
	text-align: left;
	background: #f90;
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
}
.gr_zx a.right i{
	float: left;
	width: 0.34rem;
	height: 0.29rem;
	background: url(../images/hzsw1zt_geren_05.png) no-repeat center;
	background-size: 100%;
	margin: 0.28rem 0.15rem 0.28rem 0.45rem;
}
.gr_zx a:hover{
	background: #f33;
}
/*鉴定特点*/
.grc3 .c3_z{
	padding: 0.2rem;
	background: #f1f1f1;
}
.grc3 .c3_z li{
	padding: 0.15rem;
	background: #fff;
	border-radius: 1rem;
	border: 1px solid #ccc;
}
.grc3 .c3_z li:after{
	content: "";
	display: table;
	clear: both;
}
.grc3 .c3_z li+li{
	margin-top: 0.18rem;
}
.grc3 .c3_z li .lt{
	float: left;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #0885E1;
	border: 0.1rem solid #9ACCF1;
	font-size: 0.36rem;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;line-height: 1rem;
	margin-right: 0.1rem;
}
.grc3 .c3_z li .rt{
	margin-left: 1.7rem;
	margin-right: 0.2rem;
}
.grc3 .c3_z li .rt .s{
	font-size: 0.225rem;
	color: #000;
	font-weight: bold;
	margin-top: 0.15rem;
}
.grc3 .c3_z li .rt .x{
	font-size: 0.165rem;
	color: #333;
	margin-top: 0.08rem;
}
.grc3 .c3_z li .rt .x a{
	color: #ff9900;
}
.grc3 .c3_z li .rt .x a:hover{
	color: #f33;
	text-decoration: underline;
}
.grc3 .c3_z li:nth-of-type(even) .lt{
	float: right;
	margin-right: 0;
}
.grc3 .c3_z li:nth-of-type(even) .rt{
	margin-right: 0;
	margin-left: 0.3rem;
}
/**/
.grc4 img{
	width: 100%;
	height: 1.92rem;
}
/*样本采集*/
.grc5 .c5_z{
	padding: 0.2rem 0.2rem;
}
.grc5 .c5_z:after{
	content: "";
	display: table;
	clear: both;
}
.grc5 .c5_z li{
	float: left;
	margin-bottom: 0.15rem;
}
.grc5 .c5_z li a{
	display: block;
	width: 3.3rem;
	height: 0.72rem;
	line-height: 0.72rem;
	font-size: 0.2rem;
	color: #333;
	border: 1px solid #9ACCF1;
	border-radius: 0.05rem;
}
.grc5 .c5_z li a i{
	float: left;
	width: 0.45rem;
	height: 0.45rem;
	background: url(../images/hzsw1zt_geren_10.png) no-repeat center;
	background-size: 100%;
	margin: 0.12rem 0.3rem 0.12rem 0.2rem;
}
.grc5 .c5_z li:nth-of-type(even){
	float: right;
}
.grc5 .c5_z li:nth-of-type(2) a i{
	background: url(../images/hzsw1zt_geren_11.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(3) a i{
	background: url(../images/hzsw1zt_geren_18.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(4) a i{
	background: url(../images/hzsw1zt_geren_19.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(5) a i{
	background: url(../images/hzsw1zt_geren_25.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(6) a i{
	background: url(../images/hzsw1zt_geren_27.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(7) a i{
	background: url(../images/hzsw1zt_geren_33.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li:nth-of-type(8) a i{
	background: url(../images/hzsw1zt_geren_36.png) no-repeat center;
	background-size: 100%;
}
.grc5 .c5_z li a:hover{
	border-color: #f33;
	color: #f33;
}
/*品牌机构*/
.grc6 .c6_s{
	margin: 0.6rem 0.15rem 0.5rem;
	position: relative;
	height: 4rem;
	overflow: hidden;
}
.grc6 .c6_s .left img{
	width: 3.46rem;
	height: 4rem;
}
.grc6 .c6_s .rt{
	margin-left: 3.46rem;
	height: 100%;
	font-size: 0.18rem;
	color: #333;
}
.grc6 .c6_s .rt .bt{
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	background: #43A0E5;
	padding: 0.18rem 0.18rem;
	position: relative;
}
.grc6 .c6_s .rt .bt:after{
	content: '';
	float: left;
	width: 0;
	height: 0;
	border-width: 0.25rem 0.15rem 0.15rem;
	border-style: solid;
	border-color: transparent #43A0E5 transparent transparent;
	position: absolute;
	left: -0.28rem;
	bottom: 0;
}
.grc6 .c6_s .rt .nr{
	padding: 0.2rem 0.18rem;
	line-height: 2;
}
.grc6 .c6_s .zx{
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.01rem;
	background: #ff9900;
	text-align: center;
	line-height: 0.75rem;
	position: absolute;
	left: 50%;
	bottom: -0.95rem;
	margin-left: -0.8rem;
}
.grc6 .c6_s .zx:hover{
	background: #f33;
}
.grc6 .c6_s .rt .nr a{
	color: #f90;
}
.grc6 .c6_s .rt .nr a:hover{
	color: #f33;
	text-decoration: underline;
}
/*网友咨询*/
.grc7 .c7_z{
	padding: 0.2rem 0.2rem;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grc7 .c7_z li{
	display: inline-block;
	background: #ff9752;
	margin: 0 0.15rem 0.15rem;
}
.grc7 .c7_z li a{
	display: block;
	padding: 0.1rem 0.25rem;
	font-size: 0.18rem;
	color: #fff;
}
.grc7 .c7_z li:nth-of-type(2){
	background: #ff9797;
}
.grc7 .c7_z li:nth-of-type(3){
	background: #ba97ff;
}
.grc7 .c7_z li:nth-of-type(4){
	background: #52baff;
}
.grc7 .c7_z li:nth-of-type(5){
	background: #52dcba;
}
.grc7 .c7_z li:nth-of-type(6){
	background: #ff7552;
}
.grc7 .c7_z li a:hover{
	background: #f33;
}
.grc7 .c7_x{
	padding: 0.2rem 0.2rem 0.3rem;
	position: relative;
}
.grc7 .c7_x:after{
	content: "";
	display: table;
	clear: both;
}
.grc7 .c7_x .li{
	width: 2.01rem;
	height: 2.01rem;
	border-radius: 50%;
	border: 0.1rem solid #68B5ED;
	float: left;
}
.grc7 .c7_x .li img{
	width: 100%;height: 100%;
}
.grc7 .c7_x .li+.li{
	margin-left: 0.23rem;
}
.grc7 .c7_x .sm{
	width: 100%;
	padding: 0 0.5rem;
	box-sizing: border-box;
	background: rgba(104,181,237,0.7);
	font-size: 0.18rem;
	font-weight: bold;
	position: absolute;
	top: 1rem;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.grc7 .c7_x .sm a{
	float: left;
	color: #fff;
	width: 1.6rem;
	padding: 0.2rem 0;
	text-align: center;
}
.grc7 .c7_x .sm a:hover{
	background: rgba(105,180,238,0.7);
}
/**/
.grc8{
	width: 100%;
	height: 1.46rem;
	position: relative;
}
.grc8 img{
	width: 100%;height: 100%;
}
.grc8 a{
	width: 1.75rem;
	height: 0.48rem;
	text-align: center;line-height: 0.48rem;
	font-size: 0.22rem;
	color: #fff;
	background: #51BAFE;
	border-radius: 0.1rem;
	position: absolute;
	left: 50%;
	top: 0.8rem;
	margin-left: -0.87rem;
}
.grc8 a:hover{
	background: #f33;
}

/* 专题 - 司法亲子鉴定 */
.sf_bt{
	font-size: 0.165rem;
	color: #333;
	text-align: center;
	padding: 0.4rem 0;
	position: relative;
}
.sf_bt h1{
	font-size: 0.3rem;
	color: #217DC6;
	width: 1.8rem;
	margin: 0 auto;
	background: #fff;
}
.sf_bt h1 span{
	float: left;
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	background: #A3D5F8;
	margin-top: 0.15rem;
}
.sf_bt h1 span:last-child{
	float: right;
}
.sf_bt:after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #A3D5F8;
	position: absolute;
	top: 0.62rem;
	z-index: -1;
}
.sfc2 .c2_z{
	padding: 0 0.4rem;
	margin-bottom: 0.5rem;
}
.sfc2 .c2_z li{
	padding: 0.15rem 0;
	border-radius: 0 0.15rem 0 0;
	position: relative;
	border-top: 1px dashed #A3D5F8;
	border-right: 1px dashed #A3D5F8;
}
.sfc2 .c2_z li:after{
	content: "";
	display: table;
	clear: both;
}
.sfc2 .c2_z li .lt{
	float: left;
	width: 3.6rem;
	font-size: 0.16rem;
	color: #67645a;
}
.sfc2 .c2_z li .lt .s{
	font-size: 0.18rem;
	color: #217DC6;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.sfc2 .c2_z li .lt .x a{
	color: #ffcc00;
}
.sfc2 .c2_z li .lt .x a:hover{
	color: #f33;
	text-decoration: underline;
}
.sfc2 .c2_z li .rt{
	width: 2.36rem;
	height: 1.4rem;
	float: right;
	margin-right: 0.3rem;
}
.sfc2 .c2_z li .rt img{
	width: 100%;height: 100%;
}
.sfc2 .c2_z li .xh{
	float: left;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	border: 1px dashed #217DC6;
	font-size: 0.30rem;
	color: #217DC6;
	font-weight: bold;
	text-align: center;line-height: 0.45rem;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.21rem;
	right: -0.21rem;
}
.sfc2 .c2_z li:nth-of-type(even){
	border-radius: 0.15rem 0 0 0;
	border-right: 0;
	border-left: 1px dashed #A3D5F8;
}
.sfc2 .c2_z li:nth-of-type(even) .lt{
	float: right;
}
.sfc2 .c2_z li:nth-of-type(even) .rt{
	float: left;
	margin-right: 0;
	margin-left: 0.3rem;
}
.sfc2 .c2_z li:nth-of-type(even) .xh{
	left: -0.21rem;
}
.sfc2 .c2_z li:first-child{
	border-top: none;
}
.sfc2 .c2_z li:first-child:before{
	content: '';
	display: block;
	width: 3.35rem;
	height: 0.5rem;
	border-top: 1px dashed #A3D5F8;
	border-radius: 0 0.15rem 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
.sfc2 .c2_z li:last-child:before{
	content: '';
	display: block;
	width: 3.35rem;
	height: 0.5rem;
	border-top: 1px dashed #A3D5F8;
	border-right: 1px dashed #A3D5F8;
	border-radius: 0 0.15rem 0 0;
	position: absolute;
	bottom: -0.5rem;
}
.c2_dj{
	margin: 0.2rem 0.2rem;
}
.c2_dj:after{
	content: "";
	display: table;
	clear: both;
}
.c2_dj .left{
	width: 70%;
	height: 0.64rem;
	line-height: 0.64rem;
	background: #ff9326;
	font-size: 0.16rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.02rem;
	text-align: center;
}
.c2_dj .left span{
	font-size: 0.25rem;
}
.c2_dj .right{
	width: 30%;
	height: 0.64rem;
	line-height: 0.64rem;
	background: #59B5E4;
	font-size: 0.18rem;
	color: #fff;
}
.c2_dj .right i{
	float: left;
	width: 0.39rem;
	height: 0.37rem;
	background: url(../images/hzsw1zt_sifa_17.png) no-repeat center;
	background-size: 100%;
	margin: 0.13rem 0.15rem 0.13rem 0.3rem;
}
.c2_dj .right:hover{
	background: #f33;
}
/*鉴定须知*/
.sfc3 .c3_bt{
	font-size: 0.23rem;
	color: #333;
	font-weight: bold;
	line-height: 0.6rem;
	margin: 0 0.2rem 0.1rem;
}
.sfc3 .c3_bt:after{
	content: "";
	display: table;
	clear: both;
}
.sfc3 .c3_bt span{
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;line-height: 0.5rem;
	background: #1495F0;
	border: 0.06rem solid #A0D4F9;
	margin-right: 0.2rem;
}
.sfc3 .c3_1 .c31_z{
	background: #E5F2FB;
	padding: 0 0.2rem;
}
.sfc3 .c3_1 .c31_z li{
	font-size: 0.18rem;
	color: #333;
}
.sfc3 .c3_1 .c31_z li .left{
	width: 2.34rem;
	height: 2.34rem;
	padding: 0.2rem 0.4rem 0.2rem 0;
	border-right: 1.5px solid #92C3EB;
	position: relative;
}
.sfc3 .c3_1 .c31_z li .left img{
	width: 100%;height: 100%;
}
.sfc3 .c3_1 .c31_z li .left:after{
	content: '';
	float: left;
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #92C3EB;
	position: absolute;
	right: -0.08rem;
	top: 0.5rem;
}
.sfc3 .c3_1 .c31_z li .rt{
	margin-left: 2.74rem;
	height: 2.34rem;
	padding: 0.2rem 0 0.2rem 0.4rem;
	overflow: hidden;
	position: relative;
}
.sfc3 .c3_1 .c31_z li .rt .s{
	margin-top: 0.4rem;
	letter-spacing: 0.01rem;
	line-height: 1.8;
}
.sfc3 .c3_1 .c31_z li .rt .zx{
	float: right;
	padding: 0.1rem 0.25rem;
	background: #59B5E4;
	color: #fff;
	border-radius: 0.1rem;
	position: absolute;
	right: 0;
	bottom: 0.2rem;
}
.sfc3 .c3_1 .c31_z li .rt .zx:hover{
	background: #f33;
}
.sfc3 .c3_2 .c32_z{
	padding: 0.2rem 0.15rem 0.1rem;
}
.sfc3 .c3_2 .c32_z:after{
	content: "";
	display: table;
	clear: both;
}
.sfc3 .c3_2 .c32_z li{
	float: left;
	width: 3.23rem;
	height: 2.48rem;
	padding: 0.1rem 0.08rem;
	background: #82C1ED;
}
.sfc3 .c3_2 .c32_z li img{
	width: 100%;height: 100%;
}
.sfc3 .c3_2 .c32_z li:nth-of-type(even){
	float: right;
}
.sfc3 .c3_3 .c33_z{
	padding: 0.1rem 0.15rem;
}
.sfc3 .c3_3 .c33_z li{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.16rem;
	background: #FBEDEC;
	border-radius: 0.1rem;
	margin-bottom: 0.15rem;
	padding-left: 0.15rem;
	list-style: inside decimal;
	text-overflow: ellipsis;white-space: nowrap;
	overflow: hidden;
}
.sfc3 .c3_3 .c33_z li a{
	font-size: 0.16rem;
	color: #333;
	padding: 0.2rem 0;
}
.sfc3 .c3_3 .c33_z li a span{
	color: #e73b37;
	padding: 0 0.1rem;
}
.sfc3 .c3_3 .c33_z li a:hover{
	color: #000;
}
.sfc3 .c3_3 .c33_z li a:hover span{
	color: #f00;
	text-decoration: underline;
}
/*鉴定流程*/
.sfc4 .c4_s{
	margin: 0 0.2rem 0.2rem;
	padding: 0.01rem 0;
}
.sfc4 .c4_s:after{
	content: "";
	display: table;
	clear: both;
}
.sfc4 .c4_s img{
	width: 2.65rem;
	height: 2.13rem;
	float: left;
}
.sfc4 .c4_s .rt{
	height: 1.5rem;
	padding-top: 0.3rem;
	margin-left: 1.2rem;
	margin-top: 0.33rem;
	background: #68AEE1;
	font-size: 0.18rem;
	color: #fff;
}
.sfc4 .c4_s .rt span{
	font-size: 0.8rem;
	color: #f17b78;
	margin-right: 0.1rem;
}
.sfc4 .c4_s .rt p{
	padding-top: 0.2rem;
	margin-right: 0.5rem;
}
.sfc4 .c4_s .rt a{
	float: right;
	color: #e8e980;
	margin-top: 0.1rem;
	margin-right: 0.1rem;
}
.sfc4 .c4_s .rt a:hover{
	text-decoration: underline;
}
.sfc4 .c4_z{
	padding: 0 0.2rem 0 0.5rem;
}
.sfc4 .c4_z li{
	height: 0.84rem;
	line-height: 0.84rem;
	border: 1px solid #68AEE1;
	font-size: 0.16rem;
	color: #333;
	padding-left: 0.45rem;
	padding-right: 1rem;
	margin-bottom: 0.15rem;
	letter-spacing: 0.01rem;
	position: relative;
}
.sfc4 .c4_z li .xh{
	float: left;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #68AEE1;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	text-align: center;line-height: 0.6rem;
	position: absolute;
	left: -0.3rem;
	top: 50%;
	margin-top: -0.3rem;
}
.sfc4 .c4_z li .zx{
	float: right;
	width: 1rem;
	background: #f39800;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.sfc4 .c4_z li .zx:hover{
	background: #f33;
}
/*常见问题*/
.sfc5 .grc1{
	padding-top: 0;
}
.sfc5 .grc1 .c1_nr{
	letter-spacing: 0.02rem;
}
.sfc5 .grc1 .c1_nr a span{
	font-size: 0.24rem;
	font-weight: bold;
}
.sfc5 .c5_z{
	padding: 0.2rem 0.15rem 0;
}
.sfc5 .c5_z:after{
	content: "";
	display: table;
	clear: both;
}
.sfc5 .c5_z li{
	width: 2.3rem;
	height: 1.1rem;
	float: left;
	font-size: 0.165rem;
	color: #fff;
	background: #ff9933;
	margin-bottom: 0.15rem;
	margin-left: 0.15rem;
}
.sfc5 .c5_z li:nth-of-type(3n+1){
	margin-left: 0;
}
.sfc5 .c5_z li a{
	display: block;
	width: 100%;height: 100%;
	color: #fff;
}
.sfc5 .c5_z li a p{
	padding-top: 0.3rem;
	padding-left: 0.45rem;
	padding-right: 0.45rem;
}
.sfc5 .c5_z li.gd{
	background: #009999;
}
.sfc5 .c5_z li.gd a p{
	padding-left: 0.7rem;
	padding-right: 0.5rem;
}
.sfc5 .c5_z li.gd a p i{
	float: right;
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/hzsw1zt_sifa_23.png) no-repeat center;
	background-size: 100%;
}
.sfc5 .c5_z li:nth-of-type(2){
	background: #f66864;
}
.sfc5 .c5_z li:nth-of-type(3){
	background: #9999ff;
}
.sfc5 .c5_z li:nth-of-type(4){
	background: #9966cc;
}
.sfc5 .c5_z li:nth-of-type(5){
	background: #66cc99;
}
.sfc5 .c5_z li a:hover{
	background: #f33;
}

/* 专题 - 亲子鉴定样本 */
.banner .banzt-li0 .djzx{
	padding: 0.08rem 0.15rem;
	font-size: 0.24rem;
	color: #fff;
	background: #eeaa3f;
	border-radius: 0.3rem;
	position: absolute;
	top: 2.8rem;
	left: 4rem;
}
.banner .banzt-li0 .djzx i{
	float: left;
	width: 0.30rem;
	height: 0.36rem;
	background: url(../images/hzsw1zt_yangben_04.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.1rem;
}
.banner .banzt-li0 .djzx:hover{
	background: #f33;
}
.nav-zt ul.bg-yangben{
	margin: 0.05rem 0;
}
.nav-zt ul.bg-yangben li{
	padding: 0.2rem 0.45rem;
}
.nav-zt ul.bg-yangben li + li::before{
	width: 0.03rem;
	background: #fff;
}
/*导读*/
.ybc1{
	padding: 0.25rem 0.2rem 0.45rem;
	background: #eee;
}
.ybc1 .nr{
	background: #fff;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #000;
	padding: 0.25rem 0.2rem 0.25rem 0.95rem;
	text-indent: 0.4rem;
	position: relative;
}
.ybc1 .nr .dd{
	float: left;
	width: 0.97rem;
	height: 0.97rem;
	border-radius: 50%;
	background:#f6b37f url(../images/hzsw1zt_yangben_05.png) no-repeat center ;
	background-size: 100%;
	position: absolute;
	left: -0.1rem;
	top: -0.1rem;
}
.ybc1 .nr .dj{
	float: left;
	padding: 0.03rem 0.15rem .03rem .03rem;
	border-radius: 0.3rem;
	background: #f19149;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.44rem;
	border: 0.05rem solid #fff;
	text-indent: 0;
	position: absolute;
	right: 0;
	bottom: -0.25rem;
}
.ybc1 .nr .dj i{
	float: left;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	background:#fff url(../images/hzsw1zt_yangben_09.png) no-repeat center ;
	background-size: 100%;
	margin-right: 0.1rem;
}
.ybc1 .nr .dj:hover{
	background: #f33;
}
.ybc1 .nr:before{
	content: '';
	float: left;
	width: 1.2rem;
	height: 1.3rem;
	border-radius: 0.2rem 0 0 0;
	border-top: 0.04rem solid #f6b37f;
	border-left: 0.04rem solid #f6b37f;
	position: absolute;
	left: 0;
	top: 0;
}
/*专家解读*/
.yb_bt{
	height: 0.7rem;
	line-height: 0.7rem;
	background: #e5e5e5;
	margin: 0.05rem 0;
}
.yb_bt .lt{
	float: left;
	width: 2.82rem;
	height: 100%;
	font-size: 0.3rem;
	color: #fff;
	background: url(../images/hzsw1zt_yangben_12.png) no-repeat center;
	background-size: 100%;
}
.yb_bt .lt span{
	float: left;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	font-size: 0.55rem;
	color: #1582DF;
	font-weight: bold;
	text-align: center;line-height: 0.6rem;
	background: #fff;
	border: 0.05rem solid #1483DD;
	margin: 0.08rem 0.1rem 0;
}
.yb_bt .rt{
	height: 100%;
	font-size: 0.24rem;
	color:#1483DD;
	text-align: center;
}
.ybc2 .c2_z{
	padding: 0.3rem 0.4rem 0.05rem;
	position: relative;
}
.ybc2 .c2_z:after{
	content: "";
	display: table;
	clear: both;
}
.ybc2 .c2_z li{
	float: left;
	width: 3.17rem;
	height: 1.86rem;
	border-radius: 0.25rem;
	position: relative;
	font-size: 0.26rem;
	color: #fff;
	text-align: center;
	margin-bottom: 0.25rem;
}
.ybc2 .c2_z li img{
	width: 100%;height: 100%;
}
.ybc2 .c2_z li p{
	width: 100%;
	padding: 0.1rem 0;
	background: rgba(0,0,0,0.3);
	border-radius: 0 0 0.25rem 0.25rem;
	position: absolute;
	bottom: 0;
}
.ybc2 .c2_z li:nth-of-type(even){
	float: right;
}
.ybc2 .c2_z .djzx{
	float: left;
	padding: 0.12rem;
	border-radius: 50%;
	border: 0.12rem solid #fff;
	background: linear-gradient(to bottom, #f9c06f, #e08f27);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.92rem;
	margin-top: -0.92rem;
}
.ybc2 .c2_z .djzx a{
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	padding: 0.01rem;
	border-radius: 50%;
	font-size: 0.26rem;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, #df8d22, #fac273);
}
.ybc2 .c2_z .djzx a i{
	display: block;
	width: 0.54rem;
	height: 0.59rem;
	background: url(../images/hzsw1zt_yangben_24.png) no-repeat center;
	background-size: 100%;
	margin: 0.12rem auto .05rem;
}
.ybc2 .c2_z .djzx:hover{
	background: linear-gradient(to bottom, #f55, #f33);
	border-color: #fdd
}
.ybc2 .c2_z .djzx:hover a{
	background: linear-gradient(to bottom, #f33, #f55);
}
.ybc2 .c2_x{
	margin: 0 0.4rem 0.4rem;
	border-radius: 0.1rem;
	border: 1px solid #ccc;
	line-height: 0.7rem;
}
.ybc2 .c2_x .s{
	height: 0.7rem;
	font-size: 0.26rem;
	color: #ff6633;
}
.ybc2 .c2_x .s span{
	font-size: 0.30rem;
}
.ybc2 .c2_x .s i{
	float: left;
	width: 0.49rem;
	height: 0.37rem;
	background: url(../images/hzsw1zt_yangben_27.png) no-repeat center;
	background-size: 100%;
	margin: 0.16rem 0.15rem 0.16rem 1rem;
}
.ybc2 .c2_x .x{
	height: 0.7rem;
	background: #f2ab56;
	font-size: 0.26rem;
	color: #fff;
	border-radius: 0 0 0.1rem 0.1rem;
	text-align: center;
}
.ybc2 .c2_x .x a{
	padding: 0.08rem 0.08rem;
	background: #fff;
	border-radius: 0.1rem;
	color: #e47d38;
	margin-left: 0.15rem;
}
.ybc2 .c2_x .x a:hover{
	background: #f33;
	color: #fff;
}
/*特殊样本*/
.ybc3 .c3_z{
	padding: 0.3rem 0.3rem 0.05rem;
}
.ybc3 .c3_z:after{
	content: "";
	display: table;
	clear: both;
}
.ybc3 .c3_z li{
	float: left;
	width: 1.47rem;
	height: 1.47rem;
	border-radius: 0.2rem;
	border: 0.05rem solid #fff;
	font-size: 0.26rem;
	text-align: center;
	box-shadow: 0 0 0.05rem rgba(0,0,0,0.3);
	position: relative;
	margin-bottom: 0.25rem;
}
.ybc3 .c3_z li img{
	width: 100%;height: 100%;
}
.ybc3 .c3_z li a{
	color: #fff;
}
.ybc3 .c3_z li p{
	width: 100%;
	padding: 0.08rem 0;
	background: rgba(0,0,0,0.3);
	border-radius: 0 0 0.2rem 0.2rem;
	position: absolute;
	bottom: 0;
}
.ybc3 .c3_z li+li{
	margin-left: 0.2rem;
}
.ybc3 .c3_z li:nth-of-type(4n+1){
	margin-left: 0;
}
.ybc3 .c3_z li.gd{
	background: linear-gradient(to bottom, #80c0c0, #059b9a);
}
.ybc3 .c3_z li.gd a{
	display: block;
	width: 1.23rem;
	height: 1.23rem;
	padding: 0.01rem;
	border-radius: 50%;
	margin: 0.1rem auto 0;
	background: linear-gradient(to bottom, #089b9b, #7dbfbf);
}
.ybc3 .c3_z li.gd a i{
	display: block;
	width: 0.46rem;
	height: 0.46rem;
	margin: 0.1rem auto 0.05rem;
	background: url(../images/hzsw1zt_yangben_47.png) no-repeat center;
	background-size: 100%;
}
.ybc3 .c3_z li.gd:hover{
	background: linear-gradient(to bottom, #089b9b, #7dbfbf);
}
.ybc3 .c3_z li.gd:hover a{
	background: linear-gradient(to bottom, #089b9b, #7dbfbf);
}
.ybc3 .c3_x{
	padding: 0 0.3rem 0.3rem;
}
.ybc3 .c3_x:after{
	content: "";
	display: table;
	clear: both;
}
.ybc3 .c3_x a{
	width: 3.3rem;
	height: 1rem;
	background: #f2ab56;
	color: #fff;
}
.ybc3 .c3_x .left{
	font-size: 0.36rem;
	text-align: center;
	letter-spacing: 0.01rem;
}
.ybc3 .c3_x .left p{
	font-size: 0.26rem;
	margin-top: 0.1rem;
}
.ybc3 .c3_x .right{
	line-height: 1rem;
	background: #00A0EA;
	font-size: 0.34rem;
}
.ybc3 .c3_x .right i{
	float: left;
	width: 0.55rem;
	height: 0.48rem;
	background: url(../images/hzsw1zt_yangben_54.png) no-repeat center;
	background-size: 100%;
	margin: 0.26rem 0.15rem 0.26rem 0.3rem;
}
.ybc3 .c3_x a:hover{
	background: #f33;
}
/*公司资质*/
.ybc4 .c4_s{
	font-size: 0.26rem;
	color: #000;
	text-indent: 0.6rem;
	padding: 0.25rem 0;
	margin: 0 0.25rem;
	border-bottom: 0.02rem solid #ccc;
}
.ybc4 .c4_s a{
	color: #f09528;
}
.ybc4 .c4_s a:hover{
	color: #f33;
	text-decoration: underline;
}
.ybc4 .c4_z{
	padding: 0.25rem 0.45rem 0.25rem 0.55rem;
}
.ybc4 .c4_z:after{
	content: "";
	display: table;
	clear: both;
}
.ybc4 .c4_z .left{
	width: 4.08rem;
	height: 3.52rem;
}
.ybc4 .c4_z .rt{
	float: right;
}
.ybc4 .c4_z .rt .s{
	width: 2.23rem;
	height: 1.5rem;
}
.ybc4 .c4_z .rt .x{
	width: 2.23rem;
	height: 1.84rem;
	margin-top: 0.18rem;
}
.ybc4 .c4_z img{
	width: 100%;height: 100%;
}
.ybc4 .c4_x{
	padding: 0 0.25rem 0.25rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
}
.ybc4 .c4_x:after{
	content: "";
	display: table;
	clear: both;
}
.ybc4 .c4_x .left{
	width: 75%;
	height: 100%;
	background: #f2ab56;
	font-size: 0.26rem;
	color: #fff;
	letter-spacing: 0.01rem;
}
.ybc4 .c4_x .left span{
	font-size: 0.32rem;
}
.ybc4 .c4_x .right{
	width: 25%;
	height: 100%;
	background: #00A0EA;
	font-size: 0.28rem;
	color: #fff;
}
.ybc4 .c4_x .left:hover{
	background: #f39b32;
}
.ybc4 .c4_x .right:hover{
	background: #f33;
}
/*先进设备*/
.ys_sb{padding:0.2rem 0.2rem 0.2rem;}
.ys_sb li{float:left;width:3.47rem;height:2.47rem;border: 1px solid #bfbfbf;margin:0.1rem 0;}
.ys_sb li .ys_tp{width:3.47rem;height:2.02rem;}
.ys_sb li .ys_tp img{width:100%;}
.ys_sb li .ys_js{height:0.45rem;font-size:0.22rem;text-align:center;line-height:0.45rem;background:#eeeeee;border-top: 1px solid #bfbfbf;border-bottom: 1px solid #bfbfbf;}
.ys_sb li:nth-child(even){float:right;}

.yb_ads{
	width: 100%;
	height: 2.2rem;
	margin: 0.05rem 0 0.15rem;
}
.yb_ads img{
	width: 100%;height: 100%;
}
/*热搜问题*/
.ybc6 .c6_s{
	padding: 0.25rem 0.3rem;
	font-size: 0.26rem;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	border-bottom: 1px solid #ccc;
}
.ybc6 .c6_s .color-orange{
	color: #fa5d19;
}
.ybc6 .c6_s p{
	margin-top: 0.05rem;
}
.ybc6 .c6_s a:hover{
	color: #f33;
	text-decoration: underline;
}
.ybc6 .c6_x{
	padding: 0.25rem 0.15rem 0.1rem;
}
.ybc6 .c6_x:after{
	content: "";
	display: table;
	clear: both;
}
.ybc6 .c6_x li{
	float: left;
	width: 2.3rem;
	height: 0.8rem;
	font-size: 0.24rem;
	background: #ff9933;
	border-radius: 0.1rem;
	text-align: center;
	margin-bottom: 0.15rem;
}
.ybc6 .c6_x li a{
	display: block;
	width: 100%;height: 100%;
	color: #fff;
}
.ybc6 .c6_x li p{
	padding: 0.1rem 0.1rem 0;
}
.ybc6 .c6_x li.gd{
	background: #e14040;
	box-shadow: inset 0 0 0.1rem rgba(255,255,255,0.9);
	position: relative;
}
.ybc6 .c6_x li.gd i{
	float: right;
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/hzsw1zt_sifa_23.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.1rem;
}
.ybc6 .c6_x li+li{
	margin-left: 0.15rem;
}
.ybc6 .c6_x li:nth-of-type(3n+1){
	margin-left: 0;

}
.ybc6 .c6_x li:nth-of-type(2n){
	background: #f66864;
}
.ybc6 .c6_x li:nth-of-type(3){
	background: #a3a3fc;
}
.ybc6 .c6_x li:nth-of-type(6n){
	background: #3fb5ca;
}
.ybc6 .c6_x li:nth-of-type(3n+2){
	background: #3cbead;
}
.ybc6 .c6_x li:nth-of-type(5n){
	background: #6598e3;
}
.ybc6 .c6_x li a:hover{
	background: #f33;
}
/**/
/* .footer .hxmsg{height:3.5rem;padding-top:0.2rem;} */
.footer .hxmsg .msg_s{width: 100%;height: auto;}
/* .footer .hxmsg .msg_s a{display:block;width: 4.44rem;height: 0.90rem;margin:0.1rem auto;} */
.footer .hxmsg .msg_s a img{width: 100%;height: 100%;}
/* .footer .hxmsg .msg_x{width: 6.9rem;height: auto;margin:0.2rem auto;} */
/* .footer .hxmsg .msg_x a{display:block;width: 100%;height: 0.66rem;text-align: center;line-height: 0.66rem;background: #f6c374;font-size: 0.24rem;color:#fff;} */
/* .footer .hxmsg .msg_x a span{font-size: 0.40rem;} */
/* .footer .hxmsg hr{color: #cbcbcb;} */
/* .footer .hxmsg .msg_x a:hover{background: #f44;} */



/* 专题 - 亲子鉴定费用 */
.banner .banzt-li0 .tel-fy{
	min-width: 3.8rem;
	padding: 0.1rem 0.25rem;
	background: rgba(63,156,215,0.7);
	font-size: 0.24rem;
	color: #fff;
	letter-spacing: 0.02rem;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 2rem;
}
.fyc1{
	padding: 0.6rem 0.15rem 0;
}
.fyc1 .c1_nr{
	padding: 0.4rem 0.2rem 0.2rem;
	position: relative;
}
.fyc1 .c1_nr .bt{
	display: block;
	width: 1.3rem;
	height: 0.5rem;
	border-left: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	text-align: center;line-height: 0.5rem;
	font-size: 0.25rem;
	color: #fff;
	background: #56ADDA;
	text-indent: 0;
	font-weight: bold;
	position: absolute;
	top: -0.3rem;
	left: 50%;
	margin-left: -0.75rem;
}
/*专家支招①*/
.fy_bt{
	font-size: 0.25rem;
	color: #56ADDA;
	font-weight: bold;
	text-align: center;
	padding: 0.4rem 0;
}
.fy_bt div{
	padding: 0.1rem 0 0.1rem;
}
.fzon {
    width: 2.1rem;
    height: 0.04rem;
    background: #ffcc00;
    border: none;
    margin: 0 auto;
}
.fyc2 .c2_s{
	font-size: 0.165rem;
	color: #56ADDA;
	font-weight: bold;
	margin: 0 0.2rem 0.15rem;
}
.fyc2 .c2_z{
	padding: 0 0.2rem;
}
.fyc2 .c2_z li{
	padding: 0.15rem 0.15rem;
	border: 1px solid #ccc;
}
.fyc2 .c2_z li:after{
	content: "";
	display: table;
	clear: both;
}
.fyc2 .c2_z li .lt{
	float: left;
	width: 4.6rem;
	font-size: 0.165rem;
	color: #333;
	margin-top: 0.2rem;
}
.fyc2 .c2_z li .lt .left{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: #ff9900;
	font-size: 0.225rem;
	color: #fff;
	font-weight: bold;
	text-align: center;line-height: 0.35rem;
}
.fyc2 .c2_z li .lt .lnr{
	margin-left: 0.5rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}
.fyc2 .c2_z li .rt{
	width: 1.14rem;
	height: 1.33rem;
	float: right;
}
.fyc2 .c2_z li .rt img{
	width: 100%;height: 100%;
}
.fyc2 .c2_z li+li{
	margin-top: 0.15rem;
}
.fyc2 .c2_z li:nth-of-type(2) .rt{
	width: 1.25rem;
	height: 0.95rem;
}
.bg-zx .left{
	font-size: 0.28rem;
	background: #56ADDA;
}
.bg-zx a.left:hover{
	background: #c33;
}
.bg-zx a.right:hover{
	background: #f70;
}
/**/
.fy_ads{
	width: 100%;
	margin: 0.05rem 0;
}
.fy_ads img{
	width: 100%;height: 100%;
}
/*专家支招②*/
.fyc3 .c3_s{
	font-size: 0.21rem;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0.3rem;
}
.fyc3 .c3_s span{
	color: #f90;
}
.fyc3 .c3_z{
	padding: 0.1rem 0.2rem;
}
.fyc3 .c3_z li{
	padding: 0.2rem 0;
}
.fyc3 .c3_z li .s{
	width: 2.31rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.16rem;
	color: #fff;
	font-weight: bold;
	background: url(../images/hzsw1zt_fy_15.png) no-repeat center;
	background-size: 100%;
}
.fyc3 .c3_z li .s span{
	margin: 0 0.15rem;
}
.fyc3 .c3_z li .x{
	font-size: 0.18rem;
	color: #333;
	margin-top: 0.1rem;
}
.fyc3 .c3_z li .x a{
	color: #f90;
}
.fyc3 .c3_z li+li{
	border-top: 1px dashed #ccc;
}
.fyc3 .c3_z li .x a:hover{
	color: #f33;
	text-decoration: underline;
}
.fyc3 .c3_x{
	padding: 0.1rem 0.2rem;
}
.fyc3 .c3_x:after{
	content: "";
	display: table;
	clear: both;
}
.fyc3 .c3_x li{
	float: left;
	border-radius: 0.1rem;
	background: #c75c5c;
}
.fyc3 .c3_x li a{
	display: block;
	width: 2.15rem;
	height: 1.85rem;
	padding: 0.01rem;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 0.1rem;
}
.fyc3 .c3_x li i{
	display: block;
	width: 0.69rem;
	height: 0.63rem;
	background: url(../images/hzsw1zt_fy_19.png) no-repeat center;
	background-size: 100%;
	margin: 0.4rem auto 0.2rem;
}
.fyc3 .c3_x li+li{
	margin-left: 0.25rem;
}
.fyc3 .c3_x li:nth-of-type(2){
	background: #e0995e;
}
.fyc3 .c3_x li:nth-of-type(3){
	background: #f5cf87;
}
.fyc3 .c3_x li:nth-of-type(2) i{
	background: url(../images/hzsw1zt_fy_22.png) no-repeat center;
	background-size: 100%;
}
.fyc3 .c3_x li:nth-of-type(3) i{
	background: url(../images/hzsw1zt_fy_24.png) no-repeat center;
	background-size: 100%;
}
.fyc3 .c3_x li a:hover{
	background: #f33;
}
.fy_tips{
	margin: 0.2rem 0.2rem 0.1rem;
}
.fy_tips .lt{
	float: left;
	width: 2.1rem;
	height: 1.4rem;
	background: #56ADDA;
	color: #fff;
	font-weight: bold;
	border-radius: 0.1rem 0 0 0.1rem;
}
.fy_tips .lt .left{
	font-size: 0.44rem;
	margin: 0.4rem 0.05rem 0 0.3rem;
}
.fy_tips .lt .r{
	font-size: 0.25rem;
	letter-spacing: 0.01rem;
	margin: 0.4rem 0 0 0.3rem;
}
.fy_tips .lt .r p{
	font-size: 0.10rem;
}
.fy_tips .rt{
	margin-left: 2.1rem;
	height: 1.0rem;
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	color: #333;
	background: #ebebeb;
	line-height: 1.5;
	letter-spacing: 0.01rem;
}
.fy_tips .rt a{
	color: #f90;
}
.fy_tips .rt a:hover{
	color: #f33;
	text-decoration: underline;
}
/*专家支招③*/
.fyc4 .c4_s{
	padding: 0.3rem 0.3rem;
}
.fyc4 .c4_s .bt{
	font-size: 0.2rem;
	color: #f90;
	font-weight: bold;
	text-align: center;
	margin: 0.05rem 0;
}
.fyc4 .c4_s .ul{
	padding: 0.25rem 0;
	display: flex;
	justify-content: center;
}
.fyc4 .c4_s .ul:after{
	content: "";
	display: table;
	clear: both;
}
.fyc4 .c4_s .ul li{
	float: left;
	border-radius: 0.2rem;
	background: #56ADDA;
	margin: 0 0.2rem;
}
.fyc4 .c4_s .ul li a{
	display: block;
	width: 1.28rem;
	height: 1.28rem;
	padding: 0.01rem;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	border-radius: 0.2rem;
}
.fyc4 .c4_s .ul li i{
	display: block;
	width: 0.41rem;
	height: 0.41rem;
	background: url(../images/hzsw1zt_fy_30.png) no-repeat center;
	background-size: 100%;
	margin: 0.3rem auto 0.1rem;
}
.fyc4 .c4_s .ul li:nth-of-type(2) i{
	background: url(../images/hzsw1zt_fy_33.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_s .ul li:nth-of-type(3) i{
	background: url(../images/hzsw1zt_fy_34.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_s .ul li:nth-of-type(4) i{
	background: url(../images/hzsw1zt_fy_36.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_s .ul li a:hover{
	background: #d23733;
}
.fyc4 .c4_s .dj{
	display: block;
	width: 2.8rem;
	height: 0.5rem;
	text-align: center;line-height: 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	border-radius: 0.3rem;
	background: #f90;
	margin: 0 auto;
}
.fyc4 .c4_s .dj:hover{
	background: #f33;
}
.fyc4 .c4_s .bt .s{
	font-size: 0.25rem;
	color: #56ADDA;
	margin-bottom: 0.08rem;
}
.fyc4 .c4_ss .ul li:nth-of-type(1) i{
	background: url(../images/hzsw1zt_fy_45.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_ss .ul li:nth-of-type(2) i{
	background: url(../images/hzsw1zt_fy_46.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_ss .ul li:nth-of-type(3) i{
	background: url(../images/hzsw1zt_fy_47.png) no-repeat center;
	background-size: 100%;
}
.fyc4 .c4_ss .ul li:nth-of-type(4) i{
	background: url(../images/hzsw1zt_fy_48.png) no-repeat center;
	background-size: 100%;
}
/*专家推荐：国内专业亲子鉴定领衔品牌*/
.fyc5 .c5_s{
	margin: 0.3rem 0.2rem 0.1rem;
	height: 2.5rem;
	position: relative;
	overflow: hidden;
}
.fyc5 .c5_s .left img{
	width: 3.65rem;
	height: 2.5rem;
}
.fyc5 .c5_s .rt{
	margin-left: 3.60rem;
	height: 100%;
	font-size: 0.18rem;
	color: #333;
	background: #f3f3f3;
	position: relative;
}
.fyc5 .c5_s .rt:after{
	content: '';
	float: left;
	width: 0;
	height: 0;
	border-width: 0.25rem 0.15rem 0.15rem;
	border-style: solid;
	border-color: transparent #f3f3f3 transparent transparent;
	position: absolute;
	left: -0.28rem;
	top: 30%;
}
.fyc5 .c5_s .rt .nr{
	padding: 0.2rem 0.18rem;
	line-height: 1.8;
}
.fyc5 .c5_s .zx{
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.01rem;
	background: #ff9900;
	text-align: center;
	line-height: 0.75rem;
	position: absolute;
	left: 50%;
	bottom: -0.95rem;
	margin-left: -0.8rem;
}
.fyc5 .c5_s .zx:hover{
	background: #f33;
}
.fyc5 .c5_tel{
	display: block;
	height: 0.85rem;
	line-height: 0.85rem;
	margin: 0.2rem 0.2rem 0.1rem;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	background: #56ADDA;
	letter-spacing: 0.01rem;
}
.fyc5 .c5_tel span{
	font-size: 0.33rem;
	letter-spacing: 0.03rem;
}
.fyc5 .c5_tel i{
	float: left;
	width: 0.34rem;
	height: 0.29rem;
	background: url(../images/hzsw1zt_geren_05.png) no-repeat center;
	background-size: 100%;
	margin: 0.28rem 0.15rem 0.28rem 1.2rem;
}
.fyc5 .c5_tel:hover{
	background: #c33;
}
/*核子的四大优势亮点*/
.fyc6 .c3_z{
	background: #f8f8f5;
}
.fyc6 .c3_z li .lt{
	background: #56ADDA;
	border-color: #ffd699;
}
.fyc6 .c6_x{
	margin: 0.2rem 0.2rem 0.1rem;
	background: #56ADDA;
	font-size: 0.18rem;
	color: #fff;
	font-weight: bold;
	height: 0.66rem;
	line-height: 0.66rem;
	padding: 0 0.2rem 0 0.3rem;
}
.fyc6 .c6_x a{
	float: right;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #fff;
	color: #f90;
	border-radius: 0.1rem;
	padding: 0 0.2rem;
	margin-top: 0.13rem;
}
.fyc6 .c6_x a:hover{
	background: #fee;
	color: #f33;
}
/*网友热搜问题*/
.fyc7 .c7_z{
	padding: 0.1rem 0.2rem 0.05rem;
	font-size: 0;
	background: #fafafa;
}
.fyc7 .c7_z:after{
	content: "";
	display: table;
	clear: both;
}
.fyc7 .c7_z li{
	float: left;
	font-size: 0.16rem;
	background: #6699ff;
	margin: 0 0.15rem 0.1rem;
}
.fyc7 .c7_z li a{
	display: block;
	padding: 0.15rem 0.4rem;
	color: #fff;
}
.fyc7 .c7_z li:nth-of-type(2) a{
	padding: 0.3rem 0.4rem;
	background: #ed413d;
}
.fyc7 .c7_z li:nth-of-type(3) a{
	background: #ff9999;
}
.fyc7 .c7_z li:nth-of-type(4) a{
	background: #aeaeae;
}
.fyc7 .c7_z li:nth-of-type(5) a{
	background: #ff9900;
}
.fyc7 .c7_z li a:hover{
	background: #c33;
}



/* 专题 - 个人亲子鉴定 */
.grc1{
	/* padding: 0.2rem 0.15rem 0; */
	background: url(../images/border-img_03.png);
	background-clip: content-box;
}
.grc1 .c1_nr{
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	color: #333;
	border: 0.1rem solid transparent;
	background-color: #fff;
	background-clip: padding-box;
	text-indent: 0.2rem;
	letter-spacing: 1px;
	line-height: 1.5;
}
.grc1 .c1_nr a{
	color: #ff9900;
}
.grc1 .c1_nr a:hover{
	color: #f33;
	text-decoration: underline;
}











