*{
	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;
}
.logobox{
	display: flex;
}
.EnterOld{
	width: 100px;
	height: 40px;
	background: #1B81D7;
	border-radius: 8px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 31px;
	cursor: pointer;
}
/*base end*/
@media screen and (min-width:1300px) {
	.containbox{
		width: 1200px;
	}
	.containbox{
		margin: 0 auto;
	}
	}

.topbox{
	width: 100%;
	height: 150px;
	background: url(top_bj.png) no-repeat 60% bottom;
}
.logobox img{
	margin-top: 36px;
}
.topbox .headright{
	width: 36%;
	float: right;
}
.headright img{
	margin-top: 0;
	margin-right: 10px;
	float: right;
}
.headright ul li{
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	float: right;
}
.headright ul li.bjcolor1{
	background: #eeeeee;
	color: #969696;
}
.headright ul li.bjcolor2,.headright ul li.bjcolor3{
	background: #0a8aff;
	color: #ffffff;
}
.headright ul li.bjcolor3{
	border-left: 2px solid #49a8ff;
}
.headright ul li.bjcolor2:hover{
	background: #1783E0;
}
.headright ul li.bjcolor3:hover{
	background: #1783E0;
}
.searchbox{
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 76%;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.searchbox input{
	border: none;
	margin: 0;
}
.searchmain{
	width: 86%;
	line-height: 38px;
	color: #cccccc;
	padding-left: 12px;
	font-size: 16px;
	background: none;
}
.searchimg{
	float: right;
	width: 40px;
	height: 40px;
	background: url(search.png) no-repeat center center;
}
/*header end*/

nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #1b81d7;
}
.navmenubox{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.navmenubox ul li{
	display: block;
	height: 50px;
	font-size: 24px;
	letter-spacing: 2px;
	width: 20%;
	text-align: center;
	color: #ffffff;
	float: left;
}
.navmenubox li:hover{
	background-color: #0265b9;
}
.navmenubox li:active{
	background-color: #0265b9;
}
.homechildbox{
	width: 1200px;
	height: 100px;
	position: absolute;
	float: left;
	z-index: 9999;
	visibility: hidden;
	background: rgba(255,255,255,0.86);
	clear: both;
}
.homechildbox .deom{
	width: 0;
    height: 0;
    margin-left: 112px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0265b9 transparent transparent transparent;
}
.homechildbox ul li{
	display: block;
	height: 36px;
	margin: 0 16px;
	float: left;
}
.navactivebj{
	background: #0265b9;
}

/*nav end*/

.maincontent{
	width: 100%;
	overflow:hidden;
}
.detailBox{
	width: 100%;
	height: auto;
}
.webaddress{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.webaddress h2{
	font-size: 16px;
    color: #333333;
}
.detail_content{
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.detail_title{
	width: 100%;
	height: 170px;
	text-align: center;
	border-bottom: 4px solid #61a8da52;
}

.ConBox .detail_title{
	height: 210px;
}
.detail_title h1{
	
	font-size: 28px;
	font-weight: bold;
	height: 50px;
	padding-top: 22px;
	line-height: 30px;
	text-align: center;
	
}
.detail_title em{
	line-height: 45px;
	float: left;
	margin-left: 1%;
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.shareBox{
	 
	height: auto;
	overflow: hidden;
	float: right;
}
.shareBox img{
	position: relative;
	display: inline-block; 
	height: 28px;
	font-size: 16px;
	border-radius: 50%;
	line-height: 22px;
	color: rgb(102, 102, 102);
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s;
}
.detail_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 32px 32px 0 32px;
}
.detail_con p{
	color: #656565;
    font-family: 微软雅黑;
    background-color: #FFFFFF;
}
.about_link{
	width: 100%;
	height: auto;
	padding-left: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.about_link h2{
	font-size: 20px;
	margin-bottom: 16px;
	color: #1b81d7;
}
.about_link ul li{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 20px;
	background: url(liststyle6.png) no-repeat left center;
}
.about_link ul li em{
	color: #969696;
    margin-left: 20px;
}
.cebianBox{
	position: relative;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
}
.gongjuBox{
	position: fixed;
	right: 12%;
	bottom: 22%;
	width: 72px;
	height: 147px;
}
.gongjuBox ul li{
	width: 100%;
	height: 72px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	border: 1px solid #e5e5e5 ;
}
.gongjuBox ul li:last-child{
	border-top: none;
}
.gongjuBox ul li i.fhsyicon,.gongjuBox ul li i.fhsjicon{
	display: block;
	width: 100%;
	height: 40px;
}
.gongjuBox ul li i.fhsyicon{
	background: url(reback2.png) no-repeat center 80%;
}
.gongjuBox ul li i.fhsjicon{
	background: url(reback1.png) no-repeat center 80%;
}
.back_index{
	width: 100%;
	height: 44px;
	margin-bottom: 96px;
}
.back_index h2{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	border: 1px solid #cccccc;
}
.back_index a{
	color: #969696;
}
.back_index h2:hover{
	border: 1px solid #1b81d7;
}
.back_index h2:hover a{
	color: #1b81d7;
}
/* maincontent end*/


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;
}

@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{
		display: block;
	}
	.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;
    }
    .homechildbox{
    	width: 640px;
    }
    .homechildbox .deom{
    	margin-left: 44px;
    }
    .homechildbox ul li{
    	margin: 0 12px;
    }
    
    .shareBox{
    	width: 30%;
    }
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .detail_con{
    	padding: 24px 20px 0 20px;
    }
    .about_link{
    	padding-left: 20px;
    }
    .detail_content{
    	margin-bottom: 24px;
    }
    .maincontent{
    	padding: 0 2%;
    }
}



/* ����1366*768�ֱ�����ʽ*/

@media screen and (max-width:1920px){
	.containbox{
		width: 1000px;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 100px;
		background: url(top_bj2.png) no-repeat 60% bottom;
	}
	.logobox img{
		margin-top: 8px;
	}
	.topbox .headright{
		width: 35%;
	}
	.topbox .headright img{
		margin-top: 0;
	}
	.headright ul li{
		font-size: 12px;
		padding: 0 12px;
	}
	.searchbox{
		width: 78%;
		height: 36px;
		line-height: 36px;
		margin-top: 16px;
	}
	.searchmain{
		height: 100%;
		line-height: 32px;
	}
	.searchimg{
		width: 36px;
		height: 36px;
	}
	nav{
	    height: 40px;
	    line-height: 40px;
    }
    .navmenubox ul li{
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
	.homechildbox{
		width: 1000px;
		height: 84px;
	}
	
	/* ͷ���͵�������*/

	/* �ײ�����*/
	footer{
		height: 168px;
	}
	.footmainbox{
		height: 168px;
	}
	.footbeian h3{
		font-size: 16px;
	}	
	.footbeian p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.dzlogobox{
		padding-left: 48px;
	}
	.footbeian{
		padding-top: 24px;
	}
	/* �ײ��������*/
	 
	.detail_con p{
		font-size: 14px;
	}
	.detail_content{
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.detail_con{
		padding-top: 24px;
	}
	.about_link{
		padding-left: 32px;
	}
	.about_link h2{
		margin-bottom: 12px;
		font-size: 18px;
	}
	.about_link ul li{
		font-size: 14px;
	}
	.back_index{
		margin-bottom: 40px;
	}
	.gongjuBox{
		bottom: 25.4%;
		right: 6%;
	}
}
/* �������*/
@media screen and (max-width:900px) {
	.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;
    }
    .homechildbox{
    	width: 640px;
    }
    .homechildbox .deom{
    	margin-left: 44px;
    }
    .homechildbox ul li{
    	margin: 0 12px;
    }
    
    .shareBox{
    	width: 30%;
    }
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .detail_con{
    	padding: 24px 20px 0 20px;
    }
    .about_link{
    	padding-left: 20px;
    }
    .detail_content{
    	margin-bottom: 24px;
    }
    .maincontent{
    	padding: 0 2%;
    }
}
@media screen and (min-width: 10px) and (max-width: 450px) {
	.conbox{
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	.containbox{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.cebianBox{
		display: none;
	}
	.logobox{
		display: block;
	}
	
	.EnterOld{
		display: none;
	}
	.navmenubox ul li {
		height: 40px;
		line-height: 34px;
		font-size: 18px;
	}
	 
	.about_link{
		width: 100%;
	}
	.about_link ul li a{
		width: 60%;
		display: block;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		overflow: hidden;
		word-break: keep-all;
		text-overflow: ellipsis;
		white-space: nowrap;

	}
	.about_link ul li {
		width: 100%;
		display: flex;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		overflow: hidden;
		word-break: keep-all;
		text-overflow: ellipsis;
		white-space: nowrap;

	}
	.about_link ul li em{
		width: 20%;

	}
}
/* 老年版样式 */
.ConBox .containbox{
	width: 1200px;
}
.ConBox .importantBox{
	position: relative;
	height: 780px;
}
.ConBox .topbox{
	display: none;
}
.ConBox .head{
	display: block;
}
.ConBox nav{
	height: 80px;
	line-height: 80px;
}
.ConBox .containbox .navmenubox ul li{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.ConBox .navmenubox ul li{
	height: 80px;
    line-height: 80px;
}
.ConBox .webaddress h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 42px;
	color: #333333;
}
.ConBox .detail_title h1{
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: bold;
	height: 50px;
	padding-top: 22px;
	line-height: 60px;
	text-align: center;
}
.ConBox .detail_title em{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 45px;
	color: #333333;
}
.ConBox .detail_con p{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 72px;
	color: #333333;
}
.ConBox .about_link h2{
	font-size: 30px;
}
.ConBox .about_link ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	background-size: 1%;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ConBox .homechildbox{
	width: 1200px;
	height: 130px;
	top: 90px;
}
.ConBox .homechildbox ul li{
	font-size: 30px;
}
.ConBox .print td a {
	font-size: 24px !important;
	width: 75px !important;
}







