@charset "UTF-8";

/* Base Reset */
* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	overflow-x: hidden;
}



body { margin:0; padding:0;font-family:"Montserrat","微软雅黑", Arial;
font-size:14px; line-height:1.5; color:#000000; width:100%; margin:0px auto;}
a { color:#000000; text-decoration:none;}
a:hover { color:#000000;}

div,ul,li,dl,dd,span,h1,h2,p,h4,h3 { margin:0; padding:0; list-style:none;}
.clear{ clear:both;}
span, div, img, b, i, a {
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
}
.container{
	width:100%; max-width:1400px; margin:0px auto;
	
}
.wp-wrapper .wp-inner{
	width:100%; max-width:1400px; margin:0px auto;
	
}

.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* {
    box-sizing: border-box;
}
.flex-between {display: flex;align-items: center;justify-content: space-between;}
.flex-center-y {display: flex;align-items: center;}
*{ box-sizing: border-box;}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #0C5197;
}

.wp-wrapper {
	width: 100%;
}



/**头部**/
.wp-header {
	background: #084187;
}

.wp-header .head {
	padding: 10px 0px 10px;
}

.wp-header .head .logo img {
	height: 110px;
	width: auto;
}

.wp-header .head .top_adv img {
	height: 90px;
	width: auto;
        margin-top: 50px;
}

.wp-header .head .key {
	flex: 1;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	margin-left: 30px;
}

.wp-header .head .search {
	margin-left: 35px;
}

.wp-header .head .search .sea_bt {
	width: 34px;
	height: 35px;
	outline: 0;
	background: url(../images/icon_12.png) center no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.wp-header .head .search .input {
	width: 0px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-right: 8px;
}

.wp-header .head .search .open .input {
	width: 130px;
}

.wp-header .head .search .formbit {
	width: 100%;
	height: 34px;
	line-height: normal;
	border: 0;
	outline: 0;
	padding: 0px 10px;
	color: #333;
	font-size: 14px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

.wp-wrapper .search_box {
	width: 100%;
	height: 28px;
	line-height: 28px;
	/*background-color: #700005;*/
	background-color: #285b99;
}

.wp-wrapper .main {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.wp-wrapper .search_box ul {
	float: right;
	position: relative;
	width: 490px;
}

.wp-wrapper .search_box li {
	display: inline-block;
	color: white;
	float: left;
	margin-left: 50px;
}

.wp-wrapper .search_box li input {
	width: 148px;
	height: 20px;
	border: 0;
	/* background: blue; */
}

.wp-wrapper .search_box li button {
	border: 0;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 41px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	/*background: #8c0000;*/
	background: #285b99;
}



.wp-header .wp-inner {
	width: 1400px;
}

/**
  * [站点LOGO]
  */
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/**
 * [语言选择]
 */
.lang-panel {
	float: right;
	height: 42px;
}

.lang-window {}

.lang-window .wp-menu .menu-item {
	float: left;
}

.lang-window .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 6px;
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	color: #cdbccc;
	text-decoration: none;
}

.lang-window .wp-menu .menu-item a.menu-link:hover {
	color: #fff;
}

/**
 * [搜索]
 */
/*标志*/
.search-panel {
	width: 50px;
	height: 30px;
	position: relative;
}

.searchbtn {
	width: 50px;
	height: 30px;
	border: 0;
	outline: 0;
	background: #CFD9E8 url(../images/sous.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 120;
	cursor: pointer;
}

.search-window {
	width: 50px;
	border: 0px solid red;
	background-color: transparent;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	height: 42px;
}

/*#72596C*/
.wp-search {
	position: relative;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	margin-left: 10px;
	margin-right: 50px;
	/* margin-top: 7px; */
	padding-left: 4px;
	border: 1px solid rgb(65, 105, 150);
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 18px;
	line-height: 18px;
	border: 0;
	outline: 0;
	background: none;
	color: black;
	font-size: 14px;
	padding: 5px 0;
}

.wp-search .search-btn {
	width: 50px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 30px;
	border: 0;
	outline: 0;
	background: #07407a url(../images/sous.png) no-repeat center;
	cursor: pointer;
}

/**
 * [顶部副导航]
 */
.top-nav-panel { /* width:376px; */ float: right; height: 42px; margin-right: 12px;}
.top-nav-panel .wp-menu .menu-item { float: left; display: inline-block;}
.top-nav-panel .wp-menu .menu-item a.menu-link { display: inline-block; margin: 0 6px; /* height: 39px; */ line-height: 30px; color: #7494B5; font-size: 12px;font-weight:bold; text-decoration: none;}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover{  color: #c9be7d;}
#naver{/* background: #575757; *//* border-top:1px solid #97052C; */}
/**主导航**/
.wp-navi { /*display:none; border-top: 1px solid #98092E; */ background: #16599D;}
.wp-navi .wp-inner{width: 1400px;background: #16599D;}
.main-nav-panel {}
.menu-switch-arrow { display: none;}
.main-nav-panel .wp-menu {  margin:0 auto;   /* display: none; */ }
.main-nav-panel .wp-menu .menu-item { display: block; /* border-top: 1px solid #ddd; */ /* overflow: hidden; */ position: relative; float: left;}
.main-nav-panel .wp-menu .menu-item  >.menu-switch-arrow{display: block; width: 38px; height: 38px; position: absolute; right: 0px; top: 1px; background: url(../images/icons.png) no-repeat 10px -116px;}
.main-nav-panel .sub-menu {background-color: #f2f2f2; display: none; }
.main-nav-panel .sub-menu .sub-item { white-space: nowrap; vertical-align: top; _zoom:1; /* border-top: 1px solid #e5e5e5; */ position:relative;}
.main-nav-panel .sub-menu .sub-item a { display: block; color: #272727; /* height: 39px; */ line-height: 30px; font-size:15px; padding:0 10px; display: block; text-indent: 20px;}
.main-nav-panel .sub-menu .sub-item a:hover {  color: #fff; display: block; background-color: #7E7E7E;}
.main-nav-panel .sub-menu .sub-menu {background-color: #fff;}

.main-nav-panel .wp-menu .menu-item {float:left; position:relative; background:url("images/navx.gif") no-repeat right 0; }
.main-nav-panel .wp-menu .menu-item { float: left; display: inline-block; position: relative;}
.main-nav-panel .wp-menu .menu-item  a.menu-link { display: inline-block; font-size: 18px; font-family:"Microsoft yahei"; font-weight:normal; color: #fff; height: 43px; line-height: 43px; padding: 0 25px;}
.main-nav-panel .wp-menu .menu-item.i9 .sub-menu{margin-left:-30px;}
.main-nav-panel .wp-menu .menu-item  a.menu-link:hover { color: #eee;background-color: #006cbf;}
.main-nav-panel .wp-menu .sub-menu { width: 175px; position: absolute; display: none; left: 0; top: 43px; padding-bottom: 7px; background: rgba(0, 78, 199, 0.5); opacity: 0.8\9; background: #16599D\9; filter:alpha(opacity=90);z-index:1000;}
.main-nav-panel .wp-menu .sub-menu .sub-menu { left: 100%; top: 0;}
.main-nav-panel .wp-menu .sub-item a{ display: block; font-size: 14px; color: #fff;}
.main-nav-panel .wp-menu .sub-item a:hover { background: #16599D;}
.main-nav-panel .wp-menu .sub-item a span { display: block; line-height: 18px;  padding: 6px 0; margin: 0 10px; border-bottom: 1px solid #6b75b7;}

/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 40px;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle { display: block; width:34px; height: 34px; background: url(img/menu-icon-arrow-white.png) no-repeat 50%; cursor: pointer; position: absolute; left: 0; top:50%; margin-top: -17px; display: none;}
.wp-navi-aside { display: none; position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 1000; }
.wp-navi-aside .navi-aside-mask { width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.wp-navi-aside-active { display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;left: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525; overflow-y: auto;-webkit-overflow-scrolling: touch; }
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head { margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title { padding:7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-aside-wrap { color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li { position: relative;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow { display:block; cursor: pointer; width:50px; height: 35px; position: absolute; right: 0; top:0px; color: #f6f6f6; font-size: 14px; background: url(img/menu-switch-arrow.png) no-repeat 22px -25px;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow { background-position: 20px 12px;}
.wp-navi-aside .navi-aside-wrap li a { display: block; text-decoration: none; color: #c7c7c7; font-size: 14px; line-height: 20px; padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover,.wp-navi-aside .navi-aside-wrap li a:focus { background-color: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu { display: none; background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a { padding-left: 20px; }
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu { background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a { padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu { background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a { padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu { background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 50px;}

/**焦点图片**/
.wp-focus {
	background-color: #ececec;
}

.fcous-panel {
	width: 100%;
}

.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}

.focus11 {}

.focus11 .focus-title {
	font-weight: normal;
	font-family: "Microsoft yahei"
}

.focus11 .focus-text-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.focus11 .focus-text-inner {
	position: relative;
}

.focus11 .focus-text {
	padding: 0px;
	line-height: 24px;
	;
	color: #000;
	margin-top: 10px;
}

.focus11 .focus-text-bg {
	display: none;
}

/**
 * 主体
 */
#container .wp-inner,
#container-m .wp-inner {
	/* width: 1100px; */
}
#container {
    background-color: #fcfcfd;

    background-repeat: no-repeat;
    background-position: center top;
}
/*中间*/
.index{ background-color:#fcfcfd; background-image:url(../images/index_03.jpg); background-repeat:no-repeat; background-position:center top;}
.index_bt{ border-bottom:1px #7d7d7d solid; position:relative; margin-bottom:15px;}
.index_bt .tpleft{ position:relative; font-size:22px; font-weight:bold; padding-bottom:10px;}
.index_bt .tpleft:before {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0px; bottom:-2px;
	background: #094187;
	content: '';
}
.index_bt .tpleft img{ max-height:30px; width:auto; margin-right:13px;}
.index_bt .more{ position:absolute; right:0px; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); color:#686666; font-size:16px;}
.index_bt .more:hover{ color:#084187;}
.dance{ padding-top:40px;}
.index_new{align-items: stretch;}
.index_new .new_left{ flex:1; margin-right:60px;}
.news_list li{ border-bottom:1px #7f7f7f dashed; line-height:50px;display: flex;
    align-items: center;
    justify-content: space-between;}
.news_list li.news span.news_title{ padding-left:23px; position:relative; flex:1; margin-right:10px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;transition: all .5s ease;-webkit-transition: all .5s ease;}
.news_list li.news span.news_title:before {
	width: 12px;
	height: 12px; border-radius:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
	position: absolute;
	left: 0px;
	top: 50%;
	background: #094187;
	content: '';
}
.news_list li a:hover{ padding-left:30px; color:#0a4187; font-weight:bold;}
.news_list li.news span.news_meta{ color:#094187;}
.new_right{ width:48%; background:#fff; position:relative;}
.new_right .btn{display: block;
    width: 35px; font-family:"黑体";
    text-align: center;
    height: 65px;
    background: #000;
    color: #fff;
    font-size: 35px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 90px;display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    opacity: 0.7;transition: all .5s ease;-webkit-transition: all .5s ease;}
.new_right .btn:hover{opacity:1;}
.new_right .next{ right:0px;}
.new_right .pre{ left:0px;}
.new_right ul li .photo { overflow:hidden;}
.new_right ul li .photo a{ display:block; position:relative; height:230px;}
.new_right ul li .photo a img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.new_right ul li .photo a .title{ position:absolute; width:100%; left:0px; bottom:0px;  background-color:rgba(0,0,0,0.8); line-height:35px; padding:0px 10px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; color:#fff;}
.new_right ul li .content{ padding:10px; line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.part_2 .new_list_left{ width:48%;}
.part_2 .new_list_right{ width:48%;}
.new_list .midea_1{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px 40px;
align-items: stretch;}
.new_list .midea_1 li{ background:#dcdcdc; padding:20px 15px 15px; border-bottom:3px #084187 solid; text-align:center;}
.new_list .midea_1 li a{ line-height:22px; height:44px; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; margin-bottom:0px;}
.new_list .midea_1 li a:hover{color:#094187; font-weight:bold;}
.new_list .midea_1 li .date{ color:#094187;}
.link {display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
.link li{ background:#EAF4FF; padding:8px 0px; text-align:center; }
.link li .icon{display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/icon.png) no-repeat;
    opacity: 0.6;}
.link li:hover .icon{opacity: 1;}
.link li.no1 .icon{ background-position:-520px -11px;}
.link li.no2 .icon{ background-position:-123px -11px;}
.link li.no3 .icon{ background-position:-419px -11px;}
.link li.no4 .icon{ background-position:-20px -11px;}
.link li.no7 .icon{ background-position:-420px -11px;}
.link li.no6 .icon{ background-position:-715px -11px;}
.link li.no5 .icon{ background-position:-814px -11px;}
.link li.no8 .icon{ background-position:-896px -11px;}
.link li.no9 .icon{ background-position:-990px -11px;}
.link li.no10 .icon{ background-position:-1080px -11px;}
.link li a p{font-size:12px; line-height:30px; color:#1671b7;}
.part_2{align-items:flex-start; }
.index_bt.no1 .tpleft{ width:100%;display: flex;
    align-items: center;
    justify-content: center;}
.part_3 { padding-bottom:20px;}
.part_3 .index_bt{ margin-bottom:30px;}
.special{ position:relative;}
.special:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}
.special .btn{ width:40px; height:40px; position:absolute; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);background-repeat:no-repeat; background-position:center center; background-size:cover; cursor:pointer;}

.sp_list ul li{ float:left; width:19%; margin-right:1.2%;}
.sp_list ul li:last-child{ margin-right:0px;}
.sp_list ul li img{ width:100%;}
.special .pre{ background-image:url(../images/icon_34.png);  left:0px;}
.special .next{ background-image:url(../images/icon_31.png); right:0px;}
.sp_list ul li a .photo{position:relative; display:block; padding-top:56.5%; width:100%; overflow:hidden;}
.sp_list ul li .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.sp_list ul li:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}

#container-m {
	background: #E0D9C9;
}

#container-1 {}

#container-1 .wp-inner {
	width: 100%;
}




/**新闻默认样式**/
.news_list {}

/**标题图标**/
.news_list li.news span.news_title {
	float: left;
	font-size: 16px;
}

.news_list li.news span.news_meta {
	float: right;
	/* margin-left:2px; */
	color: #888888;
}

.news_list li.news span.news_meta a {
	color: #b6a02c;
	font-size: 12px;
}

.news_list li.news p {
	clear: both;
	line-height: 20px;
}

.news_list li.news p a {}

.news_list li.news p a:hover {
	text-decoration: underline;
}
.imgscroll2_img {
    padding:0px 20px 0px 0px;
}

/**标题栏新闻窗口**/
.post {}

.post .tt {
	display: inline-block;
	width: 100%;
	/* height: 47px; */
	margin-bottom: 12px;
	/* border-bottom:1px solid #dedede; */
	/* border-top:1px solid #dedede; */
}

/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #2c2b2b;
}

/**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	line-height: 47px;
	cursor: context-menu;
	padding: 0 10px;
	font-size: 15px;
	background: #E7E7E7;
	color: #7E7E7E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 1px;

}

/**标题图标**/
.post .tt .tit .title.selected {
	display: inline-block;
	height: 44px;
	/* height: 40px; */
	line-height: 47px;
	border-bottom: 3px solid #105193;
	color: #fff;
	background: #67A9EC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 47px;
	line-height: 47px;
	margin-right: 0px;
	float: right;
}

/**更多按钮**/
.post .tt .more_btn a {
	color: #9B9B9B;
}

.post .tt .more_btn a:hover {
	color: #f90;
}

.post .con {
	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;
}

/**新闻列表图标**/

/* 其他列表样式 ******************* */
.post-21 {}

.post-21 .news_list {}

.post-21 .news {
	border-bottom: 1px dashed #d6d4d4;
	padding: 6px 0px;
}

.post-21 .news .news_title {
	font-size: 14px;
}

.post-21 .news .news_title a {
	/* color: #2D2D2D; */
}

.post-21 .news .news_meta {
	line-height: 28px;
	overflow: hidden;
}

.post-31 .tt {
	/* margin-bottom: 3px; */
}

.post-31 .news {
	border-bottom: 1px dashed #d6d4d4;
	padding: 6px 0px;
}

.post-11 .con,
.post-21 .con,
.post-31 .con {
	min-height: 205px;
}

/*友情链接*/

.post-link {
	position: relative;
	background: #E9F0F7;
}

.post-link a.tt {
	display: block;
	height: 40px;
	line-height: 40px;
	/* border:1px solid #ccc; */
	font-size: 14px;
	background: url("../images/linkj.png") no-repeat right 10px;
}

.post-link a.tt span {
	margin-left: 15px;
}

.post-link.wrap-open .tt {
	background-position: right -22px;
}

.post-link .con {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 140px;
	overflow: auto;
	background: #fff;
	/* padding:2px; */
	border: 1px solid #ccc;
}

.post-link .con .news_list {
	padding: 2px 4px;
}


/* .post-23{margin-top: 40px;}
.post-23 .newsw{position:relative;height:174px;}
.post-23 .newsw > a{position:absolute;left:0px; top:0px; z-index:98}
.post-23 .newsw > a  .imgs{width:335px; height:174px;background-size:cover;}
.post-23 .newsw > a img{width:335px; height:174px;}
.post-23 .newsw .news_title{position:absolute;bottom:8px; left:0px; z-index:100;width:100%;text-align:center;color:#fff;}
.post-23 .newsw .news_title a{line-height: 20px;color:#fff;font-size:16px;}
.post-23 .newsw .title_bg{position:absolute;bottom:0px; left:0px; z-index:99;height:40px;width:100%; background:url(../images/img.png) repeat-x bottom left;text-align:center;}
 */
.wp-container {}

.wp-container .wp-inner {
	/* width:1190px; */
	margin-bottom: 10px;
}

.wp-main-page .content {
	width: 100%;
	float: left;
}

.wp-main-page .content .cbox-left {
	width: 48.5%;
	float: left;
}

.wp-main-page .content .cbox-right {
	width: 48.5%;
	float: right;
}

.wp-main-page .sidebar {
	width: 28%;
	float: right;
}

.wp-main-page .sidebar .sbox {}

.wp-post {
	margin-bottom: 10px;
}

.wp-post .post-head {
	height: 33px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
}

.wp-post .post-head .head-bar {
	position: relative;
}

.wp-post .post-head .post-title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
}

.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.wp-post .post-head .post-more a {
	color: #424242;
	text-decoration: none;
}

.wp-post .post-body {}

.post-news .news-item {
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.post-news .news-item .meta-title {
	display: block;
	margin-right: 76px;
	overflow: hidden;
}

.post-news .news-item .meta-time {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #999;
}

/*二级页面======================================================================================================*/

/**列表页**/
.wp-banner {
	background-color: #ececec;
}

.wp-banner .wp-inner {
	position: relative;
}

.wp-banner .column-name {
	display: none;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	overflow: hidden;
	position: absolute;
	left: 6px;
	right: 6px;
	top: 50%;
	margin-top: -12px;
}

/**列表页banner图**/
#banner {
	  width: 100vw;
	text-align: center;
	background: #fff;
}


.banner img {
	width: 100%;
	vertical-align: top;
}

.wp-column-menu {
	width: 216px;
	position: relative;
	float: left;
	margin-right: -234px;
	margin-left: 0px;
	margin-top: -64px;
}

.wp-column-news {
	float: right;
	width: 100%;
}

.wp-column-news .column-news-box {
	margin-left: 273px;
	margin-right: 40px;
	margin-top: 20px;
}

/**栏目列表**/
.column-head {
	background: #16599D;
	line-height: 41px;
	border-bottom: 3px solid #C4B367;
}

/**位置栏目背景**/
.column-head .column-anchor {
	padding: 10px 10px 10px 20px;
}

.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
	background: url(img/menu-dot.png) no-repeat center;
	margin-top: 8px;
}

.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
}

/**位置栏目字体**/

.column-body {
	background: #fff;
	margin-bottom: 8px;
}

.acon .sudy-select {
	display: inline-block;
	/* position:relative; */
	z-index: 100;
}

.acon .sudy-select .select-name {
	display: inline-block;
	width: 218px;
	line-height: 59px;
	padding: 0px;
	padding-left: 21px;
	background: url(../images/xglj.jpg) no-repeat -1px top;
	cursor: pointer;
	border: 1px;
	/* text-indent:-999em; */
	font-family: "Simsun";
	font-size: 15px;
	color: #63065F;
}

.acon .select-down .select-name {}

.acon .select-down .select-open {
	background-image: ;
}

.acon .select-up .select-name {
	background-image: ;
}

.acon .select-up .select-open {
	background-image: ;
}

.acon .sudy-select .select-list {
	border: 1px solid #ececec;
	position: absolute;
	left: -2px;
	background-color: #fff;
	display: none;
	z-index: 100;
	margin-top: -2px;
	_margin-top: _2px;
	width: 218px;
}

.acon .sudy-select .select-list li,
.acon .sudy-select .select-list li a,
.acon .sudy-select .select-list li p {
	line-height: 34px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}

.acon .sudy-select .select-list li p {
	border: 1px solid #e6e6e6;
	margin-top: -1px;
	padding: 2px;
	padding-left: 48px;
	font-family: "Simsun";
	background-position: 18px 11px;
	font-size: 12px;
	background: #fff url(../images/list-li.jpg) no-repeat 35px center;
	font-family: "宋体";
	color: #444;
}

.acon .sudy-select .select-list li.hover {
	background-color: #eee;
	color: #fff;
}

.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}

.column-list-wrap li a {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-top: none;
	font-size: 15px;
	color: #0D468A;
	font-family: "宋体";
}

.column-list-wrap li a:hover {
	color: #333;
	text-decoration: none;
	background: #eeefeb;
}

.column-list-wrap li.selected a.selected {
	color: #333;
	background: #eeefeb;
}

.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 22px;
}

.column-list-wrap .sub-list li a {
	background-position: 18px 11px;
	font-size: 12px;
	background: #fff url(../images/list-li.jpg) no-repeat 35px center;
	font-family: "宋体";
	color: #444;
}

.column-list-wrap .sub-list li a:hover {
	background: #fff url(../images/list-li.jpg) no-repeat 35px center;
	color: #f90;
}

.column-list-wrap .sub-list li.selected a.selected {
	background-position: 18px 11px;
	background: #fff url(../images/list-li.jpg) no-repeat 35px center;
	color: #f90;
}

.column-list-wrap .sub-list li a span {
	padding: 10px;
	padding-left: 48px;
	line-height: 19px;
}

.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}

.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}

.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}

.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}

/**
 * 栏目新闻
 */
.list-head {
	padding: 10px 0;
	border-bottom: 2px solid #E3E3E3;
}

.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 19px;
	color: #000;
	font-weight: normal;
}

/**当前位置**/
.list-meta .column-path {
	float: right;
	line-height: 24px;
	color: #838383;
}

.list-meta .column-path a {
	color: #838383;
	text-decoration: none;
}

.list-meta .column-path a:hover {
	color: #0D468A;
}

.column-news-con {
	padding: 10px 10px;
	min-height: 712px;
}

.column-news-list .column-news-item {
	display: block;
	position: relative;
	line-height: 1.4em;
	padding: 5px 0;
	padding-left: 10px;
	background: url(img/dot.png) no-repeat 2px 13px;
	font-size: 14px;
}

/**栏目新闻列表**/
.column-news-list .column-news-item:hover {
	color: #0C5197;
}

.column-news-list .column-news-item .column-news-title {
	display: block;
	margin-right: 76px;
}

.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #999;
}

/* 文章列表的样式 */
.col_news_con .wp_article_list .list_item .Article_Title {
	font-size: 14px;
}

.col_news_con .wp_article_list .list_item .ex_fields {
	font-size: 13px;
}

.wp_entry {
	width: auto;
	margin: 0 4px;
}

.wp_entry p {
	margin-bottom: 11px;
}

.wp_entry,
.wp_entry p {
	text-indent: 30px !important;
	line-height: 1.75 !important;
	font-size: 15px !important;
	text-align: justify;
	font-family: "Microsoft yahei", "Simsun" !important;
}

.wp_entry span {
	font-size: 15px !important;
	font-family: "Microsoft yahei", "Simsun" !important;
	line-height: 1.75 !important;
	color: #4b4b4b !important;
}

.wp_entry span a,
.wp_entry p a,
.wp_entry p a span {
	color: #63065F !important;
}

.wp_entry span a:hover,
.wp_entry p a:hover {
	color: #63065F;
}

.wp_entry table {
	text-indent: 0px !important;
	margin-bottom: 10px;
}

.wp_entry table td {
	padding: 0px 3px;
}

.wp_entry table td p {
	text-indent: 0px !important;
	margin-bottom: 0px;
	line-height: 34px !important;
	padding-left: 5px;
}

.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
	_width: expression(this.width > 800 ? "880px" : this.width);
}

/**列表页文章图片大小限制**/

/**文章页**/
.info-box {
	margin: 0 20px;
}

.article {
	padding: 15px 0;
}

.article h1.arti-title {
	line-height: 26px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	border-bottom: 2px solid #ECECEC
}

/**文章标题**/
.article .arti-metas {
	height: 36px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}

.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}

/**文章其他属性**/
.article .arti-metas .read-options {
	color: #444;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding-left: 17px;
	background: url(img/options.png) no-repeat 0 50%;
	display: none;
}

.article .entry {
	margin: 0 4px;
	overflow: hidden;
}

/**文章内容**/
.article .entry,
.article .entry p {
	line-height: 1.75 !important;
	font-size: 15px !important;
	text-align: justify;
	font-family: "Microsoft yahei", "Simsun" !important;
 
}

.article .entry h6 {
	font-weight: normal
}

.article .entry span {
	font-size: 15px !important;
	font-family: "Microsoft yahei", "Simsun" !important;
	line-height: 1.75 !important;
}

.article .entry p {
	text-indent: 30px !important;
	margin-bottom: 11px;
}

.article .entry a {
	color: #0D468A;
	text decoration: underline;
}

.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
	_width: expression(this.width > 1100 ? "1100px" : this.width);
	background: url(img/loading.gif) no-repeat center;
}

/**文章阅读部分图片大小限制**/
.article .entry table,
.article .entry table p {
	text-indent: 0px !important;
}

/**文章阅读部分图片大小限制**/

/**阅读设置**/
.night-model .wp-container {
	background-color: #313131;
	color: #6f6f6f;
}

.night-model .article .entry,
.night-model .article .entry p {
	color: #6f6f6f;
}

.night-model .read a {
	color: #6d6d6d;
}

.night-model .read a:hover {
	color: #f5f5f5;
}

.night-model .article h1.arti-title {
	color: #e7e8e9
}

.read-setting {
	margin-bottom: 10px;
	display: none;
	background-color: #fdfdfd;
	height: 38px;
	border-bottom: 1px solid #F1F1F1;
}

.night-model .read-setting {
	background-color: #1d1d1d;
	border-color: #313131;
}

.read-setting .setting-item {
	display: inline-block;
	width: 49%;
	height: 38px;
	float: left;
}

.read-setting .setting-item a {
	display: inline-block;
	color: #565656;
	font-size: 20px;
	float: left;
	width: 49%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 9px;
	color: #565656;
}

.read-setting .setting-item a:hover {
	color: #999;
}

.read-setting .setting-item a.smaller-font {
	border-left: 1px solid #F1F1F1;
	font-size: 18px;
}

.read-setting .setting-model {
	border-left: 1px solid #F1F1F1;
	text-align: center;
}

.night-model .read-setting .setting-item a.smaller-font,
.night-model .read-setting .setting-model {
	border-left-color: #313131;
}

.read-setting .setting-model a.read-model {
	font-size: 18px;
	background: url(img/moon.png) no-repeat 0 50%;
	float: none;
	width: auto;
	padding-left: 24px;
	margin: 9px auto;
}

.night-model .read-setting .setting-model a.read-model {
	background-image: url(img/sun.png);
}

.article .entry .set-fz12,
.article .entry .set-fz12 p {
	font-size: 12px;
}

.article .entry .set-fz14,
.article .entry .set-fz14 p {
	font-size: 14px;
}

.article .entry .set-fz16,
.article .entry .set-fz16 p {
	font-size: 16px;
}

.article .entry .set-fz18,
.article .entry .set-fz18 p {
	font-size: 18px;
}

.article .entry .set-fz20,
.article .entry .set-fz20 p {
	font-size: 20px;
}

.article .entry .set-fz22,
.article .entry .set-fz22 p {
	font-size: 22px;
}

/**文章分享（百度分享）**/
.article #bdshare {
	margin-top: 10px;
}

/*读图模式*/
.view-box {
	display: block;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}

.view-box-inner {
	display: block;
	text-align: center;
	max-width: 400px;
	min-width: 30px;
	margin: 0 auto;
	position: relative;
}

.view-box-inner img {
	width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

.view-box-inner .open-view {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}

.view-box-inner .view-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/view-image.png) no-repeat center;
}

#wp-view-page {
	display: none;
	position: fixed;
	z-index: 10000000;
	width: 100%;
	background-color: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#view-head {
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#back-read-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
	background: url(img/back-arrow.png) no-repeat center;
}

#back-read-page span {
	display: none;
}

#view-original-image {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	float: right;
	font-size: 15px;
	margin: 12px 12px 0px 0px;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 40px;
}

#view-foot {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.8;
	z-index: 99;
}

#view-index {
	float: left;
	margin-left: 10px;
}

#view-current {
	color: #3495FF;
}

#view-title {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #fff;
}

#view-body {
	width: 100%;
	height: 100%;
	position: relative;
}

#view-image-items {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#view-image-items li {
	float: left;
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/**jumphandle**/
#jumphandle {
	width: 32px;
	height: 70px;
	position: fixed;
	right: 6px;
	bottom: 20px;
	z-index: 100000000;
	display: none;
}

#jumphandle a {
	display: block;
	width: 32px;
	height: 32px;
	background: #777 url(img/jump-icon.png) no-repeat 0 top;
	opacity: 0.7;
}

#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}

/* 顶部head */
#header-1 {
	    width: 100%;
	    height: 42px;
	    line-height: 28px;
	    background-color: #285b99;
}

#header-1 .wp-inner {
	width: 1400px;
	position: relative;
	top: 10px;
}

#header-1 .wp_nav .nav-item a {
	color: #cdbccc;
}

#header-1 .wp_nav .nav-item a:hover {
	color: #fff;
}

#header-1 .wp_nav .nav-item a span.item-name {
	line-height: 29px;
	padding: 5px 8px;
}

/* 导航 */
#naver {
	display: none;
}

#naver .wp-inner {
	text-align: center;
	position: relative;
}

.navbar {
	width: 1400px;
	/* height: 55px; */
	background: #16599D;
	/* position:relative; */
}

.navbar .navbox {
	height: 55px;
	margin: 0 auto;
}

.navbar .navbox .sub-nav {
	display: none;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
	height: 55px;
}

.navbar .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	/* border-top:2px solid #f0f0e8; */
}

.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
	color: #333;
	border-top: 0px solid #b6a02c;
	color: #fff;
	background: #67A9EC;
}

.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0px 22px;
	height: 56px;
	line-height: 55px;
}

.navbar .navbox .wp_nav .nav-item .mark {
	background: url(../images/navj.png) no-repeat right center;
}

.wp_nav .sub-nav {
	top: 40px !important;
	border: none;
}

/*子菜单位置*/
.wp_nav .sub-nav .nav-item a {
	border-top: none;
}

/*去边框*/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #0777b3;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	font-weight: normal;
	background: none;
	color: #fff;
	text-decoration: none;
}

/**子菜单字体样式**/
.navbar .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;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}

/**子菜单栏目高度与边距**/

.banner {
 position: relative;  
  width: 100%;  
  overflow: hidden;  
}

.slide {  
  position: absolute;  
  width: 100%;  
  height: auto; /* 或者一个固定的高度 */  
  background-size: cover;  
  background-position: center;  
  transition: opacity 1s;  
  opacity: 0;  
}  
  .slide.active {  
  opacity: 1;  
}  
  


/**底部**/
.wp-footer-top {
	background-color: #16599D;
}

.wp-footer-top .wp-inner {
	position: relative;
	padding: 24px 0px;
}

.wp-footer-top .foot-logo {
	float: left;
	width: 240px;
	height: 65px;
	margin-top: 10px;
	background: url(../images/ba.png) no-repeat center center;
}

.wp-footer-top .foot-r {
	float: right;
	width: 266px;
	text-align: center
}

.wp-footer-top .foot-r .shares {
	margin-top: 10px;
}

.wp-footer-top .foot-r .shares .share {
	float: left;
	margin: 0px 10px;
	position: relative;
	text-align: center;
}

.wp-footer-top .foot-r .shares .share a {
	float: none;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/shares.png) no-repeat 0 0;
}

.wp-footer-top .foot-r .shares .share.n1 a {
	background-position: -2px -2px;
}

.wp-footer-top .foot-r .shares .share.n2 a {
	background-position: -76px -3px;
}

.wp-footer-top .foot-r .shares .share.n3 a {
	background-position: -149px -3px;
}

.wp-footer-top .foot-r .shares .share.n4 a {
	background-position: -223px -2px;
}

.wp-footer-top .foot-r .shares .share span {
	display: block;
	line-height: 25px;
	color: #5D5D5D;
	text-align: center;
}

.wp-footer-top .foot-r .shares .share .con {
	display: none;
	position: absolute;
	bottom: 62px;
	left: 50%;
	z-index: 100;
	margin-left: -44px;
}

/**底部**/
.wp-footer {
	padding-top: 167px;
	background-image: url(../images/foot_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

.wp-footer .footer {
	padding-top: 167px;
	background-image: url(../images/foot_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

.wp-footer .footer p {
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}

.wp-footer .footer span {}

.copymail {
	color: #FFFFFF;
}

/* 导航 */
.navlist {
	width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
	display: none;
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 1000;
}

.navlist .navlistbg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	background-color: #fff;
	opacity: .9;
	filter: Alpha(opacity=90);
}

.navlist .navlist-li {
	float: left;
	width: 120px;
}

.navlist .navlist-li-0 {
	display: none;
	margin-left: 30px;
	width: 100px;
	height: 1px;
}

.navlist .navlist-li-1 {
	margin-left: 132px;
	width: 100px;
}

.navlist .navlist-li-2 {
	margin-left: 5px;
	width: 143px;
}

.navlist-li.navlist-li-3 {
	width: 108px;
}

.navlist-li.navlist-li-4 {
	width: 108px;
}

.navlist-li.navlist-li-6 {
	width: 120px;
}

.navlist-li.navlist-li-7 {
	width: 108px;
}

.navlist .navlist-li-5 {
	margin-left: 0px;
	width: 97px;
}

.navlist .nav-item a {
	font-size: 14px;
	line-height: 20px;
	color: #272727;
	text-align: left;
	margin: 10px 0px;
}

.navlist .nav-item a:hover {
	color: #f90;
}

.navlist-li-9 .wp_nav .i1 {
	margin-right: 20px;
}

.navlist-li-9 .wp_nav .i2 {
	margin-right: 20px;
}

.article .bdshare-button-style2-24 a,
.article .bdshare-button-style2-24 .bds_more {
	background-image: url(../images/icons_2_24.png?v=a64ca404.png) !important;
}

/*栏目图片*/
.l-banner {
	height: 287px;
	background-size: cover
}

.l-banner img {
	width: 100%;
	height: 100%;
}

/*当前位置*/
.possplit {
	background-image: url(../images/posSplit.png);
	width: 20px;
}

.info-container .wp-inner {
	background-color: #F7F5ED !important
}

.info-container .wp-column-menu {
	margin-left: 0px;
}

.info-container .wp-column-news .column-news-box {
	margin-left: 216px;
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 0px;
	margin-top: 0px;
	background: #F9F9F9;
}

.list-container .wp-inner {
	background-color: #F7F5ED !important
}

.list-container .wp-column-menu {
	margin-left: 0px;
}

.list-container .wp-column-news .column-news-box {
	margin-left: 216px;
	padding-left: 40px;
	padding-top: 20px;
	margin-right: 0px;
	margin-top: 0px;
	background: #F9F9F9;
}


a.jrxww {
	color: #8E8E8E;
	float: right;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -95px;
	z-index: 100;
}

a.jrxww:hover {
	color: #f90;
}

.cont-2 .cont-2-r .news_list li.news p a {
	font-size: 14px;
}

.cont-2 .cont-2-r .news_list li.news p {
	clear: both;
	line-height: 20px;
	color: #8B8B8B;
	font-size: 12px;
}

div#iso_mobile {
	display: none;
}

div#followDiv2 {
	left: auto !important;
}

div#Layer2 {
	z-index: 99999999;
	position: relative;
}

div#followDiv1,
#followDiv2 {
	top: 240px !important;
	position: fixed !important;
}

#w92 div#followDiv1,
#w92 div#followDiv2 {
	padding-top: 180px;
}

#w92 div#followDiv1 a,
#w92 div#followDiv1 a {
	padding-top: 180px;
}





.logo_area {
	width: 100%;
	height: 117px;
	position: relative;
	background: url(/images/banner.png) no-repeat 100%;
	background-size: 100% 100%;
	/* background-color: #32BAA9; */
	/* opacity: 0.8; */
	margin-top: -2px;
}

.logo_area .main {
	/* background: url("/images/banner.png"); */
	height: 117px;
	background-size: 1192px 117px;
}

/*底部*/
.wp-wrapper .footer {
	padding-top: 167px;
	background-image: url(../images/foot_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

.wp-wrapper .footer a {
	color: #fff;
}

.wp-wrapper .link_1 {
	margin-bottom: 30px;
}

.wp-wrapper .link_1 ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link_1 ul li {
	width: 48%;
	position: relative;
}

.link_1 ul li .title {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0px 10px;
	height: 30px;
	cursor: pointer;
}

.link_1 ul li .title .icon {
	width: 16px;
	height: 10px;
	background-image: url(../images/arrow_03.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.link_1 ul li .sumbit {
	background: #fff;
	width: 100%;
	border: 1px #eee solid;
	position: absolute;
	bottom: 100%;
	z-index: 20;
	left: 0px;
	transform-origin: 50% bottom;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	overflow: hidden;
	max-height: 200px;
	overflow-y: auto;
}

.link_1 ul li:hover .sumbit {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

.link_1 ul li .sumbit a {
	display: block;
	line-height: 2;
	height: auto;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding: 0px 7px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.link_1 ul li .sumbit a:hover {
	background: #285b99;
	color: #fff;
}

.wp-wrapper .footer .f_right {
	width: 30%;
}

.wp-wrapper .footer .copyright {
	width: 33%;
	line-height: 1.8;
}

.wp-wrapper .footer .copyright p {
	margin-bottom: 9px;
	display: flex;
	flex-wrap: wrap;
}

.wp-wrapper .footer .copyright a {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.wp-wrapper .footer .copyright a:last-child {
	margin-right: 0px;
}

.wp-wrapper .footer .copyright p:last-child {
	margin-bottom: 0px;
}

.wp-wrapper .footer .copyright a img {
	height: 35px;
	width: auto;
	margin-right: 9px;
}

.wp-wrapper .footer .school_1 {
	flex: 1;
	margin: 0px 20px;
}

.link_2 ul li {
	text-align: center;
	cursor: pointer;
	position: relative;
}

.link_2 ul li .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #85b7f4;
	border-radius: 50%;
	margin-bottom: 10px;
}

.link_2 ul li .icon img {
	max-height: 65%;
	max-width: 65%;
}

.link_2 ul li .weix {
	position: absolute;
	bottom: calc(100% + 10px);
	right: 0px;
	display: none;
}

.link_2 ul li:hover .weix {
	display: block;
}

.swiper-button-disabled {
	opacity: .5 !important;
	cursor: default;
}



.wp-wrapper .container {
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;

}




