 /*轮播*/
 .indexslider{
 	width:100%;

 	overflow: hidden;
 }
 .swiper-container1 {
	  width: 100%;

}
.swiper-container1 .swiper-slide {
	  text-align: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
}
.swiper-slide img{
	width: 100%;

}
/*搜索*/
.searchbool{
	height: 100px;
	background-color: #2577bd;
}
.hotsearch{
	width: 890px;
	margin-right: 50px;
	overflow: hidden;
}
.hotsearch,.hotsearch a{
	color: #fff;
	font-size: 18px;
	line-height: 100px;
}
.hotsearch a {
	margin: 0 20px;
}

/*我们为何而生？*/
.box1-left{
	width: 700px;
	overflow: hidden;
	height: 870px;
	margin-top: 50px;
	box-sizing: border-box;
}
.box1-right{
	width: 410px;
	overflow: hidden;
	height: 870px;
	margin-top: 50px;
	box-sizing: border-box;
}

.box1-ul{
	margin-top: 50px;
}
.box1-ul li{
	width: 220px;
	margin-right: 20px;
	float: left;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 138, 255, 0.1);
	border-radius: 5px;
	box-sizing: border-box;
}
.box1-ul li:last-child{
	margin-right: 0;
}
.box1-ul li img{
	display: block;
	width: 100%;
}
.box1-ul li h6{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin: 10px 0;
}
.box1-ul li h6:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #2577bd;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.box1-ul li p{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
	text-align: justify;
	margin: 0 15px 25px 15px;
}
.usezx{
	background-color: #ffffff;
	border: solid 1px #f8f8f8;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
}
.cont-h3{
	margin: 10px 0;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	position: relative;
}
.cont-h3 i{
	display: block;
	width: 45px;
	height: 4px;
	background-color: #ff8335;
	position: absolute;
	bottom:-8px;
	left: 0;
}
.cont-h3 a{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.cont-h3 a:hover{
	color: #ff8335;
}
.usezxul{
	margin-top: 30px;
	padding-bottom: 30px;
}
.usezxul li{
	width: 270px;
	float: left;
}
.usezxul li:nth-child(2n){
	margin-left: 100px;
}
.usezxul li a{
	font-size: 16px;
	color: #2577bd;
	display: inline-block;
	line-height: 50px;
	width: 270px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow: hidden;	
}
.usezxul li a:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #2577bd;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
/*鉴定指南*/
.jdznul{
	margin: 50px 0 30px 0;
}
.jdznul li{
	width: 30%;
	margin-bottom: 30px;
	float: left;
}
.jdznul li .imgs,.jdznul li .txt{
	display: block;
	text-align: center;
}
.jdznul li .imgs{
	height: 100px;
}
.jdznul li .imgs img{
	width: 80px;
	transition: all .3s;
}
.jdznul li .txt{
	color: #333;
	font-size: 16px;
    margin-bottom: 10px;
}
.jdznul li .imgs img:hover{
	width: 90px;
}
.tarzx{
  font-size: 0;
}
.tarzx a{
	display: inline-block;
	width: 170px;
	height: 50px;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.tarzx a:first-child{
	background: #2577BD;
	margin-right:40px
}
.tarzx a:last-child{
	background: #FF8335;
}
.tarzx a img{
	width: 20px;
	margin-top: 15px;
	margin-right: 10px;
}
/*热门更新*/
.rmgx{
	margin-top: 60px;
}
.rmgxul{
	margin-top: 30px;
}
.rmgxul li a{
	display: block;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	width: 390px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.rmgxul li a:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/sjx.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
/*亲子鉴定 -- 我们更专业*/
.zybj{
	width: 100%;
	height: 720px;
	background: url(../images/zybj.jpg)no-repeat center;
	background-size: cover;
}
.zybj-cont{
	box-sizing: border-box;
	height: 500px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px 
		rgba(23, 24, 25, 0.3);
		overflow: hidden;
}
.zyh2{
	color: #fff;
	padding: 50px 0;
}
.zyh2:before{
	background: #fff!important;
}
.zygj-nav{
	background: #2577BD;
	width: 130px;
	cursor: pointer;
}
.zygj-nav li{
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	line-height: 100px;
	color: #ffffff;
	padding-left: 10px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.zygj-right{
	width: 1070px;
	margin-left: -2px;
}
.zygj-right-left{
	width: 640px;
	box-sizing: border-box;
	padding: 20px;
}
.ysjd{
	width: 100%;
}
.ysjd img{
	width: 240px;
	margin-left: 10px;
}
.ysjd>div{
	display: inline-block;
	width: 340px;
	padding-left: 5px;
}
.cont-h4{
	margin: 5px 0 20px 0px;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	position: relative;
}
.cont-h4 i{
	display: block;
	width: 35px;
	height: 3px;
	background-color: #ff8335;
	position: absolute;
	bottom:-6px;
	left: 0;
}
.ysjd>div>p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.ysjd>div>p>span{
	color: #2577bd;
}
.ysjd>div>a{
	font-size: 16px;
	line-height: 30px;
	color: #ff8335;
}

.zygj-right-left-ul{
	margin-top: 30px;
}
.zygj-right-left-ul li{
	width: 280px;
	float: left;
}
.zygj-right-left-ul li:nth-child(2n){
	margin-left: 30px;
}
.zygj-right-left-ul li a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	line-height: 40px;
	width: 270px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow: hidden;	
}
.zygj-right-left-ul li a:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #2577bd;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.zygj-right-right{
	width: 420px;
}
.zygj-right-right>div{
	width: 400px;
	height: 80px;
	margin-top:20px;
	margin-bottom:20px;
}
.zygj-right-right>div img{
	width: 100%;
}
.zygj-right-right-ul li{
	width: 190px;
	height: 50px;
	float: left;
	background-color: #2577bd;
	margin: 6px 0;
	font-size: 0;
}
.long{
	width: 400px!important;
}
.mr{
	margin-right: 20px!important;
}
.zygj-right-right-ul li>a{
	display: block;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background-color: #f1f1f1;
}
.zygj-right-right-ul li>a:hover{
	color: #fff;
	background-color: #2577bd;
}
.zygjbck{
	display: none;
}
.zyghover{
	background: #fff;
	color: #2577bd!important;
}
/*DNA科技 -- 解码生命奥秘*/
.jemul{
	margin: 35px 0;
}
.jemul li{
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	float: left;
	margin-right: 180px;
	position: relative;
}
.jemli i{
	display: block;
	width: 35px;
	height: 3px;
	background-color: #ff8335;
	position: absolute;
	bottom:-4px;
	left: 0;
}
.jemcont{
	display: none;
	margin-top: 20px;
	margin-bottom: 50px;
}
.jemcont li{
	float: left;
	width: 287px;
	position: relative;
	margin-right: 17px;
	margin-bottom: 15px;
}
.jemcont li:nth-child(4n){
	margin-right: 0;
}
.jemcont li img{
	width: 100%;
}
.jembj{
	position: absolute;
	width: 287px;
	height: 100px;
	background-color: rgba(37, 119, 189, 0.6);
	left: 0;
	top:50%;
	margin-top: -50px;
}
.jembj p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 25px;
}
.jembj p span{
	font-size: 14px;
}
.team{
	height: 430px;
	background-color: #2577bd;
}
.jtbjl{
	position: absolute!important;
	width: 25px;
	height: 25px;
	background: url(../images/jtl.png)no-repeat center;
	background-size: cover;
	margin-top: 125px!important;
	left:900px!important ;
}
.jtbjr{
	position: absolute!important;
	width: 25px;
	height: 25px;
	background: url(../images/jtrh.png)no-repeat center;
	background-size: cover;
	margin-top: 125px!important;
	left:940px!important ;
}
.jctv1{
	position: absolute!important;
	width: 25px;
	height: 25px;
	background: url(../images/jtlh.png)no-repeat center;
	background-size: cover;
	margin-top: 125px!important;
	left:900px!important ;
}
.jctv2{
	position: absolute!important;
	width: 25px;
	height: 25px;
	background: url(../images/jtr.png)no-repeat center;
	background-size: cover;
	margin-top: 125px!important;
	left:940px!important ;
}
.wpe img{
	width: 100%;
	height: auto!important;
}
/*我们不一样*/
.weare{
	margin-top: 35px;
}
.weare-left{
	width: 760px;
	overflow: hidden;
}
.weul{
	margin-top: 42px;
}
.weul li{
	float: left;
	width: 240px;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.weul li:nth-child(3n){
	margin-right: 0;
}
.weul li img{
	width: 100%;
}
.webj{
	position: absolute;
	width: 240px;
	height: 70px;
	background-color: rgba(37, 119, 189, 0.6);
	left: 0;
	top:42px;
	z-index: 2;
}
.webj p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 12px;
}
.webj p span{
	font-size: 14px;
}
.zzbul{
	opacity: 0;
	position: absolute;
	z-index: 3;
	width: 240px;
	height: 150px;
	background-color: rgba(37, 119, 189, 0.95);
	top:0;
	left: 0;
}
.zzbul p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 45px;
}
.weul li:hover .zzbul{
	transition: all .3s;
	opacity: 1;
}
.weare-right{
	width: 410px;
}
.weare-right-ul{
	margin-top: 30px;
}
.weare-right-ul li{
	border-bottom: solid 1px #cccccc;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.weare-right-ul li span{
	color: #2577bd;
}
.weare-right a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #ff8335;
	text-align: center;
	margin-top: 10px;
}
/*安康资讯*/
.dbzx{
	margin-top: 30px;
	height: 440px;
	background-color: #2577bd;
}

.dbzxdv{
	width: 380px;
	margin-right: 30px;
	float: left;
}
.dbzxul{
	width: 380px;
	box-sizing: border-box;
	border-right: 2px #5192CA dashed;
	margin-top: 50px;
}
.dbzxul li a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	width: 300px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow: hidden;	
}
.dbzxul li a:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.dbzx>.content>.dbzxdv:last-child{
	margin-right: 0;
}
.dbzxul li a:hover{
	color: #ff8335;
}
.dbzxul li a:hover:before{
	background-color: #ff8335;
}
@media (max-width:1000px){
	.indexslider{
	    padding-top: 50px;
	}
	.indexslider,.swiper-container1,.swiper-slide img{
	    height: 150px;
	}
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
}
