@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.wcb {
	width: 99%;
	height: 95%;
	min-height: 30px;
	margin: 0 auto;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.fl {
	float: left;
	width: 720px;
}

.fr {
	float: right;
	width: 335px;
	border: 1px solid #d8d8d8;
	height: 338px;
}

.mb10 {
	margin-bottom: 10px;
	width: 680px;
}


/**布局开始**/
body {
	background: #fff;
}

body,
p {
	font: 13px/1.75 "Microsoft yahei", Tahoma, Geneva, sans-serif;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
	font-family: "微软雅黑";
}

span {
	font-family: "微软雅黑";
}

a:hover {
	color: #07468f;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

	.wrapper .inner {
	}

/**页面全局宽度**/
/**标题栏新闻窗口**/
.post .tt {
	width: 100%;
	height: 50px;
}

	/**标题栏**/
	.post .tt .tit {
		display: inline-block;
		float: left;
	}

		/**标题字体**/
		.post .tt .tit .title {
			display: inline-block;
			height: 47px;
			line-height: 47px;
			font-family: "微软雅黑";
			font-size: 19px;
			font-weight: bold;
			color: #2c5998;
			border-bottom: 3px solid #d4d4d4;
		}

/**标题图标**/
.post .con {
	padding: 15px 0px;
	margin: 0 auto;
	float: left;
}

.post .more_btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	float: right;
	color: #959393;
}

	/**更多按钮**/
	.post .more_btn a {
		cursor: pointer;
		color: #adadad;
		font-size: 12px;
		font-family: "微软雅黑";
	}

/**更多按钮**/
/**自定义新闻列表**/
.post0 .tt .tit .title {
	padding-left: 10px;
	font-size: 18px;
}

/**标题图标**/
.post0 .con {
	padding: 5px 0px;
	margin: 0 auto;
}

.post0 .more_btn {
	margin-right: 0px;
	color: #fff;
}

	.post0 .more_btn a {
		color: #fff;
	}

/**更多按钮**/

.post1 .tt {
	border-bottom: 1px solid #d4d4d4;
}

	/**标题栏**/
	.post1 .tt .tit {
	}

/**标题字体**/

.post2 .tt .tit .title {
	padding-left: 10px;
	font-size: 18px;
	color: #002147;
	border-left: 8px solid #799fb4;
}

/**标题图标**/
/**自定义**/
/**自定义文章列表**/
.news_list li.news {
	line-height: 30px;
	*line-height: 22px;
	vertical-align: bottom;
	height: 30px;
}

	/**标题图标**/
	.news_list li.news span.news_title {
		float: none;
		font-size: 14px;
		font-family: "微软雅黑";
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	.news_list li.news span.news_meta {
		float: right;
		color: #7c7c7c;
		font-size: 14px;
	}

.news_list li.news0 {
	line-height: 26px;
}

	/**标题图标**/
	.news_list li.news0 p.news_title {
		line-height: 24px;
		color: #000;
	}

	.news_list li.news0 p a {
		color: #000;
	}

		.news_list li.news0 p a:hover {
			color: #fff;
		}

.links-wrap li {
	width: 100%;
	float: left;
	display: inline-block;
}

	.links-wrap li a {
		display: block;
		/* border-left: 4px solid #626260; */
		background: #D8D8D8;
		color: #303030;
		font-size: 15px;
		text-align: center;
	}

		.links-wrap li a:hover {
			background: #E0E0E0;
		}

		.links-wrap li a span {
			display: block;
			height: 38px;
			line-height: 38px;
			padding: 0 4px 0 71px;
			background: url(../images/icons.png) no-repeat 28px 8px;
		}

	.links-wrap li.link-i1 a {
		margin-left: 0;
		border-color: #dfba2e;
	}

	.links-wrap li.link-i2 a {
		/* margin-left:10px; */
		border-color: #176db8;
	}

		.links-wrap li.link-i2 a span {
			background-position: 27px -42px;
		}

	.links-wrap li.link-i3 a {
		margin-left: 0;
		border-color: #186fbc;
	}

		.links-wrap li.link-i3 a span {
			background-position: 28px -95px;
		}

/**页头开始**/
#header {
}

.head .sitelogo {
	float: left;
	padding: 20px 0;
	width: 50%;
}

.head .site {
	float: left;
	width: 300px;
	font-size: 30px;
	margin-top: 36px;
}

.head .search {
	float: right;
	width: auto;
	position: absolute;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
}

/*导航样式*/
#nav {
}

	#nav .inner {
		width: 1000px;
	}

/**导航区域背景**/
.navbar {
	height: 40px;
}

* + html .navbar {
	height: 37px;
}

	.navbar .navbox {
		height: 40px;
		margin: 0 auto;
	}

	/**导航窗口大小及位置**/
	* + html .navbar * + html .navbox {
		height: 37px;
		margin: 0 auto;
	}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
#wp_nav_w1 .wp_nav .nav-item {
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: bottom;
}

#wp_nav_w1 .wp_nav .on {
	z-index: 10;
}

#wp_nav_w1 .wp_nav .nav-item .mark {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

#wp_nav_w1 .wp_nav .nav-item a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	font-family: "Microsoft YaHei";
	width: 142px;
}

	#wp_nav_w1 .wp_nav .nav-item a:hover,
	#wp_nav_w1 .wp_nav .nav-item .parent {
		color: #fff;
		background: #92181c;
	}

#wp_nav_w1 .wp_nav .nav-item .parent {
	color: #fff;
	background: #92181c;
	/*一级栏目下拉鼠标移上去时的文字颜色*/
}

#wp_nav_w1 .wp_nav .nav-item a .item-name {
	display: inline-block;
	padding: 0px 13px;
	line-height: 40px;
	/*一级栏目的行高*/
	cursor: pointer;
	font-size: 16px;
	font-family: "微软雅黑";
}

#wp_nav_w1 .wp_nav .sub-nav {
	border: 0px solid red;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index: 250;
	background-color: #92181c;
	z-index: 1000;
	width: 142px !important;
}

	#wp_nav_w1 .wp_nav .sub-nav .nav-item {
		white-space: nowrap;
		font-size: 13px;
		border: none;
		font-family: "Microsoft YaHei";
		font-weight: normal;
		position: relative;
	}

		#wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {
		}

		#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
			border-top: 0px solid #D8E1CC;
			height: 28px;
			line-height: 28px;
			display: block;
			font-size: 13px;
			font-weight: normal;
			cursor: pointer;
			text-align: center;
		}

			#wp_nav_w1 .wp_nav .sub-nav .nav-item a:hover,
			#wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
				color: #000 !important;
				background: cc1a20 !important;
			}

		#wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
			background: cc1a20 !important;
			/*子菜单下拉鼠标移上去时的背景颜色*/
			color: #000 !important;
			/*子菜单下拉鼠标移上去时的文字颜色*/
		}

		#wp_nav_w1 .wp_nav .sub-nav .nav-item a .item-name {
			padding: 0px 10px;
			line-height: 28px;
			/*子菜单栏目的行高*/
		}

/**主页banner开始**/
#banner {
	background: #ecf0f3;
	overflow: hidden;
}

	#banner .inner {
		height: auto;
		width: 1000px;
		margin: 0 auto;
	}

/**neiyebanner开始**/
#l-banner {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

	#l-banner .inner {
		width: 1000px;
		height: auto;
		background: #fff url(../images/b1.png) center 10px no-repeat;
	}

div#l-banner img {
	height: auto;
	width: 1000px;
	padding-top: 10px;
}

/**主体开始**/
#m-container1 {
	background: #eeeeee;
	height: auto;
}

	#m-container1 .inner {
		width: 1000px;
		margin: 0 auto;
		padding: 13px 0;
		height: auto;
	}

#m-container2 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
}

#m-container3 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
}

#m-container4 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
}

/**首页三列布局**/
.mod {
}

.mod1 {
	float: left;
	width: 720px;
}

/**左列**/

.mbox {
}

.mod2 {
	float: right;
	width: 335px;
}

	.mod2 .mr {
		width: 245px;
		float: right;
	}

/**右列**/
.mr .articlecontent p img {
	margin-bottom: 10px;
}

/**列表页**/
/**主体列表页开始**/
#l-container {
	width: 1000px;
	margin: 0 auto;
}

	#l-container .inner {
		width: 1000px;
		padding: 10px 0px;
		background: #fff;
	}

/**主体文章页开始**/
#d-container {
	width: 1000px;
	margin: 0 auto;
}

	#d-container .inner {
		width: 1000px;
		padding: 20px 0px;
		background: #fff;
	}

.col_menu {
	width: 200px;
	float: left;
}

	.col_menu .l-qh {
		margin-bottom: 10px;
	}

	.col_menu .col_menu_head {
		background: #3560ae;
	}

		/**位置栏目背景**/
		.col_menu .col_menu_head h3.col_name {
			font-size: 17px;
			font-weight: bold;
			color: #fff;
		}

			/**位置栏目字体**/
			.col_menu .col_menu_head h3.col_name .col_name_text {
				display: block;
				line-height: 36px;
				text-align: center;
			}

/**栏目名称图标**/
/*栏目列表*/
.col_list {
	background: #e8e8e8;
}

	.col_list .wp_listcolumn {
		border-top: 0px solid #2867A0;
		border-bottom: 0px solid #fff;
	}

		.col_list .wp_listcolumn .wp_column a {
			color: #3560ae;
			font-size: 14px;
			font-weight: normal;
			background: url(../images/icon_column_1.gif) no-repeat 0px 12px;
			border-top: 0px solid #fff;
			border-bottom: 1px solid #ccc;
		}

			/**一级子栏目**/
			.col_list .wp_listcolumn .wp_column a:hover,
			.col_list .wp_listcolumn .wp_column a.selected {
				color: #000;
				background-image: url(../images/icon_column_1.gif);
			}

				/**鼠标经过或选中一级子栏目**/
				.col_list .wp_listcolumn .wp_column a.selected span.column-name {
					color: #000;
				}

		.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
			color: #454545;
			background: #e8e8e8 url(../images/icon_column_1.gif) no-repeat 16px 11px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #bbb;
		}

			/*二级子栏目**/
			.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
			.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
				color: #000;
				background-image: url(../images/icon_column_1.gif);
			}

				/**鼠标经过或选中二级子栏目**/
				.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
					color: #124D83;
				}

		.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
			background: #f2f2f2 url(../images/icon_column_3.gif) no-repeat 26px 10px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #ccc;
		}

			/**三级子栏目**/
			.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
			.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
				color: #000;
				background-image: url(../images/icon_column_1.gif);
			}

/**鼠标经过或选中三级子栏目**/

.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}

/**栏目新闻**/
.col_news_head {
	border-left: 9px solid #3560ae;
	background: #e8e8e8;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
}

	/**当前栏目**/
	.col_metas .col_title h2 {
		display: inline-block;
		font-size: 16px;
		font-family: "Microsoft yahei";
		font-weight: bold;
		color: #3560ae;
		padding-left: 15px;
	}

/**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	padding-right: 20px;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
	color: #000;
}

	/**当前位置**/
	.col_metas .col_path a {
		color: #000;
	}

.col_news_con {
	padding: 5px 10px 10px 0px;
	margin: 0 7px;
}

.col_news_list {
	margin-top: 7px;
}

	.col_news_list .wp_article_list .list_item {
		height: 28px;
		line-height: 28px;
	}

		/**栏目新闻列表**/
		.col_news_list .wp_article_list .list_item .Article_Index {
			height: 23px;
		}

	/**栏目新闻图标序号**/
	.col_news_list .wp_entry,
	.col_news_list .wp_entry p {
		line-height: 1.6;
		font-size: 14px;
		color: #333;
	}

		.col_news_list .wp_entry p {
			margin-bottom: 10px;
		}

		.col_news_list .wp_entry img {
			max-width: 680px;
			_width: expression(this.width > 680 ? "680px" : this.width);
		}

/**列表页文章图片大小限制**/

/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}

.article {
}

	.article h1.arti_title {
		line-height: 26px;
		padding: 5px;
		border-bottom: 0px solid #ececec;
		font-family: "Microsoft YaHei";
		font-size: 22px;
		text-align: center;
		color: #3560ae;
	}

	/**文章标题**/
	.article h2.arti_title {
		line-height: 26px;
		padding: 2px;
		border-bottom: 1px solid #ececec;
		font-family: "Microsoft YaHei";
		font-size: 19px;
		text-align: center;
		color: #666;
	}

	.article .arti_metas {
		padding: 10px;
		text-align: center;
	}

		.article .arti_metas span {
			margin: 0 5px;
			font-size: 12px;
			color: #787878;
		}

	/**文章其他属性**/
	.article .entry {
		margin: 0 auto;
		min-height: 300px;
		overflow: hidden;
		margin-top: 10px;
	}

		/**文章内容**/
		.article .entry .read,
		.article .entry .read p {
			line-height: 1.6;
			font-size: 14px;
			color: #333;
			padding: 0 15px;
		}

			/**阅读字体**/
			.article .entry .read p {
				margin-bottom: 10px;
			}

			.article .entry .read img {
				display: block;
				margin: 0 auto;
				max-width: 940px;
				_width: expression(this.width > 940 ? "940px" : this.width);
			}

			/**文章阅读部分图片大小限制**/
			.article .entry .read table {
				margin: 0 auto;
				border: none !important;
			}

/**页脚开始**/
#footer {
	background: #155aac;
	height: 128px;
}

	#footer .inner {
		height: auto;
		padding: 40px 0;
		background: #155aac;
		width: 1000px;
		margin: 0 auto;
	}

		#footer .inner p {
			display: block;
			font-size: 12px;
			line-height: 24px;
			text-align: center;
			color: #e2e7f1;
		}

			#footer .inner p span {
				margin: 0 3px;
			}

.copyright {
	color: #8090a3;
	text-align: center;
	line-height: 24px;
}


.top {
	height: 40px;
	background: #525459;
	width: 1000px;
	margin: 0 auto;
}

#header .inner1 {
	background: #525459;
}

.tleft {
	float: left;
	height: 40px;
	width: 600px;
}

.tright {
	float: right;
	height: 40px;
}

#header .inner2 {
	height: 200px;
	background: #054da2 url(../images/inner2.png) no-repeat center;
}

.head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

div#m-container1 .inner .ml {
	width: 315px;
	height: 250px;
	margin-right: 15px;
	float: left;
}

div#m-container1 .inner .mm {
	width: 736px;
	height: auto;
	margin-right: 20px;
	float: left;
}

div#m-container1 .inner .mr {
	width: 240px;
	height: auto;
	float: right;
}

div#m-container2 {
	height: auto;
}

div#m-container3 {
	height: auto;
	background: #eeeeee;
}

div#m-container4 {
	height: auto;
}

div#wp_nav_w2 .wp_nav .nav-item a span.item-name {
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	color: #cfcfd0;
	padding: 0 7px;
	background: url(../images/top.png) no-repeat right;
	font-size: 12px;
	font-family: "微软雅黑";
}

div#wp_nav_w2 .wp_nav .nav-item.i3 a span.item-name {
	background: none;
}

.wp_search .searchcc {
	background: url(../images/search.png) no-repeat center;
	width: 30px;
	height: 35px;
	border: 0px;
	cursor: pointer;
	margin-left: -50px;
	position: absolute;
	top: 0;
}

.wapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.mySwiper {
	overflow: visible !important;
}

	.mySwiper .swiper-slide {
		opacity: 0.5;
	}

		.mySwiper .swiper-slide img {
			width: 100%;
		}

		.mySwiper .swiper-slide.swiper-slide-active {
			opacity: 1;
		}

.clear {
	clear: both;
}

#keyword {
	height: 35px;
	color: #fff;
	padding-left: 25px;
	font-size: 12px;
	/* margin-top: 50px; */
	line-height: 35px;
	font-family: "微软雅黑";
	background: url(../images/search_bg.png) no-repeat center;
	width: 220px !important;
	border: none;
}

.tleft .articlecontent p {
	height: 40px;
	line-height: 40px;
	color: #cfcfd0;
	font-size: 12px;
	font-family: "微软雅黑";
}

div#m-container2 .inner .ml {
	width: 490px;
	height: auto;
	float: left;
}

div#m-container2 .inner .mr {
	width: 490px;
	height: auto;
	float: right;
}

div#m-container3 .inner .ml {
	width: 490px;
	height: auto;
	float: left;
}

div#m-container3 .inner .mr {
	width: 490px;
	height: auto;
	float: right;
}

div#m-container4 .inner .ml {
	width: 490px;
	height: auto;
	float: left;
}

div#m-container4 .inner .mr {
	width: 490px;
	height: auto;
	float: right;
}

div#wp_nav_w5 {
	padding: 0 15px;
	height: 40px !important;
}

* + html div#wp_nav_w5 {
	padding: 0 15px;
	height: 37px !important;
}

	div#wp_nav_w5 .wp_nav .nav-item {
		font-size: 16px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0 20px !important;
		background: url(../images/nav.png) no-repeat right;
		height: 40px !important;
		line-height: 285px !important;
		vertical-align: bottom;
	}

	* + html div#wp_nav_w5 .wp_nav .nav-item {
		font-size: 16px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0 20px !important;
		background: url(../images/nav.png) no-repeat right;
		height: 37px !important;
		line-height: 37px !important;
		vertical-align: bottom;
	}

		div#wp_nav_w5 .wp_nav .nav-item a {
			height: 40px !important;
		}

		* + html div#wp_nav_w5 .wp_nav .nav-item a {
			height: 37px !important;
		}

		div#wp_nav_w5 .wp_nav .nav-item.i7 {
			background: none;
		}

	div#wp_nav_w5 .wp_nav .sub-nav .nav-item {
		white-space: nowrap;
		padding: 0px !important;
	}

	div#wp_nav_w5 .wp_nav .nav-item a span.item-name {
		color: #fff !important;
		padding: 0px !important;
		line-height: 40px !important;
		height: 40px !important;
	}

	div#wp_nav_w5 .wp_nav .nav-item a span.item-name {
		position: relative;
	}

		div#wp_nav_w5 .wp_nav .nav-item a span.item-name:after {
			width: 2px;
			height: 20px;
			position: absolute;
			top: 50%;
			right: -20px;
			transform: translateY(-50%);
			content: "";
			display: block;
			background-color: #fff;
		}

		div#wp_nav_w5 .wp_nav .nav-item a span.item-name:last-child ::after {
			display: none
		}

	* + html div#wp_nav_w5 .wp_nav .nav-item a span.item-name {
		color: #fff !important;
		padding: 0px !important;
		line-height: 37px !important;
		height: 37px !important;
	}

	div#wp_nav_w5 .wp_nav .sub-nav .nav-item a span.item-name {
		padding: 5px 10px !important;
		line-height: 30px !important;
		color: #000 !important;
	}

	div#wp_nav_w5 .wp_nav .sub-nav .nav-item a {
		font-family: "微软雅黑";
		font-size: 13px;
		font-weight: normal;
		color: #000;
		text-align: center !important;
		border-top: 1px solid #D8E1CC;
		min-width: 80px;
	}

	div#wp_nav_w5 .wp_nav .sub-nav {
		display: none;
		width: 100% !important;
		position: absolute;
		z-index: 200;
		visibility: hidden;
		border: 1px solid #ccc;
		border-top: none;
	}

	div#wp_nav_w5 .wp_nav .i6 .sub-nav {
		display: block;
	}

.post.post1.post-06.mbox .con {
	padding: 0px;
}

.post.post1.post-07.mbox .con {
	padding: 0px;
}

.post.post1.post-08.mbox .con {
	padding: 0px;
}

.post.post1.post-09.mbox .con,
.post.post1.post-10.mbox .con,
.post.post1.post-11.mbox .con,
.post.post1.post-12.mbox .con,
.post.post1.post-13.mbox .con,
.post.post1.post-14.mbox .con {
	width: 490px;
}

.dtjt9_div_text {
	width: 100%;
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 150;
}

	.dtjt9_div_text .dtjt9_div_text_title {
		background: #fff;
		text-align: center;
		height: 35px;
	}

.dtjt9_div_img img {
	display: block;
	height: 215px;
}

.dtjt9_div_img .number {
	position: absolute;
	right: 15px;
	bottom: 12px;
	z-index: 100;
}

	.dtjt9_div_img .number .nomal {
		width: 20px;
		height: 20px;
		line-height: 20px;
		display: block;
		text-align: center;
		background: #fff;
		float: left;
		color: #000;
		opacity: 1;
		margin-right: 5px;
		border: 0px solid #FFF;
		font-size: 15px;
		TEXT-DECORATION: none;
	}

	.dtjt9_div_img .number .current {
		width: 20px;
		height: 20px;
		line-height: 20px;
		display: block;
		text-align: center;
		background: #2258b1;
		float: left;
		color: #fff;
		opacity: 1;
		margin-right: 5px;
		border: 0px solid #FFF;
		font-size: 15px;
		TEXT-DECORATION: none;
	}

.dtjt9_div_text a:visited {
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}

.dtjt9_div_text a:link {
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	color: #2258b1;
	text-decoration: none;
}

div#wp_nav_w08 li.nav-item {
	width: 240px !important;
	height: 48px !important;
	margin-bottom: 15px;
}

	div#wp_nav_w08 li.nav-item.i1 {
		background: #335da8;
	}

	div#wp_nav_w08 li.nav-item.i2 {
		background: #428ee1;
	}

	div#wp_nav_w08 li.nav-item.i3 {
		background: #277d87;
	}

	div#wp_nav_w08 li.nav-item.i4 {
		background: #628a6a;
	}

	div#wp_nav_w08 li.nav-item.i5 {
		background: #97aeda;
	}
	div#wp_nav_w08 li.nav-item.i6 {
		background: #537fca;
	}
	div#wp_nav_w08 li.nav-item.i7 {
		background: #3362b9;
	}

	div#wp_nav_w08 li.nav-item.i7 {
		margin-bottom: 0px;
	}

div#wp_nav_w08 .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 0px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: bolder;
}

div#wp_nav_w08 .wp_nav .nav-item a {
	font-family: "微软雅黑"
}

.wp_listcolumn .wp_column a .column-name {
	display: inline-block;
	line-height: 22px;
	padding: 5px 10px 5px 30px !important;
	cursor: pointer;
}

.playlist {
	display: none;
}

.jwicon {
	background: url(../images/button.png) no-repeat center !important;
	height: 88px !important;
	width: 88px !important;
}

.jwdisplayIcon {
	background: none !important;
	margin-top: -36px !important;
}

ul.sub_list.list-paddingleft-2 {
	background: #fcfcfc;
}

#wp_nav_w5 .wp_nav .nav-item a {
	font-weight: bolder;
}

.dtjt9_div_text a:link {
	font-weight: bold;
	color: #19449a;
}

.list-bg {
	background: url(../images/list-pic.jpg) center 54px no-repeat;
	min-height: 310px;
}

/*rale样式*/
.site-rale {
}

	.site-rale ul {
		padding-top: 22px;
		width: 100%;
		text-align: center;
	}

		.site-rale ul li.links a {
			line-height: 50px;
			font-size: 15px;
			color: #fff;
			background-color: #4274ce;
			font-weight: bolder;
		}

			.site-rale ul li.links a:hover {
				color: #fff;
			}

.listx .col_news {
	width: 100%;
	min-height: 500px;
}

.site-rale .links.i5 {
	padding-left: 0px;
}

.site-rale ul li.i1 a {
}

.site-rale ul li.i2 a {
}

.site-rale ul li.i3 a {
}

.site-rale ul li.i4 a {
}

.site-rale ul li.i5 a {
}

.site-rale ul li.i1 {
}

.site-rale ul li.links {
	float: left;
	/* padding-right: 13px; */
	width: 19%;
	/* border: 1px solid red; */
	display: inline-block;
	background-color: #4274ce;
	margin-right: 10px;
}

.site-rale ul li.i1 {
}

.col_news_head.n2 {
	border-left: 0px;
	background: none;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
}

.wp_article_list .list_item .Article_Index {
	display: none;
}

.wp_listcolumn .wp_column a .column-name {
	padding: 8px 0 8px 0 !important;
}

.col_list .wp_listcolumn .wp_column a {
	text-align: center;
}

.p13 .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
	color: #3560ae;
}

.p13 .wp_subcolumn_list .wp_sublist .sublist_title {
	border-bottom: none;
	margin-bottom: 0px;
}

	.p13 .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {
		display: none !important;
	}

.col_news_list .wp_article_list .list_item {
	height: auto !important;
	line-height: 35px !important;
}

#wp_news_w6 .news {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}

.col_menu.lis {
	display: none;
}

#wp_news_w6 .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
	color: #3560ae;
}

#wp_news_w6 .wp_subcolumn_list .wp_sublist .sublist_title {
	border-bottom: none;
	margin-bottom: 0px;
}

	#wp_news_w6 .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {
		display: none !important;
	}

.site-rale ul li.links.selected a {
	background: #e8e8e8;
	color: #4274ce;
	display: block;
}

.mod07 .wp_article_list .list_item {
	height: 37px;
	line-height: 37px;
}

.wp_subcolumn_list .sublist-3 .sublist_title a .subcolumn-name {
	color: #3560ae;
}

.wp_subcolumn_list .sublist-3 .sublist_title {
	border-bottom: none;
}

	.wp_subcolumn_list .sublist-3 .sublist_title .morelink .moretext {
		display: none;
	}

.sub-nav .sub-nav {
	display: none !important;
}

.dtjt9_div_img .number .nomal {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 20px;
	color: transparent;
}

.dtjt9_div_img .number .current {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	color: transparent;
}

.more_text {
	font-weight: bolder;
}

/***************************大图轮播******************************/
.slide-wrap,
.slide-slider {
	margin: auto;
}

.sudy-slide {
	zoom: 1;
	position: relative;
	font: 14px/1.5 "\5b8b\4f53", sans-serif;
}

.slide-wrap,
.slide-slider {
	width: 980px;
	height: 400px;
	margin: auto;
	position: relative;
}

.slide-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}

	.slide-container .slide-item {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 200%;
		top: 0;
		overflow: hidden;
		z-index: 0 !important;
	}

		.slide-container .slide-item img {
			width: 100%;
			height: 100%;
			border: 0;
			vertical-align: top;
		}

.slide-title-bar {
	position: absolute;
	background: #000000;
	left: 20px;
	bottom: 35px;
	z-index: 40;
	width: 100%;
	height: 40px;
	opacity: 0.7;
}

.slide-title-bg {
	width: 100%;
	height: 100%;
	background: url(../htmlRes/fc.png);
	/* opacity: 1; filter:alpha(opacity=100);*/
}

.slide-title {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 50;
	font-family: 微软雅黑;
}

	.slide-title a,
	.slide-text a {
		color: #fff;
		text-decoration: none;
	}

		.slide-title a:hover,
		.slide-text a:hover {
			text-decoration: none;
		}

.slide-text-box {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 20;
	width: 40%;
	height: 100px;
}

.slide-text-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.slide-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	height: 100%;
	overflow: hidden;
}

.slide-text {
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 13px;
}

.slide-navigation {
	display: block;
	width: 25px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: none;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	bottom: 50%;
	margin-bottom: -30px;
	z-index: 50;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-indent: -999em;
}

	.slide-navigation:hover {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.slide-navigation:active {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

.slide-prev {
	left: 15px;
	background: url(img/banner12.png) no-repeat left center
}

.slide-next {
	right: 15px;
	background: url(img/banner12.png) no-repeat right center
}

.slide-pagination {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 60;
	height: 20px;
	text-align: right;
}

.slide-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 5px;
	background-color: #999;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
}

	.slide-page span {
		display: none;
	}

	.slide-page:hover {
		text-decoration: none;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
	}

.slide-page-active {
	background-color: #ff4019;
}

.slide-mask {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	z-index: 40;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.mask-left {
	left: -100%;
}

.mask-right {
	left: 100%;
}

.slide-thumb {
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0px;
	z-index: 40;
	display: none;
}

	.slide-thumb .thumb-image {
		display: inline-block;
		cursor: default;
		border: 2px solid #fff;
		width: 10px;
		height: 10px;
		float: left;
		margin-left: 6px;
		margin-top: 9px;
		border-radius: 50%;
	}

		.slide-thumb .thumb-image img {
			display: none;
			width: 100%;
			height: 100%;
			border: 0;
		}

	.slide-thumb .thumb-active {
		border-color: #fff;
		background: #fff
	}

.slide-slider {
	height: 4px;
	background: #fff;
	position: relative;
	margin-top: 1px;
}

	.slide-slider .slide-slider-item {
		position: absolute;
		height: 4px;
		background: #fff;
		top: 0;
	}

		.slide-slider .slide-slider-item div {
			height: 4px;
			background: #ccc;
			margin-right: 1px;
		}

	.slide-slider .slider {
		height: 4px;
		position: absolute;
		left: 0;
		top: 0;
	}

		.slide-slider .slider span {
			display: block;
			height: 4px;
			background: #3560ae;
			margin-right: 1px;
			z-index: 10;
		}

div#slide {
	overflow: hidden;
}

.slide-navigation {
	text-indent: 0 !important;
}

.news_list li.news span.news_meta {
	display: none;
	float: right;
	color: #7c7c7c;
	font-size: 14px;
}

.wp_article_list .list_item .Article_PublishDate {
	display: none;
	color: #666;
}

.con {
	width: 100%;
	padding: 60px 0;
}

.panter {
	width: 100%;
}

	.panter h2 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.panter ul li {
		width: calc((100% - 60px)/4);
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}

		.panter ul li:nth-child(4n) {
			margin-right: 0;
		}

		.panter ul li img {
			width: 100%;
			display: block;
			height: 100px;
			object-fit: contain;
		}

		.panter ul li h1 {
			font-size: 16px;
			text-align: center;
			padding: 20px 0;
		}

#lContent table, #lblContent table, .xiangxi_con table, .xiangqing table {
	width: 100%;
}
