@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; }
/*备用样式表*/
.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 { display: none; 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;}
/*滚动样式*/
.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;
}
::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}

/**布局开始**/
* { box-sizing: border-box; }
body { background: #fff; line-height: 1; font-size: 14px; font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, 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: #c31f1e; }
.flex { display: flex; display: -webkit-flex;}
.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; }
.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; }
.middle_center{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; -webkit-align-items: center; align-items: center;}
.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; }
.overlay{background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-line2{display:-webkit-box;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.text-line3{display: -webkit-box;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3;line-clamp: 3; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.inner {width: 1300px;margin:0 auto;} /**页面全局宽度**/
.top_main { position: relative; }
.mbanner { position: relative; z-index: 1; }
.mod{ padding:0px}
/*head开始*/
#header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background:rgba(137,9,0,0.83)}
#header.headfix{ position:fixed;background:rgba(137,9,0,1); transition: all 0.4s ease-in-out;}
#header .inner { position: relative; z-index: 2; }
.head-top{ height:148px; position: relative;}

.header .head-left { float: left; display: inline-block;  }
.header .sitelogo {width:525px; }
.sitelogo img {display: block;  width: 100%;}
.header .head-right {position:absolute;right:115px;top:58px; }
.head-nav {}

/*lang样式*/
.site-lang{position:absolute;right:0;top:58px;}
.site-lang ul{float:right;height: 32px;}
.site-lang ul li.links{float:left; color:#fff; line-height:32px;}
.site-lang ul li.links a{line-height: 32px;margin:0px 5px;font-size: 16px;color: #fff;}
.site-lang ul li.links:first-child{ margin-right:10px; position:relative;}
.site-lang ul li.links:first-child:before{ position:absolute; right:-9px;height:32px; line-height:32px; content:'|'; font-size:16px;}
.site-lang ul li.links a:hover{color:#fff;}
/**搜索**/
.wp_search { display: inline-block; position: relative; padding-left: 12px; background: #fff; width: 209px; height: 36px; opacity: 0.3; filter: Alpha(opacity=30) }
.wp_search #keyword { width: 177px!important; padding: 4px 0; border: none; height: 28px; line-height: 28px; background: transparent; color: #fff; font-size: 14px; font-family: "Microsoft YaHei"; }
.wp_search .search { width: 32px; height: 32px; border: 0px; background: url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/***自定义搜索*/
.searchbox { width: 132px; text-align: right; }
.wp-search { border: 1px solid #fff; border-radius: 15px; position: relative; }
.wp-search form { display: block; padding-right: 34px; }
.wp-search .search-input { margin-right: 0; height: 30px; position: relative; }
.wp-search .search-input input.search-title { width: 100%; box-sizing: border-box; height: 30px; padding: 0px 15px; line-height: 30px; color: #fff; font-size: 14px; border: 0; outline: 0; background: none; }
.wp-search .search-btn { width: 42px; height: 30px; position: absolute; right: 0; top: 0; }
.wp-search .search-btn input.search-submit { width: 42px; height: 30px; border: 0; outline: 0; background: url(images/search.png) no-repeat center; cursor: pointer; }
.wp-search input:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #fff;
}
/*默认主导航样式*/
#nav { background:#950d04; }
.nav .wp-menu { height: 52px; }
.nav .wp-menu .menu-item { display: inline-block; position: relative; height: 52px;  text-align: center; }
.nav .wp-menu .menu-item>a { display: inline-block; height: 52px; line-height: 52px; padding:0 0px; position: relative; }
.nav .wp-menu .menu-item a.menu-link { color: #fff; font-size: 24px; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a.menu-link { color: #fff; }
.nav .wp-menu .menu-item.hover a.menu-link:before{ position:absolute; content:'';bottom:0;left:0;right:0; height:5px; border-radius:3px; background:#ffffff;}
.nav .sub-menu { display: none; position: absolute; left: 0; top: 52px; width: auto; min-width: 100%; z-index: 100;}
.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; height: 50px; line-height: 50px; font-size: 18px; text-align: center; }
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color: #fff; font-weight:600; }
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: rgba(0, 0, 0, 0.2); }
/**主页开始**/
.bg_hover{ position: absolute; z-index:5;top: 200px;right: 0; height:50px; border-top:2px solid #fff;left: 0;content: "";background: rgba(0,0,0,0.2); display:none;}
.submenu_show .bg_hover{ display:block;}
.nav .wp-menu .menu-item.sublist_show{}
.nav .wp-menu .menu-item.sublist_show .sub-menu{left:50%; transform:translateX(-50%); min-width:460px; text-align:center}
.nav .wp-menu .menu-item.sublist_show .sub-item{ display:inline-block; padding:0 10px; height:50px;}
.nav .wp-menu .menu-item.sublist_show .sub-item:before{ position:absolute; content:''; right:0;top:50%; margin-top:-7px; width:1px; height:14px; background:#fff;}
.nav .wp-menu .menu-item.sublist_show .sub-item:last-child:before{ display:none;}

/**首页布局**/
.min-h1{ min-height:40px;}
.min-h2{ min-height:360px;}
.mbanner{ position:relative;z-index:1;}
.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;top:60%; width: 65px; height: 65px; 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/left.png) center no-repeat; background-size:cover; transform:rotate(0deg);left:100px; right: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/left.png) center no-repeat;background-size:cover;transform:rotate(-180deg);right:100px;left:auto; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-prev:hover{background: url(images/right.png) center no-repeat;transform:rotate(-180deg);background-size:cover;}
.mbanner .swiper-button-next:hover{background: url(images/right.png) center no-repeat;transform:rotate(0deg);background-size:cover;}
.mbanner .swiper-slide img {position:absolute;top:0;bottom:0;left:0;right:0;margin: auto; max-width: 100%;width: 100%;height: 100%; object-fit: cover; }

.mbanner .swiper-box{ position:absolute;z-index: 2; bottom:90px;left:0;right:0;margin:0 auto; width:1400px; height:32px; padding-right:70px;}
.mbanner .swiper-pagination{ bottom: 0px; left: auto;right:70px; height:32px; text-align:right;}
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{ width: 6px;height: 6px;background: #fff; margin: 0 10px;opacity: 1;position: relative;}
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after{position:absolute; content:'';right:0px; width:0px; height:2px; background:#ca020d; border-radius:0; }
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ position:absolute; z-index:1; content:''; top:-12px; bottom:-12px; left:-12px; right:-12px; border:1px solid #ca020d; border-radius:50%; box-sizing:border-box;}
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{ margin-left:30px; margin-right:120px;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after{ right:-110px; width:80px; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active{margin-left:120px; margin-right:20px;}
.mbanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after{left:-110px;}
.mbanner .swiper-num{ position:absolute;bottom:0px;right:0; line-height:32px;font-size:20px; color:#fff;}
.swiper-num span{ padding:0 5px;}
.mbanner .swiper-num .active{ font-size:30px; color:#ca020d;}

.bg3{ background:url(images/bg3.jpg) center top no-repeat; background-size:100% auto; padding-top:65px; padding-bottom:50px;}
.mt80{ margin-top:80px;}
.m_left{width:68%; float:left;}
.m_right{ width:28%; float:right;}
.index_title{ position:relative; border-left:5px solid #af251b; padding-left:20px; margin-bottom:38px;}
.index_bt{height:52px;}
.index_bt .bt01{ font-size:26px; font-weight:600; line-height:27px;}
.index_bt .bt02{font-size:18px; line-height:1;}
.index_more{ display:block; width:100px; height:27px; line-height:27px; background:#af251b url(images/more1.png) 84px center no-repeat; border-radius:3px; padding:0 10px; font-size:14px; color:#fff;}
.index_more:hover{color:#fff;}
.f_center .index_bt .bt02{ text-align:center;}
.wid.index_more{ width:140px; height:32px; line-height:32px;padding-left:22px; background-position:105px center; font-size:16px;}
.bg4 .index_more{background:#fff url(images/more2.png) 105px center no-repeat; color:#af251b;}
.bg4 .index_more:hover{background:#af251b url(images/more1.png) 105px center no-repeat; color:#fff;}

.index_01{width:55.5%;}
.index_01 .tu_img{ display:block;width:100%; height:276px; position:relative; overflow:hidden;}
.tu_img img{position:absolute;top:0;bottom:0;left:0;right:0;margin: auto; max-width: 100%;width: 100%;height: 100%; object-fit: cover;-webkit-transition: 1.2s all ease; -ms-transition: 1.2s all ease; transition: 1.2s all ease; }
.tu_img:hover img{ transform: scale(1.1, 1.1); -webkit-transition: 1.2s all ease; -ms-transition: 1.2s all ease; transition: 1.2s all ease; }
.index_02{width:44.5%; border:1px solid #dcdcdc; background:#fff; padding:30px 20px;}
.index_02 .news_top{ border-bottom:1px solid #af251b; margin-bottom:16px; padding-bottom:12px;}
.index_02 .news_date{ color:#af251b; line-height:1;}
.index_02 .news_date .day{ font-size:30px; font-weight:600; line-height:22px;}
.index_02 .news_date .year{font-size:14px;}
.index_02 .news_bt{ margin-top:12px; line-height:36px; font-size:18px; font-weight:600; color:#af251b;}
.index_02 .news_bt a{ color:#af251b;}
.index_02 .news_wz{ line-height:27px; font-size:14px; color:#808080; margin-bottom:10px;}
.index_02 .news_more{ height:24px; line-height:24px; color:#af251b; text-align:right; padding-right:26px; background:url(images/more.png) right center no-repeat; }
.index_03{ padding-top:4px;}
.index_03 li{ margin-top:21px; width:50%; border:1px solid #dcdcdc; background:#fff; position:relative;}
.index_03 li:nth-child(2n+1):before{ position:absolute; z-index:1; content:''; top:0;bottom:0;right:-1px;  width:1px; height:100%; background:#fff;}
.index_03 li:nth-child(2n+2):before{ position:absolute; z-index:1; content:''; top:0;bottom:0;left:-1px;  width:1px; height:100%; background:#fff;}
.index_03 li:nth-child(2n+2):after{position:absolute; z-index:2; content:''; top:26px;bottom:26px;left:-1px;  width:1px; background:#dcdcdc;}
.index_03 li a{ display:block;width:100%;  position:relative; padding:28px 20px;}
.index_03 li a:hover{ background:#af251b;}
.index_03 li a:before{position:absolute; z-index:2; content:'';bottom:0;left:-1px;right:-1px; height:3px; background:#af251b;}
.index_03 li a:hover:before{background:#ffbe23;}
.index_03 li a:after{position:absolute; z-index:2; content:'';bottom:3px;right:0px; width:118px; height:113px; background:url(images/bglogo.png) right center no-repeat; background-size: auto 100%; display:none;}
.index_03 li a:hover:after{display:block;}
.index_03 li:nth-child(2n+1) a{ padding-right:30px;}
.index_03 li:nth-child(2n+2) a{ padding-left:35px;}
.index_03 li .news_date{ font-size:14px; color:#af251b; line-height:24px;position:relative; z-index:4;}
.index_03 li .news_bt{ font-size:18px; font-weight:600; line-height:32px; height:64px;position:relative; z-index:4;}
.index_03 li a:hover .news_date,.index_03 li a:hover .news_bt{ color:#fff;}

.index_04{ background:#af251b;padding-bottom:30px;}
.index_04 li a{ height:97px; position:relative; padding:0 24px 0 18px;}
.index_04 li a:hover{ background:#7f1109;}
.index_04 li a:before{ position:absolute; z-index:1; content:'';bottom:-1px;left:17px; right:17px;height:1px; border-bottom:1px dashed #fff;}
.index_04 li .news_date{ width:56px; height:52px; color:#fff;}
.index_04 li .news_date .day{font-size:30px; font-weight:600; line-height:34px;}
.index_04 li .news_date .year{font-size:14px;line-height:16px;}
.index_04 li .news_bt{ width:calc(100% - 58px); font-size:16px;color:#fff; line-height:28px;}

.activity{position:relative;}
.activity .swiper{padding:10px 16px 0px 0px;}
.activity .swiper-wrapper{padding-bottom:85px;}
.activity .swiper-slide{ position:relative; text-align: center; /* Center slide text vertically */display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;  -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center; transition: 300ms; }
.activity .swiper-slide:before{ position:absolute; content:''; z-index:1; top:14px; bottom:-10px; left:18px; right:-6px; background:#e5e5e5;box-shadow: 2px 0 6px rgba(51,51,51,0.2); }
.activity .swiper-slide .img_pic{ display:block; width:294px; position:relative; z-index:2; border:1px solid #af251b; background:#fff; box-shadow: 4px 0 10px rgba(51,51,51,0.2); padding:25px; background:#fff;}
.activity .swiper-slide .info{ position:relative; z-index:2;}
.activity .swiper-slide .tu_img{padding-top:138%; overflow:hidden; position:relative;}
.activity .swiper-slide .news_bt{ margin-top:18px; height:60px; line-height:30px; font-size:18px; font-weight:600;}
.activity .swiper-slide .news_wz{ margin-top:6px; height:52px; line-height:26px; font-size:14px; color:#808080; text-indent:2em;}
.activity .swiper-slide .news_more{ margin-top:20px; display:block; width:80px; height:24px; border:1px solid #af251b; border-radius:12px;font-size:14px; text-align:center; line-height:22px; color:#af251b;}
.activity .swiper-slide .news_more:hover{ background:#af251b; color:#fff; transition: all 0.4s ease-in-out;}
.activity .swiper-slide .news_date{position:absolute; z-index:3;top:133px;left:0; width:62px; height:62px; background:#af251b; color:#fff;} 
.activity .swiper-slide .news_date .day{font-size:30px; font-weight:600; line-height:34px;}
.activity .swiper-slide .news_date .year{font-size:14px;line-height:16px;}

.activity .swiper-button-next,.activity .swiper-button-prev{ width:48px; height:80px; margin-top:-40px; border-radius:3px;}
.activity .swiper-button-next{ right:-78px; background:#868686 url(images/right2.png) center no-repeat}
.activity .swiper-button-prev{left:-78px; background:#868686 url(images/left2.png) center no-repeat}
.activity .swiper-button-next:hover{background:#af251b url(images/right2.png) center no-repeat}
.activity .swiper-button-prev:hover{background:#af251b url(images/left2.png) center no-repeat}
.activity .swiper-slide:nth-child(2n+2){ margin-top:50px;}

.bg4{ background:url(images/bg4.jpg) center top no-repeat; background-size:cover; padding-bottom:48px;}
.bgbt4{ margin:0 auto; height:90px; padding-top:10px; width:548px; background:url(images/btbg.png) center bottom no-repeat;}
.bgbt4 .index_title{ height:52px; margin-bottom:0;}
.pho_con{ margin:54px auto 50px; background:#fff; border-radius:10px; overflow:hidden;}
.pho_con li{ width:50%;  display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; }
.pho_con li .info,.pho_con li .tu{ width:50%;}
.pho_con li .tu_img{padding-top:92%; overflow:hidden; position:relative;}
.pho_con li .tu_img:before{ position:absolute; z-index:3; content:'';left:-14px;top:50%; margin-top:-14px; width:28px; height:28px; background:#fff; border-radius:2px; transform:rotate(45deg)}
.pho_con li .info{ padding:24px;}
.pho_con li .box_cont{ width:100%;}
.pho_con li .news_bt{ line-height:30px; font-size:18px; font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pho_con li .news_wz{ margin-top:23px;line-height:28px; font-size:14px; color:#808080;display: -webkit-box;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 4;line-clamp: 4; }

.pho_con li:nth-child(3),.pho_con li:nth-child(4){flex-direction:row-reverse;}
.pho_con li:nth-child(3) .tu_img:before,.pho_con li:nth-child(4) .tu_img:before{left:auto;right:-14px;}
.pho_con li:nth-child(1) .info{ background:url(images/s1.png) left top no-repeat; background-size:cover;}
.pho_con li:nth-child(2) .info{ background:url(images/s2.png) right bottom no-repeat; background-size:cover;}
.pho_con li:nth-child(3) .info{ background:url(images/s3.png) left top no-repeat; background-size:cover;}
.pho_con li:nth-child(4) .info{ background:url(images/s4.png) right bottom no-repeat; background-size:cover;}

.bg5{ background:url(images/bg5.jpg) center bottom no-repeat; background-size:cover; padding-top:58px; padding-bottom:90px;}
.bg5 .index_title{ margin-bottom:46px;}
.card_con{ height:502px; position:relative;}
.card_list{ position:absolute;width: 1300px; margin: 0 auto;top:0;transform: translateX(-50%);left: 50%;}
.card_list li:nth-child(1){ left:325px;top:0px;}
.card_list li:nth-child(2){left:975px;top:68px;}
.card_list li:nth-child(3){left:0px;top:182px;}
.card_list li:nth-child(4){left:650px;top:0px;}
.card_list li:nth-child(5){left:650px;top:342px;}
.card_list li:nth-child(6){left:162px;top:342px;}
.card_list li{position:absolute; width:325px; z-index:1;}
.card_list li img{ display: block; width:100%;}
.card_list li:hover{z-index:2;}
.card_list li:hover img{ position:relative;transform: scale(1.1, 1.1); -webkit-transition: 1.2s all ease; -ms-transition: 1.2s all ease; transition: 1.2s all ease;}

/**页脚开始**/
#footer { background: url(images/foot.jpg) center top no-repeat; background-size:cover; font-size: 16px; color: #fff; position: relative; }
#footer .bottom { padding: 47px 0 45px; position: relative; border-bottom: 1px solid rgba(255,255,255,0.35); }
#footer .sitelogo {width:337px; }
#footer .sitelogo img { width: 100%; display: block; }
#footer .footer-contact {width:290px; text-align:right;}
#footer .footer-contact .bt{ line-height:44px; font-size:20px; font-weight:600; margin-bottom:6px}
#footer .footer-contact .addr{font-size:16px; line-height:30px;text-align:right;}
#footer .footer-category{padding-top:33px;}
#footer .footer-category .ma{width:109px;margin-right:18px; overflow:hidden;}
#footer .footer-category .ma img{width: 100%; display: block;}
#footer .footer-category .ma:last-child{margin-right:0px;}
#footer .copyright_wz { padding:25px 0px; line-height: 30px; font-size: 14px; color: #fff; text-align: left; position:relative;}
#footer .copyright_wz span{ padding:0 8px;}
#footer .copyright_wz a{color: #fff;}
#footer .gotop{ position:absolute;right:0;bottom:25px; width:120px; height:32px; border:1px solid #fff; border-radius:5px; text-align:left; line-height:30px; padding-left:25px; background:url(images/top.png) 94px center no-repeat; font-size:14px; color:#fff;}

/**友情链接**/
.mlink { width:100%; margin-top:20px;}
.botlinks .links-wrap { position: relative; width: 100%;border:1px solid #fff; background: transparent;  background:#8a010e; border-radius:0px; text-align:left;}
.botlinks .links-wrap a.links-arrow { display: block; height: 34px; line-height: 34px; padding: 0 38px 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: -1px; right: -1px; bottom: 36px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: rgba(255,255,255,0.9); }
.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; padding: 0 16px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #94030a; background: #e0f1f9; cursor: pointer; }/**链接样式**/

/*滚动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; }
/**新闻列表**/

/***********************************************************
 * 列表页
 */

/*栏目图片*/
.l-banner { background-position: center top; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; }
.l-banner img { width: 100%; height: 100%; display: none; }
.column-banner {position: relative;width: 100%;height: 500px; background-image:url(images/nybanner.png);background-size: cover!important;background-position: center!important;background-repeat: no-repeat!important;}
.column-banner .inner { position: relative; z-index: 1; height:100%;}
.column-banner .tit_bt { position:absolute;left:20px; right:20px; bottom:75px;color: #fff;}
.column-banner .tit { font-size: 48px;  line-height:80px; font-weight: 600; position:relative; text-align:center;}
.column-banner .tit:before{ position:absolute; content:'';left:0;right:0; bottom:0; margin:0 auto; width:65px; height:4px; border-radius:2px; background:#fff;}
.column-banner .overlay { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
/**主体列表页开始**/
#l-container {}
#l-container .inner { padding: 68px 0 50px; }
.page_place { margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.column-breadcrumb { line-height: 40px; font-size: 16px; color: #333; padding-left: 28px; background: url(images/back.png) left center no-repeat; }

.col_menu {width: 300px;float:left;margin-right:-300px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #af251b;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 30px;color:#fff; background:url(images/bglogo.png) right bottom no-repeat; background-size:72px 69px; height:80px;}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 45px;padding:0px;width: 100%; text-align:center;}  /**栏目名称图标**/
.col_menu .col_menu_con{border:0px solid #e4e4e4; background:#f0f0f0;}
/*栏目列表*/
.col_list {padding:0;}
.col_list .wp_listcolumn{  border-top:0px solid #6a5a1e; 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: 0px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a {padding:20px 0px 20px 76px;line-height:39px; font-size:18px; background: url(images/list_arrow.png) 37px center no-repeat;} 	
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected {color:#af251b;background: #fff url(images/list_arrow2.png) 37px center no-repeat; position:relative;} 
.col_list .wp_listcolumn .wp_column a:hover:before,.col_list .wp_listcolumn .wp_column a.selected:before{ position:absolute; content:'';top:0;bottom:0;right:0;width:3px; background: #af251b;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #af251b;}
.wp_listcolumn .wp_column a .column-name{ padding:0;}
.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:#6a5a1e;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;/* background:none; */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 52px;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:#333;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; 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:#6a5a1e;} 
	
/**当前栏目**/
.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 360px; }
.col_news_head { border-bottom: 1px solid #e0e0e0; }
.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: #bb200d; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path { display: inline-block; float: right; white-space: nowrap; height: 46px; line-height: 46px; color: #666; padding-left:30px; background:url(images/home.png) left center no-repeat;}
.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 { }

/**栏目新闻列表**/
.column-newslist { margin: 0 auto; width:100%; }
.column-item { padding: 38px 0 38px 18px; border-bottom: 1px solid #e0e0e0; }
.column-item .news_date{ width:70px; height:100px; border-radius:10px; border:1px solid #af251b; font-size:16px; color:#af251b; line-height:20px;}
.column-item .news_date span{ display:block; text-align:center;}
.column-item .news_date span.day{ font-size:28px; font-weight:600; line-height:32px;}
.column-item .news-cont {width: calc(100% - 100px); }
.column-item .news-cont .news_bt { line-height: 34px; font-size: 20px; font-weight: bold; }
.column-item .news-cont .news_text { margin-top:2px; height:84px; line-height: 28px; color: #333; font-size: 16px; text-indent:2em; }

.column-itempic .news-cont{width: calc(100% - 330px);}
.column-itempic .news-img {width: 218px; height: 122px; overflow: hidden; position: relative;}
.column-itempic:hover .news-img { box-shadow: 0 4px 8px rgba(0, 0, 0, .16); }
.column-itempic .news-img img { position: absolute; z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover; -webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.column-itempic:hover .news-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.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: 800px; _width: expression(this.width > 800 ? "800px": this.width);
}/**列表页文章图片大小限制**/


/**文章页**/

.infobox { margin: 0 auto; margin-top: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, .16); padding: 50px 30px; }
.article {margin-top: 30px;}
/**文章标题**/
.article h1.arti_title { line-height: 44px; font-family: "Microsoft YaHei"; font-size: 30px; font-weight: 600; text-align:left; color: #af251b; }
.article h2.arti_title { line-height: 34px; font-family: "Microsoft YaHei"; font-size: 16px; text-align:left; color: #999; }
/**文章副标题**/
.article .arti_metas { margin-top:20px; line-height: 32px; font-size: 16px; text-align:left; color: #999;/* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; color: #999; }
/**文章其他属性**/
.article .entry { margin: 0 auto; overflow: hidden; padding: 20px 0; border-top: 0px solid #dbdbdb; margin-top: 30px; }
/**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 18px; color: #333; }
/**阅读字体**/

.article .entry .read p { margin-bottom: 10px; text-indent: 2em; }
.article .entry .read img { display:block; margin:20px auto; max-width: 940px; _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/

.article .entry .read table { margin: 0 auto; border: none!important; }
.es_article_title { display: none; }
/**翻页**/

.es_pagingbar_container { margin: 40px auto 0; text-align: center; padding-bottom: 40px; }
.es_pagingbar_container .es_pagingbar { display: inline-block; overflow: hidden; }
.es_pagingbar_container .es_pagingbar li { float: left; padding: 6px 12px; margin: 0 6px; color: #999; background: #fff; border: 1px solid #eee; font-size: 14px; text-align: center; cursor: pointer; }
.es_pagingbar_container .es_pagingbar li.active { background: #d63e3e; color: #fff; border-color: #d63e3e; }
.es_pagingbar_container .es_pagingbar li.active a { color: #fff; }
.es_article_content img { margin-right: 20px; }


.footer-contact  .es_list_singlearticle{
display:none !important;
}
 