@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, 微软雅黑;
	min-width:1000px;
	background:#f4f9fe;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.wrapper01 {
	width: 1040px;
	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: url(../images/bg01.png) top center no-repeat #002372
}
.bg02 {
	background: #ffffff
}
.bg03{
	background: url(../images/bg03.png) bottom center no-repeat;
}
.bg04{
	background: url(../images//bg04.png) repeat-x;
}

.index_search{
	width: 231px;
	height: 43px;
	margin-top: 57px;
	position: relative;
	background: #ffffff
}
.index_search .input{
	background: none;
	color: #595959;
	padding-left: 10px;
	width: 180px;
	height: 43px;
	border: 0;
	outline: none;
	line-height: 31px;
	position: absolute;
	left: 0
}
.index_search .btn{
	background: url(../images/btn.png) no-repeat;
	height: 43px;
	border: 0;
	cursor: pointer;
	right: 0;
	position: absolute;
	width: 48px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	padding: 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto
}
.nav a {
	color: #333333;
	font-family:微软雅黑;
	font-size:18px;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}
.nav .nLi h3 {
	float: left;
	padding: 0 23px;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: normal;
}
.nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 48px;
	position: absolute;
	background: #ffffff;
	line-height: 26px;
	padding: 5px 0;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
}
.nav .sub a:hover {
	background: #6d6d6d;
	color: #fff;
}
.nav .on h3 a {
	border-bottom: 3px solid #ffba00;
}

.slider{ 
	width:100%;  
	min-width:1040px;  
	height:300px;  
	position:relative; 
	overflow:hidden; 
	background:#fff; 
	text-align:center;   
}
.slider .bd{ 
	width:1000px; 
	position:absolute; 
	left:50%; 
	margin-left:-520px  
}
.slider .bd li{ 
	width:1040px; 
	overflow:hidden; 
}
.slider .bd li img{ 
	display:block; 
	width:1040px; 
	height:300px;    
}
.slider .tempWrap{ 
	overflow:visible !important 
}
.slider .tempWrap ul{  
	margin-left:-1040px !important; /*ǿ��λ��*/  
}

.slider .hd{ 
	position:absolute; 
	width:100%; 
	left:0;  
	z-index:1; 
	height:8px; 
	bottom:20px;  
	text-align:center; 
}
.slider .hd li{ 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:8px; 
	height:8px; 
	line-height:99px; 
	overflow:hidden; 
	background:url(../images/slider-btn.png) 0 -10px no-repeat; 
	margin:0 5px; 
	cursor:pointer; 
	filter:alpha(opacity=60);
	opacity:0.6;  
}
.slider .hd li.on{ 
	background-position:0 0; 
	filter:alpha(opacity=100);
	opacity:1;  
}
.slider .pnBtn{  
	position:absolute; 
	z-index:1; 
	top:0; 
	width:100%;  
	height:400px; 
	cursor:pointer;   
}
.slider .prev{ 
	left:-50%; 
	margin-left:-520px;  
}
.slider .next{ 
	left:50%;  
	margin-left:520px;  
}
.slider .pnBtn .blackBg{ 
	display:block;  
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:400px; 
	background:#000; 
	filter:alpha(opacity=50);
	opacity:0.5;   
}
.slider .pnBtn .arrow{ 
	display:none;   
	position:absolute; 
	top:0; 
	z-index:1; 
	width:60px; 
	height:400px;  
}
.slider .pnBtn .arrow:hover{ 
	filter:alpha(opacity=60);
	opacity:0.6; 
}
.slider .prev .arrow{ 
	right:0; 
	background:url(../images/slider-arrow.png) -120px 0 no-repeat;   
}
.slider .next .arrow{ 
	left:0; 
	background:url(../images/slider-arrow.png) 0 0 no-repeat;  
}

.index_news01{
	margin-top: 15px;
}
.index_news01 .t{
	border-bottom: 1px solid #1b4c99;
	padding-bottom: 10px;
}
.index_news01 .t span{
	display: inline-block;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	font-family:微软雅黑;
}
.index_news01 .t a{
	float: right;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 16px;
}
.index_news01 .itemlist{
	background: url(../images/index01.png) no-repeat;
	width: 228px;
	height: 231px;
	padding: 16px 20px 23px 12px;
	margin-top: 20px;
}
.index_news01 .itemlist img{
	width: 204px;
	height: 142px;
	margin-left: 12px;
}
.index_news01 .itemlist a .content{
	width: 210px;
	margin-top: 10px;
	margin-left: 10px;
}
.index_news01 .itemlist a .content .date{
	background: #1e4aac;
	width: 35px;
	height: 36px;
	color: #fcff00;
	text-align: center;
	padding-top: 5px;
}
.index_news01 .itemlist a .content .date span{
	display: inline-block;
	color: #fff;
	border-top: 2px solid #fcff00;
}
.index_news01 .itemlist a .content .txt{
	width: 170px;
	color: #333333;
}
.index_news01 .itemlist a .content .txt h3{
	color: #1a1a1a;
}

.index_news02{
	width: 500px;
	margin-top: 20px;
}
.index_news02 .t{
	border-bottom: 1px solid #1b4c99;
	padding-bottom: 10px;
}
.index_news02 .t span{
	display: inline-block;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	font-family:微软雅黑;
}
.index_news02 .t a{
	float: right;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 16px;
}
.index_news02 .con ul li{
	height: 40px;
	line-height: 40px;
	color: #0335a1;
	font-size: 14px;
	border-bottom: 1px dashed #999999;
}
.index_news02 .con ul li span{
	float: right
}
.index_news02 .con ul li a{
	float: left;
	width: 360px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	color: #282828;
	background: url(../images/arrow01.png) left no-repeat;
	padding-left: 14px
}

.slideTxtBox {
	width: 780px;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
.slideTxtBox .hd {
	height: 54px;
	padding: 0;
	border-bottom: 1px solid #1b4c99;
	position: relative;
	width: 100%;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	width: 100%;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	margin-right: 20px;
	
	
	font-family:微软雅黑;
	
}
.slideTxtBox .hd ul li a{
	position: absolute;
	right: 0;
	top: 0;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 16px;
	display: none;
}
.slideTxtBox .hd ul li span {
	padding-left: 17px;
	color: #767676
}
.slideTxtBox .hd ul li.on {
	background: #ffc21e;
	color: #fff;
}
.slideTxtBox .hd ul li.on a{
	display: block;
}
.slideTxtBox .bd ul {
	padding: 0;
	zoom: 1;
}
.slideTxtBox .bd ul .itemlist{
	width: 142px;
	height: 235px;
	background: url(../images//index03.png) no-repeat;
	margin-top: 20px;
	padding: 10px 27px 15px 17px;
}
.slideTxtBox .bd ul .itemlist a img{
	border-radius: 5px;
	width: 126px;
	height: 160px;
}
.slideTxtBox .bd ul .itemlist a h3{
	border-bottom: 2px solid #bbbbbb;
	color: #1a1a1a;
	line-height: 24px;
}
.slideTxtBox .bd ul .itemlist a p{
	color: #4c4c4c;
}

.index_quick{
	width: 250px;
	text-align: center;
	margin-top: 20px;
}
.index_quick img{
	margin: 10px;
	width: 72px;
	height: 72px;
}

.footer{
	width: 1184px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
	line-height: 30px
}


.ny_left{
	width: 177px;
	margin-top: 18px;
}
.ny_left .t{
	background: url(../images/ny_01.png) no-repeat;
	height: 90px;
	line-height: 90px;
	color: #1e4aac;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.ny_left .con{
	border-top: 3px solid #1e4aac;
}
.ny_left .con li{
	height: 50px;
	line-height: 50px
}
.ny_left .con li a{
	display: block;
	padding-left: 31px;
	color: #2e71cb;
	font-size: 14px;
}
.ny_left .con li a:hover{
	background-color: #ffba00;
	color: #fff;
}
.ny_left .con li a.hover{
	background-color: #1B4C99;
	color: #fff;
}


.ny_right{
	width: 818px;
	margin-top: 18px;
}
.ny_right .t{
	height: 47px;
	border-bottom: 1px solid #bababa;
	position: relative;
	background: #F4F9FE;
}
.ny_right .t .span{
	background: url(../images/ny02--.png) right no-repeat #F4F9FE;
	padding-left: 21px;
	color: #1e4aac;
	font-size: 18px;
	display: inline-block;
	line-height: 47px;
	padding-right: 50px;
}
.ny_right .t .ny_pos{
	position: absolute;
	top: 0;
	right: 20px;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 47px
}
.ny_right .t .ny_pos a{
	color: #6a6a6a;
	padding: 0 5px
}

.ny_right .con{
	background: #f6f6f6;
	padding: 20px
}
.ny_right .con .list ul li{
	height: 65px;
	line-height: 65px;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #6c7fab;
	padding-left: 15px;
}
.ny_right .con .list ul li span{
	float: right
}
.ny_right .con .list ul li a{
	float: left;
	width: 560px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	color: #282828;
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 24px
}

.ny_right .con .header{
	border-bottom: 1px solid #b9b9b9;
	text-align: center;
	margin-top: 20px
}
.ny_right .con .header h2{
	color: #002372
}
.ny_right .con .header p{
	padding: 15px 0;
	color: #424242;
	font-size: 12px
}
.ny_right .con .details{
	font-size: 14px;
	color: #424242;
	line-height: 26px;
	padding: 20px 30px;
}




.ny_right .list01{}
.ny_right .list01 .itemlist{ height: 225px; border: 1px solid #e4e4e4; padding: 0; width: 372px; float: left; margin-top: 10px; margin-left: 7px;}
.ny_right .list01 .itemlist img{ width: 126px; height: 160px; float: left; border: 1px solid #e4e4e4; padding: 3px; margin-top: 13px; margin-left: 14px}
.ny_right .list01 .itemlist .txt{ width: 200px; float: right; margin-right: 8px; margin-top: 13px; font-size: 14px}
.ny_right .list01 .itemlist .txt .item{ margin-bottom: 10px}
.ny_right .list01 .itemlist .txt .item_left{ width: 60px; color: #144d9a; font-weight: bold}
.ny_right .list01 .itemlist .txt .item_right{ width: 160px}
.ny_right .list01 .itemlist .bottom{ background: #f1f1f1; height: 20px; margin-top: 7px; font-size: 14px; padding:5px 10px}
.ny_right .list01 .itemlist .bottom .item_left{ width: 70px; color: #144d9a; font-weight: bold}
.ny_right .list01 .itemlist .bottom .item_right{ width: 310px}






/* 修改 */
.slideGroup{ 
	width:780px;
	text-align:left;
	margin-top: 20px;
	padding-bottom: 20px;  
}
.slideGroup .parHd{ 
	height: 54px;
	padding: 0;
	border-bottom: 1px solid #1b4c99;
	position: relative;
	width: 100%;
}
.slideGroup .parHd ul{ 
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	width: 100%;  
}
.slideGroup .parHd ul li{ 
	float: left;
	cursor: pointer;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	margin-right: 20px;
	font-family:微软雅黑;
}
.slideGroup .parHd ul li a{
	position: absolute;
	right: 0;
	top: 0;
	background: #1e4aac;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 16px;
	display: none;
}
.slideGroup .parHd ul li span {
	padding-left: 17px;
	color: #767676
}
.slideGroup .parHd ul li.on a{
	display: block;
}
.slideGroup .parHd ul li.on{ 
	background: #ffc21e;
	color: #fff;
}
.slideGroup .slideBox{ 
	overflow:hidden; 
	zoom:1; 
	padding:10px 0 10px 42px; 
	position:relative;   
}

.slideGroup .sPrev,.slideGroup .sNext{ 
	position:absolute; 
	left:5px; 
	top:10px; 
	display:block; 
	width:30px; 
	height:94px; 
	border:1px solid #ddd; 
	background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; 
}
.slideGroup .sNext{ 
	left:auto; 
	right:5px; 
	background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  
}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ 
	border-color:#f60;  
}

.slideGroup .parBd ul{ 
	overflow:hidden; 
	zoom:1;   
}
.slideGroup .parBd ul .itemlist{
	width: 142px;
	height: 235px;
	background: url(../images//index03.png) no-repeat;
	margin-top: 20px;
	padding: 10px 27px 15px 17px;
}
.slideGroup .parBd ul .itemlist a img{
	border-radius: 5px;
	width: 126px;
	height: 160px;
}
.slideGroup .parBd ul .itemlist a h3{
	border-bottom: 2px solid #bbbbbb;
	color: #1a1a1a;
	line-height: 24px;
}
.slideGroup .parBd ul .itemlist a p{
	color: #4c4c4c;
}
/* 修改 */