@charset "utf-8";
/*重置*/
body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
table,tr,td,th,thead,tbody,video{ border:none; margin:0;outline:none; padding:0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}/*合并初始表格边框*/
h1,h2,h3{ font-weight:normal;}
img{ border:none;}
a{text-decoration:none; outline:none;}
body{ font-size:16px;line-height:150%; font-family:"Microsoft YaHei";    background: url(../images/bg.gif) repeat-x top center;}
li{ list-style-type:none;}
html,body{ background-color:#eff6fc;}

/*公共css部分*/
/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

.l{ float: left; }
.r{ float: right; }
.db{display:block;}
.dib{display:inline-block;}
.vm{vertical-align:middle;}
.bdb_d{border-bottom:1px solid #ddd;}
.fc{ color: #005389; }
.bg{background-color: #005389;}
.b{font-weight:bold;}
.bora_5{ border-radius: 5px;}
.ovh{overflow: hidden;}

/*top*/
.wid_main{ width: 1220px; margin:0 auto; }
.topbox{ height: 180px; background: #3368c6}
.topbox .logo{ margin-top: 35px; }
.topbox .lang{ margin-top: 15px;color: #FFF }
.topbox .lang a{ color: #FFF}
.bdbg {background: url(../images/bdbgx.png) no-repeat center right;height:180px;}

.search_box{ width: 320px;overflow: hidden; background-color: white;position:absolute;right:20px;top:167px;border:solid 1px #005389}
.search_box div{ width: 320px;}
.search_box input{ float: left; width: 255px; padding:0 10px; height: 39px; color: #333; 
	font-size:14px;font-family: "微软雅黑";
}
.search_box button{ float: left; width: 44px; height: 39px; cursor: pointer; background: url(../images/search.png) no-repeat center center;}

/*内容框*/
.contentbox{ background-color: #fff; margin:20px auto;padding: 10px 0; position: relative;}
.content{ min-height: 775px; margin:0 10px;}

/*导航*/
#top_nav{width:100%;height: 55px;background: #004379;text-align:center;}
#top_nav ul{width:1200px;display: inline-block;margin-top:1px;}
#top_nav ul li{float: left;line-height: 53px; position: relative; width:155px;background: url(../images/nav_line.png) no-repeat center right;}
#top_nav ul > li > a { font-size: 16px; color: #fff; display: block; *display: inline; }
#top_nav ul > li:hover, .customs-head-nav > li.on {background: url(../images/nav_line.png) no-repeat center right #005389;}
#top_nav ul li a{display: block;text-align: center;color: #fff;font-size: 18px;}

/*公告滚动*/
.gonggao{padding:15px 0;}
.gonggao .tit{ font-size: 16px; color: #005389; line-height: 30px; }
.gonggao .tit img{ vertical-align: middle; margin-right:8px; }
.txtScroll-top{ overflow:hidden; width: 750px;}
.txtScroll-top .bd{width:620px; }
.txtScroll-top .tempWrap{ height: 32px; }
.txtScroll-top .infoList{ height:32px; line-height:32px; overflow: hidden; }
.txtScroll-top .infoList li{ height: 32px; }
.txtScroll-top .infoList li a{color: #333; float: left; max-width: 580px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.txtScroll-top .infoList li .date{ margin-left: 30px; color:#999; font-size: 12px;  }
.txtScroll-top .infoList li .date:before{content: "—— ";}
.txtScroll-top .infoList li a:hover{color: #005389; text-decoration: underline;}

.timebox{ font-size: 14px; line-height: 32px;margin-left:20px; }

.important_news{ line-height: 15px; padding:10px 0; }
.important_news .tit{ color: #f00; }
.important_news h1{ font-size: 30px; margin-left: 10px; display: inline-block; vertical-align: middle; 
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  max-width: 1050px;
}
.important_news h1 a{ color: #005389; }

.conbox{ margin-bottom: 30px; }

/*新闻轮播图*/
.news_banner{ overflow:hidden; position:relative; width: 1200px; height: 380px; }
.news_banner .hd{ overflow:hidden; position:absolute; bottom:26px; right: 0; z-index:1;width: 160px; text-align: right;}
.news_banner .hd ul{ overflow:hidden; zoom:1;text-align: center; display: inline-block; margin-right: 15px; font-size: 0; }
.news_banner .hd ul li{display: inline-block; margin:0 2px;  width:18px; height:18px; background:#fff; cursor:pointer; font-size: 12px;line-height:18px; font-weight: bold;}
.news_banner .hd ul li.on{ background:#e0620d; color: #fff;}
.news_banner .bd{ position:relative; z-index:0;}
.news_banner .bd li{ zoom:1;}
.news_banner .bd li>a{display:block; -webkit-transform:rotate(0deg); overflow: hidden; border-radius: 5px;
	width: 1200px; height: 380px; overflow: hidden;
}
.news_banner .bd img{ width:1200px; height:420px; display:block; }
.news_banner .bd li h2{ line-height: 60px; height: 60px; 
	background-color: rgba(0,0,0,.4); position: absolute; bottom: 10px; width: 690px; padding: 0 15px;
}
.news_banner .bd li h2 a{color: #fff; font-size: 18px; display: block; max-width: 540px;
	white-space: nowrap; text-overflow: ellipsis;overflow: hidden; 
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.news_banner .prev,
.news_banner .next{ position:absolute; left:10px; top:160px; display:block; 
	width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=60);opacity:0.6;   
}
.news_banner .next{ left:auto; right:10px; background-position:8px 5px; }
.news_banner .prev:hover,
.news_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.news_banner .prevStop{ display:none;  }
.news_banner .nextStop{ display:none;  }

/*部分快捷入口*/
.about_enter{ width: 460px; }
.about_enter ul{ margin-bottom: 10px; }
.about_enter ul li{ float: left; margin-left: 17px; text-align: center; border-radius: 5px; border:#ddd solid 1px; background-color: #f8f9fb; }
.about_enter ul li:first-child{ margin-left: 0; }
.about_enter ul li a{ display: block; width: 98px; height: 98px; }
.about_enter ul li img{ display: block; margin: 0 auto 8px; width: 52px; height: 48px; padding-top: 12px; transition: all .3s;}
.about_enter ul li span{ color: #005389; font-size: 18px; }
.about_enter ul li:hover{ border-color: #005389; }
.about_enter ul li:hover img{ padding-top: 8px; padding-bottom: 4px;}
.about_enter dl dd{ border:#6fa4d0 solid 1px; background-color: #f0f7ff; border-radius: 5px; height: 60px; line-height: 60px; margin-top: 9px;width:48%;margin-right:5px;float:left;}
.about_enter dl dd img{ margin:0 10px; vertical-align: middle; }
.about_enter dl dd a{ color: #005389; font-size: 14px; display: block; }
.about_enter dl dd span{display: inline-block; transition: all .3s;}
.about_enter dl dd:hover span{ text-indent: -.5em; }
.about_enter dl dd:hover{ border-color: #005389; }

/*动态切换部分*/
.slideTxtBox{ width:720px;height: 362px; text-align:left;  }
.slideTxtBox .hd ul{ margin-top: -1px; }
.slideTxtBox .hd ul li{ cursor:pointer; width: 195px; height: 120px; text-align: center; background-color: #eee; border-top: #fff solid 1px; }
.slideTxtBox .hd ul li:first-child{ border-top: transparent 1px #solid; }
.slideTxtBox .hd ul li i{ display: block; width: 48px; height: 48px; overflow: hidden; margin:20px auto 0; margin-bottom: 10px; }
.slideTxtBox .hd ul li img{ transition: all .3s; }
.slideTxtBox .hd ul li.on{ background:#005389; }
.slideTxtBox .hd ul li.on img{ margin-top: -48px; }
.slideTxtBox .hd ul li.on a{ color: #fff; }
.slideTxtBox .hd ul li a{ color: #005389; }
.slideTxtBox .box { border:#ddd solid 1px; border-left: 0; width: 524px; height: 360px; overflow: hidden;}
.slideTxtBox .bd ul{ padding:10px 10px 10px 15px;  zoom:1;  }
.slideTxtBox .bd li{ height:42px; line-height:42px;}
.slideTxtBox .bd li a{ display: inline-block; width: 370px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; transition: all .3s; }
.slideTxtBox .bd li .date{ float:right; color:#999; font-size: 12px; }
.slideTxtBox .bd li .date:before{ content: "—— "; }
.slideTxtBox .bd li a:hover{ color: #005389; text-indent: .3em; text-decoration: underline;}

/*首页公共标题*/
.sy_title{ padding-bottom: 10px; }
.sy_title h2{ float: left; }
.sy_title img{ vertical-align: middle; margin-right: 10px; }
.tender .sy_title a{ font-size: 14px; color: #999; margin-top: 15px; }
.tender { width: 460px; }
.tender .sy_title a:hover{ color: #005389; }
.tender ul{ margin-top: 5px;overflow: hidden; height: 300px;}
.tender ul li{ line-height: 42px; }
.tender ul li span{ color: #333; transition: all .3s; display: inline-block;vertical-align: middle; max-width: 400px; 
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; 
}
.tender ul li b{ color: #666; display:inline-block; margin-right: 7px;vertical-align: middle; }
.red_news{ color: #f00; display: inline-block; margin-left: 5px; font-style: normal; }
.tender ul li:hover span{ color: #005389; text-indent: .3em; text-decoration: underline; }
.tender ul li:hover b{ color: #005389; }


.list_sy {width:100%;height:170px;background-color: #f5f5f5;}
.title_sy{ width:28px;padding:5px 15px;margin-bottom:20px;height:130px;vertical-align: middle;text-align:center;border-right: 2px solid #005389;}
.title_sy a{ font-size: 20px;font-weight: bold;color: #005389; }
.list_sy li {float:left;position: relative;margin:10px;}
.list_sy li img {height:150px;width:200px;}
.list_sy li span{position: absolute;bottom:10px;left:0;background-color: rgba(0,0,0,.4);padding:3px;}
.list_sy li a {color:white}

/*专题轮播*/
.zhuanti_pic{ overflow:hidden; position:relative; margin-bottom: 20px;}
.zhuanti_pic .hd{ overflow:hidden; position:absolute; bottom:5px; z-index:1;width: 100%; text-align: center;}
.zhuanti_pic .hd ul{ overflow:hidden; zoom:1; text-align: center; display: inline-block; font-size: 0; }
.zhuanti_pic .hd ul li{display: inline-block; margin:0 3px;  width:10px; height:10px; background:#fff; border-radius: 100%;}
.zhuanti_pic .hd ul li.on{ background-color: #f00;}

.zhuanti_pic .bd ul{ width: 1200px; height: 150px; overflow: hidden; }
.zhuanti_pic .bd ul img{ width: 1200px; height: 150px; }

/*公示*/
.public_list .sy_title{ background-color: #f5f5f5; padding: 0 0 0 10px;}
.public_list .sy_title h2{ margin-top: 10px; }
.public_list .sy_title .more{  line-height: 54px; padding-right: 10px; }
.public_list .sy_title .more a{ font-size: 14px; color: #999; display: none;}
.public_list .sy_title .more a:hover{ color: #005389; }
.date_bg{}

.public_list .hd{border-bottom:2px solid #005389; }
.public_list .hd ul{ height: 54px; line-height: 54px; margin-left: 36px; }
.public_list .hd ul li{ float:left; padding:0 30px; cursor:pointer; }
.public_list .hd ul li a{ color: #333; font-size: 20px; }
.public_list .hd ul li.on{ background:#fff; border:2px solid #005389; border-bottom:3px solid #fff; line-height: 50px;}
.public_list .hd ul li.on a{font-weight: bold; color: #005389; }

.public_list .bd{ border:#ddd solid 1px;  margin-top: 10px;}
.public_list .bd ul{ zoom:1;margin:0 20px;}
.public_list .bd li{ height:24px; line-height:24px;   }
.public_list .bd li{float:left;width: 570px;height:42px; line-height:42px;}
.public_list .bd li a{color: #333; float: left; max-width: 480px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.public_list .bd li span{color:#999;font-size:12px;padding-left:10px;}

/*查询*/
.search_list{ background-color: #f5f5f5; padding: 8px 10px 8px 5px;}
.search_list .box{ height: 32px; line-height: 32px;  color: #333; margin-left: 10px;}
.search_list input{ background-color: #fff; border:#eee solid 1px; height: 32px; border-radius: 3px; 
	text-indent: 10px; font-size: 14px; color: #333; width: 120px;
}
.search_list input:focus{ border-color: #005389; }
.search_list button{ width:80px; height: 32px; border-radius: 3px; background-color: #005389; 
	font-size: 16px; color: #fff; cursor: pointer; vertical-align: middle; margin-left: 5px; margin-top: 2px;
}
.search_list button:hover{ background-color: #005eac; }

.search_list .laydate-icon{ border:#eee solid 1px; height: 32px; border-radius: 3px; 
	font-size: 14px; color: #333; width: 100px; line-height: 32px; text-indent:5px;
}

.open_list .search_list input{ width: 580px; }



/*友情链接*/
.link_more{ border-top: #005389 solid 5px; padding:15px 0 5px; }
.link_more h3{ color: #005389; line-height: 42px; font-weight: bold; font-size: 16px; display: inline-block; }

.link_more select{
	border:#ddd solid 1px;
	background-color: #fff;
	width: 195px;
	padding: 0 5px;
	height: 42px;
	color: #666;
	margin-left:20px;
	border-radius: 3px;
	margin-bottom: 10px;
}

/*返回顶部*/
.side_box{ 
	position: fixed; 
	bottom: 15%; 
	right: 15px; 
	display: none;
}
.side_box ul li{
	width: 48px;
	height: 48px;	
	opacity: .4;
}
.side_box ul li span{
	width: 48px;
	height: 48px;
	display: block; 
	background:url(../images/back_top.png) no-repeat center center;
	cursor:pointer; 
}
.side_box ul li:hover {
	opacity: .6;
}

/*底部信息*/
.footerbox{ padding:24px 0; }
.footerbox .txt{ font-size: 14px; color: #fff; line-height: 30px; margin-left: 24px; }
.footerbox .txt img{ vertical-align: middle; margin-top: -3px; margin-right:5px; }
.footerbox .other {font-size: 14px; color: #fff; text-align: center!important;}
.footerbox .other a{ color: #fff; font-weight: bold; font-size: 14px; text-decoration: underline;}
.footerbox .other a:hover{ color: #99bbd7; }

.zy_cur{ line-height: 30px; font-size: 14px; }
.zy_cur a{ color: #333; }
.zy_cur span{ color: #e0620d; }
.zy_cur a:after{ content: " > "; }
.zy_cur a:hover{ color: #005389; }

.zy_contentbox{ min-height: 580px; margin-top: 30px; padding:0 5px; }
.zy_content{ margin-bottom: 50px; }

.zy_left_con{ 
	float: left; 
	width: 260px;  
	padding-bottom: 40px;
	position: relative;
}
.zy_left_con b{
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 54px;
	background-color: #fff;
}
.zy_left_con h2.tit{ 
	font-size: 24px; 
	font-weight: bold; 
	color: #005389;
	padding-bottom: 12px;
	border-bottom: #005389 solid 1px;
}

.zy_leftlist ul li a{
  color: #333;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height:40px;
}

.zy_leftlist ul li a:hover{ color: #005389; text-indent: .3em; text-decoration: underline; font-weight: bold;}

.zy_twonav{
	margin-bottom: 36px;
}
.zy_twonav ul li:first-child{
	border-top:#ddd solid 1px;
}
.zy_twonav ul li{
	height: 60px;
	line-height: 60px;
	border-bottom: #ddd solid 1px;
	overflow: hidden;
}
.zy_twonav ul li.cur{
	background-color: #eee;
}
.zy_twonav ul li a{
	font-size:16px;
	color:#333;
	display: block;
	padding:0 20px;
	background-position: center right 90px;
	transition: background-position .7s;
}
.zy_twonav ul li.cur a{
	color:#005389;
	font-weight: bold;
	border-left: #005389 5px solid;
}
.zy_twonav ul li:hover{
	background-color: #eee;
}
.zy_twonav ul li:hover a{
	color:#005389;
}

.zy_left_con .contact h2{
	margin-top: 50px;
	border-bottom: #ddd solid 1px;
}

.zy_left_con .contact dl dd{
	font-size:14px ;
	color:#666;
	line-height: 24px;
	margin:10px 0;
}
.zy_left_con .contact dl dd img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}
.zy_left_con .contact dl dd a{
	display: inline-block;
	width: 210px;
	vertical-align:top;
}


.zy_right_con{ 
	float: right; 
	width: 910px; 
	overflow: hidden;
}

.zy_right_con .zy_title{
	border-bottom: #005389 solid 1px;
	margin-bottom: 20px;
}
.zy_right_con .zy_title h2{
	font-size:24px;
	font-weight: bold;
	color: #e0620d;
	position: relative;
	float: left;
	padding-bottom: 12px;
}
.zy_right_con .zy_title h2 i{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #e0620d;
}

.news_list ul li{ line-height: 42px; }
.news_list ul li a{ color: #333; transition: all .3s; display: inline-block;vertical-align: middle; max-width: 900px; 
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; 
}
.news_list ul li b{ color: #666; display:inline-block; margin-right: 7px;vertical-align: middle; }
.news_list ul li span{ float: right; color: #999;font-size: 14px; }
.news_list ul li a:hover{ color: #005389; text-indent: .3em; text-decoration: underline; font-weight: bold;}
.news_list ul li:hover b{ color: #005389; }


.zy_newsxq .xq_tit{
	padding: 20px 0 30px;
	text-align: center; 
	margin-bottom: 30px;
}
.zy_newsxq .xq_tit h1{
	font-size:32px;
	color: #333;
	line-height: 48px;
	width: 760px;
	margin:0 auto;
}
.zy_newsxq .xq_tit p{
	font-size:14px;
	color: #999;
	margin-top:30px;
}
.zy_newsxq .xq_tit p span{
	margin-right:20px;
}
.zy_newsxq .txt{
	font-size:16px;
	color: #666;
	line-height: 36px;
	margin:0 24px;
}
.zy_newsxq .txt *{
	margin:24px 0;
}
.zy_newsxq .txt img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}

.fanye{
    text-align:center; 
    border-top: #ddd solid 1px;
    margin-top: 30px;
    padding-top: 30px;
    line-height: 32px; 
    font-size:14px; 
    color:#666; 
}
.fanye a{ 
    border:#ddd solid 1px; 
    padding:0px 15px; 
    color:#666; 
    height: 32px;
    display: inline-block; 
    border-radius: 3px;
    margin:0 1px;
    text-align: center;
}
.fanye div{ display: inline-block; }
.fanye div a{ 
    margin: 0 2px;
    width: 32px;
    padding:0;
}
.fanye div .current{ 
    color:#fff; 
    background-color:#005389; 
    border:#005389 solid 1px;
}
.fanye a:hover{
    color:#fff; 
    background-color:#005389; 
    border:#005389 solid 1px;
}
.fanye p{ display: inline-block; }
.fanye p span{display: inline-block; margin:0 5px;}
.fanye p input {border-radius: 3px; text-align: center; font-size: 14px; color: #666; background-color: #ddd; height: 32px; padding:0 15px;}
.fanye p span input{ width: 32px; border:#ddd solid 1px; background: none; padding: 0; margin:0 5px; }

.search_nodata{ text-align: center; color: #666; font-size: 14px; margin-top: 50px; }
.search_nodata img{ width: 140px; margin-bottom: 20px; }

.zy_conbox{ width: 1100px; margin:0 auto; }
.other_page h1{ font-size: 32px; color: #005389; text-align: center; padding: 24px 0; }


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination>li {
    display: inline;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #FFF;
    background-color: #005389;
    border: #005389 solid 1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-radius: 3px;
    margin:2px;
}
.mnav{height:150px;background-color: #3083B9;border-radius: 5px;}
.mnav li{float:left;}
.mnav li:nth-child(odd){margin:28px 60px 0 60px;text-align:center;display:block;
	transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari 和 Chrome */
-o-transition: all 0.3s; /* Opera */}
.mnav li:nth-child(odd):hover{margin-top:23px;}
.mnav li:nth-child(even){width:10px;height:60px;margin-top:45px;border-right:solid 1px #FFF;}
.mnav li i{font-size:60px;color:#FFF;margin:5px;}
.mnav li a{color:#FFF}

.table_list{overflow: hidden;width: 1125px;}
.table_list ul{white-space: nowrap;width:9999px;}
.table_list li{display: inline-block;}

.duban{width:98%;margin-left:10px;}
.duban tr{border-bottom:solid #DDD 1px;}
.duban tr:first-child{border:0;}
.duban td{text-align:center;padding:5px;height:50px;}
.duban th{padding:5px 0;background-color:#3083B9;color:#FFF;height:50px;}