@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	min-width:1210px;
	background:#fff;
}
.wrapper {
	width: 1210px;
	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: #003262;
}
.bg02{
	background: url("../images/bg02.png") top center no-repeat;
}
.bg03{
	background: url("../images/bg03.png") top center no-repeat;
}
.bg04{
	background: #003262;
	border-top: 8px solid #be8620;
	margin-top: 24px
}
.bg05{
	background: url("../images/bg05.png") top center no-repeat;
}
.bg_fff{
	background: #fff;
}

.index_search {
	width: 282px;
	color: #FFF;
	position: relative;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	top: 47px;
	right: 0;
	padding: 2px
}
.index_search .input {
	position: absolute;
	left: 1px;
	height: 33px;
	line-height: 33px;
	background: none;
	border: 0;
	width: 187px;
	color: #959595;
	padding-left: 10px;
	outline: none;
}
.index_search .btn {
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	right: 1px;
	width: 37px;
	height: 33px;
	border: 0;
	cursor: pointer
}
.index_search .search{
	background: #fff;
	border: 1px solid #b3b3b3;
	height: 33px;
	margin-top: 10px;
}
.index_date {
	position: absolute;
	top: -30px;
	right: 0;
	width: 234px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	font-size: 14px
}
.index_date a{
	display: inline-block;
	background: #036eb8;
	color: #fff;
	line-height: 33px;
	padding: 0 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	padding: 0;
	height: 59px;
	line-height: 59px;
	position: relative;
	z-index: 1;
	width: 1210px;
	margin: 0 auto;
	background: #036eb8;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
}
.nav .sub {
	display: none;
	width: 92px;
	left: 0;
	top: 59px;
	position: absolute;
	background: #036eb8;
	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 {
	background: #fff;
	color: #036eb8;
}

.focusBox {
	position: relative;
	width: 1210px;
	height: 400px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}
.focusBox .pic img {
	width: 1210px;
	height: 400px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 68px;
	width:100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 68px;
	width:100%;
	overflow: hidden;
}
.focusBox .txt li{
	height:68px;
	line-height:34px;
	position:absolute;
	bottom:-68px;
}
.focusBox .txt li span{
	display: block;
	font-size: 18px;
}
.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: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.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: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .num li.on a,.focusBox .num a:hover{
	background:#f60;
}

.index_news01{
	width: 1132px;
	margin: 6px auto;
}
.index_news01 .t{
	position: relative;
	width: 100%;
	text-align: center;
	height: 52px;
}
.index_news01 .t a{
	position: absolute;
	right: 0;
	top: 11px;
}

#iFocus {
	height:280px;
	overflow:hidden;
	position:relative;
	width:472px;
	background:#000;
	margin-top: 16px;
}
#iFocus ul {
	height:280px;
	position:absolute;
	z-index:88
}
#iFocus ul li {
	float:left;
	width:472px;
	height:280px;
	overflow:hidden;
	position:relative;
	background:#000;
	z-index:81
}
#iFocus ul li a{
	display:block;
	float:left
}
#iFocus ul li a img{
	vertical-align:middle;
}
#iFocus .btnBg {
	position:absolute;
	width:472px;
	height:35px;
	left:0;
	bottom:0;
	background:#999;
	z-index:89;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#iFocus .btn {
	position:absolute;
	width:472px;
	height:18px;
	left:0;
	bottom:8px;
	padding-right:10px;
	text-align:right;
	z-index:90
}
#iFocus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	margin-right:5px;
	cursor:pointer;
	color:#fff;
	background:#5d5d5d;
	border:solid 1px #5d5d5d
}
#iFocus .btn span.on {
	background:#036eb8;
	color:#fff;
	border:solid 1px #036eb8
}

.index_news01 ul{
	margin-left: 32px;
	margin-top: 11px;
}
.index_news01 ul li{
	width: 628px;
	height: 66px;
	margin-bottom: 5px;
}
.index_news01 ul li:hover{
	background: url("../images/index02.png") no-repeat;
}
.index_news01 ul li .date{
	background: #4b75a4;
	width: 53px;
	height: 53px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-left: 22px;
	margin-top: 7px;
}
.index_news01 ul li .date span{
	display: block;
	height: 30px;
	font-size: 30px;
}
.index_news01 ul li .txt{
	width: 536px;
	margin-left: 12px;
	color: #aeaeae;
	margin-top: 7px;
}
.index_news01 ul li .txt a{
	display: block;
	color: #757575;
	font-size: 14px;
}

.slideTxtBox{
	width:1086px;
	text-align:left;
	margin: 0 auto;
	padding-top: 27px;
	height: 614px;
}
.slideTxtBox .hd{
	height:36px;
	padding:0;
	position:relative;
	width: 100%;
}
.slideTxtBox .hd ul{
	position:absolute;
	left:0;
	top:0;
	height:36px;
	width: 100%;
	text-align: center;
}
.slideTxtBox .hd ul li{
	cursor:pointer;
	display: inline-block;
	border: 1px solid #a5b7c8;
	padding: 1px;
	font-size: 18px;
	color: #003262;
}
.slideTxtBox .hd ul li span{
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
}
.slideTxtBox .hd ul li.on span{
	height:32px;
	background:#3c597a;
	color: #fff;
}
.slideTxtBox .bd ul{
	padding:0;
	zoom:1;
	margin-top: 10px;
}
.slideTxtBox .bd li{
	height:106px;
	background: url("../images/index03.png") no-repeat;
	width: 519px;
	position: relative;
	float: left;
	margin: 6px;
}
.slideTxtBox .bd li span{
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	color: #fff;
	padding-left: 4px;
	padding-top: 4px;
	font-size: 10px;
}
.slideTxtBox .bd li .txt{
	width: 480px;
	color: #b4b4b4;
	margin-left: 20px;
	margin-top: 16px;
}
.slideTxtBox .bd li .txt .date{
	color: #00407d;
}
.slideTxtBox .bd li .txt a{
	display: block;
	color: #595959;
	font-size: 14px;
}

.footer{
	width: 1210px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
	line-height: 24px
}
.footer .f_one{
	width: 326px;
	background: url("../images/index09.png") right no-repeat;
}
.footer .f_one .t{
	background: url("../images/arrow01.png") left no-repeat;
	padding-left: 15px;
}
.footer .f_one a{
	color: #fff;
	padding: 0 20px;
}

.footer .f_two{
	width: 510px;
	background: url("../images/index09.png") right no-repeat;
	margin-left: 20px;
}
.footer .f_two .t{
	background: url("../images/arrow02.png") left no-repeat;
	padding-left: 25px;
}

.ny_banner{
	width: 1195px;
	margin: 0 auto;
	padding-top: 6px;
}
.ny_banner img{
	width: 1195px;
}

.ny_left{
	width: 219px;
	margin-top: 18px;
	margin-left: 8px;
}
.ny_left .t{
	background: url(../images/ny01.png) no-repeat;
	height: 59px;
	line-height: 59px;
	color: #000000;
	font-size: 18px;
	padding-right: 38px;
	text-align: right;
}
.ny_left .con li{
	height: 39px;
	line-height: 39px;
	width: 219px;
	margin-top: 4px;
}
.ny_left .con li a{
	display: block;
	padding-right: 31px;
	color: #000000;
	font-size: 14px;
	background: url(../images/ny02.png) no-repeat;
	text-align: right;
	text-decoration: none;
}
.ny_left .con li a:hover{
	background: url("../images/ny03.png") no-repeat;
	color: #fff;
}

.ny_right{
	width: 952px;
	margin-top: 18px;
	margin-right: 7px;
}
.ny_right .t{
	height: 58px;
	position: relative;
	background: url("../images/ny04.png") no-repeat;
}
.ny_right .t .span{
	padding-left: 90px;
	color: #000000;
	font-size: 20px;
	display: inline-block;
	line-height: 58px
}
.ny_right .t .ny_pos{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #979797;
	font-size: 14px;
	line-height: 47px;
	background: url("../images/arrow03.png") left no-repeat;
	padding-left: 25px;
}
.ny_right .t .ny_pos a{
	color: #979797;
	padding: 0 5px
}

.ny_right .con{
	width: 936px;
	margin: 10px auto;
}
.ny_right .con .list li{
	border-bottom: 1px dashed #949393;
	height: 95px;
	margin-top: 20px;
}
.ny_right .con .list li .date{
	background: #0f6faf;
	color: #fff;
	width: 84px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.ny_right .con .list li .txt{
	width: 820px;
	margin-right: 10px;
}
.ny_right .con .list li .txt a{
	display: block;
	color: #595959;
	font-size: 14px;
}
.ny_right .con .list li .txt p{
	color: #b4b4b4;
	margin-top: 10px;
}
.ny_right .con .list li .txt .more{
	text-align: right;
	margin-top: 10px;
}
.ny_right .con .list li .txt .more a{
	display: inline-block;
	color: #0f6faf;
}

.ny_right .con .header{
	border-bottom: 1px dashed #d6d6d6;
	text-align: center;
	margin-top: 20px
}
.ny_right .con .header h2{
	color: #383838
}
.ny_right .con .header p{
	padding: 15px 0;
	color: #adadad;
	font-size: 12px
}
.ny_right .con .details{
	font-size: 14px;
	color: #2e2e2e;
	line-height: 26px;
	padding: 20px 30px;
}






.jser{ width:95%; margin:0 auto; height:auto;}
.jsdh{ width:100%; height:50px; border-bottom:1px solid #ccc;}
.jsdha{ width:150px;margin-right:10px; background:#036fc9;font-size:14px;font-family:"微软雅黑"; text-align:center; line-height:35px; color:#fff; float:left;}
.jsdha a{ color:#fff;text-decoration:none;}

.jsdhab{ width:150px;margin-right:10px; text-align:center;font-size:14px;font-family:"微软雅黑"; line-height:35px; color:#fff; float:left; background:#aeaeae;}
.jsdhab a{ color:#fff;text-decoration:none;}
.jszc{ height:auto; width:100%; min-height:500px;}
.btmc_1 {
	line-height:46px;
	font-size:18px;
	font-family: "微软雅黑";
	color:#06C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	display:block;
	clear:both;
    padding-left:10px;}
.jsmc a {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #666;
	float: left;
	width: 93px;
	display:block;}
.jslb3 li img { float:left; display:block; width:145px; height:200px;margin-left:50px;}
.jslb3 li { border-bottom:dashed 1px #ccc; padding:30px 0; height:200px;}
.jslb3 li span { float:left; display:block; width:700px; padding-left:30px; font-size:12px; line-height:30px; color:#666;}
.jslb3 li span a { font-size:14px; display:block; line-height:36px; color:#000;}
.jslb3 li span a:hover { color:#06C;}
.yiji { clear:both;}

.lsyg { background:url(../images/timg_r10_c5.png) repeat-y center top; width:641px; margin:20px auto;}
.lsyg li { width:250px; margin-bottom:50px;}
.lsyg .zb  { padding-right:70px; background:url(../images/timg_r10_c3.png) no-repeat right 50px; float:left;}
.lsyg .yb { padding-left:70px; background:url(../images/timg_r10_c3.png) no-repeat left 50px; float:right;}
.lsyg .zb div  {float:left; width:250px;}
.lsyg .yb div { float:right; width:250px;}
.lsyg span { display:block;}
.lsyg .lsbt { padding:0 15px; background:url(../images/timg_r4_c2.png) repeat-y; line-height:30px; font-size:18px; color:#0087d4;}
.lsyg .zy { padding:0 15px; background:url(../images/timg_r4_c2.png) repeat-y; line-height:24px; font-size:16px; color:#666;}
.lsyg .tp { padding:15px; background:url(../images/timg_r4_c2.png) repeat-y; line-height:24px;}
.lsyg .tp img { width:220px;}
.jswo{ width:95%; height:auto; margin:0 auto;}
.jsry{ width:47%; float:left; height:200px; border:1px solid #ccc;margin-right:2%;margin-top:10px;}
.jsrylf{ width:150px; height:200px; float: left; margin-right:10px;}
.jsryr{ height:auto; float:left;width:250px; }
.jsryr h3{ font-size:16px; line-height:35px; font-size:14px; font-family:"微软雅黑";}
.jsryr p{ line-height:30px; font-size:14px; font-size:14px; font-family:"微软雅黑";}