@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
	min-width: 1000px;
	background: #ffffff
}

.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 #1154a3;
}

.bg02 {
	background: url(../images/bg02.png) top repeat-x
}

.bg03 {
	background: #003262;
	padding-top: 35px;
}

.index_date {
	width: 234px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	font-size: 14px;
	float: right;
	margin-top: 15px;
}

.index_date a {
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	padding: 0;
	height: 54px;
	line-height: 54px;
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto
}

.nav a {
	color: #333333;
}

.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 45px;
	font-size: 18px;
	font-weight: normal;
}

.nav .sub {
	display: none;
	width: 170px;
	left: 0;
	top: 54px;
	position: absolute;
	background: #ffffff;
	line-height: 26px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #333333;
}

.nav .sub a:hover {
	background: #6d6d6d;
	color: #fff;
}

.nav .on h3 a {
	background: #ffffff;
	color: #333333;
}

.slideBox {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.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;
}

.slideBox .hd ul li.on {
	background: #036eb8;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 300px;
	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;
}

.slideBox01 {
	width: 264px;
	height: 229px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.slideBox01 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox01 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox01 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox01 .hd ul li.on {
	background: #036eb8;
	color: #fff;
}

.slideBox01 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox01 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox01 .bd img {
	width: 264px;
	height: 229px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox01 .prev,
.slideBox01 .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;
}

.slideBox01 .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox01 .prev:hover,
.slideBox01 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox01 .prevStop {
	display: none;
}

.slideBox01 .nextStop {
	display: none;
}


.index_left {
	width: 237px;
}

.index_login {
	margin-top: 21px;
	background: #f2f2f2;
	border: 1px solid #aaaaaa;
	height: 181px;
	padding: 15px 13px;
}

.index_login h1 {
	color: #3e76b6;
	font-size: 20px;
	text-align: center;
}

.index_login .form {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 204px;
	height: 32px;
	margin: 20px auto;
}

.index_login .form .input {
	width: 150px;
	height: 32px;
	border: 0;
	line-height: 32px;
	margin-left: 5px;
	outline: none;
}

.index_login .btn {
	width: 208px;
	height: 38px;
	background: url(../images/btn.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
}

.index_search {
	background: url(../images/index03.png) top no-repeat;
	height: 48px;
	margin-top: 14px;
	position: relative;
}

.index_search .input {
	background: #fff;
	position: absolute;
	width: 180px;
	height: 23px;
	border-radius: 5px;
	left: 10px;
	top: 10px;
	border: 0
}

.index_search .btn {
	background: url(../images/btn01.png) no-repeat;
	width: 24px;
	height: 23px;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 13px;
}

.index_course {
	margin-top: 10px;
	background: url(../images/index04.png) no-repeat;
	height: 364px;
}

.index_course .t {
	margin: 0 2px;
	padding-top: 10px;
}

.index_course ul {
	padding: 10px;
	margin-bottom: 0;
	color: #1a1a1a;
	font-size: 14px;
}

.index_course ul li a {
	display: block;
	background: url(../images/arrow01.png) left no-repeat;
	padding-left: 20px;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
}

.index_right{
	width: 758px;
}

.index_news01 {
	padding: 7px 3px 15px 8px;
	width: 747px;
	height: 302px;
	background: url(../images/index06.png) no-repeat;
	margin-top: 17px;
}

.index_news01 .con {
	width: 453px;
	margin-left: 7px;
}

.index_news01 .con li {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #cacaca;
}

.index_news01 .con li span {
	float: right;
	color: #2362b7;
}

.index_news01 .con li a {
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 21px;
	color: #272727
}

.index_news02 {
	background: url(../images/index08.png) no-repeat;
	padding: 5px 6px 7px 6px;
	width: 472px;
	height: 302px;
	margin-top: 10px;
}

.index_news02 .con {
	width: 453px;
	margin-left: 7px;
}

.index_news02 .con li {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #cacaca;
}

.index_news02 .con li span {
	float: right;
	color: #2362b7;
}

.index_news02 .con li a {
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 21px;
	color: #272727
}

.index_link {
	margin-top: 10px;
	padding: 4px 5px 8px 5px;
	width: 264px;
	height: 302px;
	background: url(../images/index10.png) no-repeat;
}

.index_link .con {
	text-align: center;
}

.index_link .con img {
	margin: 5px auto;
	width: 248px;
}

.footer {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
	line-height: 30px;
	border-top: 1px solid #4d7091;
}

.ny_left {
	width: 234px;
	margin-top: 34px;
	border: 1px solid #dfdfdf;
}

.ny_left .t {
	background: url(../images/ny01.png) no-repeat;
	height: 96px;
	line-height: 96px;
	color: #00489e;
	font-size: 24px;
	padding-right: 16px;
	text-align: right;
}

.ny_left .con li {
	height: 48px;
	line-height: 44px;
	padding-left: 20px;
}

.ny_left .con li a {
	display: block;
	padding-left: 31px;
	color: #2e71cb;
	font-size: 14px;
	background: url(../images/ny02.png) left no-repeat;
}

.ny_right {
	width: 747px;
}

.ny_right .t {
	height: 38px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	line-height: 38px;
}

.ny_right .t .span {
	padding-left: 13px;
	color: #4f81bd;
	font-size: 18px;
	display: inline-block;
	line-height: 26px;
	border-left: 3px solid #ffa800
}

.ny_right .ny_pos {
	color: #4f81bd;
	font-size: 14px;
	line-height: 34px
}

.ny_right .ny_pos a {
	color: #4f81bd;
	padding: 0 5px
}

.ny_right .con {
	padding: 20px
}

.ny_right .con .list ul li {
	height: 40px;
	line-height: 40px;
	color: #808080;
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ny_right .con .list ul li span {
	float: right
}

.ny_right .con .list ul li a {
	float: left;
	width: 360px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 14px
}

.ny_right .list01 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px;
}

.ny_right .list01 li {
	line-height: 30px;
	height: 129px;
	font-size: 14px;
	border-bottom: 1px dashed #b7b7b7;
	width: 100%;
	margin: 20px auto 0 auto
}

.ny_right .list01 li img {
	width: 144px;
	height: 108px;
	float: left;
	margin-right: 12px
}

.ny_right .list01 li .txt {
	width: 520px
}

.ny_right .list01 li .txt a {
	color: #040404
}

.ny_right .list01 li .txt p {
	color: #858585
}

.ny_right .list01 li .txt span {
	display: block;
	text-align: right;
	color: #565353
}

.ny_right .con .header {
	border-bottom: 1px solid #b9b9b9;
	text-align: center;
	margin-top: 20px
}

.ny_right .con .header h2 {
	color: #1a1a1a
}

.ny_right .con .header p {
	padding: 15px 0;
	color: #999999;
	font-size: 12px
}

.ny_right .con .details {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	padding: 20px 30px;
}

.index_course01{
	border: 1px solid #dbdbdb;
	margin-top: 15px;
}
.index_course01 .t{
	padding: 5px;
	color: #333333;
	font-size: 20px;
}
.index_course01 ul {
	padding: 10px;
	margin-bottom: 0;
	color: #1a1a1a;
	font-size: 14px;
}

.index_course01 ul li a {
	display: block;
	background: url(../images/arrow01.png) left no-repeat;
	padding-left: 20px;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
}

.ny_list01{
	margin-top: 40px;
}
.ny_list01 ul li{
	display: block;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
}
.ny_list01 ul li a{
	background: url(../images/arrow03.png) left no-repeat;
	padding-left: 30px;
	color: #4c4c4c;
	font-size: 20px;
}

.ny_content{
	width: 700px;
	margin: 0 auto;
}
.ny_content .header {
	text-align: center;
	margin-top: 20px
}

.ny_content .header h2 {
	color: #000000;
	font-size: 26px;
}

.ny_content .header p {
	padding: 15px 0;
	color: #999999;
	font-size: 12px
}

.ny_content .details {
	font-size: 20px;
	color: #666666;
	line-height: 26px;
	padding: 20px 30px;
}

.table{
	width: 100%;
}
.table th{
	border: 1px solid #fff;
	background: #4f81bd;
	color: #fff;
	font-size: 20px;
	height: 80px;
	font-weight: normal;
	width: 25%;
}
.table td{
	border: 1px solid #fff;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: normal;
	padding: 20px 10px;
}
.table td span{
	display: block
}
.table tr{
	background: #d0d8e8;
}

.ny_list02 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px;
}

.ny_list02 li {
	line-height: 30px;
	height: 129px;
	font-size: 14px;
	border-bottom: 1px dashed #b7b7b7;
	width: 100%;
	margin: 20px auto 0 auto
}

.ny_list02 li img {
	width: 144px;
	height: 108px;
	float: left;
	margin-right: 12px
}

.ny_list02 li .txt {
	width: 500px
}

.ny_list02 li .txt a {
	color: #040404
}

.ny_list02 li .txt p {
	color: #858585
}

.ny_list02 li .txt span {
	display: block;
	text-align: right;
	color: #565353
}