@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {
 /* content: ""; */
 position: fixed;
 top: -10px;
 left: 0;
 z-index: 110;
 width: 100%;
 height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 15px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover {color: #5b13da;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1400px;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
.nav-hide #header{opacity:0;top: 0px !important;}
.nav-hide.nav-top #header{opacity:1;top:0!important;z-index: 10;background-image: linear-gradient(to right, #8B1B9B, #347FF2);}
.nav-hide.nav-top #header:before{content:"";width:100%;height: 6px;display:block;top:100%;left:0;position:absolute;background: linear-gradient(180deg,#999 ,transparent);}
/*head开始*/
#header {
    position: fixed;
    width: 100%;
    background-image: linear-gradient(180deg,#3A3B9E,transparent);
    z-index: 1;
    top: 0px !important;
    transition: 0.5s ease-in-out;
    opacity: 1 !important;
}
#header .inner{width: 85%;height: 100px;position:relative;margin: 0 auto;}
.header .sitelogo{float:left;margin-top: 20px;display: flex;}
.header .sitetitle {margin-left: 15px;display:inline-block;padding-left: 15px;font-size:32px;font-weight:bold;color:#fff;border-left: 1px solid #fff;} /**站点名称**/
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 20px;}
/*rale样式*/
.site-rale ul.clearfix{display: flex;}
.site-rale ul li.links.i6 {padding-right: 0;}
.site-rale ul li.links{background: url(images/line4.png)  center left repeat-y;padding-left: 20px;padding-right: 35px;float:left;margin-right: 20px;}
.site-rale ul li.links a.hang{margin-bottom: 30px;display: block;line-height: 35px;font-size: 14px;color: #fff;}
.site-rale ul li.links a.sub-link:hover{color:#fff;}
/*lang样式*/
.site-lang ul li.links.search { margin-left: 10px;}
.site-lang ul li.links:hover a {border-bottom: 1px solid #fff;}
.site-lang ul li.links{line-height: 61px;float:left;}
.site-lang ul li.links a{display: block;transition: 0.5s;line-height: 30px;margin: 15px 10px;font-size: 14px;color: #FFF;}
/*默认主导航样式*/
#nav{
    z-index: 1;
    left: 8%;
    position: fixed;
    top: 50%;
    transform: translate(0px, -40%);
}
#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);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {/* padding-left: 20px; */margin:0 auto}
.nav .wp-menu .menu-item {padding-left: 20px;position: relative;}
.list .nav .wp-menu .menu-item {
    /* display: inline-block; */
    /* float: left; */
    padding: 0;
}
.nav .wp-menu .menu-item a > .menu-switch-arrow{display: none;width:20px;height:20px;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle;}
.nav .wp-menu .menu-item a.menu-link {display: inline-block;/* padding: 0  0 0 20px; */line-height: 50px;color: #FFFFFF;font-size: 22px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{text-decoration: none;color: #eee;padding-left: 8px;}
.nav .sub-menu {display: none;position: absolute;left: 130px;top: 15px;min-width: auto;z-index: 100;background: #ffffffab;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color: #fff;background-color: #810ac9;display: block;}
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {position: fixed;top: 0;width: 100%;min-height: 100vh;background: #e7e2df;}
#banner .inner {height: 100vh;width: 100%;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.main1 .inner{padding: 100px 0px 50px;}
.main1 .ml{float:left;width: 46%;}
.main1 .mc{float:left; width:380px;margin-left:30px;}
.main1 .mr{margin-top: 46px;float:right;width: 48%;}
.main2 .inner {padding: 45px 0 0;}
.main4{position: relative;background: #F2F3F9;}
.main4 .inner{height: 900px;}
.main4 .ml{float:left; width:530px;}
.main4 .mr{float:right;padding-top:25px;}
.main4 .mr .mlink{}
/**标题栏新闻窗口**/
.post {}
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.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 .more_btn {display:inline-block;*display:inline; *zoom:1; height: 20px;margin-top: 10px;line-height: 20px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:13px; cursor:pointer;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 
/*标准标题*/
.post1 {}
.post1 .tt {
    margin-bottom: 50px;
}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;font-size: 40px;font-weight:bold;color: #242424;cursor:pointer;font-family: "PingFang";}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .more_btn a{color:#1826a5;}
/*带图标标题*/
.post2 .tt { text-align: center;}
.post2 .tt .tit {float: none;}
.post2 .tt .tit .title {font-size: 40px;font-weight:bold;color: #2A2A2A;cursor:pointer;}
.post2 .con.tu_text,.post2 .con.tu_info {margin-top: 40px;}
/*居中标题*/
.post3 .tt .tit .title.selected {
    border: 1px solid #8B1B9B;
    background: #8B1B9B;
}
.post3 .tt {width: 200px;text-align: center;float: left;} 
.post3 .tt .tit {width: 100%;display: block;float:none;}
.post3 .tt .tit .title {line-height: 60px;border: 1px solid #fff;margin-bottom: 30px;color: #fff;font-size: 23px;cursor: pointer;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}
/*标题切换hover*/

.post4 .tt {border-bottom:1px solid #57b8ef;}
.post4 .tt .tit {border-bottom:0px;}
.post4 .tt .tit .title {display:inline-block;margin-right:20px;color: #333;border-bottom:3px solid #fff;cursor:pointer;}
.post4 .tt .tit .title.selected { border-bottom: 3px solid #0074B3;  color:#000;}


/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news p {line-height:34px;}

/*标题文*/
.news_text .news_list li.news p {
    font-size: 18px;
    line-height: 35px;
}
.news_text .news_list li.news .news_text img {
    display: none;
}
.news_text .news_list li.news{padding-left: 100px; background: url(images/line1.png) no-repeat  left top 10px;} 
.news_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.news_text .news_list li.news .news_text{color: #B0B1B3;line-height: 35px;font-size: 18px;width: 100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp: 12;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;max-height: 425px;}
.news_text .news_list li.news .news_time{line-height: 28px;font-size: 13px;}
/*图列表*/
.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list {margin: 0px -15px;}
.news_tu .news_list li.news{float:left;width:25%;}
.news_tu .news_list li.news .news_box{margin: 0px 15px;transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{}
.news_tu .news_list li.news .news_imgs{height: 390px;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_wz{
    position: relative;
    background: #fff;
}
.news_tu .news_list li.news .news_wz .news_con{
    padding: 24px;
} 
.news_tu .news_list li.news .news_title{margin-bottom: 10px;text-align: center;line-height: 45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 26px;color: #1C1C1C;} 
/*图文*/
.tu_text .news_list li.news .news_more {z-index: 1;position: relative;transition: 0.5s;line-height: 46px;width: 172px;background: #418CFF;text-align: center;margin: 0 auto;}
.tu_text .news_list li.news .news_more:after { transition: 0.4s;position: absolute; left: 0;top: 0; content: "";width: 100%;  height: 0%;display: block;background: #5913DA; z-index: -1;}
.tu_text .news_list li.news:hover .news_more:after {  height: 100%;}
.tu_text .news_list li.news .news_more { line-height: 46px; font-size: 14px;  color: #fff;}
.news_list li.news:hover .news_imgs .news_bg { transform: scale(1.1);}
.tu_text .news_list {margin: 0 -12px;}
.tu_text .news_list li.news{  float: left; width: 33.3%;}
.tu_text .news_list li.news .news_imgs{height: 360px;position: relative;overflow: hidden;background: #eee;}
.tu_text .news_list li.news .news_box{display: block;margin: 0 12px;}
.tu_text .news_list li.news .news_wz{position: relative;width:100%;background: #fff;} 
.tu_text .news_list li.news .news_wz .news_con{padding: 47px 25px 45px 25px;position:relative;} 
.tu_text .news_list li.news .news_title{text-align: center;min-height: 60px;line-height: 30px;font-size: 18px;color: #292929;width: 100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;max-height:60px;} 
.tu_text .news_list li.news .news_text{text-align: center;margin: 28px 0 43px 0;height: 75px;line-height: 25px;font-size: 14px;color: #828282;width: 100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;max-height: 75px;}
.tu_text .news_list li.news .news_time{font-weight: bold;font-size: 16px;top: -31px;left: 50%;position: absolute;line-height: 62px;transform: translate(-50%, 0%);color: #418CFF;background: #fff;width: 52%;text-align: center;transition: 0.5s;}
.tu_text .news_list li.news:hover .news_time {top: -41px;color: #8B1B9B;}
/*滚动Arrows */
.slick-prev, .slick-next {height: 62px;width: 60px;top: 50%;font-size: 0;margin-top:-30px;border:0px solid #d4d8d9;outline: none;}
.slick-prev {background: url(images/slide_next.png) no-repeat center left;left: 0px;position: absolute;z-index: 1;}
.slick-next {height: 62px;width: 60px;background: url(images/slide_next.png) no-repeat center right;z-index: 3;right: 0;position: absolute;}
.post-41 .con{padding:15px 0;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 450px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 0px;}
/**主体文章页开始**/
#d-container .inner {background:#fff;}
.col_menu {width: 260px;float:left;margin-right: -260px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background-image: linear-gradient(to right, #830AC9, #5913DA);}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 20px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 58px;padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 17px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 8px 0px 8px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color: #5a12d9;background:#eee;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #5913DA;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#5913DA;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#5913DA;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#5913DA;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 330px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title {display:inline-block;float:left;height: 58px;line-height: 58px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 26px;font-family:"Microsoft yahei";font-weight: normal;color: #5913DA;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 58px;line-height: 58px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p ,.col_news_list .wp_entry span { line-height:1.75 !important; font-size:18px !important; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:100%;} /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:32px;text-align:center;color: #333;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry {       min-height: 500px;margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p,  article .entry .read span{ line-height:1.75 !important ; font-size:16px !important; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {overflow: hidden;background: url(images/foot.png) no-repeat center center;background-size: cover;}
#footer .inner {padding: 95px 0px 10px 0;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{margin-left: 105px;padding: 30px 0px;}
#footer .inner .foot-right{float:right;}
#footer .inner p{font-size: 14px;line-height: 20px;font-weight:normal;text-align:left;color: #C0C4EF;}
#footer .inner p span { margin:0 3px; }
#footer .inner .top p.copyright{
    line-height: 30px;
}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.mbanner .news_list li.news:hover .news_imgs .news_bg { transform: none;}
.wp_search table {  width: 100%;}
.wp_search{position:relative;border-bottom: 1px solid #d0d0d0;}
.wp_search #keyword{font-family: "Microsoft YaHei";display: block;width: 100% !important;border:none;height: 61px;line-height: 61px;background:transparent;color:#fff;font-size: 35px;}
.wp_search .search{width: 61px;height: 61px;border:0px;background: url(images/sous.png) no-repeat center;cursor: pointer;vertical-align:top;float: right;}
/*自定义输入框*/
.layer {background:url(images/search.png) no-repeat center;position: fixed;width: 100%;height: 100%;top: 0;left: 0;/* background: #01728e; */display:none;z-index: 15;background-size: cover;}
.layer .layer-inner{position:relative;width: 100%;height: 100%;}
.layer .layer-inner .layer-mod{text-align: center;position:absolute;top: 100px;width:100%;}
.layer .layer-inner .layer-mod .shutdown{margin-right: 20px;text-align:right;}
.layer .close{width: 48px;cursor: pointer;color:#fff;height: 48px;}
.layer .searchbox{width: 55%;margin: 0 auto;margin-top: 200px;}
.layer-mod h3 {line-height: 90px;font-size: 61px;color: #fff;}
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {border-bottom: 1px solid #d0d0d0;margin-right: 65px;}
.wp-search .search-input input.search-title {width: 100%;height: 60px;line-height: 60px;background: none;color: #FFFFFF;font-size: 16px;border:0;outline: 0;font-family: "微软雅黑";}
.wp-search .search-btn {width: 61px;height: 61px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width: 61px;height: 61px;border:0;outline: 0;background: url(images/sous.png) no-repeat center;cursor: pointer;}
/* 分享二维码 */
.shares{position: absolute;right: 0;text-align:center;bottom:48px;}
.shares ul{width:auto; margin:0 auto;}
.shares li{float:left;margin-right: 10px; position:relative;}
.shares li a{display:inline-block;width: 28px;height: 28px;border: 0px solid red; background:url('images/share_icon.png') no-repeat;   vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -34px 0px;}
.shares li.i3 a{background-position: -69px 0px;}
.shares li.i4 a{background-position: -104px 0px;}
.shares li.i5 a{background-position: -139px 0px;}
.shares li.i6 a{background-position: -174px 0px;}
.shares li.i7 a{background-position: -209px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute;top: 40px; left:50%;z-index:100;margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}

/*列表页*/
.article .entry .read p span {
    line-height: 1.75 !important;
    font-size: 16px !important;
    color: #333;
    font-family: "微软雅黑" !important;
}
/*banner*/
#banner .inner ul.news_list {
    z-index: 1;
    position: relative;
    height: 100vh;
}
.mbanner .news_list:hover .slick-prev, .mbanner .news_list:hover  .slick-next {
    display: block !important;
}
.mbanner .news_list li.news{position: relative;}
.news_bg {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}
#banner .news_imgs {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.post-12 .slick-list {margin-bottom: 20px;}
.post-12 .slick-dots button{opacity: 0.5;margin: 10px;border-radius: 50%;background: #fff;font-size: 0;width: 12px;height: 12px;border:0}
.post-12 .slick-dots li{border-radius: 50%;display: inline-block;cursor:pointer}
.post-12 .slick-dots{text-align: right;}
.post-12 .slick-dots li.slick-active  button { opacity: 1;}
.post-12 .slick-dots li.slick-active{ border: 1px solid #fff;}
.maincon {
    transition: .8s ease-in-out;
    margin-top: 100vh;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
}
.post1 .tt p {
    /* margin-top: -50px; */
    font-size: 60px;
    font-weight: bold;
    font-family: "Georgia";
    color: #DEDFE4;
}
.main1 {
    min-height: 869px;
    background: url(images/main1.png) no-repeat center top;
}
.post-12 .news_list li.news .news_imgs {
    background: #eee;
    position: relative;
    overflow: hidden;
    height: 386px;
}
.yi {
    margin: 30px -60px 0;
}
.center {
    padding-bottom: 110px;
    background: url(images/main3.png) no-repeat center bottom -745px;

}
.post2.post-34 .tt .tit .title,.post2.post-39 .tt .tit .title {
    color: #fff;
}

.main3 .post2 .tt {
    margin-bottom: 60px;
}
.post_wz .con {
    position: relative;
    margin-left: 380px;
}
.boxm {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.news_tu .news_list li.news .news_wz .news_line {
    transition: 0.5s;
    left: 0;
    width: 0%;
    height: 3px;
    background: #F07120;
    position: absolute;
    bottom: 0;
}
.news_tu .news_list li.news:hover .news_wz .news_line {
    width: 100%;
}
.news_tu .news_list li.news .news_text {
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    color: #8B8B8B;
    width: 100%;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    max-height: 42px;
    height: 42px;
}
.post.post3.post-31.post-tab.mbox {
    position: relative;
    height: 537px;
}
.main3 {
    margin-top: 107px;display: none;
}
.post3.post-40 .tt {
    margin-top: 335px;
    float: right;
    position: relative;
    z-index: 10;
}

.post-40 .post_wz .con {
    margin: 0;
    position: relative;
    height: 100%;
}
.boxm.active .news_info .news_imgs {z-index: 5;}
.news_info .news_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55555585;
    top: 0;
    left: 0;
    z-index: 1;
}
.post-40 .post_wz {
    position: absolute;
    width: 100%;
    height: 900px;
    left: 0;
    top: 0;
}
.news_info ul.news_list li.news .news_wz {
    z-index: 10;
    background: #418CFF url(images/main2.png) no-repeat center center;
    width: 778px;
    position: absolute;
    left: 13%;
    bottom: -50px;
}
.news_info ul.news_list li.news .news_wz .news_con {  padding: 50px 50px 60px;}
.news_info .news_list li.news:hover .news_imgs .news_bg { transform: none;}
.news_info ul.news_list li.news .news_title {
    padding-bottom: 15px;
    margin-bottom: 44px;
    font-size: 30px;
    color: #fff;
    background: url(images/line2.png) no-repeat left bottom;
}

.news_info ul.news_list li.news .news_text {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.post.post2.post-39.mbox {
    z-index: 10;
    width: 30%;
    left: 13%;
    bottom: 441px;
    position: absolute;
}
.post2.post-39 .tt {text-align: left;width: 265px;}
.main5 {
    padding: 160px 0 260px;
    background: #F2F3F9 url(images/main4.png) no-repeat center center;
}
.tu_info .news_list li.news .news_imgs {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: #eee;
}
.tu_info .news_list li.news {
    float: left;
    width: 25%;
}
.tu_info .news_list li.news .news_box {
    margin: 0 12px;
}
.tu_info .news_list {
    margin: 0 -12px;
}
.tu_info .news_list li.news .news_title {
    text-align: center;
    font-size: 26px;
    line-height: 60px;
    color: #292929;
}
.post-61 .post_wz .con {
    margin: 0;
    height: 330px;
}
.post2.post-61  .tt .tit .title {
    display: inline-block;
}
.post2.post-61 .tt .tit .title.t2.selected  {  background: #609FFF url(images/tab.png) no-repeat center left;}
.post2.post-61 .tt .tit .title {
    font-size: 30px;
    position: relative;
    background: #418CFF url(images/tab.png) no-repeat center left;
    color: #fff;
    line-height: 100px;
    width: 33.3%;
    float: left;
}
.post2.post-61 .tt .tit {
    width: 100%;
    /* background: #418CFF; */
}

.main6 {
    margin-bottom: 100px;
    margin-top: -187px;
}

.main6 .post2.post-64 .tt {
    margin-bottom: 45px;
}

.post.post2.post-61.post-tab.mbox .post_wz {
    height: 450px;
    box-shadow: 0px 0px 9px #eee;
}

.main6 .post2.post-61 .tt {
    /* overflow: hidden; */
    display: block;
    height: 100px;
}
.post-61 .post_wz .wz_con {
    padding: 60px 60px;
    /* height: 100%; */
    position: relative;
}

.main6 .ml {
    height: 330px;
    position: relative;
    width: 36%;
    float: left;
}

.main6 .mr {
    width: 60%;
    float: right;
}
.post2.post-61 .tt .tit .title:after {
    background: url(images/san.png) no-repeat center bottom;
    width: 41px;
    content: "";
    height: 15px;
    display: block;
    bottom: 0px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0 );
    z-index: -1;
    transition: 0.1s;
}
.post2.post-61 .tt .tit .title.selected:after{bottom: -15px;/* width: 41px; */z-index: 1;}
.main6 .ml img {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}
.main6 .mr .news_list li.news { transition: 0.3s; border-bottom: 1px solid #E1E1E1; line-height: 55px;}
.main6 .mr .news_list li.news:hover { border-bottom: 1px solid #8f76b9;}
.main6 .mr .news_list li.news:hover .news_title { padding-left: 30px;}
.main6 .mr .news_list li.news .news_title {    width: 87%;    transition: 0.5s;    font-size: 18px;    color: #191919;    padding-left: 20px;    background: url(images/li.png) no-repeat center left;    overflow: hidden;    text-overflow: ellipsis;    display: block;    white-space: nowrap;}
.main7 {  margin-bottom: 143px;}
.post2.post-70 .tt { margin-bottom: 45px;}
.main7 .news_list li.news {background: url(images/line3.png) no-repeat center right;float: left;width: 25%;}
.main7 .news_list li.news .news_title {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    color: #1E1E1E;
    width: 100%;
    word-break:
    break-all;
    display:
    -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:
    hidden;
    text-overflow: ellipsis;
    max-height: 48px;
}
.main7 .news_list li.news .news_text {
    margin: 25px 0 37px 0;
    height: 75px;
    width: 100%;
    word-break:
    break-all;
    display:
    -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
    overflow:
    hidden;
    text-overflow: ellipsis;
    max-height: 75px;
    color: #A2A2A2;
    font-size: 15px;
    line-height: 25px;
}
.main7 .news_list li.news .news_wz:after {
    opacity: 0;
    background-image: linear-gradient(to bottom right, #830AC9,#3683F8);
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.main7 .news_list li.news:hover .news_wz:after {
    opacity: 1;
    height: 100%;
}
.main7 .news_list li.news .news_time {color: #8B1B9B;font-size: 17px;}
.main7 .news_list li.news .news_con {padding: 56px 30px;background-image: url(images/tit4.png);background-repeat: no-repeat;background-position-x: 150px;background-position-y: 264px;}
.main7 .news_list li.news .news_wz {position: relative;transition: 1s;}
.main7 .news_list li.news:hover .news_wz {/* background-image: linear-gradient(to bottom right, #830AC9, #5913DA); */transition: 1s;}
.main7 .news_list li.news:hover .news_title, .main7 .news_list li.news:hover .news_text, .main7 .news_list li.news:hover .news_time {  color: #fff;}
.top {padding-bottom: 100px;border-bottom: 1px solid #fff3;}
.site-rale ul li.links a.hang li.sub-item { line-height: 35px;  color: #fff;}
.site-rale ul li.links .sub-menu .sub-link {font-family: "Microsoft YaHei";line-height: 25px;font-size: 14px;color: #C0C4EF;}
#footer .inner .bottom .foot-left { float: left;}
#footer .inner .bottom .foot-left p.copyright { color: #fff;}
.right-lang li.links {
    line-height: 80px;
    float: left;
    margin-left: 20px;
}

.right-lang li.links a { font-size: 14px; color: #fff;}
div#aaa { cursor: pointer;}
.list #nav {
    margin-top: 10px;
    left: auto;
    transform: none;
    position: relative;
    top: 0;
}
.nav .wp-menu .menu-item:hover a.menu-link:after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(images/xian.png) no-repeat center left;
}
.mbanner .slick-dots {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.mbanner .slick-dots button {
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.mbanner .slick-dots li {
    opacity: 0.5;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 10px;
}
.mbanner .slick-dots li.slick-active {  opacity: 1;}
.topright { float: right;}
.topleft {  float: left;    position: relative;}
.news_tu .slick-prev {height: 50px;background: url(images/prev.png) no-repeat center top 3px;width: 107px;margin-top: 0px;top: 375px;z-index: 999;left: -364px;border: 1px solid #fff;}
.main3 .post_wz {height: 535px;}
.news_tu .slick-next {height: 50px;background: #fff url(images/next.png) no-repeat center  top 3px;width: 107px;margin-top: 0px;top: 375px;z-index: 999;left: -258px;border: 1px solid #fff;}
.list .nav .wp-menu {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.list .nav .wp-menu .menu-item.hover a.menu-link, .list .nav .wp-menu .menu-item a.hover {
    padding: 0;
    background: none;
}
.list .nav .wp-menu .menu-item:hover a.menu-link:after {
    display: none;
}

.list .nav .sub-menu {
    left: 0;
    top: 50px;
}
.list #header .inner {
    height: 150px;
}
.news_info ul.news_list li.news .news_wz:hover .news_more {
    padding-right: 10px;
}

.news_info ul.news_list li.news .news_wz .news_more {
    transition: 0.5s;
}
.mbanner .news_list li.news .news_title {
    z-index: 1;
    top: 50%;
    font-size: 200px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 200px;
    margin-top: -100px;
    font-weight: bold;
}
.news_info ul.news_list li.news .news_text {    width: 100%;    word-break:break-all;    display:-webkit-box;    -webkit-line-clamp: 5;    -webkit-box-orient:vertical;    overflow:hidden;    text-overflow: ellipsis;    max-height: 200px;}
.banner_bj {
    pointer-events: none;
    z-index: 2;
    background: url(images/mbanner.png) no-repeat center left;
    width: 100%;
    position: absolute;
    height: 100%;
}
.wp_entry a:hover {
    text-decoration: underline;
    color: #6e0ed1 !important;
}
.list .wp_entry {
    width: 87%;
    margin: auto;
}
.news_text .news_list li.news .news_more {
    text-align: right;
}

.news_text .news_list li.news .news_more a {
    color: #5b13da;
}
/**领导寄语**/
.ldjy .read,.ldjy .news_box{
    border: 1px solid #cccccc;
    outline: 0px;
    font-size: 16px;
    vertical-align: baseline;
    background: #f6f6f6;
    padding:30px
    }
.ldjy .fl{float:left;width:200px;}
.ldjy .news_imgs{position:relative;overflow:hidden;height: 285px;}
.ldjy .news_imgs img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;}
.ldjy .news_wz{margin-left:260px;border-bottom: 1px solid #dddddd;padding-bottom: 28px;}
.ldjy .news_title{font-size:20px;margin-top: 5px;font-weight:bold;text-align:center;}
.ldjy .news_subtitle{margin: 0px 0 0px;text-align:center;}
.ldjy .article .entry .read p,.ldjy .news_wz p{margin-bottom:0;background: transparent !important;}
.ldjy .infobox{padding:60px 60px 80px}
.ldjy .news_box .news_text{
    display: none !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  font-size: 16px;
  line-clamp: 5;
  -webkit-box-orient: vertical;text-align: justify;
    color: #333 !important;
  }
.ldjy .content{position:relative;padding: 60px 0 5px;}
.ldjy .content:before{position:absolute;width:61px;height:67px;content: '';background: url(images/text-x.png) no-repeat;font-size: 66px;color: #fff;text-align: center;line-height: 77px;top: 8px;left: -33px;font-family: "等线";background-size: contain;}
.ldjy .content:after{position:absolute;width:61px;height:67px;content:'';background: url(images/text-x.png) no-repeat;font-size: 66px;color: #fff;text-align: center;line-height: 77px;bottom: -36px;right: 90px;transform: rotate(180deg);background-size: contain;}