@charset "UTF-8";
/**
	author:Christy
	content:样式重置、清除浮动、公用样式
*/
/** css reset start */
html{
	font-size:14px;
	color:#333;
}
body{
	background:#fff;
}
a{
	color:#333;
}
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,pre,form,input,textarea,th,td,select{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei";
	outline: none;
}
strong em{
	font-style:normal;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	border:0 none;
	vertical-align:top;
}
table{
	border-collapse:collapse;
}
textarea{
	resize:none;
	overflow:auto;
	outline:none;
}
/** css reset end */
/** css clearfix start */
.clearfix:after{
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0;
	height:0;
	content:"";
}
a:hover{
	text-decoration: underline;
	color:#D50000!important;
}
.clearfix{
	*zoom:1;
}
/** css clearfix end */
/** css public start */
.fl{
	float:left;
}
.fr{
	float:right;
}
/** css public end */
.wrapper{
	width:100%;
	min-width:1000px;
}
.width1000{
	width:1000px;
	margin:0 auto;
}
.width1200{
	width:1200px;
	margin:0 auto;
}
.width1100{
	width:1100px;
	margin: 0 auto;
}
.containBox{
	padding:20px 0 40px 0;
}
/**头部样式**/
.top{
	background: #F5F5F5;
	height:36px;
	line-height: 36px;
}
.time{
	color:#666;
	font-size:13px;
}
.banner{
	width:100%;
	height:240px;
	background: url('../img/zz_bg.png') no-repeat;
	background-size: 100% 100%;
}
.bannercon{
	padding-top:50px;
}
.bannercon .logo{
	display: block;
	/*font-size:30px;*/
	color:#fff;
}
.bannercon .logo:hover{
	text-decoration: none;
	color: #fff !important;
}
.bannercon .logo img{
	width: 84px;
	height:87px;
}
.logo_title{
	font-size: 36px;
	margin-top: 16px;
	margin-left: 15px;
}
.menuBox{
	height:60px;
	line-height:60px;
	background: #CD2B2B;
	margin-top:-60px;
}
.menuBox .menu{

}
.menuBox .menu li{
	float:left;
	font-size:18px;
    text-align: center;
    width: 100px;
}
.menuBox .menu li:hover{
	cursor: pointer;
}
.menuBox .menu li a{
	color:#fff;
}
.menuBox .menu li a:hover{
	color:#fff!important;
	text-decoration: none;
}
.search{
	float: right;
}
.searchbtn{
	font-size:0;
	position: relative;
}
.searchbtn .txt{
	width:154px;
	height: 34px;
	line-height: 34px;
	padding-left:15px;
	vertical-align: middle;
	color:#666;
	border:none;
	border-radius: 5px;
	background:#fff;
}
.searchbtn .btn{
	position: absolute;
    right: 10px;
    top: 22px;
    width: 18px;
    height: 18px;
    border: none;
    vertical-align: middle;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
    background-image: url(../img/zz_search.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.conBox{
	margin-top:20px;
}
.focusBox {
	width: 520px;
	height: 300px;
	position: relative;
	overflow:hidden;
}
.focusBox .pic {
	position: relative;
	z-index: 0;
	margin:0 auto;
}
.focusBox .pic li{
	width:100%;
	position:absolute;
}
.focusBox .pic li .shadow{
	width: 510px;
	height:40px;
	background:rgba(0,0,0,.6);
	position:absolute;
	bottom:0;
	line-height: 40px;
	padding-left: 10px;
	text-align: left;
}
.focusBox .pic li .shadow a{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.focusBox .pic li .shadow a:hover{
	color:#fff !important;
}
.focusBox .pic img {
	width: 100%;
	height: 300px;
}
.newsRight{

}
.newsRight .newsrtop{
	width:418px;
	height:100px;
	padding:10px 30px;
	background: #F5F5F5;
	border: 1px solid #eee;
}
/*@font-face*/
/*{*/
	/*font-family: myFirstFont;*/
	/*src: url(../font/myFZ.ttf);*/
/*}*/
.newsRight .newsrtop h2{
	font-size:20px;
	text-align: center;
	/*font-family:'myFirstFont';*/
}
.newsRight .newsrtop h2 a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}
.newsRight .newsrtop p{
	margin-top:8px;
	text-indent: 2em;
	line-height: 24px;
}
.newsRight .newsrtop p a{
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 22px;
}
.news_List li{
    background: url(../img/point.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    line-height: 25px;
}
.news_List li a{
	float: left;
    font-size: 14px;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_List li .date{
	float: right;
    font-size: 12px;
    color: #999999;
}
.newsUl li a{
	width:290px;
}
.newsUl{
	padding:15px 15px 10px 30px ;
}
.newsMid{
	margin-top:20px;
}
.newsBottom{
	margin-top:20px;
}
.newsBottom .newsCon{
	width:470px;
}
.newsBottom .leftBox{
	margin-right: 60px;
}
.newsBottom .newsCon .title{
	width:470px;
}
.news-list{
	margin-top:5px;
}
.news-list li{
	background:none;
	padding-left:5px!important;
}
.newsCon{
	width: 310px;
}
.newsCon .title{
	width: 310px;
    height: 34px;
    background: #eee;
    line-height: 34px;
}
.newsCon .title span{
    display: block;
    color: #fff;
    width: 100px;
    height: 38px;
    background: url(../img/black.png) center center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    float: left;
}
.newsCon .title .more{
	float: right;
    font-size: 14px;
    margin-right: 5px;
}
.midBox{
	margin:0 35px;
}
.leftBox .leaderTop{
	margin-top:10px;
}
.leftBox .leaderTop .leaderImg img{
	width:100px;
	height: 120px;
}
.leaderText{
	margin-left:20px;
	width:190px;
}
.leaderText .position{
	font-size:16px;
}
.leaderText .position span{
	margin-left:5px;
}
.leaderText .work{
	font-size: 14px;
	color: #777;
	letter-spacing: 0;
	line-height: 22.65px;
	margin-top:15px;
}
.leaderList{
	margin-top:15px;
}
.leaderList li{
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 24px;
}
.leaderList li a{
	margin-right: 45px;
    display: block;
    width: 45px;
    float: left;
}
.leaderList li span{
	width:220px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.midBox .dwgkList{
	margin-top:10px;
}
.gkdes{
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}
.gkinfo h2{
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
}
.gkinfo p{
	line-height:25px;
	text-align: justify;
}
.jgszList{
	margin-top:10px;
}
.jgszList h3{
	font-size:14px;
}
.jgszList p{
	font-size:14px;
	line-height: 25px;
}
.jgszUl{
	margin-top:10px;
}
.jgszUl li{
	line-height:24px;
}
.ztlist{
	margin:30px 0 20px 0;
}
.ztlist img{
	width:1000px;
	height: 120px;
}
.newsBcon{
	width:470px;
}
.newsBcon .title{
	width: 470px;
    height: 34px;
    background: #eee;
    line-height: 34px;
}
.newsBcon .title span{
	display: block;
    color: #fff;
    width: 100px;
    height: 38px;
    background: url(../img/black.png) center center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    float: left;
}
.newsBcon .title .more{
	float: right;
    font-size: 14px;
    margin-right: 5px;
}
.zcfgUl{
	margin-top:10px;
}
.zcfgUl li{
	background:none;
	padding-left:0;
}
.zcfgUl li a{
	width: 340px;
}
.zcfgCon{
	margin-right: 60px;
}

/*底部样式*/
.footer{
	height:70px;
	background: #5B5454;
	padding-top:30px;
}
.textLeft{
	color:#fff;
	margin-top:-7px;
	margin-left:250px;
	text-align: center;
}
.textLeft p{
	margin-bottom:8px;
	font-size: 12px;
}
.textLeft a{
	color:#fff;
}
.textLeft a:hover{
	color:#fff!important;
}
.imgright .dzimg{
	display:block;
	width:35px;
	height: 45px;
	border-right:1px dashed #777;
	padding-right: 18px;
	margin-right: 18px;
}
.imgright .dzimg img{
	width:40px;
	height: 50px;
}
.imgright .zcimg{
	display:block;
	width:80px;
	height: 40px;
	margin-top:5px;
}
.imgright .zcimg img{
	width:80px;
	height: 40px;
}
.weatherBox{
	margin-top:-2px;
	margin-left:20px;
}
.siteLink{
	margin-top:30px;
	line-height: 50px;
	height: 50px;
	background: #F5F5F5;
}
.siteBox .title{
	color:#000;
	margin-right: 33px;
}
.siteBox select{
	background: #FBFBFB;
	border: 1px solid #E6E6E6;
	width:148px;
	height:24px;
}
.selectlist{
	margin-right:20px;
}
/*通用列表页样式*/
.ty-title{
	/*height: 40px;*/
	/*border-bottom: 2px solid #3b7dd4;*/
}
.ty-title p {
	font-size: 16px;
	padding-left: 22px;
	margin-top: 6px;
}
.ty-list{
	border: 1px solid #eee;
	margin-top: 15px;
	padding: 15px;
}
.ulNews{
	/*margin-top:20px;*/
}
.ulNews li{
	border-bottom: 1px solid #eee;
	line-height: 35px;
	padding: 0 10px;
}
.ulNews li a {
	display: block;
	width: 600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ulNews li .date {
	color: #999;
}
.main-list{
	display:none;
}
.picMarquee-left{
	width:1000px;
	margin-top:25px;
	overflow: hidden;
}
.ztList li{
	width:245px;
	height:80px;
	float: left;
	margin-right: 6px;
}
.ztList li img{
	width:245px;
	height:80px;
}
.ldzcBox{
	margin-top:15px;
}
.ldzcBox p{
	line-height:24px;
}
.ty-list{
	position:relative;
    margin-bottom: 50px;
	/*min-height: 550px;*/
}
.page{
	position: absolute;
	bottom: -100px;
	right:0;
    margin: 30px 0;
}
.footer{
	margin-top:50px;
	float: left;
}
.ztBox{
	margin-top:20px;
}
.ztBox .focusCon{
	width:1000px;
	height:120px;
	position: relative;
	overflow:hidden;
}
.ztBox .focusCon .pic {
	position: relative;
	z-index: 0;
	margin:0 auto;
}
.ztBox .focusCon .pic li{
	width:100%;
	position:absolute;
}
.ztBox .focusCon .pic img {
	width: 100%;
	height: 120px;
}




.wza-box{
  position: absolute;
  top: 150px;
  right: 350px;
}

.wza-box a {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

.wza-box a.wza {
  background: #fff;
  color: #F76B00;
  border: 1px solid #FC740D;
  border-radius: 2px 0px 0px 2px;
}

.wza-box a.oldman {
  background: #F79600;
  color: #fff;
  border: 1px solid #F79600;
  border-radius: 0px 2px 2px 0px;
}

/* 适老化 */
.oldModel *{
	font-size: 28px !important;
	line-height: 1.5 !important;
}
.oldModel .menuBox .width1000{
	width: 1300px;
}
.oldModel .menuBox .menu li{
	width: 150px;
}
.oldModel .searchbtn .btn{
	right: 20px;
	height: 20px;
	width: 20px;
	top: 10px;
	display: none;
}
.oldModel .focusBox{
    width: 1000px;
    height: 500px;
}
.oldModel .focusBox .pic img{
    width: 100%;
    height: 500px;
}
.oldModel .focusBox .pic li .shadow{
    width: 100%;
}
.oldModel .slideTxtBox{
    width: 100%;
    margin-top: 30px;
}
.oldModel .slideTxtBox .hd ul li{
    width: 200px;
    height: 55px;
}
.oldModel .newTop{
	width: 1000px;
}
.oldModel .main_content{
	width: 1000px;
}

.oldModel .focusBox .pic li{
	width: 1000px;
}
.oldModel .newsRight .newsrtop{
	width: 940px;
	margin-top: 30px;
}
.oldModel .newsUl li a{
	width: 70%;
}
.oldModel .newsCon{
	width: 100%;
}
.oldModel .newsCon .title{
	width: 100%;
	height: 45px;
}
.oldModel .newsCon .title span{
	height: 45px;
	width: 200px;
	background-size: 100%;
}
.oldModel .midBox{
	margin: 30px 0;
}
.oldModel .ldzcBox{
	height: 268px;
}
.oldModel .footer{
	height: auto;
}
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 