html,body{height: 100%;}
body{font-family: "微软雅黑";}
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul{list-style: none;}
li{list-style: none;}
a{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
a,a:hover{text-decoration: none;}
.panel{margin-bottom: 10px;}


/*************header区域*******************/
.cyz_header{
	min-height: 140px;
	margin-bottom: -140px;
	position: relative;
	background: url(imgs/header_bg.jpg) repeat-x;
}
.cyz_header_top{
	height: 100px;
}
.cyz_header_nav{
	height: 40px;
	overflow: hidden;
}

.cyz_nav{
	height: 40px;
}
.cyz_nav li{
	float: left;
	display: inline-block;
}
.cyz_nav li>a{
	height: 40px;
	line-height: 40px;
	width: 100px;
	display: inline-block;
	text-align: center;
	color:#FFF;
}
.cyz_nav li>a:hover{
	color:#FF0;
}
.cyz_nav li.active>a{
	color:#FF0;
}
.cyz_nav li+li:before{
	content: "/\00a0";
	color:#25465a;
}

.cyz_logo{
	width: 220px;
	height: 100px;
	background: url(imgs/logo.png) center center no-repeat;
	float: left;
}
.cyz_slogan{
	display: inline-block;
	color: #FFF;
	font-size:20px;
	margin-top: 40px;
	margin-left: 20px;
}

.cyz_header_right{
	float: right;
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
}
.cyz_searchBox{
	margin-top: 40px;
	display: inline-block;
}
.cyz_user{
	display: inline-block;
}
.cyz_searchBox input{
	border: none;
	height: 30px;
	padding: 5px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 14px;
}
.cyz_searchBox button{
	font-size: 14px;
	height: 30px;
	margin-left:-5px;
	border: none;
	background-color: #EEE;
	color:#555;
	width: 60px;
	margin-top: 1px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.cyz_searchBox input:focus{
	outline: none;
}
.cyz_user{
	padding-left: 10px;
}
.cyz_user .cyz_vline{
	margin: 0px 5px;
	color:#FFF;
	font-size:16px;
}
.cyz_user a{
	color:#FFF;
	font-size:16px;
}
.cyz_user a:hover{color: #ea6103;}



/*************中间区域css******************/

.cyz_main_container{
	background: url(imgs/bodybg.png);
	min-height: 100%;
	padding: 140px 0px 150px 0px;
}

.cyz_main_row{
	padding-left: 15px;
	padding-right: 15px;
}
.cyz_main_left{
	padding: 10px 5px 10px 0px;
}
.cyz_articles{
	margin-top: 10px;
}
.cyz_articles .cyz_article_imgbox{
	height: 160px;
	padding-right: 8px;
	position: relative;
}
.cyz_articles .cyz_article_imgbox .cyz_article_category{
	display: inline-block;
	position: absolute;
	top:10px;
	left:20px;
	color:#FFF;
	padding: 2px 10px;
	font-size:14px;
	border-radius: 10px;
	background: rgba(0,0,0,0.4);
	}
.cyz_articles .cyz_article_infobox{
	padding-left: 8px;
}
.cyz_articles .cyz_article_remark{
	font-size:14px;
	color:#999;
	height: 90px;
	line-height: 1.5;
	overflow: hidden;
}
.cyz_articles .cyz_article_imgbox a{
	display: block;
	height:100%;
}
.cyz_articles .cyz_article_imgbox a img{
	width: 100%;
	height:100%;
}
.cyz_articles .cyz_article{
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.cyz_articles h1{
	margin-top: 0px;
}
.cyz_articles h1 a{
	font-size: 18px;
    color: #555;
    font-weight: 600;
    display: block;
}
.cyz_articles h1 a:hover{
	color:#5f82d6;
}
.cyz_articles .cyz_article_author{
	padding-right: 10px;
	font-size: 14px;
	color:#999;
	white-space: nowrap;
}
.cyz_articles .cyz_author_name{
	color:#5f82d6;
}
.cyz_articles .cyz_article_labels{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cyz_articles .cyz_article_labels i{
	font-size: 12px;
}
.cyz_articles .cyz_article_labels span{
	padding: 5px;
}
.cyz_articles .cyz_article_author .cyz_vline{
	margin: 0px 5px;
	font-size:14px;
	color:#999;
}

#cyz_main_carousel img{
	width: 100%;
	height: 350px;
}



.cyz_articles_more{
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #366df0;
	border:1px solid #366df0;
	border-radius: 6px;
	margin: 20px auto;
	cursor: pointer;
}
.cyz_articles_more:hover{
	background: #F5F5F5;
}
.cyz_main_right{
	padding: 10px 0px 10px 5px;
}

.cyz_custom_panel .panel-heading{
	background: #FFF;	
	border-bottom: none;
	font-size:18px;
	padding-left: 0px;
}
.cyz_custom_panel .panel-heading span{
	border-left:4px solid red;
	padding-left: 15px;
}
.cyz_custom_panel .panel-heading a{
	font-size: 16px;
	color:gray;
	}
.cyz_slide_fastnews{
	margin-top: -15px;
}
.cyz_slide_fastnews .cyz_item{
	margin-bottom: 10px;
	color:#555;
	cursor: pointer;
}

.cyz_slide_fastnews .cyz_item .cyz_news_title{
	font-size: 16px;
	padding-bottom: 5px;
}
.cyz_slide_fastnews .cyz_item .cyz_news_title:hover{
	color: #366df0;
}
.cyz_slide_fastnews .cyz_item .cyz_news_content{
	padding-bottom: 5px;
	padding-left:5px;
	padding-right: 5px;
	background: #EEE;
	border-radius: 2px;
	display: none;
}
.cyz_slide_fastnews .cyz_item .cyz_news_time{
	color:gray;
	font-size:12px;
	margin-top: 5px;
}
.cyz_slide_fastnews .cyz_item:hover .cyz_news_content{
	display: block;
}
.cyz_slide_projects{
	margin-top: -15px;
}
.cyz_slide_projects .cyz_item{
	margin-bottom: 15px;
}
.cyz_slide_projects .cyz_item img{
	width: 60px;
	height: 60px;
	float: left;
}
.cyz_slide_projects .cyz_item .cyz_project_remark{
	padding-left: 70px;
	color:gray;
	height: 60px;
}
.cyz_slide_projects .cyz_item a{
	color:#333;
	font-size:18px;
	display: block;
}
 
 
.cyz_slide_hot_articles{
	margin-top: -15px;
}
.cyz_slide_hot_articles ul>li{
	display: block;
	margin-bottom: 10px;
}
.cyz_slide_hot_articles ul>li>img{
	width: 100%;
	margin-bottom: 10px;
	max-height: 200px;
}
.cyz_slide_hot_articles ul.cyz_slide_img_text>li{
	border-bottom: 1px dashed #DDD;
	padding-bottom: 5px;
}

/**********footer区域************/
.cyz_footer{
	background-color: #2d3237;
	height: 150px;
	margin-top: -150px;
}
.cyz_footer_link{
	height: 110px;
	text-align: center;
}
.cyz_footer_link h4{
	color:#F8F8F8;
}
.cyz_footer_link .hline div{
	height: 3px;
	border-bottom:1px solid #23282d;
}
.cyz_links{
	margin-top: 6px;
}
.cyz_links a{
	margin: 5px;
	color:#99ccff;
	font-size: 12px;
}
.cyz_links a:hover{
	color:#FFF;
}
.cyz_footer_copyright{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color:#23282d;
	color:#666;
}



/***********首页响应式处理************/
@media only screen and (min-width: 100px) and (max-width: 768px) {
	.cyz_articles h1{
		margin-top: 10px;
	}
	#cyz_main_carousel img{
	width: 100%;
	height: 200px;
	}
	.cyz_header{
		height: auto;
		margin-bottom: 0px;
		background: #2d3237;
	}
	.cyz_logo{
	width: 220px;
	height: 100px;
	background: url(imgs/logo.png) center center no-repeat;
	float: none;
	display: block;
	margin: auto;
}
.cyz_slogan{
	display: block;
	text-align: center;
	color: #FFF;
	font-size:20px;
	margin-top: 0px;
	margin-left: 20px;
}
.cyz_header_top{height: auto;}
	.cyz_header_right{
		float: none;
		display: block;
		text-align: center;
	}
	
	
	.cyz_header_nav{
	height: auto;
}

.cyz_nav{
	height: auto;
}
.cyz_nav li{
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.cyz_nav li>a{
	text-align: center;
}
.cyz_nav li+li:before{
	content: none;
}
.cyz_main_container{
	padding-top: 0px;
}
.cyz_main_left{
	padding-right: 0px;
}
.cyz_main_right{
	padding-left: 0px;
}
.cyz_articles .cyz_article_remark{
	font-size:14px;
	color:#999;
	height: auto;
	line-height: 1.5;
}
.cyz_articles .cyz_article_labels{
	margin-top: 10px;
}
}

/**************文章详情界面css****************/
.cyz_article_detail h1{
	margin-top: 0px;
	font-size: 26px;
}
.cyz_article_detail .cyz_article_info{
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.cyz_article_detail .cyz_article_info span{
	color:#999;
	margin-right: 20px;
}
.cyz_article_detail .cyz_article_poster img{
	width: 100%;
	max-height: 500px;
}
.cyz_article_detail .cyz_article_content{
	font-size:16px;
	line-height: 1.7;
}
.cyz_projects{
	display: flex;
	flex-wrap: wrap;
}

/************项目列表css****************/
.cyz_project_container{
	margin: auto;
	width: 1200px;
}
.cyz_projects{
	margin: 20px auto;
}
.cyz_projects .cyz_project{
	background: #FFF;
	width: 270px;
	height: 300px;
	margin-right: 40px;
	margin-bottom: 30px;
	color:#999;
	box-shadow: 0px 8px 18px rgba(0,0,0,0.06);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
.cyz_projects .cyz_project:hover{
	box-shadow: 0px 8px 18px rgba(0,0,0,0.2);
}
.cyz_projects .cyz_project:nth-child(4n){
	margin-right: 0px;
}
.cyz_projects .cyz_project img{
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}
.cyz_projects .cyz_project h1{
	margin: 0px;
	font-size:20px;
	padding-left: 10px;
}
.cyz_projects .cyz_project a{
	color:#333;
}
.cyz_projects .cyz_project a:hover{
	color:#337ab7;
}
.cyz_projects .cyz_project .cyz_project_remark{
	padding: 10px;
	margin-bottom: 0px;
	height: 50px;
	overflow: hidden;
	line-height: 1.5;
	}
.cyz_projects .cyz_project .cyz_project_info{
	padding: 10px;
	white-space: nowrap
}
.cyz_projects .cyz_project .cyz_project_info span{
	text-align: left;
	margin-right: 8px;
}
.cyz_projects .cyz_project .cyz_project_info span:last-child{
	margin-right: 0px;
}

.cyz_projects_readmore{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #bbb;
	border-radius: 4px;
	margin: 20px auto 60px auto;
	cursor: pointer;
	background: #FFF;
	border: 1px solid #F0F0F0;
	font-size:16px;
}
.cyz_projects_readmore:hover{
	background: #FAFAFA;
}
.cyz_project_filter{
	background: #FFF;
	padding: 10px 0px;
}

.cyz_project_filter_header .cyz_title{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	border-bottom:4px solid #F00;
	margin-right: 20px;
}
.cyz_project_filter_header button{
	margin-top: 10px;
}
.cyz_project_searchBox{
	display: inline-block;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 4px;
}
.cyz_project_searchBox input{
	height: 22px;
	line-height: 22px;
	border: 0;
}
.cyz_project_searchBox input:focus{
	outline: none;
}
.cyz_project_searchBox .glyphicon{
	color:#666;
}
.cyz_filter_items ul{
	list-style: none;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
}
.cyz_filter_items ul>li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 16px;
	
}
.cyz_filter_items .cyz_filter_item{
	padding: 20px 0px;
	border-top:1px solid #F0F0F0;
}
.cyz_filter_items .cyz_filter_item .cyz_title{
	font-size:16px;
	color:#888;
}
.cyz_filter_items ul>li:hover{
	background: #3bb5ee;
	color:#FFF;
}
.cyz_filter_items ul>li.active{
	background: #3bb5ee;
	color:#FFF;
}
/***********项目详情界面css***************/
.cyz_project_detail_header{
	height: 200px;
	border: 1px solid #F0F0F0;
	margin: 30px auto;
	padding: 40px;
}

.cyz_project_detail_header .cyz_project_logo{
	display: inline-block;
	padding-right: 50px;
	margin-right: 30px;
	border-right: 1px solid #F0F0F0;
}
.cyz_project_detail_header .cyz_project_logo img{
	width: 120px;
	height: 120px;
}

.cyz_project_detail_header .cyz_project_info{
	display: inline-block;
	vertical-align: top;
}
.cyz_project_detail_header h1{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size:26px;
	color:#555;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_time{
	margin: 10px 0px;
	font-size:16px;
	color:#CCC;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_time span{
	margin-right: 30px;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_remark{
	font-size: 16px;
	padding: 10px 0px;
	color:#666;
}
.cyz_project_detail_header .cyz_project_share{
	padding-top: 40px;
}

#cyz_project_carousel img{
	width: 100%;
	height: 500px;
}

.cyz_company_table tbody>tr>td{
	padding: 10px 0px;
	font-size:16px;
}

 .cyz_custom_project_panel{
	border: none;
	box-shadow: none;
	font-size:16px;
	color:#666;
}
.cyz_custom_project_panel .panel-heading{
	background: #FFF;	
	font-size:18px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.cyz_custom_project_panel .panel-heading span{
	border-bottom:4px solid red;
	display: inline-block;
	padding-bottom: 6px;
	
}
.cyz_custom_project_panel .panel-heading a{
	font-size: 16px;
	color:gray;
	}


/*********公用***********/
.bgw{
	background: #FFF;
}
/*********公用***********/
#a2top { width:1200px; height:31px; line-height:31px; background:url(imgs/33bg1.jpg) repeat-x; border-left:1px solid #a6d0e6; border-right:1px solid #a6d0e6; margin:auto; overflow:hidden; text-indent:30px; }
#a2top_l { width:1200px; height:auto; overflow:hidden; float:left}
#a2top_l_box { width:1200px; height:auto; border:1px solid #a6d0e6; margin-top:5px; padding-top:5px; padding-bottom:5px; overflow:hidden}
#a2top_l_box .title { width:1195px; height:auto; padding-top:20px; line-height:40px; font-size:24px; font-weight:bold; letter-spacing:2px; color:#004499; display:block; overflow:hidden; margin:5px auto; text-align:center}
#a2top_l_box .zuozhe { width:1195px; height:30px; line-height:30px; display:block; overflow:hidden; margin:auto; color:#004499; text-align:center; }
#a2top_l_box .content { width:1195px; height:auto; lpadding-top:20px; ine-height:30px; overflow:hidden; margin:5px auto; overflow:hidden;font-size:14px;}
#a2top_l_box .content table{ border:1px solid #000000}
#a2top_l_box .content table td { border:1px solid #000000}
#a2top_l_box .content p { line-height:30px;}

#a2top_l_box .tipbar{
	height:36px;
	padding:8px 50px;
	overflow:hidden;
	background:#ffffff;
	border-bottom:0px solid #ebebeb;
	text-align:right;
}
#a2top_l_box .tipbar a{
	display:inline-block;
	height:16px;
	line-height:16px;
	margin-right:20px;
	padding-left:16px;
}
#a2top_l_box .tipbar a.print{background:url(imgs/ico_print.gif) no-repeat left center;}
#a2top_l_box .tipbar a.shut{background:url(imgs/ico_shut.gif) no-repeat left center;}


#a2top_l_t { width:1200px; height:30px; line-height:30px; background:url(imgs/33bg1.jpg) repeat-x; overflow:hidden; text-indent:30px; font-size:14px; font-weight:bold; color:#096ddf; border-right:1px solid #a6d0e6; margin-top:5px;}
 .span_l_r {  height:30px; line-height:30px; font-size:14px;  color:#096ddf;   float:right;   padding-right:30px;}
.span_l_r  a{color:#096ddf; }
#a2top_l_b { width:1200px; height:auto; border:1px solid #a6d0e6; border-top:none; overflow:hidden;min-height: 200px;}
#a2top_l_b ul { width:1105px; height:auto; overflow:hidden; display:block; margin:5px auto}
#a2top_l_b ul li { min-width:1005px; height:36px; line-height:36px; display:block; overflow:hidden; position:relative}
#a2top_l_b ul li .spanL { width:80% ;min-width:830px; height:36px; display:block; overflow:hidden; position:absolute; left:10px; top:0px;}
#a2top_l_b ul li .spanR { width:10% ;min-width:100px; height:36px; display:block; overflow:hidden; position:absolute; right:0px; top:0px;}

#a2top_l_b .fyc { width:600px; height:30px; line-height:30px; overflow:hidden; margin:5px auto}

.a2top { width:1200px; height:auto; overflow:hidden; margin:auto; background-color:White}
.a2top_l { width:1200px; height:auto; overflow:hidden; float:left}
.a2top_l_t { width:1200px; height:30px; line-height:30px; background:url(imgs/33bg1.jpg) repeat-x; overflow:hidden; text-indent:30px; font-size:14px; font-weight:bold; color:#096ddf; border-right:1px solid #a6d0e6; border-left:1px solid #a6d0e6; margin-top:5px;}
.a2top_l_t .span_l_r {  height:30px; line-height:30px; font-size:14px;  color:#004499;  font-weight:bold; float:right;   padding-right:30px;}
.a2top_l_b { width:1200px; height:auto; border:1px solid #a6d0e6; border-top:none; overflow:hidden;min-height: 600px;}
.a2top_l_b ul { width:1105px; height:auto; overflow:hidden; display:block; margin:5px auto}
.a2top_l_b ul li { width:1005px; height:36px; line-height:36px; display:block; overflow:hidden; position:relative}
.a2top_l_b ul li .spanL { width:830px; height:36px; display:block; overflow:hidden; position:absolute; left:10px; top:0px;}
.a2top_l_b ul li .spanR { width:80px; height:36px; display:block; overflow:hidden; position:absolute; right:0px; top:0px;}





#a2top_l_box .tipbar{
	height:36px;
	padding:8px 50px;
	overflow:hidden;
	background:#ffffff;
	border-bottom:0px solid #ebebeb;
	text-align:right;
}
#a2top_l_box .tipbar a{
	display:inline-block;
	height:16px;
	line-height:16px;
	margin-right:20px;
	padding-left:16px;
}
#a2top_l_box .tipbar a.print{background:url(imgs/ico_print.gif) no-repeat left center;}
#a2top_l_box .tipbar a.shut{background:url(imgs/ico_shut.gif) no-repeat left center;}


#f_menu { width:1200px; height:35px; background:url(imgs/bgbg-28.jpg) repeat-x; overflow:hidden; text-align:center; margin:auto}
#f_menu ul { width:400px; height:35px; display:block; margin:auto}
#f_menu ul li { width:80px; height:35px; line-height:35px; text-align:center; display:block; float:left; overflow:hidden}
#f_menu ul li a{  color:#FFFFFF}
#f_menu ul li a:hover { color:#FFFFFF; text-decoration:underline}
#foot { background:url(imgs/bg-22.jpg) no-repeat; width:994px; height:90px; margin:auto}
#foot p { text-align:center; line-height:24px;}



/* 主体 ------------------------------------------------------------------------------------------- */

/* 市县大厅 ****************************************************** */
#contentsxdt .mapHall .tit {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 2px;
}

#contentsxdt .mapHall .tit li {
	background-position: 2px -106px;
}

#contentsxdt .mapHall .txt {
	height: 414px;
	padding: 12px 0;
	/* background:url(../../images/web/map.gif) no-repeat bottom center; */
}

#contentsxdt .mapHall .txt .pop_up {
	height: 438px;
	position: absolute;
	right: 8px;
	top: 43px;
	width: 282PX;
	background-color: #FFF;
	filter: alpha(opacity = 90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9; /*其他，透明度50%*/
	z-index: 100;
}

#contentsxdt .mapHall .txt1 {
	height: 418px;
	width: 282PX;
	/*这里是关键 */
	position: absolute;
	top: 43px;
	right: 8px;
	z-index: 999;
}

#contentsxdt .mapHall .txt1 .areabox {
	position: absolute;
	right: 0px;
	bottom: 100px;
	background:#fff;
	filter: alpha(opacity = 80); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.8; /*Firefox私有，透明度50%*/
	opacity: 0.8; /*其他，透明度50%*/
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px;
	width:260px;
}

#contentsxdt .mapHall .txt1 .areabox span {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top:5px;
}

#contentsxdt .mapHall .txt1 .area {
	border-radius: 5px;
	border: 2px solid #dddddd;
	float: right;
	width: auto;
	padding: 4px 8px;
	background: #d9eff9;

}

#contentsxdt .mapHall .txt1 .areabox .colorbl {
	font-size: 16px;
	color: #1ba6ef !important;
	font-weight: bold;
	line-height: 26px;
	font-family:"微软雅黑";
	text-shadow:3px 3px 5px #dddddd;
	width:auto;
	clear:both;
	text-indent:0px;
	text-align:left;
}
#contentsxdt .mapHall .txt1 .areabox .colorbl a{
	color: #1ba6ef;
}

.btnclose51 {
	width: 17px;
	height: 17px;
	background: url(imgs/close_btn51.gif) no-repeat;
	border: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.btnclose5 {
	width: 49px;
	height: 21px;
	background: url(imgs/close5.png) no-repeat;
	border: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* 市县大厅 ****************************************************** */