html, body {
	position: relative;
	height: 100%;
}
body {
	max-width: 640px;
	font-family: Microsoft YaHei;
	padding: 0;
	margin: 0 auto;
}
.header{
	height:5.0rem;
	background-color:#031430;
	overflow: visible;
	position: fixed;
	width: 100%;
	z-index: 100;
	max-width: 640px;
}
.header2{
	max-width: 640px;
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0
}
.header>img{
	height: 65%;
}
.navCon{
	height: 85%;
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.navCon img{
	height: 60%;
}
.navConChild{
	position: absolute;
	top: 4.2rem;
	right: -20rem;
}
.navbar-collapse{
	right: 0rem;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.navConChild>ul{
	width: 15rem;
	background-color:#fff;
}
.navConChild li{
	text-align: center;
	padding: 0rem 1rem;
}
.navConChild li a{
	color: #000;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	padding: 1rem 1rem;
	border-bottom: 1px solid #eee;
	text-decoration:none;
}
.navConChild li:last-child a{
	border-bottom: none;
}
.navConChild a.blue{
	color: #0070ff;
	font-weight:bold;
}
.navList{
	background-color:none;
}
.topplaceholder{
	height: 5rem;
	width: 100%;
}
/*--------关于我们--------*/
.header2 .navList{
	width: 100%;
	display: table;
	font-size: 1.6rem;
	padding: 2.0rem 15px;
	top: 5rem;
	background-color:#fff
}
.header2 .navList .active{
	color: #0070ff;
	font-weight: bold;
}
.header2 .navList span{
	display: table-cell;
	text-align: center;
}
.total .content{
	position: relative;
	top: 11rem;
}
.total .content>div{
	position: absolute;
	background-color: #fff;
	display: none;
}
.total .content>div.show{
	display: block;
}
.speech{
	width: 100%;
	background:url(../img/aaback1.png)no-repeat 0rem 0rem;
	background-size:cover;
    margin-bottom: 2rem;
}
.speech p.title,.serve p.title{
	font-size: 1.6rem;
	font-weight: bold;
	text-align:center;
	margin: 0;
	padding: 1rem 0
}
.speech div{
	width: 100%;
	padding: 0 1rem;
}
.speech div img,.speech>div>p{
	display: inline-block;
    width: 50%;
    font-size: 1.4rem;
    text-indent: 2.5rem;
    vertical-align: middle;
    padding-right: .5rem;
    text-align: justify;
}
.speech>p:not(.title){
	padding: 0 1rem;
	font-size: 1.4rem;
	text-indent: 2.5rem;
	text-align: justify;
}
.speech p.topEmpty{
	padding-top: 1rem;
}
.speech>p.last{
	text-align: right;
	padding-right: 1rem!important;
}
.page4tips2{
    width: 100%;
    display: table
}
.page4tips2 ul{
	display: inline-block;
	padding: 0;
	text-align:center;
	width: 47%;
	vertical-align: top;
	background-color:#fff;
	overflow: hidden;
	box-shadow: 0 0 10px 2px rgba(0, 112, 255, 0.2);
}
.serve  .page4tips2 ul{
	padding-bottom: 20px;
}
.page4tips2 ul:nth-of-type(2){
	float: right;
}
.page4tips2 ul p{
	padding: 1.0rem 0;
	color: #fff;
	margin:0;
	font-size: 1.4rem;
	width:100%;
}
.page4tips2 ul:nth-of-type(1) p{
	background-color:#0070ff;
}
.page4tips2 ul:nth-of-type(2) p{
	background-color:#000;
}
.page4tips2 ul:nth-of-type(2) .page4tipsSpe{
	background:url(../img/page4-dg.png) no-repeat -0.5rem 0.3rem;
  	background-size:3rem;
  	text-align: left;
  	width: 80%;
}
.page4tips2>div{
	width: 100%;
}
.page4tips2 ul li{
	list-style: none;
	display: inline-block;
  	font-size:1.4rem;
  	width: 48%;
  	height:2.5rem;
  	line-height:2.5rem;
  	padding-left: 2.0rem;
  	text-align: left;
  	background:url(../img/page4-dg.png) no-repeat -0.5rem 0.3rem;
  	background-size:3rem;
}
.page4tips2 ul li img{
	width: 35%;
}
.page4tipsSpe{
	display: block!important
}
.AdvanCon{
	position: relative;
}
.AdvanBack>div{
	display: inline-block;
	width: 47%;
	position: relative;
}
.AdvanBack>div:first-child{
	margin-bottom: 1.5rem;
}
.AdvanBack>div:nth-of-type(even){
	float: right;
}
.AdvanBack>div img{
	width: 100%;
}
.AdvanBack>div div{
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
}
.AdvanBack>div div b,.AdvanBack>div div p{
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
	text-align: center;
}
.AdvanBack>div div b{
	font-size: 1.6rem;
}
.AdvanCon .kernel{
	position: absolute;
	width: 10rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*--------文章列表----------*/
.list{
	padding: 1rem 15px;
}
.list a{
	display: flex;
	width: 100%;
	height:10rem;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
.list a>div{
	display: inline-block;
	height:100%;
}
.list a img{
	height:100%;
}
.list a>div{
	font-size:1.4rem;
	color: #000;
	vertical-align: top;
}
.list a>div:nth-of-type(2){
	padding-left: .5rem;
}
.list a>div p:nth-of-type(1){
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list a>div p:nth-of-type(2){
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list a>div p:nth-of-type(2){
	margin: 0;
	color: #999;
	text-align: justify;
}
/*-------文章页-------*/

.ariticle .ariticleCon{
	padding-bottom: 1rem;
	background-color: #fff
}
.ariticle .ariticleCon h4{
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
	margin: 0
}
.ariticle .ariticleCon div{
	text-indent: 2.5rem;
	font-size: 1.4rem;
}
.ariticleOther{
	background-color:#eee;
	padding: 0 15px ;
}
.ariticleOther p{
	margin: 0;
	font-size: 1.4rem;
	line-height: 3.6rem;
}
.ariticleOther p:nth-of-type(1){
	border-bottom: 1px solid #ddd
}
.ariticleOther p a{
	color: #000;
	text-decoration: none;
}
/*-------加入我们-------*/
.join .topImg{
	padding: 2rem 0
}
.join .topImg img{
	width: 100%;
}
.tel>p,.resumeAddr .join2{
	font-size: 1.6rem;
	font-weight: bold;
	margin:0;
}
.tel>p.blue{
	color: #0070ff
}
.tel>div p,.resumeAddr p:not(.join2){
	font-size: 1.6rem;
	margin:0;
	color: #999;
	text-align: justify;
}
.JoinBold{
	padding: 2rem 0;
	text-align: center;
}
.JoinBold p{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.JoinBold p:last-child{
	color: #0070ff
}
.joinUs .joinList{
	display: table;
	width: 100%;
	background-color:#d3d3d3;
	text-align: center;
}
.joinUs .joinList p{
	display: table-cell;
	padding: .5rem 0;
	font-size: 1.6rem;
}
.joinUs .joinList .active{
	background-color:#0070ff;
	color: #fff
}
.joinCon{
	position: relative;
}
.joinItem{
	padding: 1rem 0;
	font-size: 1.4rem;
	position: absolute;
	display: none
}
.joinItem p{
	margin: 0;
	text-align: justify;
}
.joinItem .tips{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 1rem 0;
}
.joinCon .active{
	display: block;
}
/*------亲子鉴定-------*/
.project{
	margin-top: 11rem;
	position: relative;
	padding: 0
}
.projectList{
	position: absolute;
	padding: 0 15px;
}
.project>div{
	display: none
}
.projectList .project2Item{
	display: block;
	text-decoration:none;
	box-shadow: 0px 0px 10px 2px rgba(5, 68, 82, 0.2);
}
.projectList .project2Item>div{
	position: relative;
}
.projectList .project2Item>div p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}
.projectList .project2Item div img{
	width: 100%;
}
.projectList .project2Item>p{
	color: #999;
	line-height: 3rem;
	font-size: 1.4rem;
	padding-left: 2rem;
	margin-bottom: 3rem;
}
.projectList .project3Item>p{
	color: #000;
	padding: 0rem 1rem 1rem 1rem;
	line-height: 2.5rem;
}
.project>div.show{
	display: block;
}
.projectItem>div{
	padding: 1rem 0 2rem 0
}
.projectItem>div p:before{
	content: '';
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background-color:#0070ff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .5rem;
}
.projectItem div p{
	font-size: 1.6rem;
	display: inline-block;
	margin:0;
}
.projectItem>div div{
	display: inline-block;
	float: right;
}
.projectItem>div img{
	width: 1.5rem;
}
.projectItem .proList{
	padding: 0;
	width: 100%;
}
.ListBottom{
	margin-bottom: 0!important
}
.projectItem .proList a,.projectItem .proList>div{
	display: block;
	width: 50%;
	display: inline-block;
	margin-bottom: 1rem;
}

.projectItem .proList .itemList:nth-of-type(odd){
	padding-right: 2%;
}
.projectItem .proList .itemList:nth-of-type(even){
	padding-left: 2%;
	float: right;
}
.projectItem .proList a:nth-of-type(odd),.projectItem .proList>div:nth-of-type(odd){
	padding-right: 2%;
}
.projectItem .proList a:nth-of-type(even),.projectItem .proList>div:nth-of-type(even){
	padding-left: 2%;
	float: right;
}
.projectItem .proList a li,.projectItem .proList>div li{
	list-style:none;
	padding: 1rem;
	box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.3);
	height: 6rem;
	display: table;
	width: 100%;
}
.projectItem .proList a p,.projectItem .proList>div p{
	display: inline-block;
	font-size: 1.4rem;
	margin: 0;
	color: #000;
	display: table-cell;
	vertical-align: middle;
}
.projectItem .proList a img,.projectItem .proList>div img{
	height: 4rem;
	vertical-align: top;
	float: right;
}
.projectItem .proList a.row,.projectItem .proList>div.row{
    width: 100%;
    padding-right: 00!important;
    display: block;
    margin:0;
}
/*-------分页------*/
.pagination{
	padding: 2rem 0;
	display: block;
	text-align: center;
}
.pagination li{
	padding: 0 .2rem;
	display: inline-block;
}
.pagination li a{
	padding: .5rem 1rem;
	border-radius: .5rem;
	border:1px solid #d3d3d3;
	color: #000;
}
.pagination li a.active{
	color: #fff;
	background-color:#0070ff;
	border: 1px solid #0070ff;
}