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;
}
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;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
body {
	background: #e0e4e7;
}
body, p {
	font: 14px/1 "微软雅黑", Tahoma, Geneva, sans-serif;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3359b9;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1200px;
	
	margin: 0 auto;
}
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #216687;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
}   /**更多按钮**/
.post .con {
	padding: 5px 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
	padding-left: 13px;
	background: url(images/icon_li0.gif) no-repeat 0 9px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
}
.news_list li.news p {
	clear: both;
	line-height: 20px;
	color: #787878;
}
.news_list li.news p a {
	color: #787878;
}
.news_list li.news p a:hover {
	color: #444;
	text-decoration: underline;
}
/**页头开始**/
#header {
}
.tou {
	background: #3359b9;
}
#header .inner {
}
.head {
	margin: 0 auto;
	width: 1200px;
	height: 113px;
	position: relative;
}    /**页头部分**/
.head .sitetitle {
	position: absolute;
	left: 366px;
	top: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}		/**站点名称**/
.head-left {
    float: left;
}
.head-left .sitelogo {
    padding-top: 20px;
}
.head-right {
    float: right;
    width: 229px;
}
.sitess {
    padding-top: 46px;
}
.navbar {
	width: 100%;
	height: 40px;
	background: #487ecf;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}  /**导航窗口大小及位置**/
/*默认主导航样式*/
#nav{background: #487ecf;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}

.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 46px;line-height: 40px;color: #FFFFFF;font-size: 16px;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#fff; text-decoration: none; color: #487ecf;}
.sub-menu {display: none;position: absolute;left: 0;top: 41px;min-width: 100%;z-index: 100;background:#fff;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;text-align:center;font-size: 14px;background:none;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#487ecf; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}


.navbar .navbox .wp_nav, .navbar .navbox .nav {height: 40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
	line-height: 50px;
}   /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #3359b9;background: #fff;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	border: none;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background:#f3f3f3;
	;
	border: none;
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;color: #3359b9;
	font-weight: normal;    text-align: center;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #9e807e;
	color: #fff;
	border: none;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 5px 10px;
	height: 28px;
	line-height: 28px;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
	padding: 7px 0;
}
#container .inner {
	background: #fff;
	width: 1178px;
	min-height: 930px;
	border: none;
}
/**首页三列布局**/


/**列表页**/
.col_menu {
	width: 236px;
	float: left;
	margin-left: 50px;
}
.col_menu .col_menu_head {
	background: none;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: bold;
	color: #3359b9;
	margin-top: 12px;
	padding-bottom: 10px;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 5px 5px 5px 30px;
	background: none;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
	border-top: 1px solid #3359b9;
	;
	border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #000;
	background: none;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #000;
	background: none;
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #3359b9;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: none;
	border-bottom: none;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background: none;
} 	/**鼠标经过或选中二级子栏目**/
.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: none;
	border-top: none;
	border-bottom: none;
} 	/**三级子栏目**/
.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: none;
} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: noen;
	border-top: none;
	border-bottom: none;
} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_news {
	width: 790px;
	float: right;
	margin-right: 80px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: 1px solid #3359b9;
	padding-bottom: 8px;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background: none;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #3359b9;
	padding-top: 16px;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 40px;
	line-height: 54px;
	margin-top: 5px;
	margin-r: 20px;
	margin-right: 20px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: none;
	display: none;
}  /**栏目新闻图标序号**/
.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: 6px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	margin: 0 auto;
}
.article {
	background: #fff;
	min-height: 400px;
	width: 1200px;
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	border-bottom: 2px solid #C30
} /**文章标题**/
.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;
	overflow: hidden;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 6px;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
	width: 100%;
	background: #3359b9;
}
#footer .inner {
	padding: 10px 0;
}
#footer .inner p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#footer .inner p span {
	margin: 0 3px;
}
.banner .inner {
    width: 1200px;
    margin: 0 auto;
} 
#container {
	width: 1200px;
	min-height: 940px;
}
#container1 {
	width: 1200px;
	    min-height:675px;
	background: #fff;
}
.post-4 {
	width: 308px;
	height: 345px;
	float: left;
	    margin-top: 15px;
	background: #f3f3f0;
}
.post-5 {
	width: 530px;
	height: 345px;
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	background: #f3f3f0;
}
.post-6 {
	width: 337px;
	height: 345px;
	float: right;
	margin-top: 15px;
	margin-left: 12px;
	background: #f3f3f0;
}
.post-40 {
	width: 308px;
	height: 280px;
	margin-top: 15px;
	float: left;
	background: #f3f3f0;
}
.post-50 {
	width: 880px;
	height: 280px;
	float: right;
	margin-top: 15px;
	background: #C6C;
	background: #f3f3f0;
}
.post-400 {
	width: 308px;
	height: 240px;
	margin-top: 15px;
	float: left;
	background: #f3f3f0;
}
.post-500 {
	width: 880px;
	height: 240px;
	float: right;
	margin-top: 15px;
	background: #99F;
	background: #f3f3f0;
}
.more_btn {
	float: right;
	margin-top: -38px;
	font-size: 16px;
	font-family: "微软雅黑";
	height: 37.33px;
	line-height: 37.33px;
	color: #3359b9;
	margin-right: 10px;
}
.more_btn1 {
    float: right;
    margin-top: -56px;
    font-size: 16px;
    font-family: "微软雅黑";
    height: 37.33px;
    line-height: 37.33px;
    color: #3359b9;
    margin-right: 10px;
}
.tit4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu4 {
	width: 308px;
	height: 308px;
	background: #ffffff;
}
.tit5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu5 {
	width: 530px;
	height: 150px;
	background: #ffffff;
}
.dibu15 {
	width: 530px;
	height: 142px;
	/* margin-top: 15px; */
	padding-top: 15px;
	background: #ffffff;
}
.left {
	float: left;
	width: 180px;
	height: 126px;
	padding: 1px 0px;
}
.right {
	float: right;
	width: 290px;
	height: 126px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_title {
	color: #8f322c;
	font-size: 16px;
	height: 24px;
	margin-top: 10px;
	line-height: 24px;
	font-family: "微软雅黑";
}
.news_text {
	font-family: "微软雅黑";
	font-size: 12px;
	height: 20px;
	    margin-top: 30px;
	line-height: 20px;
}
.tit6 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu6 {
	width: 336px;
	height: 307px;
	background: #ffffff;
}
.left6 {
	width: 80px;
	height: 70px;
	float: left;
}
.right6 {
	float: right;
	width: 234px;
	height: 50px;
	margin-top: 21px;
	margin-right: 20px;
}
.right6 a {
	font-size: 14px;
	font-family: "微软雅黑";
	height: 23px;
	line-height: 23px;
	color: #000;
}
.tit40 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu40 {
	width: 308px;
	height: 244px;
	background: #ffffff;
}
.tit50 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu50 {
	width: 880px;
	height: 244px;
	background: #ffffff;
}
.dibu51 {
	width: 880px;
	height: 224px;
	background: #ffffff;
	padding-top: 20px;
}
.tit400 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu400 {
	width: 308px;
	height: 205px;
	background: #ffffff;
}
.tit500 {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	height: 20px;
	text-align: center;
	color: #3359b9;
	width: 120px;
	height: 36px;
	background: #fff;
	font-family: "微软雅黑";
}
.dibu500 {
	width: 880px;
	height: 205px;
	background: #ffffff;
}
.dibu500 img {
	margin-bottom: 34px;
	margin-left: 14px;
	margin-top: 22px;
	margin-right: 11px;
}
.leftdi {width: 375px;float: left;overflow: hidden;margin-top: 10px;}
.foot {
	height: 102px;
}
.centerdi {width: 350px;height: 102px;float: left;font-size: 12px;color: #fff;line-height: 20px;margin-top: 25px;font-family: "微软雅黑";margin-left: 70px;}
.ziti {
	font-family: "微软雅黑";
	margin-top: -50px;
	font-size: 24px;
	line-height: 43.1px;
	color: #fff;
	/* float: right; */
	margin-left: 294px;
}
.rightdi {
	text-align: left;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	height: 102px;
	float: right;
	width: 375px;
	margin-top: 25px;
	font-family: "微软雅黑";
}
.bj {
	height: 30px;
	background: url(images/ss.jpg) left center no-repeat;
}
.search-title {
	width: 175px;
	height: 28px;
	margin-left: 0px;
	margin-top:0px;
	background: none;
	padding-left: 10px;
	border: none;
	    color: #FFF;
	
}
.search-input {
    float: left;
}
.search-btn {
    float: right;
}
.search-submit {
	width: 42px;
	height: 30px;
	background: none;
	border: none;
	margin-left:0px;
	margin-top: 0px;
}
#wp_news_w51 {
	background: #fff;
}
#wp_news_w52 {
	background: #fff;
}
#wp_news_w53 {
	background: #fff;
}
.wp_article_list .list_item .Article_Index {
	display: inline-block;
	width: 10px;
	height: 16px;
	margin-top: 3px;
	color: #fff;
	font-size: 11px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -99em;
	background: none;
}
.wp_article_list .list_item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: none;
	vertical-align: top;
}
.left img {
	width: 180px;
	height: 126px;
	margin-top: 20px;
	margin-left: 15px;
}
.dtjt8_div_img .number {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.wp_article_list .list_item .Article_Title {
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	font-family: "微软雅黑";
}
.wp_article_list .list_item .Article_PublishDate {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	font-family: "微软雅黑";
	margin-right: 25px;
}
#wp_nav_w4 a {
	display: block;
	width: 109px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
	margin-left: 30px;
	line-height: 57px;
	height: 34px;
	text-align: center;
}
#wp_nav_w4 .i1 {
	background: url(images/images/ico1.png) 10px center no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 134px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i2 {
	margin-top: 20px;
	margin-right: 20px;
	background: url(images/images/ico2.png) 10px center no-repeat;
	width: 134px;
	padding-top: 10px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
#wp_nav_w4 .i3 {
	background: url(images/images/ico3.png)10px center no-repeat;
	margin-left: 20px;
	padding-top: 10px;
	width: 134px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i4 {
	width: 134px;
	background: url(images/images/ico4.png) 10px center no-repeat;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i5 {
	width: 134px;
	margin-left: 20px;
	background: url(images/images/ico5.png) 10px center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i6 {
	width: 134px;
	margin-right: 20px;
	background: url(images/images/ico6.png) 10px center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i7 {
	width: 134px;
	margin-left: 20px;
	background: url(images/images/ico7.png) 10px center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i8 {
	width: 134px;
	background: url(images/images/ico8.png) 10px center no-repeat;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#wp_nav_w4 .i9 {
	width: 134px;
	margin-left: 20px;
	background: url(images/images/ico9.png) 10px center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wp_nav_w4 .i10 {
	width: 134px;
	background: url(images/images/ico10.png) 10px center no-repeat;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
}
#wp_nav_w40 a {
	font-size: 14px;
    font-family: "微软雅黑";
    color: #000;
    display: block;
    width: 105px;
    height: 37px;
    line-height: 56px;
    margin-left: 49px;
}
#wp_nav_w40 .i1 {
	background: url(images/images/icon1.png) 22px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i2 {
	background: url(images/images/icon2.png) 20px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i3 {
	background: url(images/images/icon3.png) 22px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i4 {
	background: url(images/images/icon4.png) 20px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i5 {
	background: url(images/images/icon5.png) 22px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i6 {
	background: url(images/images/icon6.png) 20px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i7 {
	background: url(images/images/icon7.png) 22px 0px no-repeat;
	margin-top: 20px;
}
#wp_nav_w40 .i8 {
	background: url(images/images/icon8.png) 20px 0px no-repeat;
	margin-top: 20px;
}
.left6 a {
	display: block;
	color: #3359b9;
	margin-top: 15px;
	font-family: "微软雅黑";
	margin-left: 25px;
}
.wp_articlecontent {
	background: #fff;
	min-height: 400px;
	
}
.read {
	padding: 20px 20px;
}
.wp_listcolumn .wp_column a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	word-wrap: break-word;
	background: none;
	border-bottom: none;
	border-top: none;
	text-align: left;
margin: 15px 0 15px 15px;
}
.wp_listcolumn .wp_subcolumn {
	border-top: none;
}
.mm {
	font-size: 15px;
	margin-top: 0px !important;
}
.dd {
	font-size: 25px;
	margin-top: 24px !important;
}
.wp_nav .sub-nav {
	width:100% !important;
	height: 81px;
	top: 40px;
	visibility: hidden;border:none;border-top: 1px solid #ccc;
}
.wp_nav .sub-nav .nav-item a {
	font-family: "Microsoft Yahei";
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	border-top: none;
	min-width: 80px;
}
#wp_news_w15 a {
	margin-left: -10px;
}
#wp_news_w51 a {
	margin-left: 45px;
}
#wp_news_w52 a {
	margin-left: 45px;
}
#wp_news_w53 a {
	margin-left: 0px;
}
.wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 28px;
    cursor: pointer;
}
.wp_login_x .login_info {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    /* margin: 20px; */
    line-height: 24px;
    margin-right: 4px;
}
.news_text a{
	color:#717171;}
	::-webkit-input-placeholder { color: #FFFFFF;} /* WebKit, Blink, Edge */
:-moz-placeholder { color: #FFF;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #829cbc;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #829cbc;} /* Internet Explorer 10-11 */
#wp_login_w400{
	width:250px;}
	.wp_login_x .login_input {
    display: inline-block;
    float: left;
    margin-right: 4px;
    height: 26px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 26px;
}
.login_password label{
	margin-left:14px;}
	.wp_login_x .login_btn .button {
    display: block;
 
    width: 268px;
    height: 38px;
    margin-left: -21px;
    text-align: center;
    background: #d;
    line-height: 38px;
    
    background-color: #3359b9;
    border: 1px solid #ccc;
}
.wp_login_x .login_input label {
       display: inline-block;
    height: 26px;
    width: 65px;
    height: 37px;
    margin-left: -17px;
    float: left;
    text-align: center;
    background: #f7f6f0;
    border: 1px solid #c1c1c1;
    line-height: 38px;
    cursor: pointer;

}
.wp_login_x .login_input .input {
    float: right;
    display: block;
    width: 203px;
    height: 37px;
    line-height: 37px;
  margin-left: 49px;
    margin-top: -39px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.wp_login_x .login_btn .button input:hover {
    width: 268px;
    height: 38px;
    background-color: #3359b9;
    border-color: #d5d5d5;
    color: #fff;
}
.wp_login_x .login_code .verifycodeImg {
    display: inline-block;
    width: 60px;
    height: 37px;
    line-height: 37px;
    margin-top: 10px;
    margin-left: 85px;
}
.wp_login_x .login_input .input input {
    display: block;
    width: 192px;
    height: 37px;
    line-height: 37px;
    padding: 0px;
    padding-left: 10px;
    /* padding: 5px 2%; */
    border: 0;
}
.wp_login_x .login_btn .button input {
    display: inline-block;
    width: 54px;
    height: 37px;
    line-height: 37px;
    border: none;
    background: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#wp_nav_w2{
	    padding-left: 0px;
	}
.dibu400 img{ margin-left:20px; margin-top:10px;}

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu { height:24px; border-bottom:1px solid #ccc;}
.sudy-tab .tab-menu li { display:inline-block; height:36px; line-height:36px; float:left; font-size:15px; font-weight:bold; color:#333; padding:0 10px; border-radius:5px 5px 0 0; cursor:default;}
.sudy-tab .tab-menu li.selected { background-color:#06C; color:#fff;}
.dibu400 .articlecontent {width: 250px;margin: 0px auto;padding-top: 30px;}
p.p_text_indent_2 {text-indent: 2em;}
.post-50 .sudy-tab .tab-menu {height: 36px;line-height: 36px;}
.post-50 .sudy-tab .tab-menu li {
    display: inline-block;
    text-align: center;
    width: 120px;
    color: #424242;
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 0px 0px 0 0;
    cursor: default;
}
.post-50 .sudy-tab .tab-menu li.selected {
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    height: 20px;
    text-align: center;
    color: #3359b9;
    width: 120px;
    height: 36px;
    background: #fff;
    font-family: "微软雅黑";
}
.post2 .news_list li.news {
    float: left;
    margin: 0 10px;
    line-height: 50px;
    height: 50px;
    background: none;
}

.wrapper.main2 {
    background: #fff;
    height: 50px;
}

.main2 .inner {
    height: 50px;
}

.post2 .news_list li.news .news_title {
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1200px;
}
.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}
p.p_text_indent_1 {
    text-indent: 1em;
}
p.p_text_indent_1.news_title {
    background: #5c9ad5;
    width: 150px;
    margin: 0 auto;
    height: 2em;
    border-radius: 5px;
    line-height: 2em !important;transition: .4s;
}
p.p_text_indent_1.news_title a{color:#fff;}
p.p_text_indent_1.news_title:hover{opacity:.8;}