@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, tfoot, thead, th, 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;vertical-align: baseline;}
tbody, tr, td {margin: 0;padding: 0;border: 0;}
/* 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; object-fit: cover;}
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:30px;
	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 {font-family:'Microsoft Yahei';}
body,p {
	font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	font-family:'Microsoft Yahei';
	background-color: #ffffff;
}
a { color:#333; text-decoration:none; font: 15px/1.6 Arial,'microsoft yahei',Helvetica,sans-serif;}
a:hover { color:#1969b2;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { height:34px;border-bottom: 1px solid #ddd;margin-bottom: 3px;background-color: #ebf0f3;padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;} /**标题栏**/
.post .tt .tit {
	font-family:"Microsoft Yahei";
	display:inline-block;
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#2073c1;
}
.post-4 .tt .tit {
	font-family:"Microsoft Yahei";
	display:inline-block;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fc370c;
}


/**标题字体**/
.post .tt .tit .title {
	display:inline-block;
	height:32px;
	line-height:32px;
	padding-left:0px;
} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;display:flex;align-items:center;}   /**更多按钮**/
.post .con {
	padding:20px 0;
	margin:0 auto;
}

.post-news .con{display:none}

.post .con-wrapper {
	padding:10px 0 0 0;
	/*display: inline-block;*/
	/*width: 317px;*/
	margin: 0 auto;
}
.post .con-wrapper .con-content{
	padding:20px 0 0 0;
}
.post .con .wp_article_list .list_item { border: none;line-height: 28px;height: 28px; } /**新闻列表**/
.post .con-wrapper .con-content .wp_article_list .list_item { border: none;line-height: 28px;height: 28px; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/
.post .con-wrapper .con-content .div_ztylb .div_ztylb_list .articlelist1_ul  .articlelist1_li .articlelist1_a_title {
line-height: 28px;
}
.post .con-wrapper .con-content .div_ztylb .div_ztylb_list .articlelist1_ul  .articlelist1_li {
background: none;
}

.post-children {width:50%;display:inline-block;}

/**自定义新闻列表**/
.news_list {}
.news_list li.news {
	line-height:24px;
} /**标题图标**/
.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;}


/**页头开始**/
#heaer {}
#header .inner {}
.head {
	width:100%;
	height:166px;
	position:relative;
	position:relative;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-size: contain;
}    /**页头部分**/
.navbar .sitetitle {
	font-size: 24px;
	font-weight: bold;
	color: #F63003;
	margin-top: 30px;
}		/**站点名称**/
.navbar {
	width:100%;
	height:54px;
	float:right;
	background: #006eb7;
	margin-bottom: 1px;
}   	/**导航区域背景**/


#wp_nav_w71 {
	width:1000px;
	margin: 0 auto;
}

#wp_nav_w71 .wp_nav .nav-item a span.item-name {
	line-height: 42px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
#wp_nav_w71 .wp_nav .nav-item  {
	margin-right: 20px;
	min-width:122px;
}

#wp_nav_w71 .wp_nav .nav-item a:hover span.item-name {
	/*color: #3dde19;*/
}

#wp_nav_w71 .wp_nav .nav-item:hover  {
	background-color: #2e87d7;
}

/**副标题**/
#wp_nav_w71 .wp_nav .nav-item .sub-nav {
	width: 200px !important;
	/*background-color: #006eb7;*/
	/*background-color: rgb(204, 204, 204);*/
	background-color: #e6f2ff;
	/*visibility: visible !important;*/
	padding: 5px 10px;
	top: 53px !important;
	border: none;
}

#wp_nav_w71 .wp_nav .sub-nav .nav-item .mark {
	background: unset !important;
}

#wp_nav_w71 .wp_nav .nav-item a.parent:hover {
	background: #2e87d7;
}

#wp_nav_w71 .wp_nav .sub-nav .nav-item a span.item-name {
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	color: #333333 !important;
}

#wp_nav_w71 .wp_nav .sub-nav .nav-item a {
	border: none;

}

#wp_nav_w71 .wp_nav .sub-nav .nav-item a span.item-name:hover {
	color: #ffffff !important;
}


/**轮播图**/
#sudyfocus_w70 .sudyfocus_w70 {
	height: 370px !important;
}

#sudyfocus_w70 .sudyfocus_w70 .focus-container{
	height: 370px !important;
}


/**
友情链接
 */

.content-wrapper {
	width: 100%;
	position: relative;
	height: 50px;
	margin: 10px 0;
}
.content-wrapper .main-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background: #f1f1f1;
}
.content-wrapper .main-container .link-container {
	display: flex;
	height: 100%;
}
.content-wrapper .main-container .link-container .link-container-item {
	padding: 0 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	color: #666;
	background: url(images/split.png) no-repeat right center;
}

.content-wrapper .main-container .link-container .link-container-item a {
	color: #666;
}

.content-wrapper .main-container .link-container .link-container-item:first-child {
	font-size: 16px;
	background: rgb(0, 110, 183);
	color: #FFFFFF;
}


.fouce{
	width:100%;
	height:334px;
}




.head .navbox {
	width:580px;
	height:38px;
	right: 0px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.head .navbox .wp_nav,.navbar .navbox .nav { height:38px;}  /**导航高度**/
.head .navbox .wp_nav li.nav-item a {
	font-size:16px;
	font-family:'Microsoft Yahei';
	color:#FFFFFF;
}    /**导航字体样式**/
.head .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{
	color:#fc360a;
	font-family:'Microsoft Yahei';

	background-image: url(images/dhbg.gif);
}   	/**鼠标经过或当前选中时样式**/
.head .navbox .wp_nav li.nav-item a span.item-name { padding:0 10px; height:38px; line-height:38px;}   /**导航栏目高度与边距**/
.head .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#f2f4f2;}  /**子菜单背景**/
.head .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;}		/**子菜单字体样式**/
.head .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	color:#fc360a;
	background-color: #e7e7e7;
}
.head .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/









#wp_nav_w5 .wp_nav .nav-item a{
	font-size:16px;
	font-family:"Microsoft Yahei";
	color:#333333;
	background-color: #F0F0F0;
	line-height: 29px;
	height: 29px;
}














/**主体开始**/
#container {
	padding:0px 0;
}
#container .inner {
	width:1000px;
	min-height: 625px;
}

/**首页三列布局**/
.mod {}
.mod1 { width:236px; float:left;} /**左列**/
.mod1 .ml { width:100%;}
.mbox {
	padding:0 0px;
}

.post-4.mbox{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}



.mod2 {
	width:1000px;
	float:right;
}
.mod3 {
	width:1000px;
	float:right;
}
.mod2 .mc {
	width:375px;
	float:left;
	background-image: url(images/img.gif);
	background-repeat: repeat;
	height: 370px;
}
.mod3 .mc {
	/*width:234px;*/
	width: 320px;
	float:left;
	margin-right: 8px;
	/* margin-left: 8px; */
}

.mod3 .mc2 {
	/*width:234px;*/
	width: 650px;
	float:left;
	margin-right: 8px;
	/* margin-left: 16px; */
}

.mod3 .mc3 {
	/*width:234px;*/
	width: 342px;
	float:left;
	/* margin-right: 8px; */
}



/**中间**/
.mod2 .mr {
	width:1000px;
	float:right;
} /**右列**/

/**列表页**/
.col_menu {
	width:236px;
	float:left;
	background-color: #EEEEEE;
	min-height: 470px;
}
.col_menu .col_menu_head {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #333333;
}   /**位置栏目背景**/
.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:21px;
	padding:5px 5px 5px 30px;
	background-color: #006eb7;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {  border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color:#ffffff; background:#2e87d7 url(images/icon_column_1.gif) no-repeat 6px 12px;  border-bottom:1px solid #ffffff; border-top: none} 	/**一级子栏目**/
.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_hover.gif);} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.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_2_hover.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_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
.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:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.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:728px;
	float:right;
	/*background-color: #E3E3E3;*/
} /**栏目新闻**/
.col_news_head {
	background-image: none;
	background-color: #E3E3E3;
}
.col_metas .col_title {
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	background-position: 0px bottom;
	color: #2e87d7;
	/*background-color: #274372;*/
}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; font-weight:bold; color:#2e87d7; padding:0 50px 0 25px;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {border: none;height:28px;line-height:28px;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;}  /**栏目新闻图标序号**/
.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 {}
.article h1.arti_title {
	line-height:26px;
	font-family: "Microsoft YaHei";
	padding:5px;
	text-align:center;
	font-size:18px;
	color:#282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.article h1.arti_title2 {
	line-height:13px;
	font-family: "Microsoft YaHei";
	padding:5px;
	text-align:center;
	font-size:13px;
	color:#666;
}
/**文章标题**/
.article .arti_metas { padding:10px; text-align:center;margin-top:54px;}
.article .arti_metas span { margin:0 30px; font-size:15px; 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 {}
#footer .inner {
	padding:30px 0;
	background-color: #006eb7;
}
#footer .inner p {
	font-size:14px;
	line-height:20px;
	text-align:center;
	background-color: #006eb7;
}
#footer .inner p span { margin:0 3px;}



#header {
	/*background-image: url(images/bg.gif);*/
	height: 129px;
	background-repeat: repeat-x;
}
#nav{

	background-image: url(images/bg.gif);
	height: 50px;
}




.addr{color: #FFFFFF;}
.tel{color: #FFFFFF;}
.email{color: #FFFFFF;}
.copyright{color: #FFFFFF;}
.support{color: #FFFFFF;}
.c22{
	height: 83px;
	width: 4px;
	clear: none;
	float: left;
	background-color: #e0e0e0;
}
.c23{
	height: 24px;
	width: 620px;
	clear: none;
	float: right;
}
#footer{
	background-color: #006eb7;
	width: 100%;
}



.focus-title-bar {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 40;
	width: 100%;
	height: 87px;
}

.focus-title-bg {
	width: 100%;
	height:  100%;
	background-color: #526891;

	opacity: 1;
}

.focus-title {
	display: inline-block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 19pt;
	z-index: 50;
}
.headbg{
	/*background-color: #B31501;*/
	height: 370px;
	/*background-image: url(images/img.jpg);*/
}
.wcb {
	color: #FFFFFF;
}
.logo{
	float:left;
	width:700px;
	padding-top: 20px;
}
.logo img {
	width: 100%;
	height: auto;
}
.Article_Title{
	color: #333333;
}

#sudyfocus_w70 .sudyfocus_w70 .focus-title-bar {
	z-index: 0 !important;
}
/*系统默认搜索*/


.wp_search .search {
    background: url(images/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 32px;
    border: 0px;
    cursor: pointer;
}
input#keyword {
    line-height: 26px;
    width: 240px !important;
    filter: alpha(opacity=70);
    opacity: 0.7;
    border: 2px solid #006eb7;
border-radius: 5px;
    height: 26px;
}


.logo2 {
    float: right;
    width: 280px;
    margin-top: 80px;
    height: 32px;   
    }
