﻿@charset "utf-8";
/* CSS Document */
/*重置属性*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,dl,dt,dd,ul,ol,span,em,pre,fieldset,lengend,button,input,textarea,form,th,td{padding:0;margin:0;}
body{
	background-color:#CCC;
	color:#333;
	font-family:"微软雅黑";
	font-size: 12px;
}
.dahezi{
	background-color:#fbfbfb;
	width:1200px;
	margin:0 auto;
	position: relative;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0
}
img{ border:0}
a{
	text-decoration: none;
	color:#333
}
.jituanwenzi li:hover{
	color:#F00
}
.gongcwenzi li:hover{
	color:#F00
}
.zhaobiaozhaozwenzi li:hover{
	color:#F00
}
#foot li:hover{
	color:#F00
}
/*顶导航*/
#topbox{
	background-color:#f5f5f5;
	width:1200px;
	margin:0 auto
}
#topbox .topnav{
	 width:1000px;
	 height:80px;
	 margin:0 auto
}
#topbox img{ 
	margin-top:15px
}
#topbox .sous{
	/*float:right;*/
	position:relative
}
#topbox form{
        float: right;
}
#topbox input{ 
	border:1px #898989 solid;
	color:#636262;
	background-color:#f5f5f5;
	margin-top:26px;
	width:156px;
	height:26px;
	border-radius:2px;
	padding-left:10px
}
#topbox .ann{
	 position:absolute;
	 right:0;
	 top:1px;
	 background-image:url(../images/sous_ann.png);
	 width:30px;
	 height:28px;
	 
}

/*菜单导航*/
.clear {
	clear:both;
	 *display:inline;
}
#menu {
	position: absolute;
	margin:0 auto;
	display:block;
	width:1200px;
	height:50px;
	background-color:rgba(4,113,173,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f0471ad,endColorstr=#7f0471ad);
	z-index:10;
	top: 80px;
	left:  0;
}

#nav {
	margin:0 auto; 
	display:block; 
	width:1000px;
}
#nav .mainlevel {
	float:left;
	text-align:center;
	display:block;
	position: relative;
}
#nav .no{
	background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x;
}
#nav .mainlevel a {
	color:#fff; 
	text-decoration:none; 
	line-height:50px; 
	height:50px; 
	text-align:center; 
	padding:0 35px; 
	display:block; 
	_width:48px;
	font-size:18px
}
#nav .sub_nav_01{ 
	padding-top:20px; 
	padding-left:20px
}
#nav .sub_nav_01 li{ 
	margin-left:20px
}
#nav .mainlevel img{ 
	float:left; 
	padding-top:10px
}
#nav .mainlevel a:hover {
	
	background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x;
}
#nav .mainlevel ul {
        z-index: 999;
	position:absolute; 
	display:none;
	width:280px; 
	height:106px;
	background-image:url(../images/navbj.png); 
}
#nav .mainlevel li {
	float:left;
}
#nav .qing li {
	float:none;  
	margin-left:90px; 
	width:100px 
}
#nav .qing li a{ 
	text-align:left
}
#nav .mainlevel li a {
	padding:0 12px; 
	line-height:24px; 
	height:24px; 
	display:block; 
	_padding-bottom:6px;
	color:#000; 
	font-size:12px
}
#nav .mainlevel li a:hover {
	color:#FFF; 
	
	background:#678900 url(../images/slide-pannel_14.png) 0 0 repeat-x;
}
#nav li a em {
	padding:0 3px;
}
.log {
	margin:100px auto; 
	width:1000px; 
	text-transform:capitalize; 
	line-height:200%;
}

/*banner*/
.bannerBox{
	width:1200px;
	height: 448px;
	overflow: hidden;
	margin: 0 auto;
}
.leftArrow,.rightArrow{
	display:block;
	width:26px;
	height:26px;
}
.leftArrow,.rightArrow{
	position:absolute;
	top:200px;
	cursor:pointer;
	z-index:10;
	margin-top:0;
}
.leftArrow{
	background-image:url(../images/left_banner_icon01.png);left:5%;
}
.leftArrow:hover{
	background-image:url(../images/left_banner_icon02.png);
}
.rightArrow{
	background-image:url(../images/right_banner_icon01.png);right:5%;
}
.rightArrow:hover{
	background-image:url(../images/right_banner_icon02.png);
}
.dotBox{
	overflow:hidden;
	position:absolute;
	left:50%;
	bottom:30px;
	z-index:11;
	margin-left:-70px;
}
.dotBox li{
	width:12px;
	height:12px;
	background-image:url(../images/current_dot_before.png);
	margin:0 8px;
	float:left;
	cursor:pointer;
	list-style:none;
}
.dotBox .currentLi{
	background-image:url(../images/current_dot.png);
}
.dotBox li{
	width:12px;
	height:12px;
	background-image:url(../images/current_dot_before.png);
	margin:0 8px;
	float:left;
	cursor:pointer;
	list-style:none
}
.dotBox .currentLi{
	background-image:url(../images/current_dot.png);
}

/*内容盒子*/
.hezi{
	/* position:absolute; */
	/* top:550px; */
	/* width:1200px; */
	/* right:50%; */
	/* margin-right:-600px; */
	margin-top: 30px;
}



/*集团动态*/
#jituan{ 
	border-top:2px #1c5c91 solid;
	background-color:#FFF;
	height:260px;
	width:440px;
	margin-left:100px;
	position:relative;
	float:left
}
#jituan .biaoti{ 
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size:18px;
	color:#1c5c91
}
#jituan .genduo{ 
	float:right;
	margin-right:20px;
	margin-top:15px
}
.win{
	width: 176px;
	height:191px;
	position:relative;
	overflow:hidden;
	clear:both;
	top:15px;
	left:10px;
}
.scrollobj img{
	float:left;
        /*width: 156px;*/
        width: 176px;
        height: 191px;
}
.scrollobj{
	width:940px;
	position:absolute;
	left:-156px;
	top:0
}
.btnLeft{
	position:absolute; 
	bottom:-5px
	}
.btnRight{
	position:absolute; 
	left:20px;
	bottom:-5px
}
#jituan .jituanwenzi{
	position:absolute;
	top:0;
	right:0;
	width: 240px;
	font-size:14px;
	top:55px;
}
#jituan li{ 
	background-image:url(../images/yuandian_01.png);
	background-repeat:no-repeat; 
	line-height:28px; 
	padding-left:10px; 
	background-position:0px 12px;
        height: 28px;
        overflow: hidden;
}
#jituan li span{
	 color:#999; 
	 font-size:12px
}
#jituan li .b_02{
	 float:right;
	 margin-right:10px; 
	 color:#CCC
}

/*工程动态*/

#gongc{ 
	border-top:2px #69a32e solid;
	background-color:#FFF;
	height:260px;
	width:350px;
	margin-left:10px;
	position:relative; 
	float:left
}
#gongc .biaoti{ 
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size:18px;
	color:#69a32e
}
#gongc .genduo{ 
	float:right;
	margin-right:20px;
	margin-top:15px
}

#gongc .gongcwenzi{
	position:absolute; 
	top:0;
	left:10px;
	width:330px;
	font-size:14px; 
	top:55px;
	clear:both
}
#gongc li{ 
	background-image:url(../images/yuandian_02.png);
	background-repeat:no-repeat; 
	line-height:28px; 
	padding-left:10px; 
	background-position:0px 12px
}
#gongc li span{ 
	float:right;
	color:#CCC
}

/*党建新闻*/

#dangjian{ 
	border-top:2px #f89c30 solid;
	background-color:#FFF;
	height:260px;
	width:190px;
	margin-right:100px;
	position:relative; 
	float: right
}
#dangjian .biaoti{ 
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size:18px;
	color:#f89c30
}
#dangjian .genduo{ 
	float:right;
	margin-right:20px;
	margin-top:15px
}

#dangjian .neir{
	 float:right;
	 margin-right:20px; 
	 margin-top:10px
}

/*招标招租*/

#zhaobiaozhaoz{ 
	border-top:2px #f89c30 solid;
	background-color:#FFF;
	height:260px;
	width:800px;
	margin-left:10px;
	position:relative; 
	float:left;
	margin-left:100px;
	margin-top:20px
}
#zhaobiaozhaoz .biaoti{ 
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size:18px;
	color:#f89c30
}
#zhaobiaozhaoz .genduo{ 
	float:right;
	margin-right:20px;
	margin-top:15px
}

#zhaobiaozhaoz .zhaobiaozhaozwenzi{
	position:absolute; 
	top:0;
	left:10px;
	width:780px;
	font-size:14px; 
	top:55px;
	clear:both
}
#zhaobiaozhaoz li{ 
	background-image:url(../images/yuandian_03.png);
	background-repeat:no-repeat; 
	line-height:28px; 
	padding-left:10px; 
	background-position:0px 12px
}
#zhaobiaozhaoz li span{ 
	float:right;
	color:#CCC
}
/*下属企业*/

#xiashu{ 
	border-top:2px #6e2943 solid;
	background-color:#FFF;
	height:260px;
	width:190px;
	margin-right:100px;
	position:relative; 
	float: right;
	margin-top:20px;
	margin-bottom:50px
}
#xiashu .biaoti{ 
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size:18px;
	color:#6e2943
}
#xiashu .genduo{ 
	float:right;
	margin-right:20px;
	margin-top:15px
}


.win_01{
	width:145px;
	height:191px;
	position:relative;
	overflow:hidden; 
	clear:both;
	top:30px; 
	left:22px;
}
.scrollobj_01 img{
	float:left;
        width: 145px;
        height: 168px;
}
.scrollobj_01{
	width:1450px;
	position:absolute;
	left:-145px;
	top:0
}
.scrollobj_01 a{
        display: block;
        width: 145px;
        height: 168px;
}
.btnLeft_01{
	position:absolute; 
	bottom:90px;
	margin-left:8px
	}
.btnRight_01{
	position:absolute; 
	margin-left:175px;
	bottom:90px
}

/*底部*/

.footbox{
	background-color:#057fc2;
	height:120px; 
	clear:both;
}
#foot .on_01{
	padding:0 10px 0 0
}
#foot .on{
	background-image:none;
	padding:0 0 0 10;
}
#foot .on a{
	color:#FFF
}
#foot{ 
	width:1000px; 
	margin:0 auto;
	padding-top:20px
}
#foot li{
	float:left;
	line-height:36px;
	font-size:14px;
	color:#FFF;
	padding:0 14px;
	background-image:url(../images/foot.png);
	background-repeat:no-repeat;
	background-position:right;
}
#foot ul{
	float:left;
	width:660px
}
#foot .banq{
	float:left;
	font-size:12px;
	padding-left:10px;
	color:#76acd5
}
#foot .foot_2 img{
	margin-top:4px; 
	padding-left:50px
}
#foot .dizhi{
	color:#dde9f4;
	
	margin-top:10px; 
	margin-left:712px;
	margin-top:6px; 
	font-size:14px
}
#foot .dianhua{
	color:#dde9f4;
	
	margin-top:10px;
	background-image:url(../images/dianhua.png);
	background-repeat:no-repeat;
	float:right; 
	margin-top:-6px;
	padding-left:20px; 
	background-position:left; 
	font-size:14px
}

.banner{position:relative; height: 448px;}
.banner img{width: 1200px;height: 448px;}
.banner_Img{width: 1200px;height: 448px;}


.header{
	width: 1200px;
	background: #fff;
	height: 90px;
	margin: 0 auto;
}
.header-box{
	padding-top: 15px;
}
.header-logo{
	margin-left: 113px;
	float: left;
	margin-top: 6px;
}
.header-logo img{
	width: 188px;
}
.header-right{
	float: right;
	margin-right: 100px;
}

.header-search{
	background: url(../images/search_03.jpg) no-repeat 0 0;
	width: 138px;
	height: 23px;
	float: right;
}

.header-search input{
	outline: none;
	border: none;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0;
}
.header-search input.txt{
	width: 115px;
	height: 18px;
	line-height: 18px;
	padding: 2px 0 1px;
	text-indent: 9px;
}
.header-search input.sbm{
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.naver>ul>li>a{
	color: #3b3b3b;
	font-size: 16px;
	display: block;
	line-height: 28px;
	padding: 0 20px;
}
.naver{
	clear: both;
	padding-top: 20px;
	height: 42px;
}
.naver>ul{
	float: right;
	margin-right: -20px;
}
.naver>ul>li{
	float: left;
	position: relative;
}
.naver>ul>li.on>a,
.naver>ul>li:hover>a{
	background: url(../images/naver.jpg) no-repeat center bottom;
}
.naver-sub{
	position: absolute;
	padding-top: 20px;
	top: 28px;
	left: -44px;
	background: url(../images/navsub.png) no-repeat 0 bottom;
	width: 300px;
	height: 126px;
	z-index: 9;
	display: none;
}
.naver-sub.single{
	background: url(../images/navsub1.png) no-repeat 0 bottom;
}

.naver-sub .pic{
	padding: 31px 0 0 14px;
	float: left;
	width: 72px;
	height: 72px;
}
.naver-sub .pic img{
	width: 72px;
	height: 72px;
}
.naver-sub ul{
	padding: 27px 0 0 23px;
	float: left;
	width: 190px;
}
.naver-sub.single ul{
        width: 100px;
}
.naver-sub ul li{
	float: left;
	background: url(../images/navli.jpg) no-repeat 0 8px;
	margin-bottom: 3px;
	margin-right: 30px;
}
.naver-sub ul li a{
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	display: block;
	line-height: 18px;
}
.naver-sub ul li a:hover{
	color: #67a41b;
}

.footer{
	height: 143px;
	width: 1200px;
	margin: 0 auto;
	background: #057fc2;
	clear: both;
}
.footer-left{
	padding: 27px 0 0 100px;
	float: left;
}
.footer-left .link{
	overflow: hidden;
	margin-bottom: 30px;
}
.footer-left .link a{
	font-size: 14px;
	color: #fff;
	float: left;
	display: block;
	line-height: 22px;
	opacity: 0.8;
	filter: alpha(opacity=80);

}
.footer-left .link span{
	float: left;
	display: block;
	background: url(../images/line_05.jpg) no-repeat center;
	padding: 0 15px;
	line-height: 22px;
	width: 1px;
	height: 22px;
}
.footer-left .addr{
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 4px;
}
.footer-left .addr p{
	float: left;
	margin: 0;
}
.footer-left .addr p.num{
	background: url(../images/phone.jpg) no-repeat 0 4px;
	padding-left: 14px;
	margin-left: 15px;
}
.footer-right{
	padding: 29px 122px 0 0;
	width: 95px;
	height: 95px;
	float: right;
}

.main{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	
	padding-top: 12px;
	padding-bottom: 25px;
}
.main-left{
	width: 643px;
	float: left;
}
.common-title{
	padding-top: 12px;
	overflow: hidden;
	height: 20px;
	border-top: 2px solid #1c5c91;
}
/*.zbzz .common-title{
	border-color: #69a32e;
}
.xsqy .common-title{
	border-color: #6e2943;
}
.cylj .common-title{
	border-color: #9c52ce;
}
.qywh .common-title{
	border-color: #f89c30;
}*/
.common-title p{
	float: left;
	height: 20px;
	width: 90px;
	margin-left: 14px;
}
.common-title a{
	float: right;
	width: 50px;
	height: 15px;
	background: url(../images/more_03.png) no-repeat 0 0;
	margin-right: 24px;
	margin-top: 2px;
}
.jtdt .common-title p{
	background: url(../images/jtdt.jpg) no-repeat 0 0;
}
.zbzz .common-title p{
	background: url(../images/zbzz.jpg) no-repeat 0 0;
}
.xsqy .common-title p{
	background: url(../images/xsqy.jpg) no-repeat 0 0;
}
.cylj .common-title p{
	background: url(../images/cylj.jpg) no-repeat 0 0;
}
.qywh .common-title p{
	background: url(../images/qywh.jpg) no-repeat 0 0;
}
.jtdt-box{
	padding: 14px 0 0 0;
	overflow: hidden;
}
.jtdt{
	height: 330px;
	background: #fff;
}
.xsqy{
	float: left;
	width: 308px;
        background: #fff;
        height: 330px;
}
.cylj{
	/*float: right;
	width: 327px;*/
        height: 330px;
	background: #fff;
}
.zbzz{
	margin-top: 12px;
	overflow: hidden;
	background: #fff;
        height: 330px;
}
.qywh{
        float: right;
	background: #fff;
        height: 330px;
}
.main-down{
        margin-top: 12px;
}

.focusBox { position: relative; width: 277px; height: 249px; overflow: hidden; float: left; margin-top: 12px; margin-left: 13px;}
.focusBox .pic img { width: 277px; height: 249px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 31px; width:100%;  background: #333; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 31px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:31px; line-height:31px; position:absolute; bottom:-31px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; text-decoration: none; width: 176px;}
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; font-family: Arial;}
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: #888889; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#466b43;  }

.qywh .focusBox { position: relative; width: 311px; height: 263px; overflow: hidden; float: left; margin-top: 20px; margin-left: 13px;}
.qywh .focusBox .pic img { width: 311px; height: 263px; display: block; }


.news-list ul li{
	overflow: hidden;
	padding: 6px 0;
	line-height: 22px;
}
.news-list ul li a{
	display: block;
	float: left;
	font-size: 14px;
	color: #222;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.news-list ul li span{
	float: right;
	display: block;
	color: #525252;
}
.jtdt .news-list{
	width: 319px;
	margin-right: 18px;
	float: right;
}
.zbzz .news-list{
	width: 315px;
	margin-left: 13px;
	margin-top: 14px;
}
.xsqy .news-list{
	margin-left: 15px;
	margin-top: 14px;
}
.cylj .news-list{
	margin-left: 15px;
	margin-top: 14px;
        width: 315px;
}
.jtdt .news-list ul li a{
	background-image: url(../images/yuandian_01.png);
}
.zbzz .news-list ul li a,
.cylj .news-list ul li a{
	background-image: url(../images/yuandian_02.png);
        width: 216px;
        overflow: hidden;
        height: 22px;
}
.xsqy .news-list ul li a
{
	background-image: url(../images/yuandian_03.png);
}

.main-right{
	width: 350px;
	float: right;
}








.footer-right{
	width: 175px;
}
.footer-right img{
	float: left;
}
.footer-right p{
	float: right;
	width: 7em;
	color: #fff;
	opacity: 0.8;
	padding-top: 11px;
	text-align: center;
	line-height: 1.8;
}


