/* *{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:180%;
	display:block;
	background:#fff;
	font-family:"Microsoft YaHei";
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,strong,em{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
	float:none;
}
a:hover{
	color:#1b81d7;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
}
.clear{
	clear:both;
} */

/* footer{ */
/* 	width: 100%; */
/* 	height: 188px; */
/* 	border-top: 2px solid #1e6ac7; */
/* } */
/* .footmainbox{ */
/* 	width: 100%; */
/* 	height: 188px; */
/* } */
/* .footlogobox{ */
/* 	width: 30%; */
/* 	height: 100%; */
/* 	float: left; */
/* } */
/* .dzlogobox{ */
/* 	width: 50%; */
/* 	height: 100%; */
/* 	float: left; */
/* 	padding-left: 30%; */
/* 	padding-top: 64px; */
/* } */
/* .zclogobox{ */
/* 	width: 50%; */
/* 	height: 100%; */
/* 	float: right; */
/* 	padding: 72px 0 0 50px; */
/* } */

/* .footbeian{ */
/* 	width: 70%; */
/* 	height: 100%; */
/* 	padding-top: 36px; */
/* 	float: right; */
/* 	text-align: center; */
/* } */
/* .footbeian h3{ */
/* 	font-size: 18px; */
/* 	margin-bottom: 6px; */
/* 	color: #666666; */
/* } */
/* .footbeian h3 a{ */
/* 	color: #666666; */
/* } */
/* .footbeian em{ */
/* 	color: #666666; */
/* 	margin: 0 14px; */
/* } */
/* .footbeian p{ */
/* 	color: #666666; */
/* 	font-size: 14px; */
/* 	margin-bottom: 4px; */
/* } */
/* .footbeian p span{ */
/* 	padding-left: 24px; */
/* 	margin-left: 12px; */
/* 	background: url(wblogo.png) no-repeat left center; */
/* } */



footer{
	width: 100%;
	/* height: 188px; */
	/* border-top: 2px solid #1e6ac7; */
	background-color: #1D96FF;
	color:#f1f9ff;
}
.footmainbox{
	width: 100%;
	/* height: 188px; */
	position: relative;
	display: flex;
  	flex-wrap: wrap;
	  /* overflow: auto; */
}
.footmainbox .footimagebox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 166px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(255, 255, 255, 0.1);
}
.footmainbox .footimagebox img{
	opacity: 1;
	z-index: 9;
}
.dzlogobox{
	width: 25%;
	/* flex: 0 0 15%; */
  	/* margin: 10px; */
	/* float: left; */
	padding-top: 87px;;
	/* padding-left: 114px; */
}
.zclogobox{
	display: flex;
	justify-content: flex-end;
	width: 25%;
	padding-top: 87px;
}

.footbeian{
	/* flex: 0 0 60%; */
	width: 50%;
	/* height: 100%; */
	padding-top: 36px;
	/* float: left; */
	margin: 0 auto;
	text-align: center;
	/* background: yellow; */
}
.footbeian h3{
	font-size: 20px;
	margin-bottom: 6px;
	/* color: #666666; */
	color:#f1f9ff;
}
.footbeian h3 a{
	/* color: #666666; */
	color:#f1f9ff;
}
.footbeian em{
	/* color: #666666; */
	color:#f1f9ff;
	margin: 0 14px;
}
.footbeian p{
	/* color: #666666; */
	color:#f1f9ff;
	font-size: 16px;
	margin-bottom: 4px;
}
.footbeian p a{
	color:#f1f9ff;
}
.footbeian p span{
	padding-left: 24px;
	margin-left: 12px;
	background: url(wblogo.png) no-repeat left center;
}
.footmainbox .policeBadge {
	display: flex;
	justify-content: center;
}
/* .footmainbox .policeBadge a{
	padding-left:20px;
	background:url(logo.png) no-repeat left bottom;
} */
/* @media screen and (max-width:1200px) {
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 200px;
		background: url(top_bj.png) no-repeat right bottom;
	}
	.logobox img{
		float: left;
		margin: 24px 0 10px 12px;
	}
	.topbox .headright{
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	.headright ul{
		display: none;
	}
	.headright img{
		display: none;
	}
	.searchbox{
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    float: left;
	    margin: 0 auto;
    }
    .searchimg{
    	height: 50px;
    }
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .pageBox{
    	padding-left: 0;
    }
    .maincontent{
    	padding: 0 2%;
    }
} */

/* @media screen and (max-width:1920px){
	.containbox{
		width: 1000px;
	}
	.containbox{
		margin: 0 auto;
	}
	.footbeian h3{
		font-size: 16px;
	}	
	.footbeian p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.dzlogobox{
		padding-left: 48px;
	}
	.footbeian{
		padding-top: 24px;
	}
} */
/* @media screen and (min-width: 10px) and (max-width: 450px) {
	.topbox {
		height: 180px;
		background: url(top_bj.png) no-repeat right bottom;
	}
	footer{
		width: 100%;
		height: 390px;
		border-top: 2px solid #1e6ac7;
		overflow: hidden;
		position:relative;
	}
	.containbox{
		width: 100%;
		height: 100%;
	}
	.footmainbox{
		width: 100%;
		height: 100%;
		
	}
	.dzlogobox{
		position: absolute;
		bottom: 10px;
	}
	.zclogobox{
		position: absolute;
		bottom: 10px;
		left: 150px;
	}
	.dzlogobox img {
		width: 50px;
	}
} */
		/* 老年版样式 */
/* .ConBox .footbeian{
	width: 100%;
	position: relative;
}
.ConBox .footbeian h3,
.ConBox .footbeian p{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 60px;
	color: #666666;
}
.ConBox .zclogobox{
	position: absolute;
	right: 2%;
	top: 53%;
	padding-left: 0;
}
.ConBox .dzlogobox{
	position: absolute;
	right: 13%;
	top: 86%;
	padding-top:0px;
} */




