@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1400px;
}

i,
em {
	font-style: normal;
}

ul,
li,
input,
p,
h1,
h2,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important;
	color: #454545;
	cursor: pointer;
}

li {
	cursor: pointer;
}

li a:hover {
	color: #0f4686;
}

img,
a {
	cursor: pointer;
}

img {
	max-width: 100%;
border:none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}

.ban {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.container {
	width: 1400px;
	margin: 0 auto;

}

.header {
	position: relative;
	height: 435px;
	box-sizing: border-box;padding-top:23px;
}

.head {
	position: relative;
	z-index: 100;
	height: 91px;
	margin: 0px auto;
}

/*logo*/

.logo {
	/* margin-top: 4px; */
}

.logo a {
	display: block;
}

.tb-sc-lj li,
.tb-sc-lj li a {
	color: #fff;
	font-size: 14px
}

.tb-sc-lj li {
	margin-left: 14px;
}

.tb-sc-lj li a img {
	margin-top: 3px;
}

/*menu*/

.menu {
	height: 80px;
	position: relative;
	z-index: 10;
	margin-top: 5px;
}

#nav {
	display: block;
	padding: 0px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 80px;
	position: relative;
}

.mainlevel:hover,
.mainlevel .cur {}

#nav .mainlevel:hover a {
	color: #FFFFFF;
}

#nav .mainlevel a {
	color: #fff;
	line-height: 80px;
	display: block;
	font-size: 16px;
	height: 80px;
	padding: 0 25.5px;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	/* display: none; */
	position: absolute;
	z-index: 99;
	margin-top: 0px;
	top: 55px;
	width: 100%;
	left: 0;
}



#nav .mainlevel li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #FFF !important;
	background: #0f4686;
	text-align: center;
	padding: 0;
	width: 100%;
}

#nav .mainlevel li a:hover {
	background: #35516f;
}

#nav .mainlevel .nav-first {
	border-top: 1px solid #d56c05;
}

/* banner */

.slideBox {
	width: 100%;
	height: 435px;
	overflow: hidden;
	position: absolute;
	z-index: 99;top:0;left:0;
}

.slideBox .bd {
	position: relative;
	/* height: 100%; */
	z-index: 0;
	width: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 435px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 45%;
	display: block;
	width: 30px;
	height: 30px;
	z-index:  9999;
}

.slideBox .prev {
	background: url(../images1/banner-prev.png) no-repeat;
	left: 55px;
}

.slideBox .next {
	left: auto;
	right: 55px;
	background: url(../images1/banner-next.png) no-repeat;
}






.sy-zb {
	margin-top: 55px;
}

/*工作动态左banner*/
.slideBox1 {
	position: relative;
	float: left;
	width: 400px;
	height: 300px
}

.slideBox1 .hd {
	position: absolute;
	bottom: 17.5px;
	z-index: 5;
	right: 10px
}

.slideBox1 .hd li {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	text-indent: 99em;
	cursor: pointer;
}

.slideBox1 .hd li.on {
	background: #d1bd9a;
}

.slideBox1 li {
	position: relative;
}

.slideBox1 .bd a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.slideBox1 .bd img {
	width: 400px;
	height: 300px;
	display: block;
}


.slideBox1 .bd a p {
	box-sizing: border-box;
	padding-left: 15px;
	width: 100%;
	position: absolute;
	height: 45px;
	top: 255px;
	z-index: 1;
	font-size: 15px;
	line-height: 45px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.slideBox1 .prev {
	display: none;
	position: absolute;
	top: 180px;
	left: 0px;

	width: 40px;
	height: 40px;
	z-index: 99;
}

.slideBox1 .next {
	display: none;
	position: absolute;
	top: 180px;
	right: 0px;

	width: 40px;
	z-index: 99;
	height: 40px;
}

/*工作动态*/
.gzdt {
	margin-left: 40px;
	width: 545px;
}

.nametable {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #34938b;
}

.nametable li {
	float: left;
	height: 100%;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	position: relative;
}

.nametable .moreimg {
	float: right;
	height: 32px;
	font-size: 14px;
	width: 15px;
	background: url(../images1/more.png) no-repeat center center;
	margin-right: 25px;
}

.nametable li.on:after {
	width: 24px;
	height: 3px;
	background-color: #34938b;
	position: absolute;
	left: 10px;
	bottom: 0px;
	content: "";
}

.sybt-ul {
	width: 100%;
	margin-top: 20px;
}

.sybt-ul li {
	margin-bottom: 15px;
	box-sizing: border-box;
}

.sybt-ul li div {
	width: 60px;
	height: 45px;
	transition: 0.5s;
}

.sybt-ul li:hover div {
	margin-left: -10px;
}

.sybt-ul li div span {
	text-align: center;
	display: block;
}

.sybt-ul li div span.day {
	height: 23px;
	line-height: 23px;
	font-size: 17px;
	color: #fff;
	background-color: #134489;
}

.sybt-ul li div span.n-y {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #134489;
	background-color: #ebf3f5;
}

.sybt-ul li a {
	line-height: 45px;
	font-size: 15px;
	margin-left: 10px;
}

.cglj-icon {
	width: 375px;
}

.cglj-icon ul li {
	height: 140px;
	width: 120px;
	text-align: center;
	margin-right: 7.5px;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	margin-bottom: 10px;
}

.cglj-icon ul li:hover {
	background-color: #104686;
}

.cglj-icon ul li span {
	display: block;
	color: #104686;
	font-size: 14px;
	transition: 0.3s;
}

.cglj-icon ul li:hover span {
	color: #fff;
	font-weight: bold;
	margin-top: 6px;
}

.cglj-icon ul li img {
	width: 65px;
	height: 65px;
}

.cglj-icon ul .cglj-icon-last img {
	width: 77px;
	height: 90px;
}

.cglj-icon ul .cglj-icon-last {
	padding: 3px 15px;
}

.cglj-icon ul .cglj-icon-last:hover {
	background-color: #104686;
}
/*货物采购公告*/
.hwcg-jggg,
.gccg-jggg,
.fwcg-jggg,
.zfcg-yxgk,
.cyxz,
.bgt
{
	width: 680px;
	height: 285px;
	margin-top: 30px;
}
 
.bq-qh .hd .more {
	float: right;
	height: 32px;
	font-size: 14px;
	width: 15px;
	background: url(../images1/more.png) no-repeat center 10px;
	margin-right: 5px;
}
.bq-qh .hd .more a{
	display: block;
	width: 100%;
	height: 100%;
}
.nametable img {
	float: left;
	padding: 0 20px;
	padding-top: 4px;
	padding-right: 9px;
}

.nametable li.on {
	font-size: 22px;
}
.nametable li span{
     margin-left: 10px;
     display:  inline-block;
}
.nametable li.on span {
	color: #104686;
	font-size: 22px;
}

.hwcg-jggg .nametable {
	border-bottom: 2px solid #104686
}

.hwcg-jggg .nametable li.on:after {
	background-color: #104686;
}


/*工程采购公告*/
.gccg-jggg,
.zfcg-yxgk,
.bgt{
	margin-left: 40px;
}
.hasMoreTab2 .nametable li.on:after {
    background-color: #04aa9e;
}
.hasMoreTab2 .nametable {
    border-bottom: 2px solid #04aa9e;
}
.hasMoreTab3 .nametable {
    border-bottom: 2px solid #f67e80;
}
.hasMoreTab3 .nametable li.on:after {
    background-color: #f67e80;
}

.hasMoreTab4 .nametable {
    border-bottom: 2px solid #4e9ce4;
}
.hasMoreTab4 .nametable li.on:after {
    background-color: #4e9ce4;
}

.hasMoreTab5 .nametable {
    border-bottom: 2px solid #73c2c7;
}
.hasMoreTab5 .nametable li.on:after {
    background-color: #73c2c7;
}
.cyxz,
.bgt{
	height: 225px;
}

.hasMoreTab6 .nametable {
    border-bottom: 2px solid #f7b363;
}
.hasMoreTab6 .nametable li.on:after {
    background-color: #f7b363;
}

/*友情链接*/
.link {
    background: url(../images1/bo_bg.png);
    height: 125px;
    box-sizing: border-box;
    padding-top: 50px;
    margin-top:20px;
}

.link .container {
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images1/kink_bg.png) no-repeat left center;
}

.link span {
    font-size: 18px;
    line-height: 30px;
    color: #033d87;
    margin-right: 75px;
}

.link select {
    width: 333px;
    height: 30px;
    line-height: 30px;
    color: #919191;
    font-size: 13px;
    margin-right: 67px;
    box-sizing:border-box;
    padding-left:17px;
    padding-right:12px;
}
















.footer1 {
    height: 171px;
    background-color: #104686;
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
}
.footer1 p{
    color: #ffffff;
}

.footer1 .container{
    position: relative;
}

.footer1 .logo1 {
    position: absolute;
    top: 40px;
    left: 20px;
}

.footer1 .fu2 {
    position: absolute;
    top: 90px;
    left: 10px;
}

.footer1 .fu3 {
    position: absolute;
    top: 52px;
    left: 308px;
}

.footer1 .fu4 {
    font-size: 0;
    position: absolute;
    top: 38px;
    right: 0px;
}

.footer1 .fu4 a {
    margin: 0 5px;
}









/*列表*/

.list1 {
    margin-top: 40px;
    margin-bottom:  40px;
    min-height:  600px;
}

.list1 .left1 {
    float: left;
    width: 250px;
}

.list1 .left1 .name {
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    font-size: 22px;
    background:#1059b5 url(../images/namelan.jpg);
    text-align: left;
    padding-left:40px;
    font-weight: bold;
    line-height:66px;
    color: #ffffff;
    text-transform: capitalize;
    background-repeat: no-repeat;
}


.sideMenuzzx {
    min-height: 435px;
    box-sizing: border-box;
    background: #ffffff url(../images/flower.png) no-repeat left bottom;
    padding-top: 5px;
    border:2px solid #c9c9c9;
    border-top:0;
}

.sideMenuzzx .a1 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 68px;
    height: 58px;
    color:#333333;
    font-size: 18px;
    line-height: 58px;
    position: relative;
    background: #ffffff url(../images/tenb.png) no-repeat 34px center;
}

.sideMenuzzx .a1.on {
    width: 250px;
    position: relative;
    left: -2px;
    box-sizing: border-box;
    border-left: 6px solid #ff9c00;
    color: #ffffff;
    font-weight: bold;
    background: #3766b8 url(../images/tenw.png) no-repeat 28px center;

}
.sideMenuzzx .a1 em{
    position: absolute;
    left: 216px;
    display: inline-block;
    width:20px;
    height: 20px;
    top:19px;
    background: #ffffff url(../images/rj.png) no-repeat left center;
}
.sideMenuzzx .a1.on em {
    left: 212px;
    background: url(../images/dj.png) no-repeat left center;
}
.sideMenuzzx ul{
   padding-top:8px;
   padding-bottom: 8px;
}

.sideMenuzzx ul li{
    color: #444444;
    font-size: 15px;
    line-height: 32px;
    box-sizing: border-box;
    padding-left:88px;
    background:url(../images/rij.png) no-repeat 70px center;
}
.sideMenuzzx ul li:hover{
    background:url(../images/rij_1.png) no-repeat 70px center;
}
.sideMenuzzx ul li a:hover{
    font-weight: bold;
    color: #104686
}
.sideMenuzzx hr{
   display: block;
   width: 100%;
   margin:0;
   height: 0;
   padding:0;
   border:0;
   border-bottom: 1px solid #d8d8d8;
}


.list1 .right1 {
    float: right;
    width: 1100px;
}

.list1 .right1 .tou {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #104686;
    position: relative;
}

.list1 .right1 .f1 {
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 22px;
    color: #104686;
    font-weight: bold;
    position: relative;
    height: 50px;
    text-transform: capitalize;
    text-align: left;
}
.list1 .right1 .f1:after {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    left: 0;
    display: block;
    content: "";
    width:25px;
    border-bottom: 3px solid #104686;

}

.list1 .right1 .f2 {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 30px center;
    font-size: 14px;
    color: #888889;
}
.list1 .right1 .f2  a{
    color: #888889;
}

.listz1 .li {
    border-bottom: 1px dashed #d9d9d9;
    box-sizing: border-box;
    padding-left: 33px;
    width: 100%;
    background: url(../images/dian.png) 7px center no-repeat;
}

.list1 .li .pt {
    display: inline-block;
    font-size: 15px;
    line-height: 60px;
    color: #333333;
    float: left;
}

.list1 .li .pt:hover {
    font-size: 16px;
    color: #1059b5;
}

.list1 .li .data {
    font-size: 13px;
    line-height: 60px;
    color: #999999;
    float: right;
}

.list1 .page {
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top:  30px;
}



/*内容*/
.content {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px
}

.content .name_z1 {
    padding-top: 18px;
    font-size: 24px;
    line-height: 53px;
    color: #104686;
    text-align: center;
}

.name_z2 {
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    text-align: center;
}

.name_z3 {
    text-align: center;
    font-size: 15px;
    line-height: 45px;
    color: #999999;
    border-bottom: 1px dashed #c1c1c1;
}

.namez31 {
    margin: 0 50px;
}
.namez32 {
    margin-right:25px
}
.eassy {
    font-size: 15px;
    line-height: 33px;
    padding-top: 30px;
    color: #333333
}

.eassy img {
    display: block;
    margin: 35px auto;
}

.eassy p {
    text-indent: 2em
}

.tiao {
    margin-top: 23px;
    height: 100px;
    box-sizing: border-box;
    border-top: 1px dashed #d2d2d2;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
}


.tiao a {
    color: #555555;
}

.tiao a:hover {
    color: #1059b5;
}





/*图片列表两列*/
.imglistTwo {}

.imglistTwo li {
    width: 430px;
    height: 215px;
    float: left;
    background-color: #ffffff;
    margin-top: 70px;
    line-height: 30px;
    font-size: 15px;
    color: #333333;
    text-align: center;
    margin-right: 50px;
    position: relative;
}

.imglistTwo .li {
    margin-right: 0;
}

.imglistTwo li img {
    width: 150px;
    height: 215px;
    position: absolute;
    left: 30px;
    top: -30px;
}

.imglistTwo li:hover {
    background-color: #1059b5;
    color: #ffffff;
}

.imglistTwo li .cell {
    width: 200px;
    height: 170px;
    text-align: left;
    position: absolute;
    right: 17px;
    top: 14px;
}

.imglistTwo li .cell p {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
    height: 69px;
    margin: 12px 0 33px 0;
}

.imglistTwo li:hover .cell p {
    color: #ffffff;
}

.imglistTwo li .cell a {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 24px;
    width: 118px;
    height: 26px;
    border: 1px solid #1059b5;
    position: relative;
    color: #1059b5;
}

.imglistTwo li:hover .cell a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.imglistTwo li .cell a:after {
    display: inline-block;
    width: 40px;
    height: 6px;
    content: "";
    position: absolute;
    right: -10px;
    top: 9px;

}

.imglistTwo li:hover .cell a:after {
    background: url(../images/white.png) no-repeat;
}



/*图片列表三列*/
.imglistThree {
    padding-top: 40px;
}


.imglistThree li {
    width: 280px;
    height: 200px;
    float: left;
    background-color: #ffffff;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
    text-align: center;
    margin-right: 35px;
}

.imglistThree .li {
    margin-right: 0;
}

.imglistThree li img {
    width: 100%;
    height: 160px
}

.imglistThree li:hover {
    background-color: #1059b5;
}

.imglistThree li:hover a {
    color: #ffffff;
    font-weight: bold;
}

.mr0 {
	margin-right: 0 !important;
}
