@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: none;
	background:url(../images/bg.png) repeat-x;
	min-width:1200px;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e70010;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc, .fc a {
	color: #e70010;
}
.hidden {
	display: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*头部*/
#header {
	width:1200px;
	margin:0 auto;
}
#top {
	width: 1200px;
	height:240px;
	margin: 0 auto;
	position: relative;
}
#top #logo {
	position: absolute;
	top:76px;
	left: 0;
	z-index:9999;
}
#top .text{
	position:absolute;
	top:20px;
	right:0;
	background:url(../images/text.png) no-repeat;
	width:435px;
	height:52px;
	z-index:9999;
}
#top .flash{
	position:absolute;
	top:0;
	right:0;
	height:240px;
	overflow:hidden;
	max-width:1200px;
}
#nav {
	width:1200px;
	height: 53px;
	z-index: 9999;
	position:relative;
}
#nav li {
	float: left;
	height:53px;
	line-height: 50px;
	text-align: center;
	width:110px;
	margin-right:10px;
	position: relative;
}

#nav  #gbjx_daohang li{
	float: left;
	height:53px;
	line-height: 50px;
	text-align: center;
	width:auto !important;
	margin-right:10px;
	position: relative;
}
#nav #gbjx_daohang li a {
	color: #fff;
	font-size: 16px;
	/* height: 53px; */
	display: block;
	padding:0 10px;
}



#nav li .a{
	position:absolute;
	top:53px;
	left:0;
	width:185px;	
	background:#F2B536;
	display:none;
}
#nav li:hover .a{
	display:block;
}
#nav li .a dd{
	line-height:40px;
           height:40px;
	border-top:1px solid #e9f2ff;
}
#nav li .a dd a{
	height:40px;
	display:block;
	font-size:14px;
}
#nav li .a dd a:hover{
	background:#ffcc99;
}
#nav li a {
	color: #fff;
	font-size: 16px;
	height: 53px;
	display: block;
	
}
#nav li a:hover {
	background: #F2B536;
}

#nav li:hover, #nav li.active {
	background: #F2B536;
}
#nav .search{
	position:absolute;
	top:11px;
	right:0;
	width:179px;
	height:30px;
	background:#fff;	
}
#nav .search .input{
	position:absolute;
	top:4px;
	left:10px;
	width:160px;
	height:20px;
	border:1px solid #fff;
	background:#fff;
	line-height:20px;
}
#nav .search .btn{
	position:absolute;
	top:3px;
	right:5px;
	background:url(../images/search.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
}
/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
	width:440px;
	height:340px;
	float:left;
	margin-right:30px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height:18px;
	overflow: hidden;
	position: absolute;
	right:0;
	bottom:40px;
	z-index: 1;
	width:80px;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	width: 12px;
	height: 12px;	
	background:#fff;
	float:left;
	margin-right:6px;
	text-indent:-9999px;
	border-radius:100%;
	color:#fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background:#004ea2;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	width:440px;
	height:340px;
	position: relative;
}

/*底部*/
#footer {
	background: #434a54;
	color: #fff;
	font-size:14px;
}
#footer a{
	color: #fff;
	font-size:14px;
}
.footext{
	width:100%;
	height:50px;
	background:#004ea2;
}
.footext p{
	width: 1200px;
	line-height:50px;
	margin: 0 auto;
	text-align:center;
}
.footext p a{
	padding:0 12px;
}
.footsum {
	width:760px;
	padding: 40px 0 20px 440px;
	margin: 0 auto;
	position:relative;
}
.footsum p{
	width:430px;
	line-height:30px;
}
.footsum .text{
	height:44px;
	line-height:44px;	
}
.footsum .text img{
	position:relative;
	top:6px;
	margin-right:12px;
	width:20px;
	height:25px;
	overflow:hidden;
}
.footsum .foot_logo {
	position:absolute;
	top:65px;
	left:18px;
}
.footsum .foot_wx{
	position:absolute;
	top:37px;
	right:85px;
	width:121px;
	/* height:160px; */
	overflow:hidden;
}
.footsum .foot_wx img{
	width:100%;
}
/* 多个左滚动 - 图片- 公用类 */
.leftLoop {
	height:85px;
	width: 100%;
	margin-top:28px;
	overflow:hidden;
	position: relative;
}
.leftLoop .hd {
	position: absolute;
	top: 70px;
	left: 0;
	width: 1200px;
	height: 68px;
	z-index: 9999;
}
.leftLoop .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	display: none;
}
.leftLoop .bd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:85px;
}
.leftLoop .bd ul {
	overflow: hidden;
	zoom: 1;
	width:110%;
}
.leftLoop .bd ul li {
	width: 250px;
	height: 65;
	position: relative;
	float: left;
	_display: inline;
	overflow: hidden;/* Firefox */
}
.leftLoop .bd ul li .img{
	width: 240px;
	height: 85px;
	overflow:hidden;
}
/*主体*/
#main{
	width:1200px;
	margin:20px auto 0 auto;
}
#main h2,.content_sum .piclist h2{
	height:42px;
	line-height:42px;
	position:relative;
	text-indent:35px;
	font-size:18px;
	font-weight:normal;
}
#main h2 .h2_ico1{
	position:absolute;
	top:7px;
	left:0;
	text-indent:0;
	background:url(../images/ico1.png) no-repeat;
	width:27px;
	height:29px;
}
#main h2 .h2_ico2{
	position:absolute;
	top:7px;
	left:0;
	text-indent:0;
	background:url(../images/ico2.png) no-repeat;
	width:27px;
	height:28px;
}
.content_sum .piclist .h2_ico3{
	position:absolute;
	top:7px;
	left:0;
	text-indent:0;
	background:url(../images/ico3.png) no-repeat;
	width:28px;
	height:28px;
}
#main h2 .more,.content_sum .piclist .more{
	position:absolute;
	top:0;
	right:0;
}
#main h2 .more a ,.content_sum .piclist .more a{
	font-size:12px;
	color:#c0c0c0;
}

.index_sum1{
	width:400px;
	float:left;
}
.index_sum1 h1{
	height:39px;
	border-bottom:1px solid #d9d9d9;
	position:relative;
	padding-left:36px;
	color:#004ea2;
	font-size:16px;
	font-weight:normal;
}
.index_sum1 h1 span{
	font-size:10px;
	color:#001EA2;
	display:block;
	line-height:12px;
	text-transform:uppercase;
}
.index_sum1 h1 .h1_more{
	position:absolute;
	top:7px;
	right:0;
}
.index_sum1 h1 strong{
	position:absolute;
	top:0;
	line-height:32px;	
	left:0;
	font-size:32px;
}
.index_sum1 li{
	height:38.8px;
	line-height:38.8px;
	padding-right:80px;
	overflow:hidden;
	position:relative;
	border-bottom:1px dotted #d9d9d9;
}
.index_sum1 li a{
	font-size:14px;
}
.index_sum1 li span{
	position:absolute;
	top:0;
	right:0;
	color:#a7a9ad;
	font-size:12px;
}
.index_sum1 dl{
	border-bottom:1px dotted #d9d9d9;
	height:70px;
}
.index_sum1 dt{
	height:42px;
	line-height:42px;
	overflow:hidden;
}
.index_sum1 dd{
	height:14px;
	line-height:14px;
	color:#95979a;
	overflow:hidden;
	font-size:12px;
}
.index_sum2{
	width:296px;
	float:right;
}
.index_sum2.bg{
	background:#f2f7ff;
	margin-top:10px;
          height:264px;
}
.index_sum2_ul1{
	width:296px;
}
.index_sum2_ul1 li{
	width:296px;
	height:35px;
	line-height:35px;
	background:url(../images/ico5.png) no-repeat left 13px;
	text-indent:12px;
	overflow:hidden;
}
.index_sum2_ul2{
	width:296px;
	height:252px;
	overflow:hidden;
}
.index_sum2_ul2 li{
	width:148px;
	float:left;
	height:54px;
	line-height:46px;
	text-align:center;
}
.index_sum2_ul2 li a{
	width:128px;
	height:46px;
	margin:0 auto;
	display:block;
	background:#5ca5dc;
	font-size:16px;
	color:#fff;
}
.index_sum2_ul2 li.li2 a{
	background:#16c0cd;
}
.index_sum2_ul2 li.li3 a{
	background:#f2b536;
}
.index_sum2_ul2 li.li4 a{
	background:#85bf46;
}
.index_sum2_ul2 li.li5 a{
	background:#e66e4a;
}
.index_sum2_ul2 li.li6 a{
	background:#e3c525;
}
.index_sum2_ul2 li.li7 a{
	background:#16c0cc;
}
.index_sum2_ul2 li.li8 a{
	background:#c5bb4a;
}
.index_sum3{
	width:452px;
	float:left;
}
.index_sum3 h2{
	width:446px;
	margin-bottom:15px;
}
.index_sum3_blcok{
	width:446px;
	float:left;
	margin-bottom:12px;
}
.index_sum3_blcok dl{
	width:424px;
	height:95px;
	background:#f2f2f2;
	border:1px solid #d9d9d9;
}
.index_sum3_blcok dt{
	padding:8px 0 0 17px;
	float:left;
	width:120px;
	height:90px;
	overflow:hidden;
}
.index_sum3_blcok dt img{
	width:100%;
}
.index_sum3_blcok dd{
	width:256px;
	padding:0px 20px 0 0;
	float:right;
}
.index_sum3_blcok span{
	height:38px;
	line-height:38px;
	display:block;
	overflow:hidden;
}
.index_sum3_blcok p{
	height:50px;
	line-height:25px;
	font-size:12px;
	color:#a1a1a1;
	overflow:hidden;	
}
.index_sum3_blcok p a{
	color:#f8a6a6;
}
#main h3{
	height:50px;
	width:296px;
	text-align:center;
	color:#d9d9d9;
	font-size:16px;
	line-height:40px;
	background:url(../images/tit.png) no-repeat; 
}
.content{
	width:100%;
	height:190px;
	padding-top:6px;
	background:#f2f2f2;
	margin-top:17px;
	
}
.content_sum{
	width:1200px;
	margin:0 auto;
}
.content_sum .login{
	width:318px;
	margin:0;
          float:left;
}
.content_sum .login p{
	height:46px;
	padding-left:75px;
	position:relative;
}
.content_sum .login p label{
	position:absolute;
	top:0;
	left:7px;
	font-size:16px;
	line-height:28px;
}
.login .input{
	width:191px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	background:#cfd0d2;
	border:1px solid #cfd0d2;
}
.btn{
	width:203px;
	height:34px;
	border:none;
	cursor:pointer;
	color:#fff;
	background:#f9b52c;
	font-size:14px;
	font-family:"微软雅黑";
}
.content_sum .piclist{
	width:100%;
	margin-top:12px;
}

/* 本例子css */
		.slideTxtBox{ width:318px; height:180px; float:left;}
		.slideTxtBox .hd{ height:57px; padding:0; margin:0;width:318px; overflow:hidden; line-height:57px; position:relative; }
		.slideTxtBox .hd ul{ float:left;   }
		.slideTxtBox .hd ul li{ float:left; font-size:16px; cursor:pointer; padding:0 30px 0 20px; background:url(../images/dian1.png) no-repeat left 22px;cursor:pointer;  }
		.slideTxtBox .hd ul li.on{ background:url(../images/dian2.png) no-repeat left 22px; }
		.slideTxtBox .bd ul{ zoom:1;  }
		.slideTxtBox .bd li{  }
		
/* list */
.container .wrap{
	width: 1180px;
	padding-right: 20px;
	background: #fff;
           min-height:700px;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.leftbar .hd{
	height: 62px;
	
	background: #004EA2;
	padding: 1px 10px;
}
.leftbar .hd h2{
	float: left;
	line-height: 62px!important;
	font-size: 24px!important;
	font-weight: bold;
	color: #fff;
	padding:0px!important;
	text-indent:0px!important;
	
}

.leftbar .bd{
	background: url(../images/leftbar-bg.jpg) bottom right no-repeat #fff;
}

.leftbar .bd li a{
	display: block;
	color: #526aa4;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid transparent;
}
.leftbar .bd li.on a,.leftbar .bd li a:hover{
	border-left: 10px solid #004EA2;
	background: #d7dff2;
	color: #253386;
}
.main_list01{
	width:900px;
	margin-left:280px;
}
.main_list01 .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #93a7da;
}
.main_list01 .inner-title h2{
	font-size: 30px!important;
	color: #002248;
	padding:0px!important;
	text-indent:0px!important;
}
.main_list01 .inner-title .bread{
	float: right;
	color: #999;
}
.main_list01 .inner-title .bread a{
	color: #999;
}
.main_list01 .inner-title .bread span{
	color: #002248;
}

.main_list01 .text-list ul{
	padding: 10px 0;
}
.main_list01 .text-list li{
	line-height: 50px;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
	background: url(../images/icon-dot.jpg) left center no-repeat;
}
.main_list01 .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 250px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 270px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #385fc0;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #385fc0;
}
.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}
.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 30px;
	text-indent: 2em;
        font-size:16px;
}
.detail-box img{
	max-width: 100%;
	margin: 20px auto;
          max-width:700px !important;
           text-align:center;
            display:block;
}
.detail-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 250px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 280px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #385fc0;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #385fc0;
}
		