@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
	min-width: 1200px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

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: #286fb7
}

.bg02 {
	background: #eaedef;
	padding-bottom: 27px;
}

.bg03 {
	background: #286fb7;
	padding-bottom: 40px;
}

.bg04 {
	background: #023563;
}

.bg05 {
	background: url(../images/bg05.png) bottom center no-repeat;
}

.welcome {
	color: #8c8c8c;
	line-height: 33px
}

.welcome a {
	color: #fff;
	padding: 0 5px
}

.index_search {
	width: 111px;
	height: 29px;
	position: relative;
	border-bottom: 2px solid #fff;
	margin-top: 5px;
	margin-left: 15px;
}

.index_search .input {
	background: none;
	color: #fff;
	padding-left: 10px;
	width: 75px;
	height: 29px;
	border: 0;
	outline: none;
	line-height: 29px;
	position: absolute;
	left: 0
}

.index_search .btn {
	background: url(../images/btn.png) no-repeat;
	height: 29px;
	border: 0;
	cursor: pointer;
	right: 0;
	position: absolute;
	width: 28px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	padding: 30px 0 0 0;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1;
	width: 795px;
}

.nav a {
	color: #333333;
	text-decoration: none;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 78px;
	text-align: center;
}

.nav .sub {
	display: none;
	width: 250px;
	left: -81px;
	top: 45px;
	position: absolute;
	background: url(../images/nav.png) top center no-repeat;
	line-height: 26px;
	padding: 38px 0 5px 0;
}

.nav .sub .con {
	background: url(../images/sub.png);
}

.nav .sub li {
	zoom: 1;
	display: inline-block;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	width: 95px;
	color: #fff;
}

.nav .sub a:hover {
	background: #6d6d6d;
	color: #fff;
}


.slider {
	width: 100%;
	min-width: 1200px;
	height: 441px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}

.slider .bd li {
	width: 1200px;
	overflow: hidden;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 441px;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1200px !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: 441px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -600px;
}

.slider .next {
	left: 50%;
	margin-left: 600px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 441px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 441px;
}

.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_quick {
	width: 392px;
	margin-top: 22px;
	padding-bottom: 30px;
}

.index_quick .item{
	transition: all 0.7s ease-out 0s;
	position: relative;
}
.index_quick .item a {
	height: 87px;
	margin-bottom: 7px;
	position: relative;
	transition:all 0.3s linear;-webkit-transition:all 0.3s linear;top:0px;
	overflow: hidden;
}
.index_quick .pic01{
	background: url(../images/quick01.png) no-repeat;
}
.index_quick .pic02{
	background: url(../images/quick02.png) no-repeat;
}
.index_quick .pic03{
	background: url(../images/quick03.png) no-repeat;
}
.index_quick .pic04{
	background: url(../images/quick04.png) no-repeat;
}
.index_quick .top{
	background: url(../images/quick_bg.png);
	height: 87px;
	position: absolute;
	width: 392px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 20px;
	line-height: 87px;
	transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
}
.index_quick .top img{
	float: left;
	margin-top: 26px;
	margin-left: 40px;
	margin-right: 36px;
}
.index_quick .bottom{
	color: #fff;
	padding: 20px;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	height: 47px;
	width: 352px;
	font-size: 16px;
	transition: all 0.7s ease-out 0s;
	background: url(../images/quick_bg01.png);
	transition-delay: 0.7s;
	left:-392px;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
}
.index_quick .item a:hover .bottom{
	left:0;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
}
.index_quick .item a:hover .top{
	left:392px;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
}

.index_quick .item a {
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	height: 87px;
}

.index_quick .item a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}

.index_select {
	width: 795px;
	margin-top: 22px;
}

.index_select .title {
	height: 36px;
	line-height: 36px;
}

.index_select .title a {
	cursor: pointer;
	padding: 0 10px;
}

.index_select .title a.active {
	background: #286fb7;
	color: #fff;
}

.index_select .title span {
	display: inline-block;
	background: #286fb7;
	border-radius: 3px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}
.index_select .title span.noback{
	background: #fff;
	color: #286fb7;
}

.index_select .title a {
	color: #333333;
	padding: 0 15px;
	text-decoration: none;
	line-height: 36px;
	display: inline-block;
}

.index_select .title a:hover {
	background: #286fb7;
	color: #fff;
}

.index_select .title a.hover {
	color: #286fb7;
}

.index_select .select01 {
	margin-top: 12px;
}

.index_select .select01 a {
	cursor: pointer
}

.index_select .select01 .all {
	color: #fff;
	background: #286fb7;
	width: 57px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}
.index_select .select01 .noback{
	background: #fff;
	color: #286fb7;
}

.index_select .select01 .table {
	width: 730px;
	float: right;
}

.index_select .select01 .table table {
	border-collapse: collapse;
	width: 100%;
}

.index_select .select01 .table table td {
	text-align: center;
	border: 1px solid #d7d7d7;
	height: 27px;
	vertical-align: middle;
}

.index_select .select01 .table table td a {
	color: #286fb7;
	display: block;
	text-decoration: none;
	line-height: 27px;
}
.index_select .select01 .table table td a.active{
	background: #286fb7;
	color: #fff;
}

.index_select .select01 .table table td.active {
	background: #286fb7;
}

.index_select .select01 .table table td.active a {
	color: #fff;
}

.index_select .select01 .table table td:hover {
	background: #286fb7;
}

.index_select .select01 .table table td:hover a {
	color: #fff;
}

.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.multipleColumn .prev,
.multipleColumn .next {
	display: block;
	width: 29px;
	height: 37px;
	margin-top: 100px;
	overflow: hidden;
	cursor: pointer;
}


.multipleColumn .bd {
	padding: 10px;
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 156px;
	float: left;
	_display: inline;
}

.multipleColumn .bd ul li {
	margin: 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 156px;
}

.multipleColumn .bd ul li .pic {
	text-align: center;
}

.multipleColumn .bd ul li .pic img {
	width: 140px;
	height: 45px;
	display: block;
	margin: 0 auto 10px auto;
}

.multipleColumn .bd ul li .title1 {
	padding: 0 20px;
}

.multipleColumn .bd ul li .title1 a {
	line-height: 24px;
	color: #333333;
}

.multipleColumn .bd ul li:hover .title1 a {
	line-height: 24px;
	color: #286fb7;
}

.index_news01 {
	width: 373px;
	height: 303px;
	background: url(../images/index01.png) no-repeat;
	margin-top: 30px;
	padding: 10px;

}

.index_news01 .t {
	border-bottom: 1px solid #d9d9d9;
	height: 46px;
	position: relative;
}

.index_news01 .t span {
	display: inline-block;
	background: #286fb7;
	color: #fff;
	padding: 0 15px;
	line-height: 34px;
	font-size: 16px;
	border-radius: 3px;
}

.index_news01 .t a {
	position: absolute;
	top: 20px;
	right: 0;
	color: #286fb7;
	font-size: 12px;
}

.index_news01 .con .itemlist {
	width: 328px;
	float: left;
	margin: 25px 6px 0 6px
}

.index_news01 .con .itemlist .date {
	float: left;
	width: 51px;
	height: 37px;
	line-height: 18px;
	color: #164a7c;
	text-align: center;
	font-size: 12px
}

.index_news01 .con .itemlist .date span {
	display: block;
	color: #3a6b9d;
	font-size: 16px;
}

.index_news01 .con .itemlist a {
	float: right;
	width: 260px;
	line-height: 18px;
	color: #282828;
	font-size: 14px;
}

.index_news01 .con .itemlist a:hover {

	color: #286fb7
}

.index_news02 {
	width: 773px;
	height: 303px;
	background: url(../images/index01.png) right no-repeat #fff;
	margin-top: 30px;
	padding: 10px;
}

.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	height: 46px;
	line-height: 34px;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #d9d9d9;
	height: 46px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	width: 100%;
}

.slideTxtBox .hd ul li {
	float: left;
	background: #aaaaaa;
	color: #fff;
	padding: 0 15px;
	line-height: 34px;
	font-size: 16px;
	border-radius: 3px;
	margin-right: 20px;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	background: #286fb7;
	color: #fff;
	padding: 0 15px;
	line-height: 34px;
	font-size: 16px;
	border-radius: 3px;
}

.slideTxtBox .hd ul li a {
	position: absolute;
	top: 10px;
	right: 0;
	color: #286fb7;
	font-size: 12px;
	display: none;
}

.slideTxtBox .hd ul li.on a {
	display: block;

}

.slideTxtBox .bd ul {
	padding: 13px 0 0 0;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}

.slideTxtBox .bd li a {
	color: #4c4c4c;
}

.slideTxtBox .bd li  a:hover  {
	color: #286fb7;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}



.slideTxtBox .bd ul .con {
	width: 376px;
}

.index_icon {
	width: 240px;
	height: 70px;
	line-height: 35px;
	color: #727272;
	padding: 30px 0;
}

.index_icon span {
	display: block;
	color: #337abc;
	font-size: 28px;
}

.icon01 {
	background: url(../images/icon01.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon01:hover {
	background: url(../images/icon01_hover.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon02 {
	background: url(../images/icon02.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon02:hover {
	background: url(../images/icon02_hover.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon03 {
	background: url(../images/icon03.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon03:hover {
	background: url(../images/icon03_hover.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon04 {
	background: url(../images/icon04.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon04:hover {
	background: url(../images/icon04_hover.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon05 {
	background: url(../images/icon05.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.icon05:hover {
	background: url(../images/icon05_hover.png) left no-repeat;
	height: 70px;
	padding-left: 80px;
}

.index_news03 {
	width: 373px;
	height: 303px;
	background: url(../images/index01.png) no-repeat;
	margin-top: 30px;
	padding: 10px;
}

.index_news03 .t {
	border-bottom: 1px solid #d9d9d9;
	height: 46px;
	position: relative;
}

.index_news03 .t span {
	display: inline-block;
	background: #286fb7;
	color: #fff;
	padding: 0 15px;
	line-height: 34px;
	font-size: 16px;
	border-radius: 3px;
}

.index_news03 .t a {
	position: absolute;
	top: 20px;
	right: 0;
	color: #286fb7;
	font-size: 12px;
}

.index_news03 .con li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.index_news03 .con li a {
	color: #4c4c4c;
}

.index_news03 .con li a:hover {
	color: #286fb7;
}

.index_news03 .con li .date {
	float: right;
	color: #999;
}

.footer01 {
	width: 440px;
	margin-left: 50px;
	padding-top: 30px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

.footer01 .t {
	background: url(../images/footer01.png) left no-repeat;
	padding-left: 40px;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer01 .con {
	padding-left: 50px;
}

.footer02 {
	width: 278px;
	padding-top: 30px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

.footer02 .t {
	background: url(../images/footer02.png) left no-repeat;
	padding-left: 40px;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer02 .con {
	padding-left: 50px;
}

.footer {
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.footer span {
	display: inline-block;
}

.banner {
	padding:  10px 0 10px 0;
}

.banner img {
	width: 100%;
	max-height: 226px;
}


.ny_left {
	width: 306px;
	margin-top: 10px;
}

.ny_left .t {
	background: url(../images/ny01.png);
	height: 111px;
	line-height: 111px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}

.sideMenu h3 {
	height: 63px;
	line-height: 63px;
	padding-left: 10px;
	border-top: 1px solid #a5a5a5;
	background: #ffffff;
	cursor: pointer;
	font: normal 14px/63px "Microsoft YaHei";
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	background: url(../images/icoAdd.png) 16px 12px no-repeat;
	cursor: pointer;
	margin-top: 15px;
}

.sideMenu h3.on em {
	background-position: 16px -57px;
}

.sideMenu h3.on {
	color: #144878;
}

.sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}

.sideMenu ul li {
	line-height: 30px;
}

.sideMenu ul li a {
	color: #666666;
}
.bianse ul li a:hover{color:#286fb7;}

.ny_right {
	width: 859px;
	margin-top: 10px;
}

.ny_right .t {
	height: 60px;
	border-bottom: 1px solid #bebebe;
	position: relative
}

.ny_right .t .span {
	background: #286fb7;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 39px;
	margin-top: 10px;
	border-radius: 3px;
}

.ny_right .t .ny_pos {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 40px;
	float: right;
}

.ny_right .t .ny_pos a {
	color: #6a6a6a;
	padding: 0 5px
}

.ny_right .list {
	margin-top: 20px;
	margin-bottom: 20px
}

.ny_right .list li {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8
}

.ny_right .list li .date {
	float: left;
	color: #034292;
}

.ny_right .list li a {
	color: #626466;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_right .list01 {
	margin: 20px 0;
}

.ny_right .list01 li {
	line-height: 24px;
	height: 129px;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
	margin: 20px auto 0 auto
}

.ny_right .list01 li img {
	width: 186px;
	height: 115px;
	float: left;
	margin-right: 12px
}

.ny_right .list01 li .txt {
	width: 537px
}

.ny_right .list01 li .txt a {
	color: #333333;
	font-size: 16px;
	display: block;
	height: 70px;
}

.ny_right .list01 li .txt p {
	color: #858585
}

.ny_right .list01 li .txt span {
	display: inline-block;
	text-align: left;
	color: #034292
}

.ny_right .list01 li .txt span.ll {
	background: url(../images/arrow05.png) left no-repeat;
	padding-left: 20px;
}

.ny_right .con .header {
	border-bottom: 1px solid #b9b9b9;
	text-align: center;
	margin-top: 20px
}

.ny_right .con .header h2 {
	color: #286fb7
}

.ny_right .con .header p {
	padding: 15px 0;
	color: #4c4c4c;
	font-size: 12px
}

.ny_right .con .details {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 26px;
	padding: 20px 30px;
}

.ny_right .con .content {
	background: #ffffff;
	padding: 20px;
min-height:1000px;
}


.header {
	position: relative;
	z-index: 3;
	transition: all 0.7s ease-out 0s;
}

.lit{
	position: fixed !important;
	left: 0%;
	top: 0;
	right: 0%;
	z-index: 3;
}

.header {
	opacity: 0;
	transform: translateY(-100%);
}

.header.showdiv {
	opacity: 1;
	transform: none;
}

.body_home.showdiv .header {
	transform: none;
	opacity: 1;
}

.header .d1 {
	background: #286fb7;
	color: #d39797;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
}

.header.lit .d1 {
	height: 0;
}

.header .d1 .nav_l i {
	margin: 0 18px;
	font-size: 12px;
}

.header .d1 .nav_l a {
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.header .d1 .nav_l a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	/* border-top: 2px solid #d39797; */
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header .d1 .nav_l a.now {
	color: #fff;
}

.header .d1 .nav_l a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_l a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_r a {
	margin-left: 30px;
}

.header .d1 .nav_r a {
	display: inline-block;
	line-height: 1;
	color: #fff;
}

.header .d1 .nav_r a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	/* border-top: 2px solid #d39797; */
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header .d1 .nav_r a.now {
	color: #fff;
}

.header .d1 .nav_r a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_r a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d2 {
	transition: all 0.3s ease-out 0s;
	height: 106px;
	height: 106px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.header .block {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.header .logo {
	height: 100%;
	width: 387px;
}

.header .logo a {
	height: 100%;
	font-size: 0;
	display: block;
}

.header .logo img {
	vertical-align: middle;
	display: inline-block;
}

.header .logo a:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header .nav_main {
	text-align: center;
	font-size: 18px;
}

.header .nav_main a {
	margin: 0 6px;
	color: #fff;
	display: inline-block;
	position: relative;
text-decoration:none;
}

.header .nav_main a:after {
	content: "";
	border-bottom: 2px solid #286fb7;
	margin-top: 5px;
	display: block;
	width: 100%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}

.header .nav_main a:before {
	content: "";
	border-left: 2px solid #286fb7;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 100%;
	transform-origin: center top;
}

.header .nav_main a.hover:before {
	transform: none;
}

.header .nav_main a.now:after {
	transform: none;
}

.header .nav_main a.hover:after {
	transform: none;
}

.nav_child .item {
	padding: 10px;
	/* display: -ms-flexbox; */
	border-top: 2px solid #286fb7;
	position: absolute;
	top: 88%;
	width: 250px;
	background: #fff url(../images/sub.png);
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}

.nav_child .item.s {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.nav_child .item li {
	zoom: 1;
	display: inline-block;
	line-height: 30px;
}

.nav_child .item a {
	display: block;
	padding: 0 10px;
	width: 95px;
	color: #fff;
font-size:14px;
}

.nav_child .item a:hover {
	text-decoration:none;
	color: #FFFF00;
font-weight:bold;
}

.header.light {
	transform: none;
	opacity: 1;
}

.header.light .d2 {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header.light .tools {
	color: #333;
}

.header.light .tools .a {
	border-color: #ccc;
}

.header.light .nav_main a {
	color: #333;
}

.header.light .nav_main a:after {
	border-color: #286fb7;
}

.header.light .nav_main a:before {
	border-color: #286fb7;
}


.slideBox {
	width: 383px;
	height: 220px;
	overflow: hidden;
	position: relative;
	padding: 0 4px 6px 0;
	background: url(../images/index03.png) top no-repeat;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	width: 373px !important;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding: 0 !important;
	height: 15px !important;
	width: 100% !important;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px !important;
	height: 15px !important;
	line-height: 14px !important;
	text-align: center;
	background: #fff;
	cursor: pointer;
	padding: 0 !important;
}

.slideBox .hd ul li.on {
	background: #286fb7;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 220px !important;
}

.slideBox .bd img {
	width: 383px;
	height: 220px;
	display: block;
}


.slideBox01 {
	width: 383px;
	height: 220px;
	overflow: hidden;
	position: relative;
	padding: 0 4px 6px 0;
	background: url(../images/index03.png) top no-repeat;
}

.slideBox01 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	width: 373px !important;
}

.slideBox01 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding: 0 !important;
	height: 15px !important;
	width: 100% !important;
}

.slideBox01 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px !important;
	height: 15px !important;
	line-height: 14px !important;
	text-align: center;
	background: #fff;
	cursor: pointer;
	padding: 0 !important;
}

.slideBox01 .hd ul li.on {
	background: #286fb7;
	color: #fff;
}

.slideBox01 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox01 .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 220px !important;
}

.slideBox01 .bd img {
	width: 383px;
	height: 220px;
	display: block;
}

.department2 .line {
	transition: all 0.6s ease-out 0s;
	opacity: 0;
	transform: translateY(80px);
	position: absolute;
}

.department2 .line:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	background: #286fb7;
	height: 4px;
	transition: all 0.3s ease-out 0s;
}

.department2 .line:hover:after {
	width: 100%;
}

.department2.showdiv .line {
	transform: none;
	opacity: 1;
}

@keyframes arr {
	0% {
		transform: translateX(-7px);
	}

	50% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-7px);
	}
}


.chart_tab {
	width: 795px;
	text-align: left;
}

.chart_tab .parHd {
	height: 60px;
	padding: 0;
	position: relative;
}

.chart_tab .parHd ul {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
}

.chart_tab .parHd ul li {
	float: left;
	cursor: pointer;
}

.chart_tab .parHd ul li.all span {
	color: #fff;
	background: #286fb7;
	width: 57px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
}

.chart_tab .parHd ul .chart {
	height: 60px;
	float: left;
	margin-left: 4px;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 728px;
}

.chart_tab .parHd ul .chart li span {
	width: 55px;
	height: 27px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	line-height: 27px;
}

.chart_tab .parHd ul li.on span {
	background: #286fb7;
	color: #fff;
}

.chart_tab .slideBox02 {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 42px;
	position: relative;
}

.chart_tab .sPrev,
.chart_tab .sNext {
	position: absolute;
	left: 5px;
	top: 120px;
	display: block;
}

.chart_tab .sNext {
	left: auto;
	right: 5px;
}

.chart_tab .sPrev:hover,
.chart_tab .sNext:hover {
	border-color: #f60;
}

.chart_tab .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.chart_tab .parBd ul li {
	margin: 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 156px;
}

.chart_tab .parBd ul li .item {
	margin-top: 10px;
}

.chart_tab .parBd ul li .pic {
	text-align: center;
}

.chart_tab .parBd ul li .pic img {
	width: 140px;
	height: 45px;
	display: block;
	margin: 0 auto 10px auto;
}

.chart_tab .parBd ul li .title1 {
	padding: 0 20px;
}

.chart_tab .parBd ul li .title1 a {
	line-height: 24px;
	color: #333333;
}

.chart_tab .parBd ul li:hover .title1 a {
	line-height: 24px;
	color: #286fb7;
}

.hide {
	display: none;
}

.picMarquee-top {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picMarquee-top .prev,
.picMarquee-top .next {
	position: absolute;
	left: 5px;
	top: 120px;
	display: block;
}

.picMarquee-top .next {
	left: auto;
	right: 5px;
}



.picMarquee-top .bd {
	padding: 10px;
}

.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	width: 300px;
	display: inline-block;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
}

.picMarquee-top .bd ul li .pic img {
	width: 180px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picMarquee-top .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-top .bd ul li .title {
	line-height: 24px;
}


.chart_con{
	width: 730px;
	margin-left: 60px;
	height: 270px;
	overflow-y: auto;
}
.chart_con ul li {
	margin: 16px 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 156px;
}

.chart_con ul li .pic {
	text-align: center;
}

.chart_con ul li .pic img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 10px auto;
}

.chart_con ul li .title1 {
	padding: 0 20px;
}

.chart_con ul li .title1 a {
	line-height: 24px;
	color: #333333;
}

.chart_con ul li:hover .title1 a {
	line-height: 24px;
	color: #286fb7;
}



/* 没有下拉的时候用这个样式 class="nonav" */
.header .nav_main .nonav:before {
	content: "";
	border-left: none !important;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 100%;
	transform-origin: center top;
}

/* 没有下拉的时候用这个样式 class="nonav" */

/* 下拉背景透明，更改sub.png图片即可 */
.nav_child .item {
	padding: 10px;
	/* display: -ms-flexbox; */
	border-top: 2px solid #286fb7;
	position: absolute;
	top: 88%;
	width: 250px;
	background: url(../images/sub.png);
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}

/* 下拉背景透明，更改sub.png图片即可 */





/* 新修改幻灯 */
.focusBox {
	position: relative;
	width: 383px;
	height: 220px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 0 4px 6px 0;
	background: url(../images/index03.png) top no-repeat;
}

.focusBox .pic img {
	width: 383px;
	height: 220px;
	display: block;
}
.focusBox .pic li {
	zoom: 1;
	vertical-align: middle;
	height: 220px !important;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	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: 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: #286fb7;
}
/* 新修改幻灯 */


/*---------------------*/
.nav-show .nav-more {
	background-position: 16px -57px;
}

.nav-show,
.nav-item>a:hover {
	color: #666;
	text-decoration: none;
}

.nav-show>a:before,
.nav-show a h3{
    color: #286fb7;
}
.nav-item>a:hover:before {
	opacity: 1;
}

.nav-item li:hover a {
	color: #666;
}

/* nav-mini */
.nav-mini.nav {
	width: 60px;
}

.nav-mini.nav .nav-icon {
	/* margin-left:-2px; */
}

.nav-mini.nav .nav-item>a span {
	display: none;
}

.nav-mini.nav .nav-more {
	margin-right: -20px;
}

.nav-mini.nav .nav-item ul {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 180px;
	z-index: 99;
	background: #fff;
	overflow: hidden;
}

.nav-mini.nav .nav-item:hover {
	background: rgba(255, 255, 255, .1);
}

.nav-mini.nav .nav-item:hover .nav-item a {
	color: #666666;
}

.nav-mini.nav .nav-item:hover a:before {
	opacity: 1;
}

.nav-mini.nav .nav-item:hover ul {
	display: block;
}

.nav-item h3 {
	height: 63px;
	line-height: 63px;
	padding-left: 10px;
	border-top: 1px solid #a5a5a5;
	background: #ffffff;
	cursor: pointer;
	font: normal 14px/63px "Microsoft YaHei";
	color: #333;
}



/* 从这里往下是控制伸缩菜单样式 */
/* nav */
.nav_ny {
	width: 220px;
	height: 100%;
	background: #263238;
	transition: all .3s;
}

.nav_ny a {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	line-height: 46px;
	max-height: 46px;
	color: #ABB1B7;
	transition: all .3s;
}

.nav_ny a span {
	margin-left: 30px;
}

.nav-item {
	position: relative;
}

.nav-item.nav-show {
	border-bottom: none;
}

.nav-item ul {
	display: none;
	padding: 8px 25px;
}
.nav-item ul li{
	line-height: 30px;
}
.nav-item ul li a{
	color: #666666;
}

.nav-item.nav-show ul {
	display: block;
}

.nav-item>a:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 46px;
	background: #fff;
	opacity: 0;
	transition: all .3s;
}

.nav_ny .nav-icon {
	font-size: 20px;
	position: absolute;
	margin-left: -1px;
}

/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after {
	content: "\e62b";
}

.icon_2::after {
	content: "\e669";
}

.icon_3::after {
	content: "\e61d";
}

/*---------------------*/
.nav-more {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	transition: transform .3s;
	background: url(../images/icoAdd.png) 16px 12px no-repeat;
	width: 40px;
	height: 32px;
	margin-top: 15px;
}



/*---------------------*/
.nav-show .nav-more {
	background-position: 16px -57px;
}

.nav-show,
.nav-item>a:hover {
	color: #666;
	text-decoration: none;
}

.nav-show>a:before,
.nav-show a h3{
    color: #286fb7;
}
.nav-item>a:hover:before {
	opacity: 1;
}

.nav-item li:hover a {
	color: #666;
}

/* nav-mini */
.nav-mini.nav {
	width: 60px;
}

.nav-mini.nav .nav-icon {
	/* margin-left:-2px; */
}

.nav-mini.nav .nav-item>a span {
	display: none;
}

.nav-mini.nav .nav-more {
	margin-right: -20px;
}

.nav-mini.nav .nav-item ul {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 180px;
	z-index: 99;
	background: #fff;
	overflow: hidden;
}

.nav-mini.nav .nav-item:hover {
	background: rgba(255, 255, 255, .1);
}

.nav-mini.nav .nav-item:hover .nav-item a {
	color: #666666;
}

.nav-mini.nav .nav-item:hover a:before {
	opacity: 1;
}

.nav-mini.nav .nav-item:hover ul {
	display: block;
}

.nav-item h3 {
	height: 63px;
	line-height: 63px;
	padding-left: 10px;
	border-top: 1px solid #a5a5a5;
	background: #ffffff;
	cursor: pointer;
	font: normal 14px/63px "Microsoft YaHei";
	color: #333;
}

.nav-show a h3{
    color: #ff0000;
}