@charset "utf-8";
/*Technical Support SudyTech*/
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-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#860911; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1600px;margin:0 auto;} /**页面全局宽度**/
/*head开始*/
#header1 .opensearch{cursor: pointer;position: absolute;right: -40px;z-index: 222;top: 50%;margin-top: -11px;}
#header1 {background:#920B13;position: absolute;left: 0;z-index: 555;top: -100%;transition:0.6s}
.showdiv#header1{top:0;}
#header1 .inner{height: 130px;position:relative; }
#header1 .inner .mod{height: 100%;}
#header1.fixed{position: fixed;}
#header1.fixed .inner{height: 100px;}
#header1.fixed #nav{padding-top: 35px;}
.header1.fixed .head-left:before{height: 140px;background-size: 100% 100%;}
.header1 .sitelogo{/* float:left; *//* margin-top: 25px; */}
.header1 .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.header1 .head-left{
    position: absolute;
    top: 0;
    left: 50%;
    width: 620px;
    transform: translate(-50%,0);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 222;
}
.header1 .head-left:before{content:"";display: block;width: 100%;height: 180px;background: url(./images/logo_bg.png) top center no-repeat;position: absolute;left:0;top:0;z-index: -1;}
.header1 .head-left img{width: 440px;margin: 0 auto;display: block;}
.header1 .head-main{float:left;margin-top:10px;} 
/*默认主导航样式*/
#nav{
    padding-top: 50px;
}
#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 {margin:0 auto}
.nav .wp-menu>div{width: calc(50% - 310px);float: left;}
.nav .wp-menu .l-wrap{display:flex;flex-direction: row-reverse;}
.nav .wp-menu .r-wrap{ float: right;}
.nav .wp-menu .menu-item {display: inline-block;float: left;position: relative;width: 25%;text-align: center;}
.nav .wp-menu .menu-item.i1 { background:none;}
.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: block;/* padding: 0 32px; */line-height: 30px;color: #FFFFFF;font-size: 20px;position: relative;padding-bottom: 10px;}
.nav .wp-menu .menu-item a.menu-link:before{content:"";position: absolute;bottom:0;left: 0;width:100%;height:1px;background: #fff;transform: scale(0);transition: all 0.2s ease-out 0s;}
.nav .wp-menu .menu-item .sub-menu:before{content: "";position: absolute;left:50%;top:0;width:1px;border-left: 1px solid #fff;transform: scale(0);height: 30px;transition: all 0.4s ease-out 0s;display: block;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 100%;min-width: 100%;width:auto;z-index: 100;padding-top:30px}
.nav .wp-menu .sub-ul{background:#920B13;}
.nav .wp-menu .menu-item:hover a.menu-link:before,.nav .wp-menu .menu-item:hover .sub-menu:before{transform: none;}
.nav .sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;_zoom:1;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.nav .sub-menu .sub-item a {display: block;color: #fff;height: 52px;line-height: 48px;padding: 0 17px;font-size: 16px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{display: block;background: #b81d26;}
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;display:none !important}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .slick-dots{width: auto;right: 50%;margin-right: -800px;bottom: 40px;}
#banner .inner{width:auto;text-align: center;position:relative;}
#banner li.news{position: relative;}
#banner li.news .bg{position: absolute;left:0;bottom:0;width: 100%;height: 223px;background: url(./images/banner_shadow.png) center no-repeat;background-size:100% 100%}
#banner li.news .imgs{position: relative;padding-top: 41.6%;}
#banner li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height:100%}
#banner li.news .news_title{position: absolute;bottom:48px;color: #fff;font-size: 38px;font-weight: bold;left:50%;margin-left: -800px;z-index: 22;line-height: 50px;max-width: 900px;}
#banner li.news .news_title a{color: #fff;}
#banner .slick-dots li{margin: 0 10px 0 0;}
#banner .slick-dots li:before{content:"";width: 0;position: absolute;height: 1px;background: #fff;bottom: -3px;left: calc(100% - 70px);}
#banner .slick-dots li.slick-active:before{width: 70px;transition: 0.4s;}
#banner .slick-dots li.slick-active{padding-right: 75px;}
#banner .slick-dots li.slick-active button{font-size: 25px;}
#banner .slick-prev{left:0;display: none !important;}
#banner .slick-next{bottom: 43px;top: auto;right: 50%;margin-right: -820px;width: 25px;height: 10px;z-index: 33;background: url(./images/next.png) center no-repeat;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
 
/**标题栏新闻窗口**/
.post {position: relative;}
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;margin-bottom: 40px;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 40px;font-weight:bold;} /**标题字体**/
.post .tt .tit .title {display: inline-block;line-height: 42px;color: #333;font-family:"Microsoft yahei";padding-left: 60px;}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post-white .tt .tit .title{color: #fff;}
.post-1 .tt .tit{display: block;float: none;text-align: center;}
.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; line-height: 20px;float:right;position: absolute;top:10px;right: 0;z-index: 222;}
.post .more_btn:before{content:"";position:absolute;bottom:-5px;left:0;width:0;transition:0.4s;display:block;background:#920B13;height:2px}
.post-white .more_btn:before{background:#fff}
.post .more_btn .more_text,.post .more_btn a {font-size:16px; cursor:pointer;} 
.post .more_btn a{color:#920B13;}  
.post-white .more_btn a{color:#fff;}  
.post .more_btn:hover:before{width:100%}
/**自定义新闻列表**/
.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{ }/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text { }/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 0;background-position:center center;background-repeat:no-repeat;text-align:center;padding-top: 20%;background-size:cover}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 0px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #AC2930;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; 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: 15px;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:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#AC2930; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #AC2930;}
.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:#AC2930;}
/*二级子栏目**/
.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:#AC2930;} 
/*三级子栏目**/
.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:#AC2930;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #AC2930;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;height: 46px;line-height: 46px;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 .news_list li.news{/* height:34px; */overflow:hidden}
.col_news_list .news_list li.news .news_title{float:none;margin-right: 120px;font-size:15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.col_news_list .news_list li.news .news_meta{margin-left:-100px}
.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 { line-height:1.75; font-size:14px; 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:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;min-height:500px}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:24px;text-align:center;color: #333;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #860911;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:13px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto;  margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:17px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width);  }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}
/**页脚开始**/
#footer {background: url(./images/foot_bg.png) center no-repeat;background-size: cover;}
#footer .inner { position:relative;}
#footer .inner .mod{}
#footer .inner .foot-t{padding: 53px 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
#footer .inner .foot-nav .name{color: #fff;font-size: 34px;margin-bottom: 35px;font-weight: bold;}
#footer .inner .foot-nav li.news{float: left;width: 14.2%;}
#footer .inner .foot-nav li.news .svg{height:54px;overflow:hidden;}
#footer .inner .foot-nav li.news .svg>div{transition:0.4s}
#footer .inner .foot-nav li.news:hover .svg>div {
    transform: translateY(-100%);
}
#footer .inner .foot-nav svg{width: 48px;height: 54px;margin: 0 auto;display: block;}
#footer .inner .foot-nav .news_title{font-size: 18px;margin-top: 15px;line-height: 24px;text-align: center;}
#footer .inner .foot-nav .news_title,#footer .inner .foot-nav a{color: #fff;} 
#footer .inner .foot-b{padding: 70px 0 75px;border-bottom:1px solid rgba(255,255,255,0.3);display: flex;justify-content: space-between;}
#footer .inner .foot-b .l{/* flex:0 0 32%; */width: 32%;min-width: 350px;}
#footer .inner .foot-b .c{flex:0 0 37%;text-align: center;border-left: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);}
#footer .inner .foot-b .r{/* flex:0 0 32%; */width: 32%;min-width: 300px;}
#footer .inner .foot-b .l li.menu-item{float: left;margin-right: 8%;}
#footer .inner .foot-b .l li.menu-item:last-child{margin: 0;}
#footer .inner .foot-b .l a.menu-link{color: #fff;font-size: 16px;font-weight: bold;margin-bottom: 20px;display: block;}
#footer .inner .foot-b .l .sub-list li{margin-bottom: 20px;}
#footer .inner .foot-b .l a.sub-link{color: #fff;font-size: 13px;opacity: 0.8;display: inline-block;line-height: 20px;position:relative}
#footer .inner .foot-b .l a.sub-link:before{content:"";width:0;height:1px;bottom:-3px;background:#fff;transition:0.4s;display:block;position:absolute;}
#footer .inner .foot-b .l a.sub-link:hover:before{width:100%}
#footer .inner .foot-b .l a{color: #fff;}
#footer .inner .foot-b .c img{max-width: 378px;width: 70%;margin: 0 auto;}
#footer .inner .foot-b .foot-ewm{float: right;}
#footer .inner .foot-b .r li.news{float: left;margin-right: 30px;}
#footer .inner .foot-b .r li.news:last-child{margin-right: 0;}
#footer .inner .foot-b .r li.news img{width: 115px;height: 115px;margin: 0 auto;display:block;transition:0.4s}
#footer .inner .foot-b .r li.news:hover img{box-shadow:0px 0px 10px 0px #e5e5e5}
#footer .inner .foot-b .r li.news .news_title{font-size: 14px;line-height: 20px;margin-top: 10px;color: #fff;text-align: center;}

#footer .inner .bq{padding: 30px 0;text-align: center;}
#footer .inner p{font-size: 12px;line-height: 21px; font-weight:normal; color: #fff;opacity: 0.6;}
#footer .inner p span {margin: 0 25px;}
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{ position: fixed;z-index: 1000;height: 100%;width: 100%;}
.searchbox .bg{position: absolute;top:0;left:0;width: 100%;height: 100%;z-index: -1;background: rgba(0,0,0,0.5);}
.wp-search {position: absolute;top:50%;width: 1400px;left:50%;transform: translate(-50%,-50%);}
.wp-search form {display: block;}
.wp-search .search-input {}
.wp-search .search-input input.search-title {width: 100%;height: 42px;padding: 4px 0;line-height: 22px;background: #fff;color: #333;font-size: 18px;border:0;outline: 0;font-family: "微软雅黑";text-indent: 20px;}
input.search-title:-webkit-autofill,
input.search-title:-webkit-autofill:hover,
input.search-title:-webkit-autofill:focus, 
input.search-title:-webkit-autofill:active {
	transition-delay: 999999999s;
	transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-transition-delay:  999999999s;
	 -webkit-transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-text-fill-color: #fff;
}
.wp-search .search-btn {width: 52px;height: 100%;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height: 100%;border:0;outline: 0;background: #920b13 url(images/sous.png) no-repeat center;cursor: pointer;}
/* 分享二维码 */
.shares{text-align:center;position: absolute;right: 130px;top: 6px;z-index: 222;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block;width: 40px;height: 40px;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: -51px 0px;}
.shares li.i3 a{background-position: -102px 0px;}
.shares li.i4 a{background-position: -153px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none;position:absolute;bottom: 60px;left:50%;z-index:100;margin-left: -50px;width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 100%;width: auto; min-width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #AC2930; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}
 
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: auto; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
 
.yh{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.l2{
    overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;
    line-clamp: 2; -webkit-box-orient: vertical;  
}
.l3{
    overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 3;
    line-clamp: 3; -webkit-box-orient: vertical;
}
.imgs img{width: 100%;height: 100%;transition: 0.4s; object-fit: cover;}


.main1{background: url(./images/main1_bg.png) bottom right no-repeat;background-size: cover;}
.post-11 .title{background: url(./images/main1_ico.png) left center no-repeat;}
.main1 .inner{padding: 100px 0 75px;}
.main1 .list-l{float: left;width: 45%;}
.main1 .list-r{float: right;width: 50%;}
.main1 .list-l li.news .imgs{position: relative;padding-top: 400px;overflow: hidden;}
.main1 .list-l li.news:hover{border-bottom:1px solid #860911}
.main1 .list-l li.news .imgs:hover div{transform:scale(1.05)}
.main1 .list-l li.news .imgs div{position: absolute;top:0;left:0;width: 100%;height: 100%;transition: 0.4s;}
.main1 .list-l li.news .wz{margin-top: 20px;}
.main1 li.news.list-t .time{line-height: 21px;color: #920B13;font-size: 16px;}
.main1 li.news.list-t .news_title{margin: 15px 0;line-height: 24px;font-size: 18px;font-weight: bold;}
.main1 li.news.list-t .news_text{color: #666666;font-size: 14px;line-height: 26px;}
.main1 .list-r li.news.first{padding-bottom: 40px;border-bottom:1px solid rgba(112,112,112,0.15)} 
.main1 .list-r li.news.first .imgs{float: left;width: 300px;height: 170px;}
.main1 .list-r li.news.first .imgs:hover img{transform:scale(1.05)}
.main1 .list-r li.news.first .wz{margin-left: 345px;padding-top: 10px;} 
.main1 .list-r li.news.after{padding: 21px 0;border-bottom:1px solid transparent;transition:0.4s}
.main1 .list-r li.news.after:hover{border-color:rgb(134 9 17 / 50%)}
.main1 .list-r li.news.after .date{float: left;width: 70px;text-align: right;}
.main1 .list-r li.news.after .day{font-size: 40px;line-height: 40px;/* font-weight: bold; */} 
.main1 .list-r li.news.after .year{font-size: 18px;line-height: 30px;}
.main1 .list-r li.news.after .wz{margin-left: 110px;padding-top: 5px;}
.main1 .list-r li.news.after .news_title{font-weight: bold;font-size: 18px;line-height: 30px;}
li.news.n1.after.clearfix {
    padding: 0 0 21px;
}


.main2{background: url(./images/main2_bg.png) center no-repeat;background-size:100% 100%;overflow:hidden}
.main2 .inner{padding: 100px 0 65px;}
.post-21 .title{background: url(./images/main2_ico.png) left center no-repeat;}
.post-21 .slick-current li.news:nth-child(1){transition-delay:0s}
.post-21 .slick-current li.news:nth-child(2){transition-delay:0.2s}
.post-21 .slick-current li.news:nth-child(3){transition-delay:0.4s} 
.post-21 li.news{margin-bottom: 35px;}
.post-21 .news_box{margin: 0 18px;background: #fff;padding:35px 30px 45px;transition: 0.4s;}
.post-21 .news_box>div{transition: 0.4s;}
.post-21 .news_box .date{float: left;width: 50px;text-align: center;transition:0.4s}
.post-21 .news_box .day{font-size: 40px;margin-bottom: 6px;}
.post-21 .news_box .month{font-size: 12px;line-height: 20px;}
.post-21 .news_box .wz{margin-left: 110px;height: 60px;display: flex;align-items: center;}
.post-21 .news_box .wz .news_title{font-size: 18px;font-weight: bold;line-height: 30px;/* height: 60px; */transition: 0.4s;}
.post-21 .news_box:hover{background: #e1232d;box-shadow: 0px 0px 14px 0px rgb(100 100 100 / 20%);}
.post-21 .news_box:hover .date,.post-21 .news_box:hover .news_title{color: #fff;}
.post-21 .slick-dots li button{display: none;}
.post-21 .slick-dots li{width: 16px;height: 16px;background: #fff;opacity: 0.3;margin: 0 10px;}
.post-21 .slick-dots li.slick-active{opacity: 1;}
.post-21 .slick-slide>div{display: flex;flex-wrap: wrap;}
.post-21 .slick-slider{padding-bottom: 30px;}


.main3{background: url(./images/main3_bg.jpg) top center no-repeat;/* background-size: cover; */}
.main3_1,.main3_2{overflow:hidden}
.main3_1 .inner{padding: 77px 0;}
.post-30 .title{background: url(./images/main3_1_ico.png) left center no-repeat;}
.post-30 ul.news_list{margin: 0 -44px;}
.post-30 li.news{float: left;width: 33.3%;}
.post-30 li.news .news_box{margin: 0 44px;position: relative;}
.post-30 li.news .imgs{position: relative;padding-top: 66.6%;overflow: hidden;z-index: 44;}
.post-30 li.news:hover img{transform:scale(1.05)}
.post-30 li.news:hover .wz a{color:#AC1C24} 
.post-30 li.news .imgs img{position: absolute;top:0;left:0;transition: 0.4s;}
.post-30 li.news .wz{position: relative;padding: 35px 45px 25px;z-index: 33;}
.post-30 li.news .wz:before{content: "";width: 100%;height: 200%;left:20px;display: block;position: absolute;bottom: 0;box-shadow: 0px 3px 20px rgba(0,0,0,0.05);background: #fff;z-index: -1;transition:all 0.4s ease-in-out}
.post-30 li.news .source{position: absolute;padding: 0 26px;background: #AC1C24;font-size: 16px;color: #fff;bottom: -18px;left: 45px;z-index: 333;line-height: 38px;}
.post-30 li.news .news_title{font-size: 18px;font-weight: bold;line-height: 30px;height: 60px;}
.post-31{margin-top: 20px;}
.post-31 li.news{width: 46.875%;float: left;padding: 25px 0;display: flex;align-items: center;}
.post-31 li.news .source{float: left;flex:0 0  120px;line-height: 38px;background: #AC1C24;color: #fff;font-size: 16px;text-align: center;height: 38px;transition:0.4s}
.post-31 li.news:hover .source{background:#e09b2f}
.post-31 li.news .wz{margin-left: 35px;height: 60px;display: flex;align-items: center;}
.post-31 li.news .news_title{font-size: 18px;font-weight: bold;line-height: 30px;}
.post-31 li.news:nth-child(even){float: right;}
.post-31 li.news:nth-child(-n+2){border-bottom:1px dashed #B9B9B9}

.main3_2 .inner{padding: 0 0 117px;}
.post-32 .title{background: url(./images/main3_2_ico.png) left center no-repeat;}
.post-32 .entrance{position: absolute;display: block;padding: 0 26px;line-height: 38px;border: 1px solid #920B13;border-radius: 20px;color: #920B13;font-size: 16px;font-weight: bold;right: 0;top: 5px;}
.post-33 li.news{position: relative;}
.post-33 li.news .wz{position: absolute;bottom:20px;left:0;z-index: 22;padding-left:80px;background: url(./images/wx.png) left center no-repeat;min-height: 60px;display: flex;align-items: center;}
.post-33 li.news .wz.weibo{background-image:url(images/weibo.png)}
.post-33 li.news .wz.douyin{background-image:url(images/douyin.png)}
.post-33 li.news .wz.bilibili{background-image:url(images/bilibili.png)}
.post-33 li.news .news_title{line-height: 24px;font-size: 18px;font-weight: bold;max-height: 48px;color: #fff;padding-right:20px} 
.post-33 li.news .imgs{position: relative;padding-top:100%;overflow: hidden;}
.post-33 li.news .imgs:hover div{transform:scale(1.05)}
.post-33 li.news .bg{position: absolute;z-index: 10;width: 100%;height: 120px;bottom: 0;left:0;background: url(./images/main3_shadow.png) repeat-x;background-size: auto 100%;}
.post-33 li.news .imgs div{position: absolute;top:0;left:0;width: 100%;height: 100%;transition:0.4s}
.post-33 li.news .news_title a{color: #fff;}
.post-33 .l{float: left;width: 69.3%;}
.post-33 .r{float: right;width: 30%;}
.post-33 .l ul{/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.post-33 ul.slick-dots{bottom:-50px;width:1600px;;right:0;}
.post-33 .l ul.slick-dots{display:none}
.post-33 .slick-dots li{background:#b7b7b7;border-radius:50%;width:10px ;height:10px}
.post-33 .slick-dots li button{display:none}
.post-33 .slick-dots li.slick-active{background:#AC2930}
.post-33 .l .slick-slide>div{display: flex;justify-content: space-between }
.post-33 .l .slick-slide>div:nth-child(even){flex-direction: row-reverse}
.post-33 .l ul li.news{margin-bottom: 1.1%;}
.post-33 .l .slick-slide>div:nth-child(even) li.news{margin-bottom:0}
.post-33 .l ul li.news:nth-child(4n+1),.post-33 .l ul li.news:nth-child(4n+4){width: 33% !important;}
.post-33 .l ul li.news:nth-child(4n+2),.post-33 .l ul li.news:nth-child(4n+3){width: 66% !important;}
.post-33 .l ul li.news:nth-child(4n+2) .imgs,.post-33 .l ul li.news:nth-child(4n+3) .imgs{padding-top: 50%;}
.post-33 .l ul.list-b{/* margin-top: 1.1%; */flex-direction: row-reverse;}
.post-33 .r li.news .imgs{padding-top: 155%;}
.post-33 .r li.news .play{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 22;cursor: pointer;}
.post-33 .r .slick-arrow{
    width: 23px;
    height: 41px;
    margin-top: -20.5px;
}
.post-33 .r .slick-prev{background:url(images/left.png)no-repeat;background-size:cover;left: -233%;margin-left: -40px;}
.post-33 .r .slick-next{background:url(images/right.png)no-repeat;background-size:cover;right: -40px;}

.main3_3{background: #fff;overflow: hidden;}
.main3_3 .inner{padding: 80px 0;}
.post-36 .slick-list{padding: 10px 0;}
.post-36 ul.news_list{margin: 0 -15px;}
.post-36 li.news{float: left;width: 20%;}
.post-36 li.news .news_box{margin: 0 15px;}
.post-36 li.news .imgs{position: relative;padding-top: 36%;overflow: hidden;}
.post-36 li.news .imgs img{position: absolute;top:0;left:0;transition: 0.4s;}
.post-36 li.news .imgs:hover{animation: rotate1 0.4s cubic-bezier(0.15, 0.73, 0.46, 1.04);}
.post-36 .slick-arrow{
    width: 23px;
    height: 41px;
    margin-top: -20.5px;
}
.post-36 .slick-prev{
background:url(images/left.png)no-repeat;
background-size:cover
}
.post-36 .slick-next{
background:url(images/right.png)no-repeat;
background-size:cover;
}
@keyframes rotate1{
0%{transform: rotate(0);}
20%{transform: rotate(-3deg);}
60%{transform: rotate(0);}
80%{transform: rotate(3deg);}
100%{transform: rotate(0);}
}



.slide-down{transform:translateY(-100%);opacity:0;transition:0.6s}
.slide-up{transform:translateY(100%);opacity:0;transition:0.6s}
.slide-left{transform:translateX(100%);opacity:0;transition:0.6s}
.slide-right{transform:translateX(-100%);opacity:0;transition:0.6s}
.zoom-in{transform:scale(1.5);opacity:0;transition:0.6s}
.zoom-out{transform:scale(0.5);opacity:0;transition:0.6s}

.showdiv .slide-down,.showdiv .slide-up,.showdiv .slide-left,.showdiv .slide-right,.showdiv .slide-right,.showdiv .zoom-in,.showdiv .zoom-out{transform:none;opacity:1}
#footer .inner .foot-b .r .foot-xx {
       float: left;
    margin-left: 25%;
    margin-top: 2%;
}
#footer .inner .foot-b .r .foot-xx li {
    display: block;
    margin: 0;
    float: none;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;    font-weight: bold;
}#footer .inner .foot-b .r .foot-xx li a {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}


#footer .inner .foot-nav img {
    width: 48px;
    height: 54px;
    margin: 0 auto;
    display: block;
}