@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; }
.left{ float:left;}
.right{ float:right;}
/*css3扩展*/
::-webkit-input-placeholder { color:#999; font-size:14px;}
:-moz-placeholder {color:#999; font-size:14px;}
::-moz-placeholder {color:#999; font-size:14px;}
:-ms-input-placeholder {color:#999; font-size:14px;}
/**布局开始**/
*{ box-sizing:border-box;}
body {background: #fff;line-height:1;font-size: 14px; font-weight:400;font-family: Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei, 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: #8c0000;}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}　
.hide-text3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.f_around{display: flex; display: -webkit-flex; justify-content: space-around;-webkit-justify-content:space-around;}
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.md_center{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;justify-content: center;-webkit-justify-content: center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.inner {width: 1400px;padding:0px;margin:0 auto;} /**页面全局宽度**/
.ml{ float:left;}
.mr{ float:right;}
/*head开始*/
.top_01{height:44px; background:#800d11; font-size:14px; color:#fff; line-height:44px;}
.site-lang{}
.site-lang ul li{ margin-left:72px;float:right; position:relative;}
.site-lang ul li:before{ position:absolute;left:-36px; content:'|';}
.site-lang ul li:first-child{ margin-left:0;}
.site-lang ul li:first-child:before{ display:none;}
.site-lang ul li a{ color:#fff}
.site-lang ul li.sousuo a{ display:block;padding-left:28px; background: url(images/search.png) left center no-repeat;}

/*自定义输入框*/
.searchbox{width:250px; height:32px;}
.wp-search {position: relative; border:0px solid #c9c9c9; border-radius:4px;background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.24); box-sizing:border-box;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 32px;color: #fff;}
.wp-search .search-input input.search-title { display:block;width: 100%;height: 32px;line-height: 32px;background:none;color: #666;font-size: 14px;border:0;outline: 0;font-family: "Microsoft YaHei";text-indent: 12px;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right:0px;top:0px;}
.wp-search .search-btn input.search-submit {width:32px;height:32px;border:0; border-radius:4px;outline: 0;background:#800d11 url(images/search.png) center center no-repeat;cursor: pointer;}
.wp-search input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;  -webkit-text-fill-color: #c9c9c9;}

.main_top{position: relative; }
.header { position:absolute; z-index:3;top:0;left:0;right:0; height:115px;background: url(images/topbg.png) top repeat-x;}
.header_top.inner{ width:1420px; padding:0 10px; height:115px; position:relative;background: url(images/topbg2.png) top repeat-x;}
.header_top:before{ position:absolute;content:'';left:-50px;top:0; width:50px;height:115px;background: url(images/topbg1.png) top no-repeat;}
.header_top:after{ position:absolute;content:'';right:-50px;top:0; width:50px;height:115px;background: url(images/topbg3.png) top no-repeat;}
.header .head-left{ float:left; padding-top:18px; }
.header .sitelogo{ width:395px;}
.header .sitelogo img{ width:100%;}
.header .sitetitle {font-weight:bold;color:#fff;} /**站点名称**/
.header .head-right{ float:right; padding-top:20px;}


/*默认主导航样式*/
#nav{ width:100%; }
#nav .inner .wp-panel,#nav .inner .wp-window{ height:79px;}

/*导航样式：后台绑定时也可以定义配置*/
#nav .wp-menu {margin:0 auto;display: flex; display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;justify-content: space-around;-webkit-justify-content:space-around;}
#nav .wp-menu .menu-item {display: inline-block; position: relative; padding:0 15px;}
#nav .wp-menu .menu-item a.menu-link {display: inline-block; padding:36px 0px 18px;line-height: 26px;color: #333;font-size:18px; font-weight:bold; position:relative; text-align:center;}
#nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;position: absolute; height: 2px;background: #800d11;left: 0;bottom: 0;transform: scale(0);transition: all 0.5s ease-in-out;}
#nav .wp-menu .menu-item.hover a.menu-link,.wp-menu .menu-item:hover a.menu-link,
#nav .wp-menu .menu-item a.hover{color: #800d11;}
#nav .wp-menu .menu-item:hover a.menu-link:after {transform: scale(1);}


#nav .sub-menu {display: none;position: absolute;left: 50%;top:79px;min-width: 100%;z-index: 100;background:#800d11;transform: translateX(-50%);}
#nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
#nav .sub-menu .sub-item a {display: block;color:#fff;line-height: 24px;padding: 8px 6px;font-size: 15px; border-bottom:1px solid rgba(255,255,255,0.2); text-align:center;border-left: 1px solid rgba(255,255,255,0.2);}
#nav .sub-menu .sub-item.hover> a,
#nav .sub-menu .sub-item a:hover{ background:#fff; color: #222;display: block; }
#nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; transform: translateX(0);}

#nav .wp-menu .menu-item.i1 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu1.png) top no-repeat;}
#nav .wp-menu .menu-item.i2 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu2.png) top no-repeat;}
#nav .wp-menu .menu-item.i3 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu3.png) top no-repeat;}
#nav .wp-menu .menu-item.i4 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu4.png) top no-repeat;}
#nav .wp-menu .menu-item.i5 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu5.png) top no-repeat;}
#nav .wp-menu .menu-item.i6 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu6.png) top no-repeat;}
#nav .wp-menu .menu-item.i7 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu7.png) top no-repeat;}
#nav .wp-menu .menu-item.i8 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu8.png) top no-repeat;}
#nav .wp-menu .menu-item.i9 a.menu-link i{ position:absolute;top:0;left:0;right:0; margin:0 auto; width:30px; height:30px;background: url(images/menu9.png) top no-repeat;}

/*focus*/
.topmain{position:relative;}
.tab-menu {position: absolute; z-index:30;  bottom:130px;left:50%; margin-left:-700px;height:42px; text-align:left;}
.tab-menu li{line-height:42px; color:#fff;font-size:40px; font-weight:bold;font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; margin-right:20px;}
.tab-menu li.selected{color:#8f2023;-webkit-text-fill-color: #8f2023;/*文字的填充色*/-webkit-text-stroke: 1px #fff;}
.topmain ul.tab-list {position: relative;}
.topmain ul.tab-list .mbanner{height: 0; overflow: hidden;}
.topmain ul.tab-list .active .mbanner{height: auto;}


.mbanner{ position:relative;z-index:1;}
.mbanner .swiper_box{ position:absolute; z-index:10; bottom:0px;left:0;right:0;height:254px; background:url(images/banner_cover.png) center bottom no-repeat;}

.mbanner .swiper-button-next, .mbanner .swiper-button-prev { display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 30px; height: 30px; margin-top:-15px; display: block; z-index: 100; cursor: pointer; opacity: 1;}
.swiper-button-next:after,.swiper-button-prev:after{ display:none;}
.mbanner .swiper-button-prev { background: url(images/prev.png) center no-repeat; background-size:cover;right:76px; left:auto;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-next { background: url(images/next.png) center no-repeat;background-size:cover;right:23px;left:auto; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height:100%;object-fit: cover; display: block; }
.mbanner .swiper-pagination{ position:absolute; bottom:130px; width:1400px;left:0; right:0; margin:0 auto; height:42px; text-align:right;}
.mbanner .swiper-pagination .swiper-pagination-bullet{ position:relative; width:12px;height:12px; background:#fff; margin:0 10px; opacity:0.6}
.mbanner .swiper-pagination .swiper-pagination-bullet:before{content: "";font-size: 30px; color: #b51c2f;font-weight: bold;display: none;text-align: center;}
.mbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:none;opacity:1}
.mbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ display:block}

.j-list .mbanner .swiper-pagination .swiper-pagination-bullet:before {
    content: "J";
}
.s-list .mbanner .swiper-pagination .swiper-pagination-bullet:before {
    content: "S";  
}
.c-list .mbanner .swiper-pagination .swiper-pagination-bullet:before{
    content: "C";  
}



/**首页布局**/
.main1{ position:relative; z-index:2; margin-top:-125px; height:125px;background: url(images/cover.png) center no-repeat;}
.main1_con{ position: absolute;left:0;right:0; bottom:4px; margin:0 auto; width:1400px;z-index: 20;}
.main1_bar{display: flex; display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row; background:#fff;box-shadow: 2px 6px 13px 3px rgba(128,13,17,0.2);}
.main1_bar a{ width:104px;height:94px; padding:12px 0 8px 0;}
.main1_bar i{ display:block; width:44px; height:44px;}
.main1_bar a:nth-child(1) i{ background:url(images/icon1.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(2) i{ background:url(images/icon2.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(3) i{ background:url(images/icon3.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(4) i{ background:url(images/icon4.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(5) i{ background:url(images/icon5.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(6) i{ background:url(images/icon6.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(7) i{ background:url(images/icon7.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(8) i{ background:url(images/icon8.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(9) i{ background:url(images/icon9.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(10) i{ background:url(images/icon10.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(11) i{ background:url(images/icon11.png) center no-repeat; background-size:40px 40px;}
.main1_bar .bt{line-height:30px; font-size:16px; color:#333;}
.main1_bar a:hover{ position:relative; background:#800d11; margin-top:-6px; padding-top:18px; height:100px;}
.main1_bar a:nth-child(1):hover i{background:url(images/icon1c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(2):hover i{background:url(images/icon2c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(3):hover i{background:url(images/icon3c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(4):hover i{background:url(images/icon4c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(5):hover i{background:url(images/icon5c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(6):hover i{background:url(images/icon6c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(7):hover i{background:url(images/icon7c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(8):hover i{background:url(images/icon8c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(9):hover i{background:url(images/icon9c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(10):hover i{background:url(images/icon10c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:nth-child(11):hover i{background:url(images/icon11c.png) center no-repeat; background-size:40px 40px;}
.main1_bar a:hover .bt{ color:#fff;}


.main2{position:relative; z-index:1; background: url(images/bg1_1.png) center no-repeat;background-size: cover; background-attachment: fixed; padding:73px 0 196px;}
.title_top{position:relative;}
.title_bt{ margin:0 auto; width:340px;}
.title_bt img{ display:block; width:100%;}
.title_more{ position:absolute;right:0; bottom:40px; line-height:56px; padding-right:74px; background:url(images/more.png) right center no-repeat; background-size:56px 56px; font-size:18px;}
.img_con{width:100%;position:relative;overflow:hidden;}
.img_con img {position: absolute;left: 0; right: 0;top: 0; bottom: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;transform: scale(1, 1);-webkit-transition: 1.5s all ease; -ms-transition: 1.5s all ease;transition: 1.5s all ease;}
.img_con:hover img{transform: scale(1.1, 1.1);-webkit-transition: 1.5s all ease; -ms-transition: 1.5s all ease;transition: 1.5s all ease;}
.main2_con{ padding-top:65px;}
.news2_01{ width:320px;}
.news2_01 .img_con{ padding-top:75%; margin-bottom:12px;}
.news2_box{ display:block; margin-bottom:34px; width:100%;}
.news2_box .news_bt{ line-height:24px; font-size:16px; font-weight:600;}
.news2_box .news_time{line-height:28px; font-size:14px; font-weight:600; color:#800d11}
.news2_02{ width:calc(100% - 720px);text-align:center;}
.news2_02 .news2_box:nth-child(2){ display:none;}
.news2_02 .img_con{ padding-top:75%; margin-bottom:20px;}
.news2_02 .news_bt{ margin:12px 0; }
.news2_02 .news_time span{ display: inline-block; padding:0 10px; position:relative}
.news2_02 .news_time span:before{position:absolute; content:'';top:5px;left:0px; width:2px; height:17px; background:#800d11;}
.news2_02 .news_time span:after{position:absolute; content:'';top:5px;right:0px; width:2px; height:17px; background:#800d11;}
.news2_02 .news_wz{line-height:24px; font-size:16px;color:#888; text-align:left; }

.main3{ position:relative;z-index:2; margin-top:-196px; background:url(images/bg2.png) center 20px no-repeat; background-size:cover; padding-bottom:190px; }
.main3_con{ padding-top:45px;}
.main3_con .swiper {width: 100%;padding-top: 120px;padding-bottom: 200px;}
.main3_con .swiper-slide { width: 330px;height:348px; position:relative;}
.main3_con .swiper-card{border-radius:5px;position:absolute;top:0;bottom:0;left:0;right:0; overflow:hidden;}
.main3_con .swiper-slide .img_con{ border-radius: 5px  5px 0 0;position:relative; padding-top:75%;}
.main3_con .swiper-slide .img_con img{}
.main3_con .slide-bt { background:#fff; padding:24px 25px;border-radius:0 0  5px  5px;}
.main3_con .slide-bt .news_time { display:none;}
.main3_con .slide-bt .news_bt {color: #333; font-size:16px; line-height:26px;}
.main3_con .slide-bt .news_wz { margin-top:6px;color: #878787; font-size:14px; line-height:26px;}

.main3_con .swiper-slide-active { z-index:3!important;}
.main3_con .swiper-slide-active .swiper-card{left: -90px;top:-100px;right:-90px; bottom:-60px;box-shadow:2px 6px 13px 3px rgba(128,13,17,0.2); padding:2px; background:#fff;}	
.main3_con .swiper-slide-active .slide-bt .news_time { background:#e6cfcf; display:inline-block;font-size: 14px; color: #800d11;line-height:22px; margin-bottom:12px; padding:0 12px;}
.main3_con .swiper-slide-active .slide-bt .news_bt {color: #800d11; font-size:18px;font-weight:600; line-height:26px;}
.main3_con .swiper-slide-active .slide-bt .news_wz{font-size:16px;}
.main3_con .swiper-slide-prev,.main3_con .swiper-slide-next{ z-index:2!important;}
.main3_con .swiper-slide-prev .swiper-card,.main3_con .swiper-slide-next .swiper-card{left: -44px;top:-44px;right:-44px; bottom:-44px;}
.main3_con .swiper-slide-prev .slide-bt .news_wz,.main3_con .swiper-slide-next .slide-bt .news_wz{font-size:16px;}

.main3_con .swiper_box{ position:absolute; z-index:10; bottom:0px;left:0;right:0;height:50px;}
.main3_con .swiper_box:before{ position:absolute; z-index:1; content:'';left:0;right:0; top:50%; border-bottom:1px dashed #fcfafa}
.main3_con .swiper-button-next,
.main3_con .swiper-button-prev {position: absolute; z-index:2;top:50%;width: 50px; height: 50px; z-index: 10;-moz-background-size: 24px 12px;-webkit-background-size: 24px 12px;background-size: 24px 12px; border-radius:50%;box-shadow:none; border:1px solid #800d11; margin-top:-25px; }
.main3_con .swiper-button-next {right:0; background:rgba(255,255,255,0.9) url(images/next.png) center no-repeat;}
.main3_con .swiper-button-prev {left:0; background:rgba(255,255,255,0.9) url(images/prev.png) center no-repeat;}
.main3_con .swiper-button-prev:after,.main3_con .swiper-button-next:after{ display:none;}
.main3_con .swiper-pagination{ bottom:16px;}
.main3_con .swiper-pagination-clickable .swiper-pagination-bullet{ width:14px; height:14px; margin:0 68px; background: url(images/arrow.png) center no-repeat; opacity:1; position:relative;}
.main3_con .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ position:absolute; content:''; top:-5px; bottom:-5px; left:-5px; right:-5px; width:24px; height:24px; background: url(images/arrow_on.png) center no-repeat;transition: all 0.5s ease-in-out;}

.main4{ position:relative;z-index:3; margin-top:-130px; background:url(images/bg3.png) center top no-repeat; background-size:cover; padding-top:30px; padding-bottom:104px; }
.fix_btn{ position:absolute;bottom:40px; right:208px; }
.fix_btn a{ margin-left:30px;}
.fix_btn a:first-child{margin-left:0}
.fix_btn a img{ width:50px; height:50px; display:block; margin:0 auto}
.fix_btn a span{ font-size:16px;display:block; text-align:center; margin-top:8px;}

.fix_btn2{ position:absolute;bottom:40px; right:0px; }
.fix_btn2 a{ margin-left:30px;}
.fix_btn2 a:first-child{margin-left:0;}
.fix_btn2 a img{ width:44px; height:44px; display:block; margin:0 auto}
.fix_btn2 a span{ font-size:18px;display:block; text-align:center; margin-top:8px;}

.main4_con{ padding-top:65px;}
.news4_01{ width:calc(50% + 4px); background:#e6cfcf;}
.news4_01 li{ width:50%;}
.news4_01 li:nth-child(1),.news4_01 li:nth-child(4),.news4_01 li:nth-child(5){ padding-right:106px;}
.news4_01 li a{ display:block; position:relative;}
.news4_01 li a:hover{box-shadow:0px 6px 13px 3px rgba(128,13,17,0.2);}
.news4_01 li .box{ padding:20px; height:175px; box-sizing:border-box;}
.news4_01 li:nth-child(1) .box,.news4_01 li:nth-child(4) .box,.news4_01 li:nth-child(5) .box{ background:#800d11; padding:24px 30px 24px 20px;display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.news4_01 li:nth-child(1) a:before,.news4_01 li:nth-child(4) a:before,.news4_01 li:nth-child(5) a:before{position:absolute; content:'';left:8px;top:8px;right:8px; bottom:8px; border:1px solid #fff; opacity:0;}
.news4_01 li:nth-child(1) a:hover:before,.news4_01 li:nth-child(4) a:hover:before,.news4_01 li:nth-child(5) a:hover:before{ opacity:1; -webkit-transition: 1.5s all ease; -ms-transition: 1.5s all ease;transition: 1.5s all ease;}
.news4_01 li:nth-child(2) .box,.news4_01 li:nth-child(3) .box,.news4_01 li:nth-child(6) .box{ background:#fff; padding:17px 30px 17px 20px;display: flex;display: -webkit-flex; -webkit-flex-direction:column-reverse;flex-direction: column-reverse;}
.news4_01 li:nth-child(1) .news_bt,.news4_01 li:nth-child(4) .news_bt,.news4_01 li:nth-child(5) .news_bt{font-size:18px; font-weight:600; color:#fff; line-height:30px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.news4_01 li:nth-child(1) .news_time,.news4_01 li:nth-child(4) .news_time,.news4_01 li:nth-child(5) .news_time{font-size:16px; color:#fff; line-height:28px;}
.news4_01 li:nth-child(1) .news_wz,.news4_01 li:nth-child(4) .news_wz,.news4_01 li:nth-child(5) .news_wz{ display:none;height:0;}
.news4_01 li:nth-child(2) .news_bt,.news4_01 li:nth-child(3) .news_bt,.news4_01 li:nth-child(6) .news_bt{font-size:18px; font-weight:600; color:#333; line-height:30px;}
.news4_01 li:nth-child(2) .news_time,.news4_01 li:nth-child(3) .news_time,.news4_01 li:nth-child(6) .news_time{font-size:16px; color:#333; line-height:28px;}
.news4_01 li:nth-child(2) .news_wz,.news4_01 li:nth-child(3) .news_wz,.news4_01 li:nth-child(6) .news_wz{ font-size:16px; color:#555; line-height:26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.news4_01 li:nth-child(2) a:hover .news_bt,.news4_01 li:nth-child(3) a:hover .news_bt,.news4_01 li:nth-child(6) a:hover .news_bt{ color:#800d11}

.news4_02{ width:calc(50% - 4px);}
.news4_02 li{ width:50%; height:175px; position:relative;}
.news4_02 li:nth-child(3){width:100%; height:350px;}
.news4_02 li .img_con{ position:absolute; z-index:1;left:0;top:0;right:0;bottom:0;}
.news4_02 li .img_cover{ position:absolute; z-index:2;left:0;right:0;bottom:0; height:100px; background:linear-gradient(0deg, rgba(0,35,61,0.8) 0%, rgba(0,35,61,0) 100%);}
.news4_02 li:nth-child(3) .img_cover{height:130px;}
.news4_02 li .img_info{ position:absolute; z-index:3;left:20px;right:20px;bottom:8px;}
.news4_02 li .news_time{ font-size:16px; color:#fff; line-height:24px;}
.news4_02 li .news_bt{ font-size:16px; font-weight:600; color:#fff; line-height:24px;}
.news4_02 li:nth-child(3) .news_bt{font-size:18px;line-height:30px;}

.main3.on,.main4.on{background-attachment: fixed;}
.main5{position:relative; z-index:3; background:url(images/bg4.png) center top no-repeat; background-size:cover; padding-top:0px;}
.main5_con{ margin-top:25px; padding-top:40px; padding-bottom:40px; position:relative; z-index:3;}
.main5_con .swiper-slide { width: 614px;height: 225px; position:relative;}
.main5_con .swiper-slide .pic{position:absolute;top:0;bottom:0;left:0;right:0;background-position: center; background-repeat:no-repeat; background-size: cover;}

.main5_con .swiper-button-next,
.main5_con .swiper-button-prev {position: absolute;top:50%; margin-top:-25px;width: 50px; height: 50px; z-index: 10;-moz-background-size: 24px 12px;-webkit-background-size: 24px 12px;background-size: 24px 12px; border-radius:50%;box-shadow:0px 3px 9px 1px rgba(0, 0, 0, 0.1); border:1px solid #cbcaca}
.main5_con .swiper-button-next:hover,
.main5_con .swiper-button-prev:hover{border:1px solid #871b1f}
.main5_con .swiper-button-next {right:-90px; background:rgba(255,255,255,0.9) url(images/next2.png) center no-repeat;}
.main5_con .swiper-button-prev {left:-90px; background:rgba(255,255,255,0.9) url(images/prev2.png) center no-repeat;}
.main5_con .swiper-button-next:hover {background:rgba(255,255,255,0.9) url(images/next.png) center no-repeat;}
.main5_con .swiper-button-prev:hover {background:rgba(255,255,255,0.9) url(images/prev.png) center no-repeat;}
.main5_con .swiper-button-prev:after,.main2_con .swiper-button-next:after{ display:none;}
.main5_con .swiper-slide-active { z-index:2!important;}
.main5_con .swiper-3d .swiper-slide-shadow-right,.main5_con .swiper-3d .swiper-slide-shadow-left{ background:none}

/**页脚开始**/
.footer {background:url(images/footbg.png) center bottom no-repeat; background-size:cover;position:relative; z-index:2;padding-top:160px; padding-bottom:28px; height:300px;}
.footer_con{ position:relative;}
.footer .f_logo{ margin:0 auto;width:400px; margin-top:22px;}
.footer_con img{ display:block; width:100%;}
.footer .f_call{ position:absolute;left:0;top:0; width:430px; line-height:24px; font-size:14px; color:#Fff; padding-left:80px;}
.footer .f_zt{position:absolute;right:0;top:0; width:371px; }

/**友情链接**/
.mlink { width:280px; margin-top:12px;position: relative;}
.botlinks .links-wrap { position: relative; width: 100%; height: 40px; line-height: 30px; background: transparent;  background:rgba(255,255,255,0.2); border-radius:4px;}
.botlinks .links-wrap a.links-arrow { display: block; height: 36px; line-height: 36px; padding: 0 42px 0 12px; color: #fff; font-size: 16px; background: url(images/arrow.png) no-repeat right bottom; }
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow { color: #fff; background-position: right top; cursor: pointer; }
.botlinks .links-wrap .link-items { display: none; position: absolute; left: 0px; right: 0px; bottom: 39px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: rgba(255,255,255,0.2); }
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #fff; }
.botlinks .links-wrap .link-items a span { display: block; padding: 0 16px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #333; background: #e0f1f9; cursor: pointer; }/**链接样式**/
.copyright{ border-top:1px solid #fff; margin-top:35px;font-size: 16px; color: #fff; }
.copyright .wz{ padding:28px 60px; line-height:30px;text-align:center;}



/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 62px;width: 60px;background:url(images/slickarrow2.png) no-repeat;top: 50%;margin-top:-30px;border:0px solid #d4d8d9;border-radius:50%;outline: none;}
.slick-prev {left: -95px;background-position: 0px 0px;}
.slick-prev:hover {background-position: 0px 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next {right: -95px;background-position: right 0px;}
.slick-next:hover { background-position: right 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}


.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; }

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
#container-1{  background-image:url(images/banner.jpg);background-position:center top;background-repeat:no-repeat; background-size:cover;text-align:center;  }
.l-banner{ height:360px;background-position:center top;background-repeat:no-repeat; background-size:cover;text-align:center; overflow:hidden; text-align:center;}
.l-banner img{ display:none;vertical-align:top;height:100%;}



/**主体列表页开始**/
#l-container { position: relative;z-index: 3;}
#l-container .inner {padding:25px 20px;box-sizing: border-box;}
/**主体文章页开始**/
#d-container { position: relative;z-index: 3;}
#d-container .inner {background:#fff;}

.col_menu {width: 270px;float:left;margin-right:-270px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #800d11;}/**位置栏目背景**/
.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 #ff7900; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { display:block;color:#333;font-size: 18px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{ display:inline-block;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:#800d11; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color:#800d11;}
.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:#bb200d;}
/*二级子栏目**/
.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:#800d11;} 
/*三级子栏目**/
.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:#ff7900;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 320px;}
.col_news_head {border-bottom: 1px solid #800d11;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; position:relative;}  /**当前栏目**/
.col_metas .col_title .title_04bt{ font-size:22px;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;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 .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:1000px; _width:expression(this.width > 800 ? "800px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:25px 20px; margin:0 auto; width:auto; min-height:400px;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #800d11;} /**文章标题**/
.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 { margin:0 auto; overflow:hidden;padding:20px 0;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:16px; 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;}

/**************************************************************
 * 组件功能
 */

/* 分享二维码 */
.shares{text-align:center;}
.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: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); 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: -72px 0px;}
.shares li.i3 a{background-position: -144px 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: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}


/*二级页面*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}

.col_news_list .news_list2 li{ position:relative; padding-right:100px;}
.col_news_list .news_list2 li .news_title{display:block;line-height:50px; font-size:18px; font-weight:600; }
.col_news_list .news_list2 li .news_meta{ position:absolute; right:0;top:0; height:30px; line-height:50px; font-size:14px;color:#999; }

.es_pagingbar_container .es_pagingbar li.active { background: #bb200d; color: #fff; border-color: #bb200d; }
.es_pagingbar_container .es_pagingbar li.active a{  color: #fff;  }



.boxline{ margin:20px auto}
.boxline .btname{ border-bottom:1px solid #ececec; padding-bottom:8px; line-height:26px; font-size:16px; color:#800d11}
.name_list{ padding:10px 0;}
.name_list li{ width:25%; margin-top:10px; line-height:28px;font-size:14px; padding-right:20px; box-sizing:border-box;}

.sublist_title{display:none!important;}