*{
	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;
}

/*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;
}
.listBox{
	width: 100%;
	height: auto;
}
.webaddress{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.webaddress h2{
	font-size: 16px;
    color: #333333;
}
.listMenu{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e9f4fc;
}
.listMenu h2{
	font-size: 18px;
	color: #333333;
	margin-left: 20px;
}
.list_content{
	width: 100%;
	height: auto;
	padding: 20px 0 24px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 44px;
}
.list_content ul li{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 24px;
	background: url(liststyle5.png) no-repeat 4px center;
	overflow: hidden !important; 
	word-break: keep-all !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}
.list_content ul li em{
	color: #969696;
	float: right;
}

.list_contentgjz{
	color:red;
}
/*list content end*/

.pageBox{
	width: 100%;
	height: 80px;
	font-size:14px;
	padding-left: 16%;
}
/* 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 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;
    }
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .pageBox{
    	padding-left: 0;
    }
    .maincontent{
    	padding: 0 2%;
    }
}

/* ����1366*768�ֱ�����ʽ*/

@media screen and (max-width:1920px){
	.containbox{
		width: 1000px;
	}
	.containbox{
		margin: 0 auto;
	}
	
	
}
@media screen and (min-width: 10px) and (max-width: 450px) {
	.maincontent{
		padding: 20px !important;
	}
	.head{
		padding: 20px !important;
	}
	#ylifmoe{
		display: none;
	}
}
.logobox{
	display: flex;
	
}
/* .head{
	display: none;
} */
/* 老年版 */
.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;
}
.ConBox .containbox{
	width: 1200px;
}
.ConBox .importantBox{
	position: relative;
	height: 780px;
}
.ConBox .topbox{
	display: none;
}
.ConBox .head{
	display: block;
}
.ConBox #ylifmoe{
	display: none;
}
.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 .homechildbox{
	width: 1200px;
	height: 130px;
	top: 90px;
}
.ConBox .homechildbox ul li{
	font-size: 30px;
}
.ConBox .webaddress h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 42px;
	color: #333333;
}
.ConBox .listMenu{
	height: 100px;
	line-height: 100px;
}
.ConBox .listMenu h2{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.ConBox .listMenu div{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.ConBox .list_content ul li{
	font-size: 32px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important;
	color: #333333 !important;
	overflow: hidden !important; 
	word-break: keep-all !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	height: 50px;
	line-height: 50px;
	/* background-size: 1% !important; */
}
.ConBox iframe{
	width: 100% !important;
}
.ConBox  #ylqxxk  .liststyle1{
	font-size: 32px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important;
	color: #333333 !important;
	overflow: hidden !important; 
	word-break: keep-all !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	background-size: 1% !important;
}
/* .ConBox .list_content iframe .list_content #ylqxxk .liststyle1{
	font-size: 32px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-size: 1%;
} */












