@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: 170px;
	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: 357px;
}
.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;
}

.ny_right .con .team_list{}
.ny_right .con .team_list li{
	border:1px solid #e5e5e5;
	width:223px;
	height:315px;
	float:left;
	background:#f5f5f5;
	margin:27px 32px
}
.ny_right .con .team_list li .pic{
	background:#fff;
	text-align:center;
	height:225px;
	padding-top:20px;
}
.ny_right .con .team_list li .pic img{
	width:160px;
	height:205px
}
.ny_right .con .team_list li .txt{
	text-align:center;
	padding-top:20px
}
.ny_right .con .team_list li a{
	color:#0c0c0c;
	font-size:16px
}

.ny_left01{
	width: 319px;
	margin-top: 18px;
	margin-left: 8px;
}
.ny_left01 .left_pic{
	text-align:center;
	padding-top:16px
}
.ny_left01 .left_pic img{
	width:160px;
	height:205px
}

.sideMenu{ margin-top:40px}
.sideMenu h3{ height:32px; line-height:32px; padding-left:10px;  border:1px solid #e3e3e3; background:#ffffff; cursor:pointer; font:normal 14px/32px "Microsoft YaHei"; border-bottom:3px solid #036eb8; margin-bottom:5px}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(../images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:8px 10px; color:#0c0c0c; display:none; /* 默认都隐藏 */ font-size:14px }
.sideMenu ul .side{ border-bottom:1px dashed #cccccc; line-height:33px}
.sideMenu ul .side_left{ width:83px; margin-right:5px; text-align:right}
.sideMenu ul .side_right{ width:200px}

.ny_right01{
	width: 852px;
	margin-top: 18px;
	margin-right: 7px;
}
.ny_right01 .t{
	height: 58px;
	position: relative;
	background: #f8f8f8;
	border:1px solid #e6e6e6
}
.ny_right01 .t .span{
	color: #fff;
	font-size: 20px;
	display: inline-block;
	line-height: 58px;
	background:#1d7dbf;
	padding:0 22px
}
.ny_right01 .t .ny_pos{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #dedede;
	font-size: 14px;
	line-height: 47px;
	background: none;
	padding-left: 25px;
}
.ny_right01 .t .ny_pos a{
	color: #525252;
	padding: 0 15px
}
.ny_right01 .con .details_team{
	margin-top:30px
}
.ny_right01 .con .details_team .t1{
	background:url(../images/team02.png) center repeat-x;
}
.ny_right01 .con .details_team .t1 span{
	display:inline-block;
	color:#525252;
	padding:0 15px;
	background:#fff;
	border-left:4px solid #1d7dbf;
	line-height:33px;
	font-size:18px
}
.ny_right01 .con .details_team .con_team{
	color:#353535;
	font-size:14px;
	line-height:24px;
	padding:15px 0
}

.con_team .t2{
	background:#f8f8f8;
	line-height:30px;
	padding-left:15px;
	color:#525252;
	font-size:16px
}
.con_team .team_list li{
	border:1px solid #e5e5e5;
	width:195px;
	height:315px;
	float:left;
	background:#f5f5f5;
	margin:27px 8px
}
.con_team .team_list li .pic{
	background:#fff;
	text-align:center;
	height:225px;
	padding-top:20px;
}
.con_team .team_list li .pic img{
	width:160px;
	height:205px
}
.con_team .team_list li .txt{
	text-align:center;
	padding-top:20px
}
.con_team .team_list li a{
	color:#0c0c0c;
	font-size:16px
}