@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	min-width:1100px;
	background:#ffffff;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
.wrapper_abs {
	width: 1215px;
	position: absolute;
	left: 50%;
	margin-left: -608px;
	top: 0;
}
a {
	outline: none;
	text-decoration:none
}
a:hover{ text-decoration:underline}
img {
	border: 0
}
.fl {
	float: left
}
.fr {
	float: right
}
.cb {
	clear: both;
	height:0
}
li{ list-style:none}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, textarea, img, ul, li,dl,dt,dd {
	padding: 0;
	margin: 0
}

.bg01{ background:#1d4e93;}
.bg04{
	background: #1d4e93
}


.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.nav{
	padding:0;
	height:49px;
	line-height:49px;
	position:relative;
	z-index:1;
}
.nav a{
	color:#fff;
}
.nav .nLi{
	float:left;
	position:relative;
	display:inline;
}
.nav .nLi h3{
	float:left;
}
.nav .nLi h3 a{
	display:block;
	padding:0 35px;
	font-size:14px;
	font-weight:bold;
}
.nav .sub{
	display:none;
	width:154px;
	left:0;
	top:49px;
	position:absolute;
	background:#1d4e93;
	line-height:26px;
	padding:9px 0;
	opacity: 0.9;
}
.nav .sub li{
	zoom:1;    
	padding: 4px 0px;
    line-height: 20px;
}
.sea{    
	width: 48px;
    float: left;
    text-align: center;
}
.nav .sub a{
	display:block;
	padding:0 10px;
}
.nav .sub a:hover{
	background:#6d6d6d;
	color:#fff;
}
.nav .on h3 a{
	background:#5899f4;
	color:#fff;
}

.index_search{
	background:#FFF;
	width:203px;
	height:30px;
	position:relative
}
.index_search .input{
	height:30px;
	line-height:30px;
	width:145px;
	position:absolute;
	left:0;
	top:0;
	border:0
}
.index_search .btn{
	background:url(../images/btn.png) no-repeat;
	width:38px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	border:0;
	cursor:pointer
}

.slideBox{
	width:1100px;
	height:230px;
	overflow:hidden;
	position:relative;
	margin-top: 8px;
}
.slideBox .hd{
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	border-radius: 25px;
}
.slideBox .hd ul li.on{
	background:#1d4e93;
	color:#fff;
}
.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	width:1100px;
	height:230px;
	display:block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next{
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop{
	display:none;
}
.slideBox .nextStop{
	display:none;
}

.focusBox {
	position: relative;
	width: 442px;
	height: 341px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	margin-top: 12px;
}
.focusBox .pic img {
	width: 442px;
	height: 341px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width:100%;
	background: #1d4e93;
	filter: alpha(opacity=90);
	opacity: 0.9;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width:100%;
	overflow: hidden;
}
.focusBox .txt li{
	height:36px;
	line-height:36px;
	position:absolute;
	bottom:-36px;
}
.focusBox .txt li a{
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}
.focusBox .num li{
	float: left;
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
	border-radius: 25px;
}
.focusBox .num li a,.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	background: #ffffff;
}
.focusBox .num li.on a,.focusBox .num a:hover{
	background:#eb1d2f;
}

.focusBox01 {
	position: relative;
	width: 305px;
	height: 239px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	margin-top: 12px;
}
.focusBox01 .pic img {
	width: 305px;
	height: 239px;
	display: block;
}
.focusBox01 .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width:100%;
	background: #1d4e93;
	filter: alpha(opacity=90);
	opacity: 0.9;
	overflow: hidden;
}
.focusBox01 .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width:100%;
	overflow: hidden;
}
.focusBox01 .txt li{
	height:36px;
	line-height:36px;
	position:absolute;
	bottom:-36px;
}
.focusBox01 .txt li a{
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.focusBox01 .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}
.focusBox01 .num li{
	float: left;
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
	border-radius: 25px;
}
.focusBox01 .num li a,.focusBox01 .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox01 .num li span {
	z-index: 1;
	background: #ffffff;
}
.focusBox01 .num li.on a,.focusBox01 .num a:hover{
	background:#eb1d2f;
}

.index_news01{
	width: 639px;
	margin-top: 12px;
}
.index_news01 .t{
	border-bottom: 1px solid #1d4e93;
	height: 43px;
	line-height: 43px;
	color: #1d4e93;
	font-size: 18px;
	position: relative;
}
.index_news01 .t a{
	position: absolute;
	right: 0;
	top: 0;
	color: #1d4e93;
	font-size: 14px;
}
.index_news01 .con{}
.index_news01 .con .itemlist{
	width: 310px;
	margin-top: 13px;
	margin-left: 9px;
}
.index_news01 .con .itemlist img{
	width: 110px;
	height: 81px;
}
.index_news01 .con .itemlist .txt{
	width: 190px;
}
.index_news01 .con .itemlist a{
	color: #2d2d2d;
}
.index_news01 .con .itemlist a .keywords{
	color: #2365c2;
	margin-top: 5px;
}
.index_news01 .con .itemlist a .keywords span{
	display: inline-block;
	background: #2365c2;
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
}
.index_news01 .con .itemlist a .author{
	color: #2365c2;
	margin-top: 5px;
}
.index_news01 .con .itemlist a .author span{
	display: inline-block;
	background: #9fb6ca;
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
}

.index_news02{
	width: 358px;
	margin-top: 14px;
}
.index_news02 .t{
	background: #1d4e93;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
}

.sideMenu{
	background: #e6f1fb;
	padding: 11px;
}
.sideMenu h3{
	height:40px;
	line-height:40px;
	padding-left:40px;
	cursor:pointer;
	font:normal 14px/32px "Microsoft YaHei";
	background: url("../images/index02.png") no-repeat;
	margin-top: 5px;
}
.sideMenu h3.on{
	background: url("../images/index03.png") no-repeat;
}
.sideMenu ul{
	padding:8px 25px;
	color:#999;
	display:none; /* 默认都隐藏 */
	background: #ffffff;
}
.sideMenu ul li{
	border-bottom: 1px dotted #7d7d7d;
	height: 45px;
	line-height: 45px;
}
.sideMenu ul li a{
	display: block;
	background: url("../images/arrow01.png") left no-repeat;
	padding-left: 23px;
	color: #2d2c2c;
}
.sideMenu .more{
	height: 40px;
	background: url("../images/index04.png") repeat-x;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

.index_right{
	width: 730px;
	margin-top: 14px;
}
.index_news03{
	width: 360px;
	background: #e6f1fb;
}
.index_news03 .t{
	background: #1d4e93;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
}
.index_news03 .t a{
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px;
}
.index_news03 .con{
	padding: 10px;
}
.index_news03 .con li{
	height: 40px;
	line-height: 40px;
	background: url("../images/arrow02.png") right no-repeat;
	padding-right: 20px;
}
.index_news03 .con li a{
	color: #1d4e93;
	font-size: 16px;
}

.index_news04{
	width: 360px;
	background: #e6f1fb;
}
.index_news04 .t{
	background: #1d4e93;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
}
.index_news04 .t a{
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px;
}
.index_news04 .con{
	padding: 10px;
}
.index_news04 .con ul{
	background: #fff;
	padding: 10px;
}
.index_news04 .con li{
	height: 45px;
	line-height: 45px;
	background: url("../images/arrow03.png") right no-repeat;
	padding-right: 20px;
}
.index_news04 .con li a{
	color: #1d4e93;
	font-size: 16px;
	background: url("../images/arrow04.png") left no-repeat;
	padding-left: 30px;
	display: block;
}

.link{
	width: 730px;
	margin-top: 14px;
	background: #e6f1fb;
}
.link .t{
	background: #1d4e93;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
}
.link .t a{
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px;
}
.link .con{
	padding: 10px;
	line-height: 40px;
}
.link .con a{
	color: #1d4e93;
	padding: 0 10px;
}

.footer{
	text-align: center;
	color: #b8d5ff;
	padding: 15px 0;
	line-height: 24px;
	margin-top: 15px;
}
.footer a{
	color: #b8d5ff;
}

.ny_left{
	width: 305px;
	margin-top: 18px;
}
.ny_left .t{
	background: #1d4e93;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	padding-left: 16px
}
.ny_left .t span{
	display: block;
	background: url("../images/arrow06.png") left no-repeat;
	padding-left: 20px;
}
.ny_left .con{
	background: #e6f1fb;
	padding: 20px;
}
.ny_left .con li{
	height: 35px;
	line-height: 35px;
	border: 1px solid #1d4e93;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.ny_left .con li:hover{
	background: #1d4e93;
}
/*.ny_left .con li:hover a{
	color: #fff;
	background: url("../images/arrow05_hover.png") left no-repeat;
	text-decoration: none;
}
.ny_left .con li:hover a span{
	display: block;
	background: url("../images/arrow03_hover.png") right no-repeat;
}
.ny_left .con li.hover{
	background: #1d4e93;
}
.ny_left .con li.hover a{
	color: #fff;
	background: url("../images/arrow05_hover.png") left no-repeat;
	text-decoration: none;
}
.ny_left .con li.hover a span{
	display: block;
	background: url("../images/arrow03_hover.png") right no-repeat;
}

*/
.ny_left .con li a{
	display: block;
	padding-left: 20px;
	color: #2e71cb;
	font-size: 14px;
	background: url("../images/arrow05.png") left no-repeat;
}
.ny_left .con li a span{
	display: block;
	background: url("../images/arrow03.png") right no-repeat;
}
.ny_left .con01{
	background: #e6f1fb;
	padding: 7px;
}
.ny_left .con01 a{
	display: inline-block;
	border: 1px solid #1d4e93;
	width: 58px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #1d4e93;
	margin: 5px;
}
.ny_left .con01 a:hover{
	background: #1d4e93;
	color: #fff;
}

.ny_right{
	width: 780px;
	margin-top: 18px;
	border: 1px solid #1d4e93;
}
.ny_right .t{
	height: 47px;
	position: relative;
	background: #1d4e93;
	padding-left: 16px;
}
.ny_right .t .span{
	background: url(../images/arrow06.png) left no-repeat;
	padding-left: 21px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	line-height: 47px
}
.ny_right .t .ny_pos{
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 47px
}
.ny_right .t .ny_pos a{
	color: #fff;
	padding: 0 5px
}

.ny_right .list{
	margin-top: 20px;
	margin-bottom: 20px
}
.ny_right .list li{
	height:52px;
	line-height:52px;
	font-size: 14px;
}
.ny_right .list li .date{
	float:right;
	color:#2365c2;
}
.ny_right .list li a{
	color: #2b2b2b
}
.ny_right .list .itemlist{
	width: 100%;
	margin-top: 13px;
	margin-left: 9px;
	border-bottom: 1px dashed #bed2e3;
	padding-bottom: 19px;
}
.ny_right .list .itemlist img{
	width: 123px;
	height: 90px;
	background: url("../images/ny01.png") no-repeat;
	padding-right: 7px;
	padding-bottom: 7px;
}
.ny_right .list .itemlist .txt{
	width: 510px;
	margin-left: 20px;
}
.ny_right .list .itemlist a{
	color: #2d2d2d;
}
.ny_right .list .itemlist a .keywords{
	color: #2365c2;
	margin-top: 5px;
}
.ny_right .list .itemlist a .keywords span{
	display: inline-block;
	background: #2365c2;
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
}
.ny_right .list .itemlist a .author{
	color: #2365c2;
	margin-top: 5px;
}
.ny_right .list .itemlist a .author span{
	display: inline-block;
	background: #9fb6ca;
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
}
.ny_right .list .itemlist .date{
	color: #2365c2;
	padding-top: 50px;
}

.ny_right .con{
	padding: 0 20px;
}
.ny_right .con .header{
	border-bottom: 1px solid #b9b9b9;
	text-align: center;
	margin-top: 20px
}
.ny_right .con .header h2{
	color: #2d2d2d
}
.ny_right .con .header p{
	padding: 15px 0;
	color: #a0a0a0;
	font-size: 12px
}
.ny_right .con .details{
	font-size: 14px;
	color: #252525;
	line-height: 26px;
	padding: 20px 30px;
}

.ny_content{
	margin-top: 18px;
	border: 1px solid #1d4e93;
}
.ny_content .t{
	height: 47px;
	position: relative;
	background: #1d4e93;
	padding-left: 16px;
}
.ny_content .t .span{
	background: url(../images/arrow06.png) left no-repeat;
	padding-left: 21px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	line-height: 47px
}
.ny_content .t .ny_pos{
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 47px
}
.ny_content .t .ny_pos a{
	color: #fff;
	padding: 0 5px
}
.ny_content .list01{
	padding: 18px;
}
.ny_content .list01 .t1{
	background: url("../images/ny04.png") no-repeat;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
}
.ny_content .list01 .t1 a{
	position: absolute;
	right: 10px;
	top: 0;
	color: #333333;
	font-size: 14px;
}

.slideTxtBox{
	width:100%;
	text-align:left;  }
.slideTxtBox .hd{
	height:30px;
	line-height:30px;
	padding:10px 0;
	border-bottom:1px solid #ddd;
	position:relative;
}
.slideTxtBox .hd ul{
	float:left;
	position:absolute;
	left:0;
	top:10px;
	height:30px;
}
.slideTxtBox .hd ul li{
	float:left;
	padding:0 15px;
	cursor:pointer;
	background: #1d4e93;
	color: #fff;
	margin-right: 7px;
	height: 30px;
	line-height: 30px;
}
.slideTxtBox .hd ul li.on{
	height:30px;
	background:#5899f4;
}
.slideTxtBox .bd ul{
	padding:15px;
	zoom:1;
}
.slideTxtBox .bd li{
	height:30px;
	line-height:30px;
	width: 500px;
	margin-right: 15px;
	float: left;
}
.slideTxtBox .bd li a{
	float: left;
	background: url("../images/arrow01.png") left no-repeat;
	padding-left: 15px;
	color: #434343;
}
.slideTxtBox .bd li .date{
	float:right;
	color:#a0a0a0;
}