@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th{margin:0;padding:0; border:0px;}
body,button,input,select,textarea{font-family:'微软雅黑',  Arial, sans-serif; font-size:14px;font-color:#ffffff;}
ul,ol,li{list-style:none; float:left;}
a:link,a:visited,a:hover,a:active{text-decoration:none; cursor:pointer;}
i,em,b{font-style:normal;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
.fl{float:left;}
.fr{float:right;}
body{min-width:1200px!important;}
.top-logo{width:100%;
height:154px;
background:url(../images/bc_01.png) repeat-x;}
.wid1200{width:1200px;margin:0 auto;}

.top_hh{width:100%;
background:url(../images/top-hh.png) no-repeat;
height:2px;
margin:0 auto;}

.logo{height: 92px; padding-top: 15px;}


.search{width:195px; height:30px; float:right; margin-right:0px;margin-top:44px;background-color:#fff;line-height:30px;}
.search-input{width:145px; height:30px;  border-right:0; background:none; color:#9b9b9b;
}
.search-btn{width:50px; height:30px; float:right;}



/*menu部分*/ 
.menu-nav{width:100%; height:46px; float:left; position:relative; z-index:10000;} 
#menu {  
  width:1200px;
  clear: both  ; 
  font-size:16px;
  height:46px;
  margin:0 auto;
 
}
#menu ul {
  list-style: none;  
}
li.l1-nav {
  float: left;  
  position: relative; 
  left: 0px;
  top: 0px;
  height:46px; 
  line-height:46px;
  text-align:center;  
}

a.l1-nav {  
  display: block;  
  text-align: center;  
  text-decoration: none;  
  height: 46px;
  line-height: 46px;
  color:#fff;
  float:left;
  width:170px;
}

li.l1-nav:hover a.l1-nav, a.l1-nav:hover {  
  color: #fff;
  height:46px; 
  line-height:46px; 
  background:#e9ab03;
}

ul.l2-nav {
  visibility: hidden;
  position: absolute;  /* 第二级菜单相对于第一级菜单绝对定位 */
  top: 46px;
}

li.l2-nav {
  float: left;  
  position: relative; /* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
  left: 0px;
  top: 0px;
  width:200px;
}

a.l2-nav {  
  display: block; /* 把a设成块级显示 */
  text-align: center;
  width: 100%;
  font-size:14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background:#e9ab03;
  opacity:0.7;
  text-decoration:none;
  font-size:13px;
}

li.l2-nav:hover a.l2-nav, a.l2-nav:hover {  
  color: #fff;
  background-color:#e8900c;

}

/* 这是控制菜单显示与隐藏的重点 */
a.l1-nav:hover ul.l2-nav, li.l1-nav:hover ul.l2-nav {
  visibility: visible;
}


.main{width:1200px; margin:0 auto 50px;}
.local{width:1200px; height:80px;padding-left:15px; color:#666; font-size:13px; line-height:80px;}
.local a{color:#666; padding:0 5px;}
.left{width:260px;}
.left-title{width:230px; height:60px; position:relative; z-index:10000; background:#00498f; color:#fff; font-size:18px; line-height:60px; padding-left:30px;}
.left-list{border:solid 1px #C9D7E4; border-top:0;}
.left-list li a{width:198px; padding:0 30px; height:46px; line-height:46px; display:block; float:left; border-bottom:solid 1px #C9D7E4; background:#eff3fc; font-size:14px; color:#000;}
.left-zst{width:260px; height:360px; overflow:hidden; margin-top:15px;}
.left-zst img{width:100%; height:100%;}

/*****************banner************************/
#main {overflow: hidden; zoom: 1; position: relative; float:left; width:100%; margin-bottom:20px;}
#index_b_hero { width: 1200px; height: 450px; margin: auto; position: relative; }
#index_b_hero img { width: 1200px; height: 450px; }
#index_b_hero .heros { width: 1200px; height: 450px; }
#index_b_hero .hero-wrap { overflow: visible; position: absolute; }
#index_b_hero .next, #index_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 5px; background-color: #303030; z-index: 3; }
#index_b_hero .next:hover, #index_b_hero .prev:hover { background-color: orangered; }
#index_b_hero .next { margin: -25px 5px 0 0; right: 0; }
#index_b_hero .disabled { background-color: #eee; }
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero { background: #fff; padding: 0px; z-index: 1; position: absolute; top: 0; left: 0; width: 1200px; height: 450px; overflow: hidden; left: 2400px; }
#index_b_hero .mask-right, #index_b_hero .mask-left { z-index: 4; left: -1200px; filter: alpha(Opacity=50); opacity: .5; background: #fff; overflow: hidden; }
#index_b_hero .mask-right { left: 1200px; }
#index_b_hero .active { z-index: 2; left: 0; }
.icon-arrow-a-left { background: url(../images/prev.png) no-repeat; }
 .icon-arrow-a-right { background: url(../images/next.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; }
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right {  height: 50px; width: 50px; }
.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }



.yx-rotaion{margin-top:10px; width:373px; height:219px;}
.yx-rotaion-btn{display:none;}
.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:36px;line-height:36px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1;margin-left:0px!important;}
.yx-rotation-t{color:#fff;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}

.yx-rotation-focus{height:36px;line-height:36px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:8px;height:8px;line-height:8px;float:left;margin-left:8px;position:relative;top:14px;cursor:pointer;background:url(../images/mr.png) no-repeat;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:30px;height:50px;cursor:pointer;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;position:relative}
.yx-rotaion-btn .left_btn{background:url(../images/left-btn.png) no-repeat;float:left;}
.yx-rotaion-btn .right_btn{background:url(../images/right-btn.png) no-repeat;float:right;}
.yx-rotaion-btn span.hover{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}
.yx-rotation-focus span.hover{background:url(../images/xz.png) no-repeat;}
.rotaion_list{width:0;height:0;overflow:hidden;}




















.main-news{width:1200px;margin:0 auto;}
.main_news_top div{margin-left:40px;}
.sbcj_news{width:373px;height:240px;margin-top:10px;}

.sbcj_title{
	width:373px;
	height:38px;
	border-bottom:2px solid #ececec;
	border-top:2px solid #ececec;
	}
.sbcj_title span{
	background:url(../images/ts.jpg) no-repeat left 10px;
	color:#333333;font-size:18px;height:38px;line-height:38px;padding-left:14px;
	}
.sbcj_title i{
	width:59px;height:21px;margin-top:9px;
	background:url(../images/more11.jpg) no-repeat;}
.sbcj_news_1{
	width:373px;margin-top:10px;}
.sbcj_news_1 ul li{
	height:32px;line-height:32px;
	background:url(../images/hdd.png) no-repeat left 13px;
	padding-left:15px;   width:96%;
	}
.sbcj_news_1 ul li:hover{background:url(../images/hdddd.png) no-repeat left 13px;}
.sbcj_news_1 ul li a{font-size:14px;color:#333333;}
.sbcj_news_1 ul li a:hover{color:#e9ab03;}
.sbcj_news_1 ul li i{
	font-style:normal;
	font-size:12px;
	color:#999999;
	float: right;}

	
.tscx {
	width:373px;margin-top:10px;margin-left:-40px!important;}
.tscx ul li{
	height:28px;line-height:28px;width:373px;
margin-top:35px;
	padding-left:15px;
	}
.tscx ul li a{font-size:14px;color:#333333;}
.tscx ul li a:hover{color:#e9ab03;}
.tscx ul li i{
	font-style:normal;
	font-size:12px;
	color:#999999;
	margin-left:20px;width:273px;}
.tscx ul li h3{width:273px;float:right;margin-right:-18px;
font-weight:normal;}
.kstd{height:50px;
background-color:#f9f8f8;margin-top:30px;}
.kstd_1{width:75px;height:50px;
background-color:#e9ab03;}
.kstd_1 span{height:50px;
line-height:50px;
color:#fff;font-size:16px;padding-left:5px;}
.link ul{width:1125px;}
.link ul li{width:155px;margin-left:10px;}
.link ul li a{color:#2990d2;font-size:16px;height:50px;line-height:50px;text-align:center;}
.footer{width:100%;
background-color:#2990d2;margin:0 auto;margin-top:30px;padding-top:30px;}
.foot{width:1200px;margin:0 auto;}

.foot span{color:#fff;font-size:14px;height:60px;line-height:60px;text-align:center;margin-left:6%;}














.list-banner{width:100%; height:320px; overflow:hidden;  background-size:cover;}

.main{width:1200px; margin:0 auto; min-height:500px;}
.left{width:280px; position:relative; float:left;margin-top:-82px;}
.right{float:right; width:900px;margin-top:30px;}

.local{width:100%; height:50px;
padding-bottom:6px;
}
.local h3{display:inline-block; background:#fff; padding-right:10px; height:50px; line-height:50px; float:left; color:#333; font-size:30px;}
.dqwz{background:#fff; color:#666; float:right; font-size:12px; line-height:50px; height:50px; padding-left:6px; font-family:'宋体';}
.dqwz a{padding:0 0 0 6px; margin-left:6px; color:#666; 
}
.lmcc{width:241px; height:80px; background:#2990d2; color:#fff; font-size:25px; padding:0 0 0 40px; line-height:80px; border-bottom:3px solid #075eaa}
.left-list{width:250px; background:#f2f2f2; }
.left-list li a{width:210px; padding-left:40px; display:block; float:left; border-bottom:1px solid #d4d4d4; height:50px; line-height:50px; font-size:16px;}
.left-list li a:hover,.left-current{border-left:3px solid #075eaa!important; color:#333!important; padding-left:37px!important; background:#fff!important;}
.jj,.list,.content,.xrld{width:100%; margin:15px 0; float:left;margin-left:15px;}
.jj p{font-size:15px; line-height:32px; color:#111; display:block; float:left; margin-bottom:15px; text-indent:2em;}
.list li,.xrld li{width:100%; margin-bottom:20px; padding-bottom:0px; border-bottom:1px dashed #ccc; margin-bottom:0px;}
.list li .date{width:130px; height:60px; line-height:60px; margin-right:-130px; float:left; position:relative; font-size:20px; color:#666; text-align:left;}
.list li .txt{width:100%; float:right;}
.list li .txt-1{margin-left:160px;}
.list li .txt-1 h3{display:block; height:60px; font-weight:normal; line-height:60px; color:#111; font-size:16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float:left; width:100%;}
.list li .txt-1 p{display:block; line-height:24px; height:24px; color:#666; font-size:13px; float:left; overflow:hidden; width:100%;}
.content-title{width:100%; margin-bottom:20px; float:left;}
.content-title h3{display:block; float:left; width:100%; text-align:center; font-weight:normal; color:#075eaa; font-size:20px; line-height:30px;}
.content-title p{display:block; width:100%; text-align:center; color:#666; font-size:12px; font-family:'宋体'; line-height:24px; float:left; margin-top:6px;}
.content-title p span{margin-left:6px;}
.content-con{width:100%; float:left;}
.content-con p{display:block; float:left; width:100%; line-height:36px; font-size:15px; text-indent:2em; margin-bottom:20px;font-family:"微软雅黑", Arial, sans-serif;}
.content-con div span p,.content-con div p,.content-con div span{display:block; float:left; width:100%; line-height:36px; font-size:15px; text-indent:2em; margin-bottom:0px;font-family:"微软雅黑", Arial, sans-serif;}

.sxt{width:100%; float:left; padding-top:15px; border-top:1px solid #e0e0e0; font-size:14px; line-height:30px;}
.sxt a{color:#333; display:block; float:left; width:100%; height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.xrld-pic{width:150px; height:180px; float:left; position:relative; margin-right:-150px; padding-top:6px;}
.xrld-txt{width:100%; float:right;}
.xrld-txt-1{margin-left:180px;}
.xrld-txt-1 h3{font-size:20px; height:30px; line-height:30px; margin-bottom:6px; float:left; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#111;}
.xrld-con p{width:100%; line-height:30px; color:#666; font-size:14px; text-indent:2em; float:left;}
.xrld-con{width:100%; float:left;}
.xrld-pic img,.ssjg-list{width:100%;}
.ssjg{width:1200px; margin:20px auto; min-height:500px;}
.ssjg-list li{width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ccc;}
.ssjg-list h3{display:block; float:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; height:30px; line-height:30px; width:100%; font-weight:normal; font-size:15px;}
.ssjg-list p{color:#666; font-size:14px; line-height:26px; height:52px; overflow:hidden; width:100%; float:left;}
.ssjg-list i{display:block; width:100%; font-size:12px; color:#999; margin-top:6px; float:left;}

	