@charset "utf-8";

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides>li a {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 56.3%;
}

.flexslider .slides>li.clone {
	position: relative
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides>a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.81%;
	overflow: hidden;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-indent: -999em;
	margin-top: -40px;
}

.flex-direction-nav .flex-prev {
	background: url(../images/lf.png) no-repeat center center;
	left: 10px;
}

.flex-direction-nav .flex-next {
	background: url(../images/rt.png) no-repeat center center;
	right: 10px;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background: #ddd
}

/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/
.flex-pauseplay a:hover {
	opacity: 1;
}

/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	left: 0;
	text-align: center;
	z-index: 99;
}

.flex-control-nav li {
	margin: 10px 6px 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
	border: 1px solid #0956ad;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 8px;
	background-color: #0956ad;
	transition: all 0.3s ease;
}

.flex-control-paging li a:hover {
	background: #da2f1a;
	border-color: #da2f1a;
}

.flex-control-paging li a.flex-active {
	background: #da2f1a;
	border: 1px solid #da2f1a;
	width: 20px;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.Banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/*content*/
.content {
	width: 100%;
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding-bottom: 40px;
	z-index: 1000;
}

.mode01 {
	width: 1200px;
	margin: 10px auto 38px;
	clear: both;
}

.mode01:after {
	content: '';
	display: block;
	clear: both;
}

.listTitle01 {
	height: 30px;
	border-bottom: 2px solid #0b6aca;
	position: relative;
}

.listTitle01 h2 {
	width: auto;
	height: 72px;
	line-height: 72px;
	text-align: center;
	padding: 0 35px;
	background-color: #0b6aca;
	color: #fff;
	bottom: 0;
	left: 0;
	float: left;
	position: absolute;
	font-size: 22px;
	font-weight: normal;
}

.rightMore01 {
	float: right;
	background: url(../images/more.png) no-repeat center center #0b6aca;
	width: 30px;
	height: 30px;
}

.rightMore01 a {
	display: block;
	width: 100%;
	height: 100%;
}

.rightMore01:hover {
	background-color: #b10a14
}

.list01 {
	margin: 0 -10px;
	overflow: hidden;
	padding-top: 10px;
}

.list01 li {
	width: 20%;
	float: left;
}

.list01 li>div {
	margin: 0 10px;
	overflow: hidden;
}

.item-img01 a {
	padding-bottom: 56%;
}

.item-txt01 {
	background-color: #f2f4f5;
	padding-bottom: 20px;
}

.item-txt01 h3 {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	color: #0b6aca;
	padding: 10px 14px 0;
}

.n-dates {
	display: block;
	color: #999;
	margin: 10px 14px;
}

.item-txt01 p {
	line-height: 20px;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
	margin: 0 14px;
}

.n-more {
	display: block;
	margin: 0 auto;
	color: #999;
	text-align: center;
}

.n-more a {
	color: #999;
	display: block;
	font-size: 16px;
}

.n-more a:hover {
	color: #da2f1a;
}

.wrap_mode02 {
	width: 100%;
	overflow: hidden;
	background: url(../images/mode_bg01.jpg) no-repeat top center #3c8ed2;
	min-height: 560px;
	background-size: cover;
}

.mode02 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 39px 0;
}

.mode02 .lf {
	width: 60%;
	float: left;
}

.listTitle02 {
	height: 60px;
}

.listTitle02 h2 {
	height: 22px;
	line-height: 22px;
	border-left: 6px solid #fff;
	padding-left: 18px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.listTitle02 span {
	float: right;
	margin-top: 27px;
}

.listTitle02 a {
	color: #fff;
}

.list02 {
	margin: 0 -10px;
}

.list02 li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.list02 li>div {
	margin: 0 10px;
	background: url(../images/bg02.png) repeat;
	padding-bottom: 20px
}

.list02 li span {
	width: 100px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background-color: #0b6aca;
	color: #fff;
	font-size: 16px;
	font-family: 'Cambria';
	display: block;
}

.list02 li a {
	display: block;
	margin: 18px 20px 0;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.list02 li a:hover {
	color: #0b6aca;
}

.mode02 .rt {
	width: 35%;
	float: right;
}

.listTitle03 {
	height: 50px;
	line-height: 50px;
	background-color: #0b6aca;
	padding: 0 20px;
}

.listTitle03 span {
	float: right;
	font-weight: bold;
}

.listTitle03 span a {
	color: #fff;
}

.listTitle03 h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

.list03 {
	overflow: hidden;
	border: 1px solid #66abee;
	border-top: none;
	padding: 12px 18px 15px;
	*padding-bottom: 0;
	background: #fff;
}

.list03 li {
	margin: 0 0 31px;
	overflow: hidden;
}

.n-dates02 {
	width: 50px;
	height: 50px;
	background-color: #0b6aca;
	float: left;
}

.n-dates02 i, .n-dates02 strong {
	font-family: 'Cambria';
	color: #fff;
	font-style: normal;
	display: block;
	text-align: center;
}

.n-dates02 i {
	font-size: 20px;
}

.n-dates02 strong {
	font-size: 12px;
}

.list03 li a {
	display: block;
	margin-left: 65px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #666;
}

.list03 li a:hover {
	color: #0b6aca;
}

.list03 li:last-child {
	margin-bottom: 0
}

.mode03 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
}

.mode03 .lf {
	width: 66.67%;
	float: left;
}

.listTitle04 h2 {
	height: 22px;
	background-color: #fff;
	line-height: 22px;
	border-left: 6px solid #da2f1a;
	font-size: 20px;
	font-weight: bold;
	color: #0b6aca;
	bottom: 30px;
	padding-left: 16px;
}

.tab01 {
	width: 100%;
	overflow: hidden;
}

.tabMenu01 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	padding-top: 20px;
}

.tabMenu01 li {
	float: left;
	margin-right: 5px
}

.tabMenu01 li a {
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #e6e6e6;
	padding: 0 30px;
	color: #333;
}

.tabMenu01 li:hover a, .tabMenu01 li.active a {
	background-color: #0b6aca;
	color: #fff;
}

.tabList01 {
	overflow: hidden;
	padding: 28px 0;
	background-color: #f2f4f5;
	border: 1px solid #e4e4e4;
	min-height: 196px;
}

.tabList01 dd {
	display: none;
	padding: 0 20px;
}

.tabTop {
	width: 100%;
	overflow: hidden;
}

.item-img02 {
	width: 190px;
	float: left;
}

.item-img02 a {
	padding-bottom: 62.1%;
}

.item-txt02 {
	margin-left: 204px;
}

.item-txt02 h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.item-txt02 h3 a {
	color: #0b6aca;
}

.item-txt02 p {
	color: #999;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.item-txt02 span {
	margin-left: 0;
}

.list04 {
	width: 100%;
	overflow: hidden;
	padding-top: 17px;
}

.list04 li {
	width: 50%;
	float: left;
	background: url(../images/li_bg.png) no-repeat left center;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.list04 li a {
	padding-left: 18px;
	display: block;
}

.list04 li span {
	float: right;
	color: #999;
	margin-right: 15px;
}

.mode03 .rt {
	width: 29.1%;
	float: right;
}

.imgLinks {
	width: 100%;
	overflow: hidden;
}

.imgLinks li {
	background-color: #f2f4f5;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	transition: all 0.3s ease;
}

.imgLinks span {
	width: 142px;
	height: 80px;
	float: left;
	overflow: hidden;
}

.imgLinks a {
	color: #666;
	font-size: 18px;
	display: block;
	margin-left: 174px;
	height: 80px;
	line-height: 80px;
}

.imgLinks li:hover {
	background-color: #0b6aca
}

.imgLinks li:hover a {
	color: #fff;
}

.topicLink a {
	padding-bottom: 22.86%;
}

.mode04 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	padding-top: 50px;
}

.list05 {
	padding: 20px 0 0 0;
	margin: 0 -6px;
	overflow: hidden;
}

.list05 li {
	width: 16.6666666%;
	float: left;
	margin-bottom: 10px;
}

.list05 li>div {
	margin: 0 6px;
}

.item-img03 a {
	padding-bottom: 62.17%
}

.item-txt03 {
	padding: 10px;
	height: 50px;
	line-height: 24px;
	background-color: #0b6aca;
	text-align: center;
	margin-top: 2px;
	font-weight: normal;
	overflow: hidden;
}

.item-txt03 a {
	padding: 0 10px;
	color: #fff;
}


@media screen and (max-width:1220px) {
	.mode01, .mode02, .mode03, .mode04 {
		width: 1024px;
	}

}

@media screen and (max-width:1044px) {
	.mode01, .mode02, .mode03, .mode04 {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tabMenu01 li a {
		padding: 0 20px;
	}

}

@media screen and (max-width:992px) {
	.list01 li, .list05 li {
		width: 33.33%;
	}

	.list01 li {
		margin-bottom: 20px;
	}

	.mode01 {
		margin-bottom: 18px;
	}

	.mode02 .lf, .mode02 .rt, .mode03 .lf, .mode03 .rt {
		width: 100%;
	}

	.mode03 .rt {
		margin: 20px 0;
	}

	.list03 li {
		width: 50%;
		float: left;
	}

	.list03 li a {
		margin-right: 10px;
	}
}

@media screen and (max-width:800px) {}

@media screen and (max-width: 768px) {
	.listTitle01 h2 {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}

	.listTitle04 h2 {
		height: 22px;
		line-height: 22px;
	}

	.list03 li {
		width: 100%;
		float: none;
	}

	.list03 li a {
		margin-right: 0;
	}

	.listTitle02 h2, .listTitle03 h2 {
		font-size: 18px;
	}

	.tabMenu01 li {
		margin-top: 10px;
	}

	.imgLinks a {
		font-size: 16px;
	}

	.tabMenu01 {
		font-size: 15px;
	}

}

@media screen and (max-width:640px) {
	.list01 li, .list05 li {
		width: 50%;
	}

	.imgLinks span {
		width: 90px;
		height: 50px;
	}

	.imgLinks a {
		height: 50px;
		line-height: 50px;
		margin-left: 120px;
	}

	.list04 li {
		width: 100%;
	}

	.list04 li span {
		margin-right: 0;
	}

	.flex-control-nav {
		bottom: 0
	}

	.tabMenu01 {
		padding-top: 10px;
	}

}

@media screen and (max-width:480px) {
	.list01 li, .list02 li, .list05 li {
		width: 100%;
	}

	.mode01 {
		margin-top: 25px;
	}

}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}
