:root {
	--primary-color: #0079C2;
	--link-color: #0079C2;
	--success-color: #52c41a;
	--warning-color: #faad14;
	--error-color: #f5222d;
	--heading-color: rgba(0, 0, 0, .85);
	--text-color: rgba(0, 0, 0, .65);
	--text-color-secondary: rgba(0, 0, 0, .45);
	--disabled-color: rgba(0, 0, 0, .25);
	--border-color-base: #e8e8e8;
	--background: #F5F5F5;
	--dark-background: #2C354F;
	--dark: #2c354f;
	--black: #002140;
}

html {
	font-size: 14px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	background: var(--background);
}
a:focus, a:hover { text-decoration:none;}
body {
	position: relative;
	background: #f0f2f5;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container {
	width: 1280px;
}

.header {
	width: 100%;
	background: url(images/pageFocus.jpg) center top no-repeat;
}

.top {
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
}

.top .wechat {
	float: left;
	width: 24px;
	height: 40px;
	background-image: url(images/weicon.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.top .mail {
	float: left;
	width: 24px;
	height: 40px;
	background-image: url(images/mailicon.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.top .line {
	float: left;
	width: 1px;
	height: 16px;
	background: white;
	margin: 12px 16px;
}

.topLink .dropdown {
	float: left;
}

.topLink a {
	float: left;
	color: white;
}

.logo {
	float: left;
	padding: 24px 0;
}

.mainSearch {
	padding: 36px 0;
}

.mainSearch .input-group .form-control:first-child {
	border-radius: 0;
	border: none;
}

.mainSearch .input-group-btn:last-child>.btn {
	background: #0079c2;
	color: white;
	border-color: #0079c2;
	border-radius: 0;
	padding: 9px 16px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-inverse,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	background: #0079C2;
	border: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.65);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: white;
	color: #0079C2;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: white;
	color: #0079C2;
}

.navbar .dropdown-menu {
	border: none;
	border-radius: 0;
}

.navbar-nav {
	width: 100%;
}

.navbar-nav>li {
	width: 9%;
}

.navbar-nav>li>a {
	text-align: center;
}

.navbar .dropdown-menu>li>a {
	padding: 8px 20px;
}

.section {
	margin-bottom: 32px;
}

.section-title {
}

.section-title h4 {
	display: inline-block;
	border-bottom: 1px solid #0079C2;
	margin-right: 16px;
	font-size: 20px;
	line-height: 2.5;
}

.section-title span {
	opacity: .5;
}

.focus-news {}

.focus-news-image {
	float: left;
	margin-right: 12px;
}

.focus-news-content {
	margin-bottom: 12px;
}

.focus-news-content span {
	display: block;
	opacity: .5;
	margin-bottom: 8px;
	text-align:center;
}

.focus-news-content p{
	overflow: hidden;
	height: 120px;
	text-overflow: ellipsis;
	opacity: .8;
	color: #666;
	line-height: 24px;
    text-indent: 2em;
	text-decoration:none;
}
.focus-news-content p a{
	color: #666;
	line-height: 24px;
    text-indent: 2em;
	text-decoration:none;
}
.focus-news-list a {
	display: block;
	line-height: 2.6;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	color: #303030;
	padding: 0 16px 0 24px;
	background: url(images/arrow.png) center left no-repeat;
	background-size: 14px;
}

.focus-news-list a span {
	float: right;
	opacity: .5;
}

.focus-news-list a:hover {
	background-color: #f6f7f9;
}

.notice-news li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	min-height:91px;
}

.notice-news li:after {
	content: '';
	display: block;
	clear: both;
}

.notice-news .news-data {
	float: left;
	background: #0079C2;
	color: white;
	text-align: center;
	padding: 4px 12px;
	margin-right: 24px;
	margin-top: 12px;
}

.notice-news .news-data h1 {
	font-size: 32px;
	line-height: 1;
	margin: 0;
}

.notice-news .news-data span {
	font-size: 12px;
}
.picstop{
       height:40px;
       ligh-height:40px;
       }
.notice-news a {
	display: block;
	color: #303030;
}

.notice-news a h4 {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 2px;
	font-size: 16px;
}

.notice-news a p {
	margin: 0;
	opacity: .5;
}

.notice-news a:hover {
	text-decoration: none;
	color: #0079C2;
}

.techers {
	width: 100%;
	height: 600px;
	background: #0079C2 url(images/banner.png) center no-repeat;
	padding: 40px 0;
}

.techers-title {
	text-align: center;
	color: white;
	margin-bottom: 60px;
}

.techers-title h1 {
	font-size: 24px;
}

.techers-title h1:after {
	content: '';
	display: block;
	margin: 14px auto 8px;
	width: 60px;
	height: 1px;
	background: white;
}

.techers-title span {
	opacity: .5;
}

.lastCard {
	background: white;
	margin-top: -60px;
	padding: 24px 48px;
}
.mid-news li {
	list-style: none;
	float: left;
	line-height: 40px;
	width: 380px;
	border-bottom: 1px dashed #ddd;
}

.mid-news li a {
	display: block;
	color: #303030;
	padding: 0 16px 0 24px;
	background: url(images/arrow.png) center left no-repeat;
	background-size: 14px;
}

.mid-news li:hover {
	background-color: #F6F7F9;
}

.mid-news li a:after {
	content: '';
	display: block;
	clear: both;
}

.mid-news li p {
	float: left;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

.mid-news li span {
	float: right;
	width: 15%;
	text-align: right;
	opacity: .5;
}
.card-news li {
	list-style: none;
	float: left;
	line-height: 40px;
	width: 380px;
	border-bottom: 1px dashed #ddd;
}

.card-news li a {
	display: block;
	color: #303030;
	padding: 0 16px 0 24px;
	background: url(images/arrow.png) center left no-repeat;
	background-size: 14px;
}

.card-news li:hover {
	background-color: #F6F7F9;
}

.card-news li a:after {
	content: '';
	display: block;
	clear: both;
}

.card-news li p {
	float: left;
	width: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

.card-news li span {
	float: right;
	width: 14%;
	text-align: right;
	opacity: .5;
}
.card-news2 {
	margin-top:10px;	
}
.card-news2 li {
	list-style: none;
	float: left;
	line-height: 45px;
	width: 680px;
	border-bottom: 1px dashed #ddd;
}

.card-news2 li a {
	display: block;
	color: #303030;
	padding: 0 16px 0 24px;
	background: url(images/arrow.png) center left no-repeat;
	background-size: 14px;
}

.card-news2 li:hover {
	background-color: #F6F7F9;
}

.card-news2 li a:after {
	content: '';
	display: block;
	clear: both;
}

.card-news2 li p {
	float: left;
	width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

.card-news2 li span {
	float: right;
	width: 24%;
	text-align: right;
	opacity: .5;
}

.footer {
	background: #0079C2;
	margin-top: 60px;
	padding: 60px 0 50px;
	color: white;
}

.footer-logo {
	margin-bottom: 40px;
}

.footer li {
	list-style: none;
}

.footer .container {}

.footer-info {
	float: left;
	width: 40%;
	margin-bottom: 0;
}

.footer-contact p {
	margin-bottom: 0;
}

.footer-qrcode {
	float: left;
	width: 40%;
	text-align: center;
}

.footer-qrcode li {
	display: inline-block;
	margin: 0 16px;
	text-align: center;
	line-height: 3;
}

.footer-qrcode li img {
	display: block;
}

.footer-links {
	float: left;
	width: 20%;
}

.footer-links-content {
	padding: 0;
}

.footer-links-content li {
	float: left;
	width: 50%;
}

.footer-links-content li a {
	color: white;
}

.links-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.links-title h4 {
	margin: 0;
}

.links-title span {
	opacity: .5;
}


/* 本例子css */
.picScroll-left {
	width: 100%;
	position: relative;
}

.picScroll-left .hd {
	position: absolute;
	width: 100%;
	top: 80px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: white;
	opacity: .65;
	text-align: center;
	text-decoration: none;
}

.picScroll-left .hd .prev {
	float: left;
}

.picScroll-left .hd .next {
	float: right;
}

.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
	opacity: 1;
}

.picScroll-left .bd {
	padding: 0 60px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 23px;
	float: left;
	_display: inline;
	text-align: center;
	list-style: none;
	padding-top: 8px;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 180px;
	height: 230px;
	display: block;
	box-shadow: 0 0 0 6px white;
}

.picScroll-left .bd .title a {
	line-height: 4;
	color: white;
}

.page-focus {
	height: 199px;
	background: url(images/pageFocus.jpg) center top no-repeat;
}

.page-wrapper {
	margin-top: 40px;
	background-color: white;
	padding: 40px;
}

.page-sider {
	float: left;
	width: 200px;
	border-right: 1px solid #EEEEEE;
	margin-right: 40px;
}
.page-sider2 {
	float: left;
	width: 200px;
	min-height:300px;
	margin-right: 40px;
}
.page-head {
	border: 1px solid rgba(0, 121, 194, .5);
	margin-bottom: 40px;
	position: relative;
}

.page-head:after {
	content: '';
	width: 200px;
	height: 49px;
	background-color: #0079C2;
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 0;
}

.page-name {
	float: left;
	width: 200px;
	padding: 10px 24px;
	background: white;
	position: relative;
	margin-right: 32px;
	z-index: 2;
}

.page-name h4 {
	margin: 0;
	display: inline-block;
	color: #0079C2;
	margin-right: 8px;
}

.page-name span {
	opacity: .5;
}

.page-position {
	padding: 10px 24px 11px;
}

.page-position a {
	display: inline-block;
}

.page-position a:after,
.page-position span:after {
	content: '/';
	display: inline-block;
	margin: 0 8px;
	color: #DDDDDD;
}

.page-position span {
	opacity: .6;
}

.page-position span:last-child:after {
	content: none;
}

.page-sider-menu {
	padding: 0;
}

.page-sider-menu li {
	list-style: none;
	margin-bottom: 4px;
}

.page-sider-menu li a {
	display: block;
	padding: 12px 24px;
	text-align: left;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.56);
}

.page-sider-menu li.active {
	border-right: 2px solid #0079C2;
	background-color: #F0F2F5;
}

.page-sider-menu li.active a {
	color: #0079C2;
}

.page-sider-menu li a:hover {
	background-color: #F0F2F5;
	color: #0079C2;
}

.page-content {
	float: left;
	width: 960px;
}

.list-article {
	margin-bottom: 32px;
}

.list-article li {
	color: #0079C2;
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px dashed #ddd;
	background: url(images/arrow.png) center left no-repeat;
	background-size: 16px;
}

.list-article li a {
	float: left;
	color: rgba(0, 0, 0, 0.85);
	font-size: 15px;
	width: 80%;
	padding: 12px 16px 12px 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-article li a:hover {
	color: #0079C2;
}

.list-article li:hover {
	background-color: #F0F2F5;
}

.list-article li span {
	padding: 12px 16px;
	float: right;
	width: 20%;
	text-align: right;
	color: #888888;
}

.pagelist {
	margin-top: 10px;
}

.pagelist ul {
	padding: 0;
}

.pagelist li {
	display: inline-block;
	margin-right: 2px;
	border: 1px solid var(--border-color-base);
	border-radius: 4px;
}

.pagelist li a {
	display: block;
	padding: 6px 12px;
	color: var(--text-color);
	font-size: 13px;
	text-decoration: none;
}

.pagelist li:hover {
	border-color: var(--disabled-color);
}

.pagelist li:hover a {
	color: var(--heading-color);
}

.pagelist li.thisclass {
	border-color: var(--primary-color);
}

.pagelist li.thisclass a {
	color: var(--primary-color);
}

.pagelist li .pageinfo {
	display: none;
}
.article-header {
    border-bottom : 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom : 25px;
    text-align    : center;
}

.contact-content {
    padding    : 16px 8px;
    line-height: 2.5;
    color      : rgba(0, 0, 0, .65);;
}
.article-title {
	text-align: center;
	margin-bottom: 40px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 24px;
}

.article-title h4 {
	font-size: 20px;
}

.article-title p {
	color: rgba(0, 0, 0, 0.4);
}

.article-title p span {
	display: inline-block;
	margin: 0 8px;
}

.article-article {
	line-height: 1.65;
}

.enclosure {
	margin-top: 80px;
}

.enclosure ul {
	padding: 0;
}

.enclosure li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}

.enclosure li img {
	float: left;
	width: 20px;
	height: 22px;
	margin-right: 16px;
}


.navbar2 {
	background: #0079C2;
}

/**导航区域背景**/
.navbar2 .navbox {
	width: 1280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar2 .navbox .wp_nav {
	height: 50px;
}

/**导航高度**/
.navbar2 .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: "宋体";
}

/**导航字体样式**/
.navbar2 .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
	color: #fff;
	background-color: #0e6ec5;
}

/**鼠标经过或当前选中时样式**/
.navbar2 .navbox .wp_nav li.nav-item a span.item-name {
	height: 50px;
	line-height: 50px;
}

/**导航栏目高度与边距**/
.navbar2 .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #0777b3;
	z-index: 10000;
}

/**子菜单背景**/
.navbar2 .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/**子菜单字体样式**/
.navbar2 .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #1F5E7C;
	color: #fff;
}

.navbar2 .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	height: 50px;
	line-height: 50px;
}

/**子菜单栏目高度与边距**/
.navbar2 .selected {
	color: #ffffff;
	background: #1687ef;
}

/**鼠标经过或选中一级子栏目**/
.navbarb {
	float: left;
	width: 1140px;
	height: 50px;
}

/**导航区域背景**/
.navbarb .navbox {
	width: 1140px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

/**导航窗口大小及位置**/
.mark,
mark {
	padding: .2em;
}
/**栏目列表*/

.wp_listcolumn { display:block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:15px; font-weight:normal; word-wrap:break-word; background:none; border-bottom:0px solid #ddd; border-top:0px solid #fff; text-align: left;}
.wp_listcolumn .wp_column a:hover { background-color: #F0F2F5; color: #0079C2;background-image:none;}
.wp_listcolumn .wp_column a.selected {     background-color: #F0F2F5;color: #0079C2; background-image:none; border-right: 2px solid #0079C2;}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:0px; cursor:pointer;}
.wp_listcolumn{
	padding: 0;
}

.wp_listcolumn li {
	list-style: none;
	margin-bottom: 4px;
}

.wp_listcolumn li a {
	display: block;
	padding: 12px 24px;
	text-align: left;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.56);
}

.wp_listcolumn li.active {
	border-right: 2px solid #0079C2;
	background-color: #F0F2F5;
}

.wp_listcolumn li.active a {
	color: #0079C2;
}

.wp_listcolumn li a:hover {
	background-color: #F0F2F5;
	color: #0079C2;
}
 /**栏目新闻**/
.col_news_head { height:20px;}
.col_news_head ul li{
	list-style:none;
	}
.col_news_con{
	margin-top:0px;
	}
.col_metas .col_title { display:inline-block; float:left; height:28px; line-height:28px;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; font-weight:bold; color:#fff; padding:0 50px 0 25px;}   /**当前栏目名称**/
 /**当前位置**/
.col_metas { width:680px; float:left; height:20px; line-height:20px; background-color:#ffffff; display:block;}  /**当前栏目**/
.col_metas2 { width:1120px; float:left; height:20px; line-height:420px; background-color:#ffffff; display:block;}  /**当前栏目**/
.possplit {
	display:none;
     background-image:none;
}
.col_path1 {
	width:680px;
	float: left;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}
.infobox {
	display:block;
	margin: 0 auto;
	min-height:380px;
}
.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list {}
.col_news_list .wp_article_list li{ list-style:none; float:left;}
.col_news_list .wp_article_list .list_item { height:42px; line-height:42px; padding-right:15px;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {display:block; height:42px; padding: 0 16px 0 0px;
	background: url(images/arrow.png) center left no-repeat;    background-size: 16px;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333; padding:10px;}
.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); }   /**列表页文章图片大小限制**/
.wp_article_list .list_item .Article_Index
/**文章页**/
.article {}
.article { display:block; margin-top:20px; width:960px;}
.article .arti_title { line-height:40px; font-family: "Microsoft YaHei"; text-align:center; font-size:22px;color: #378038; display:block; min-height:40px;} /**文章标题**/
.article h1.arti_title2 { line-height: 30px;
    padding: 5px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #378038;
}
.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; width:920px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333; }  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:840px; _width:expression(this.width > 840 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
/* 修改的焦点图css */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	list-style: none;
	text-align: center;
}
.slideBox .bd ul {
	overflow: hidden;
	zoom: 1;
	display: block;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

.slideBox .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 16px;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: block;
}

.slideBox .hd ul li {
	display: inline-block;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.35);
	cursor: pointer;
	border-radius: 50px;
	transition: all .3s;
}

.slideBox .hd ul li.on {
	background: #fff;
	width: 20px;
}