@charset "utf-8";
/* CSS Document */
*::selection{background:#9e1b1c; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#9e1b1c;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.clamp2{display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.clamp3{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.clamp4{display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;}
.clamp5{display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;}
.clamp6{display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;}
.justify{text-justify:inter-ideograph; text-align:justify;}
.bgPic{display:block; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}

/* flex布局 */
.flexColumn{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(../images/close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}


.container{min-width:1260px;_width:1260px; margin:0 auto;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

/* 头部 */
.head{height:130px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover;}
.head .logo{height:130px; background:url(../images/logo.png) no-repeat left center;}

.headNav{height:36px; line-height:36px; text-align:right; font-size:14px;}
.headNav a:link, .headNav a:visited{color:rgba(255,255,255,0.8); margin-right:25px; position:relative;}
.headNav a:after{display:block; content:""; width:1px; height:12px; background:rgba(255,255,255,0.3);; position:absolute; right:-13px; top:50%; margin-top:-6px;}
.headNav a:last-of-type{margin-right:0;}
.headNav a:last-of-type:after{display:none;}
.headNav a:hover{color:#fff;}

/* 搜索 */
.search{width:200px; height:30px; margin-top:14px; float:right; background:#c34344; overflow:hidden; -webkit-border-radius:6px; border-radius:6px;}
.search .keyword{width:calc(100% - 40px) !important; height:30px; line-height:30px; padding:0 5px; background:none; border:0; margin:0; float:left; font-size:14px; color:#fff;}
.search .keyword::placeholder{color:rgba(255,255,255,0.6);}
.search .searchBtn{display:block; width:30px; height:30px; background:url(../images/iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}

.search .wp_search .search{width:30px !important; height:30px !important; background:url(../images/iSearch.png) no-repeat center center !important; cursor:pointer; border:0; padding:0; margin:0 !important;}

/* 菜单 */
.menuWrap{height:45px;}
.menu{height:45px; background:#9e1b1c; position:relative; z-index:10;}
#menu{width:1260px; height:45px; margin:0 auto; text-align:center; font-size:0;}
#menu li{position:relative;}
#menu>li{display:inline-block; vertical-align:top; padding-right:11px; position:relative;}
#menu>li:last-of-type{padding-right:0;}
#menu>li:after{display:block; content:""; width:11px; height:11px; background:url(../images/menuLine.png) no-repeat center center; position:absolute; right:0; top:50%; transform:translateY(-50%);}
#menu>li:last-of-type:after{display:none;}
#menu>li>a{display:block; height:45px; line-height:45px; padding:0 60px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{color:#ff0;}
#menu>li>a.current{color:#ff0;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#b52f30; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:14px;}
#menu ul li a:hover, #menu ul li a.current{color:#ff0;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

.menuFix{width:100%; position:fixed; left:0; top:0; z-index:100;}

/* 图片轮播 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{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;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px; font-size:0;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; background:#fff; opacity:1; margin:0 6px 0 !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#9e1b1c;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-color:rgba(255,255,255,0.24); background-repeat:no-repeat; background-position:center center; -webkit-border-radius:6px; border-radius:6px;}
.banner .swiper-button-prev{background-image:url(../images/l01.png); left:4%;}
.banner .swiper-button-next{background-image:url(../images/r01.png); right:4%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:rgba(255,255,255,0.4);}


.indH{height:60px; line-height:60px; font-weight:normal; position:relative;}
.indH:after{display:block; content:""; width:100%; height:1px; background:#e2e2e2; position:absolute; left:0; bottom:0; z-index:0;}
.indH .more{float:right; position:relative; z-index:1; height:46px; line-height:46px; margin-top:14px; display:block;}
.indH .more a:link, .indH .more a:visited{color:#888; font-size:15px;}
.indH .more a:hover{color:#9e1b1c;}
.indH p{float:left; height:60px; color:#b63839; font-size:30px; position:relative; z-index:1;}
.indH p:after{display:block; content:""; width:100%; height:2px; background:#b63839; position:absolute; left:0; bottom:0;}

.indH2{height:60px; line-height:60px; background:url(../images/hBg.png) no-repeat center center; text-align:center; font-size:30px; color:#b63839; position:relative;}
.indH2 .more{display:block; height:46px; line-height:46px; position:absolute; right:0; bottom:0;}
.indH2 .more a:link, .indH2 .more a:visited{color:#888; font-size:15px; display:block; height:46px;}
.indH2 .more a:hover{color:#9e1b1c;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d3d3d3 1px dashed;}
.newsList li a{display:flex;}
.newsList li h3{flex:1; height:44px; line-height:44px; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; padding-left:16px; background:url(../images/a01.png) no-repeat left center; font-size:16px; font-weight:normal; color:#000; -webkit-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{height:44px; line-height:44px; color:#999; text-align:right; padding-left:20px;}
.newsList li a:hover h3{color:#9e1b1c;}


.news{height:520px; padding:50px 0 80px;}
.newsCon{height:440px; padding-top:20px;}
.picNews{width:690px; height:440px; position:relative; overflow:hidden; float:left;}
.picNews .swiper-slide{display:block; width:100%; background:#fff;}
.picNews .swiper-slide a{display:block; height:440px; overflow:hidden; position:relative;}
.picNews .swiper-slide a:after{display:block; content:""; width:100%; height:56px; background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0; z-index:1;}
.picNews .swiper-slide h3{width:calc(100% - 84px); height:56px; line-height:56px; font-size:16px; font-weight:normal; color:#fff; position:absolute; margin:0 42px; left:0; bottom:0; z-index:2;}
.picNews .swiper-pagination-bullets{width:auto !important; height:20px !important; left:auto; right:10px; bottom:66px !important; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:20px; height:20px; line-height:20px; text-align:center; border:0; background:rgba(255,255,255,0.9); -webkit-border-radius:2px; border-radius:2px; opacity:1; margin:0 0 0 4px !important; font-size:12px; color:#333; -webkit-transition:all 0.3s; transition:all 0.3s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#9e1b1c; color:#fff;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:42px; height:56px; background-repeat:no-repeat; background-position:center center; bottom:0; top:auto; margin-top:0; z-index:3;}
.picNews .swiper-button-prev{background-image:url(../images/l02.png); left:0;}
.picNews .swiper-button-next{background-image:url(../images/r02.png); right:0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}

.txtNews{margin-left:726px; height:440px;}
.txtNews .fist{height:240px; border-bottom:#e2e2e2 1px solid;}
.txtNews .fist li{height:88px; padding-bottom:32px;}
.txtNews .fist li h3{height:32px; line-height:32px; font-size:16px; font-weight:normal; padding-left:12px; background:url(../images/a01.png) no-repeat left center;}
.txtNews .fist li p{height:48px; line-height:24px; padding-top:10px; text-indent:2em; font-size:14px; color:#888;}
.txtNews .last{height:180px; padding-top:20px; overflow:hidden;}
.txtNews .last li{border-bottom:0;}
.txtNews .last li h3, .txtNews .last li p{height:45px; line-height:45px;}


.F1{padding:40px 0 80px; background:url(../images/bg1.jpg) no-repeat center center;}
.F1 .indH:after{background:#e2d4b7;}
.qthd{width:680px; height:380px; overflow:hidden; float:left;}
.qthd ul{width:702px; height:324px;}
.qthd li{width:329px; height:140px; padding:22px 22px 0 0; float:left;}
.qthd li a{display:block; height:100px; background:#fff; padding:18px 25px 22px;}
.qthd li a h3{height:60px; line-height:30px; font-size:16px; font-weight:normal;}
.qthd li a p{height:24px; line-height:24px; margin-top:16px; padding-left:20px; background:url(../images/i01.png) no-repeat left center; color:#b63839;}
.qthd li a:hover{box-shadow:0 3px 20px rgba(79,59,23,0.2);}

.txjd{height:380px; margin-left:720px;}
.txjd ul li{height:86px; padding-top:22px;}
.txjd ul li a{height:86px; background:#fff;}
.txjd ul li .pic{width:128px; height:86px; overflow:hidden; margin-right:20px;}
.txjd ul li .time{width:81px; height:54px; padding:16px 1px 16px 0; color:#b63839; font-size:14px; line-height:22px; margin-right:15px; text-align:center; position:relative;}
.txjd ul li .time:after{display:block; content:""; width:1px; height:46px; background:#dadada; position:absolute; right:0; top:50%; margin-top:-23px;}
.txjd ul li .time span{display:block; height:32px; line-height:32px; font-size:28px;}
.txjd ul li .txt{height:76px; padding:5px 20px 5px 0; align-items:flex-start; justify-content:center;}
.txjd ul li .txt h3{max-height:48px; line-height:24px; font-size:16px; font-weight:normal;}
.txjd ul li .txt p{height:24px; line-height:24px; padding-top:4px; color:#b63839;}
.txjd ul li a:hover{box-shadow:0 3px 20px rgba(79,59,23,0.2);}


.dbfc{padding:50px 0;}
.dbfc .bd{width:100%; height:232px; padding-top:20px; overflow:hidden;}
.dbfc .bd ul{min-width:1292px; height:232px;}
.dbfc .bd ul li{width:291px; height:232px; padding-right:32px; float:left;}
.dbfc .bd ul li p{height:190px; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.dbfc .bd ul li h3{height:42px; line-height:42px; text-align:center; font-size:16px; font-weight:normal;}


/* 页底 */
.foot{background:#b52f30; color:rgba(255,255,255,0.7); font-size:14px; text-align:center; line-height:28px; padding:36px 0;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}
.foot span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:196px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{width:1260px; margin:30px auto 50px;}
.ny:after{display:block; content:""; clear:both;}

.left{width:240px; background:#f5f5f5; float:left; position:relative;}
.left h2{line-height:30px; font-size:20px; text-align:center; background:#9e1b1c; color:#fff; font-weight:normal; padding:10px 20px;}
.left ul{width:auto; margin:0;}
.left ul li{display:block !important;width:auto !important; float:none !important; position:relative; border:#e4e4e4 1px solid; border-top:none; background:#f5f5f5;}
.left ul li, .left ul li > a:after{-webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a{display:block !important; line-height:24px !important; padding:10px 30px 10px 20px !important; font-size:15px !important; width:auto !important; border:none !important; border-left:#f5f5f5 3px solid !important; font-weight:normal !important; background:none !important; color:#333 !important; text-align:left !important; position:relative;}
.left ul li > a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 6px); right:8px; z-index:2; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #aaa solid;}
.left ul li:hover{background:#fff;}
.left ul li:hover>a{border-left-color:#f7a100 !important;}
.left ul li:hover > a:after, .left ul li.selected > a:after{opacity:1;}
.left ul li:hover > a:after{border-left-color:#f7a100;}
.left ul li:hover > a{background:#fff !important; color:#f7a100 !important; border-right-color:#fff !important;}
.left ul li.selected{border-left:#9e1b1c 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#9e1b1c !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#9e1b1c;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
.left ul ul li{border-bottom:0; background:none; padding-left:0; border:0;}
.left ul ul li:hover, .left ul ul li.selected{border-left:0;}
.left ul ul li a{padding-left:40px !important; font-size:14px !important;}
.left ul ul ul li a{padding-left:60px !important; font-size:13px !important;}
.left ul ul ul ul li a{padding-left:80px !important; font-size:12px !important;}


.right{margin-left:270px;}
.right:after{display:block; content:""; clear:both;}
.post{height:49px; line-height:49px; font-size:14px; color:#999; border-bottom:1px solid #e3e3e3;}
.post .postSpan{float:right; line-height:29px; padding-top:20px;}
.post .postSpan a:link, .post .postSpan a:visited{color:#999;}
.post .postSpan a:hover{color:#f7a100;}
.post h3{float:left; height:48px; position:relative; top:0; color:#9e1b1c; border-bottom:2px solid #9e1b1c; font-size:20px; font-weight:normal;}


.list01, .article{padding-top:10px;}
.article{padding:10px 30px 0;}
.articleTitle{padding:20px 0; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:1.8; padding-top:15px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:800px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 800 ? "800px" : "auto"); vertical-align:top;}


.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
.wp_paging li span{margin:0 5px !important;}

.possplit{background:url(../images/posSplit.gif) no-repeat center center !important; width:15px !important; display:inline-block; vertical-align:top; height:29px;}


.list01 .wp_entry{padding-top:20px; line-height:1.6; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.list01 .wp_entry a:link, .list01 .wp_entry a:visited{color:#9e1b1c;}
.list01 .wp_entry a:hover{color:#f7a100; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}