/*----------- 重置样式 ----------------*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style: normal;}
[hidefocus],summary{outline:0;}
ul , ol , ul li , li , ol li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font-family:"微软雅黑"; font-size:14px;color:#454545;outline:0;}
a{color:#525252; border: none; text-decoration: none;outline:none; /*移除虚线框  IE8,FF有用*/ hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/}
a:focus{outline: 0;-moz-outline-style: none;}
a:hover{text-decoration: none; color: #17569e;}
img {
    border: 0 none; /* 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框 */
    width: auto\9; /* 修正 IE8 图片消失bug */
    height: auto; /* 防止 img 指定「height」时图片高度不能按照宽度等比缩放，导致图片变形 */
    vertical-align: top;/* 去除现代浏览器图片底部的空隙 */
    -ms-interpolation-mode: bicubic; /* 修复 IE7 图片缩放失真 */
}
button,input,select,textarea{font-size:100%;font-family:tahoma;margin: 0;outline: 0 none;vertical-align: baseline;_overflow:visible;*vertical-align: middle;*overflow:visible;}

body{ background: url(../images/body_bg.jpg) no-repeat center top #f5f5f5; overflow-x:hidden; min-width: 1200px;}
/* ================ 全局function ============ */
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}

.is-head{
  width: 100%;
  background: url(../images/banner-bg.png) no-repeat center bottom #fff;
}
.is-head .content{
  position: relative;
  width: 1200px;
  height: 140px;
  margin: 0 auto;
}
.u-logo{
  position: absolute;
  left: 0;
  top: 29px;
}

.u-search{
  position: absolute;
  top: 49px;
  right: 0;
  width: 365px;
  height: 40px;
  border: 1px solid #ddd;
}
.u-search .text{
  width: 294px;
  height: 40px;
  line-height: 40px;
  float: left;
  border: none;
  padding: 0 0 0 12px;
  color: #999;
}
.u-search .btn{
  float: right;
  width: 59px;
  height: 40px;
  background: url(../images/search-icon.png) no-repeat center center #fc8c1f;
  border: none;
  cursor: pointer;
}

.is-nav{
  width: 100%;
  background: #17569e;
}
.is-nav .content{
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}
.is-nav .content ul{
  width: 105%;
  overflow: hidden;
}
.is-nav .content ul li{
  float: left;
  border-right: 1px solid #2f67a8;
}
.is-nav .content ul li:last-child{
  border-right: none;
}
.is-nav .content ul li a{
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 23px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.is-nav .content ul li a:hover, .is-nav .content ul li a#current{
  background: #fc8c1f;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.is-main{
  width: 1200px;
  margin: 0 auto 20px;
  overflow: auto;
}

.is-mainBox{
  width: 1160px;
  margin: 0 auto 20px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
}

/**友情链接**/
.is-flink{
  height:42px;
  padding: 14px 0;
  background: #fff;
}
.is-flink .content{
  width: 1200px;
  height:42px;
  margin: 0 auto;
}
.is-flink .content h3{
  float: left;
  width: 90px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #17569e;
}

.is-select{
  float: right;
  width: 1110px;
  height: 42px;
}
.select{
  position:relative;
  float:left;
  margin-left: 12px;
  z-index: 94;
}
.select dt{
  height: 42px;
  display:inline-block;
  font-size: 14px;
  color: #666;
  background: url(../images/flink_icon.png) no-repeat 238px 17px #f5f5f5;
  line-height: 42px;
  padding-left:10px;
  cursor:pointer;
  width: 255px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  position:relative;
  z-index:99;
}
.select dt:hover,.select dt.cur{
  box-shadow:0 0 3px #409DFE;
}
.select dd{
  position:absolute;
  left:0;
  top: 42px;
  background: #e9e7e7;
  display:none;
  z-index: 98;
  margin: 0;
}
.select dd ul{
  padding:4px;
  width: 259px;
  max-height:136px;
  _height: 136px;
  overflow:auto;
}
.select dd ul li a{
  line-height:35px;
  display:block;
  padding:0 8px;
  font-size: 14px;
}
.select dd ul li a:hover{background:#f5f5f5; text-decoration: none;}


/**footer**/
.is-foot{
  width: 100%;
  overflow: hidden;
  background: #17569e;
}
.u-subNav{
  border-bottom: 1px solid #4578b1;
  color: #4578b1;
}
.u-subNav .content{
  width: 1200px;
  margin: 0 auto;
}
.subNav-box{
  margin-left: -22px;
  height: 53px;
  line-height: 53px;
}
.subNav-box a{
  color: #dbebfd;
  padding: 0 22px;
}

.m-foot{
  width: 1200px;
  margin: 0 auto;
  background: url(../images/foot-bg.png) no-repeat right bottom;
}
.m-foot p{
  line-height: 32px;
  padding: 32px 0;
  color: #dbebfd;
}
.m-foot p a{
  color: #dbebfd;
}

#_ideConac{
  position: absolute;
  left: 40px;
  top: 20px;
}
#_span_jiucuo{
  position: absolute;
  right: 40px;
  top: 40px;
}


/*面包屑导航 on*/
.m-location{ height: 42px; line-height: 42px; text-indent: 45px; background: url(../images/location_icon.png) no-repeat 20px center #f5f5f5; margin-bottom: 20px;}
/*面包屑导航 end*/


/*列表页 on*/
.list-title{
  position: relative;
  height: 41px;
  border-bottom: 1px solid #ddd;
}
.list-title h2{
  position: absolute;
  left: 0;
  bottom: -1px;
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  border-radius: 4px 4px 0 0;
  background: #17569e;
  color: #fff;
  font-size: 20px;
}

.list-box ul{
  padding: 3px 0;
  min-height: 400px;
}
.list-box ul li{
  height: 53px;
  line-height: 53px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  background: url(../images/arr1.png) no-repeat 9px center;
  padding-left: 23px;
}
.list-box ul li a{
  font-size: 16px;
}
.list-box ul li span{
  float: right;
  color: #999;
}

.list-left{position: relative;width: 228px;background: #fff;}
.list-left h1{position: absolute;left: 0;top: 0;width: 100%;height: 42px;line-height: 42px;font-size: 20px;color: #fff;background: #17569e;text-align: center;border-radius: 4px 4px 0 0;}
.listleft-box{min-height: 468px;}
.listleft-box ul{padding: 42px 0 0 0;}
.listleft-box ul li{width: 100%;height: 42px;line-height: 42px;}
.listleft-box ul li a{display: block; padding-left: 50px; background: url(../images/left_arr1.png) 30px center no-repeat; font-size: 16px; border-bottom: 1px dashed #fff;border-top: 1px dashed #fff;}
.listleft-box ul li a:hover{text-decoration:none; color: #454545;}
.listleft-box ul li.current a,.listleft-box ul li a:hover{ background: url(../images/left_arr1.png) 30px center no-repeat #f5f5f5; border-bottom: 1px dashed #ddd;border-top: 1px dashed #ddd;}
.list-right{width: 914px;background: #fff;}

/*列表页 end*/

.f-hr{ width: 100%; height: 0; border-bottom: 1px dashed #ddd; margin: 12px 0;}

/*分页 on*/
#page-list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial';}
#page-list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
#page-list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page-list a{text-decoration: none;}
#page-list a:hover{color: #d60808;}
#page-list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none;margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
/*分页 end*/

/*list-one on*/
.listdetail-box{padding: 10px;}
.listdetail-box img{max-width: 100%;}
.listdetail-box p{line-height:22px;}
.downlist ul li{padding-left:10px;height:26px;line-height:26px;}
/*list-one end*/

/*内容页 on*/
.detail-ltitle{width: 100%; line-height: 58px; text-align: center; font-size: 32px; color: #444;}
.detail-stitle{width: 100%; height: 40px; line-height: 40px; font-size: 22px; text-align: center;}
.detail-info{width: 100%; height: 41px; line-height: 41px; margin-top: 13px;background: #f5f5f5;}
.detailinfo-left{width: 760px; height: 41px; line-height: 41px; text-align:center;}
.detailinfo-left span{font-size: 12px; color: #999; margin-right: 16px;}
.detailinfo-font{width: 140px; height: 41px; line-height: 41px;}
.detailinfo-font span,.detailinfo-font a{font-size: 12px;}
.bdsharebuttonbox{margin: 7px 34px 0 0; padding-top:7px;}
.newscontnet{font-size: 16px; margin-top: 20px; line-height: 188%; font-family: 宋体; min-height: 164px; padding: 20px 0px 40px;}
.newscontnet table{border-collapse: collapse;}
.newscontnet table td,.detail-content table th{border: 1px solid #ddd;}
.newscontnet img{max-width: 100%;}
.wzewm{text-align:center; margin:0 auto;}
.wzewm span{display:block;}
.wzewm span.txt-color{font-size: 12px; color: #c0c0c0;}
.wzbot{width: 100%; height: 24px; line-height: 24px; padding: 10px 0; margin-top: 30px; border-top: 1px solid #17569e;}
.wzbot ul li{float: left; margin-right: 5px;}
.wzbot ul li a{display: inline-block; border: 1px solid #ddd; padding: 0 17px; color: #666;}
.wzbot ul li a:hover{background: #17569e; color: #fff;text-decoration: none;}
.detail-zy{width: 100%; /*! height: 31px; */ line-height: 31px; margin-top: 5px;}
.detail-zy div{ background-repeat: no-repeat; font-size: 16px; color: #444;}
.detail-zy div.detail-prev{background-position: 0 3px; padding-left: 33px;}
.detail-zy div.detail-next{background-position: right -72px; padding-right: 33px;}
.detail-downlist{margin: 10px auto;}
.detail-downlist ul li{height: 30px; line-height: 30px; padding-left: 30px; font-size: 16px;}
.detail-zzsm{width: 100%; height: 30px; line-height: 30px; color: #d60808; font: 18px/30px 宋体;}
/*内容页 end*/

/*搜索页 on*/
.searcher-box{background: #fff;}
.searcher-title {height:40px;line-height: 34px;font-size: 16px;font-weight: bold;}
.searcher-list{height:auto; min-height:550px;}
.searcher-list ul li{height:auto;line-height:30px;list-style:none;color:#999;padding-bottom: 14px;border-bottom:1px dashed #ddd;margin-bottom: 10px;}
.searcher-list ul li span{float:right;}
.searcher-list ul li a{ line-height: 30px; font-size: 16px;}
.searcher-list ul li p{line-height:24px; font-size: 14px;}
/*搜索页 end*/

/* 图片列表 */
.is-listpic {
  padding:20px 0;
  zoom:1;
  overflow: hidden;
}
.is-listpic li {
  float:left;
  padding:10px 0;
  display:inline;
  float:left;
  overflow:hidden;
  margin:0 10px;
  line-height:26px;
  text-align:center;
}
.is-listpic li img {
  border:1px solid #e8e6e6;
  padding:2px;
  width:198px;
  height:143px;
  display:block;
}

/* ================ sitemap ============== */
.is-sitemap {
  height: auto !important;
  min-height: 500px;
  background: #fff;
}
.is-sitemap ul li {
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
}
.is-sitemap ul li h2{
  height: 44px;
  line-height: 44px;
  text-indent: 12px;
  border-bottom: 1px solid #ddd;
}
.is-sitemap ul li h2 a{
  color: #2b5ea0;
  font-size: 20px;
}
.sitemap-list{
  width: 110%;
  overflow: hidden;
}
.sitemap-list a{
  display: block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  float: left;
  margin: 16px 16px 0 0;
  background: #f5f5f5;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.sitemap-list a:hover{
  color: #2b5ea0;
}

/******页面纠错********/
.error-wrapper{
  width: 700px;
  margin: 0 auto;
  padding-top: 10px;
}
.error-wrapper li{
  line-height: 38px;
}
.error-wrapper li.name{
  font-size: 16px;
  font-weight: bold;
}
.error-wrapper li.name i{
  color: #db2828;
}
.error-wrapper li.ipt-text{
  margin-bottom: 15px;
}
.error-wrapper li.ipt-text .sort{
  vertical-align: middle;
  margin: 0;
}
.error-wrapper li.ipt-text .style4{
  vertical-align: middle;
  padding-right: 20px;
}
.error-wrapper li .errortext{
  width: 98%;
  height: 36px;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.error-wrapper li .errorarea{
  width: 98%;
  height: 140px;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.error-wrapper li .form-input{
  width: 50%;
  height: 36px;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.error-wrapper li .u-img{
  height: 38px;
}
.error-wrapper li.btns{
  text-align: center;
  padding: 30px 0 40px;
}
.error-wrapper li .ipt_submit{
  width: 116px;
  height: 40px;
  background: #2b5ea0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 10px;
}
.error-wrapper li .ipt_reset{
  width: 116px;
  height: 40px;
  background: #ebebeb;
  color: #666;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 10px;
}

.form-box{
	position:fixed;
	left:50%;
	top:50%;
	z-index:999;
	display:none;
	margin-left:-220px;
	margin-top:-222px;
  width: 400px;
  height:402px;
  padding: 30px 20px 10px;
  border: 1px solid #ddd;
  background:#fff;
  border-radius:20px;
  box-shadow:0 4px 12px -4px #5f5d5d;
}
.form-box .close-btn{
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}

.form-box p{
  line-height:28px;
  color: #999;
  margin-bottom: 10px;
  color:#f00;
}
.form-box p strong{
	display:block;
	float:left;
  color: #17569e;
  height:30px;
  font-size: 15px;
}
.form-box li{
  height: 36px;
  line-height: 36px;
  margin-bottom: 14px;
}
.form-box li label{
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  width: 80px;
  float: left;
}
.form-box li .text{
  width: 300px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  padding: 0 6px;
}
.form-box li .vcode{
  width: 100px;
  margin-right:10px;
}
.form-box li img{
  height: 36px;
}
.form-box li .btn{
  width: 80px;
  height: 36px;
  background: #17569e;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left:80px;
}

.bm-btn{
	width:90px;
	height:42px;
	line-height:42px;
	background:#17569e;
	border-radius:5px;
	text-align:center;
	color:#fff;
	margin: 0 auto 40px;
	cursor:pointer;
	font-size:16px;
}

/*feedback on*/
table.is-feedback td{vertical-align:middle;font-size:14px;font-family:"Microsoft YaHei";background-color:#fff;padding:4px 10px}
table.is-feedback{border-spacing:1px;border-collapse:separate}
.is-feedback,.is-feedbox{margin-bottom:15px}
.is-feedback li{height:36px;line-height:36px;font-size:14px;font-family:"Microsoft YaHei"}
.is-feedbox li{min-height:35px;height:auto;height:35px;padding:0 0 10px 0;line-height:35px;font-size:14px;font-family:"Microsoft YaHei";zoom:1;clear:both}
.is-feedbox li img,.is-feedbox li input,.is-feedbox li label{float:left}
.is-feedbox li img{margin-right:10px}
.is-feedbox li label{width:122px}
li.is-bdnr{height:auto;line-height:22px;padding-bottom:8px}
.is-feedbox li input{background:#fff;position:relative;line-height:1.5em;border:1px solid #ddd;padding:6px;color:#333;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
.is-feedbox li textarea{background:#fff;position:relative;line-height:1.5em;border:1px solid #ddd;padding:6px;color:#a7b2b8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;overflow:auto;resize:none}
.is-feedbox input.button{background:#313233;display:inline-block;position:relative;height:33px;overflow:hidden;margin:18px 2% 2px 0;padding:0 15px 0 15px;vertical-align:top;line-height:34px;font-family:'Droid Sans',sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:none;color:#fff;border:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer}
.is-feedbox input.button:hover{background:#00b2d7;color:#fff}
.is-feedbacklist{margin:10px 0}
.is-feedbacklist li{padding:10px 0;border-bottom:1px solid #ddd;line-height:20px}
.is-feedbacktitle{background:#f1f1f1;color:#333;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.is-feedbacktitle dl{padding:5px 10px;border-top:1px solid #fff;border-bottom:1px solid #fff;color:#333;height:21px}
.is-feedbacktitle .right{float:right}
.is-bold{font-weight:700;color:#d60808;}
.is-feedbackcontent{color:#333;padding:5px 10px;line-height:20px}
.list-right .is-feedbox ul li,.list-right ul.is-feedbacklist li{background:0 0}
.list-right ul.is-feedbacklist li{line-height:26px}
.is-hftitme{padding-left:10px; font-size:12px; color:#999;}


.is-mailinfo{ height:33px; line-height:33px; border-bottom:1px solid #ddd; padding:0 18px; color:#666; background:#fafafa;}
.is-mailinfo .is-mailspan{ padding:0 14px;}
.is-mailinfo  .red{ color:#e20000;}
.is-mailwen{ padding:15px; line-height:24px; color:#333; text-indent:2em;  min-height:300px; _height:300px;}
.is-mialhf{ position:relative; background:#f4f4f4; padding:0 15px 20px 15px;}
.is-mailarr{ position:absolute; top:-7px; left:32px;}
.is-hftitle{ height:47px; border-bottom:1px dashed #a9a9a9; line-height:47px; font-size:20px; color:#c50000;}
.is-hftitle .is-hfdw{ float:right; color:#000;  padding-left:28px; font-size:12px; font-weight:normal;}
.is-hfcontent{ color:#555; line-height:24px; padding:16px 4px;}
/*feedback end*/

.u-pxbm{position: fixed; right: 10px; top: 210px; display: block; width: 82px; padding: 47px 0 12px; background: url(../images/icon-px.png) #fff center 13px no-repeat; text-align: center;}




