@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; min-width:1260px;_width:1260px;}
body a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
a{color:#000;}
a:hover{color:#c40202;}
input:focus{outline:0;}
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; border:0; outline:none;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

/* 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(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;}

.animate{-webkit-transition:all 0.4s; transition:all 0.4s;}
.unselectable{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文字超出省略号...*/
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.clamp3{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.clamp4{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
.clamp5{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}
.bgImg{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; display:block; height:100%;}
a:hover .bgImg{-webkit-transform:scale(1.05); transform:scale(1.05);}
.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

/* 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;}

.head{height:124px; background:#fff6e6 url(headBg.jpg) no-repeat top center;}
.logo{height:124px; background:url(logo.png) no-repeat left center; margin:0 auto;}

/* 搜索 */
.search{width:230px; height:34px; margin-top:48px; float:right;}
.search .keyValue{width:calc(100% - 56px); height:32px; line-height:34px; background:#fff; border:#e0d0aa 1px solid; border-right:0; padding:0 10px; margin:0; float:left; font-size:14px; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px;}
.search .keyValue::placeholder{color:#aaa;}
.search .keyValue:focus{border-color:#c40202;}
.search .submitBtn{display:block; width:35px; height:34px; background:#c40202 url(iSearch.png) no-repeat center center; border:0; margin:0; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:48px; background:#c40202;}
#menu{display:flex;}
#menu li{position:relative; text-align:center;}
#menu li a{color:#fff;}
#menu > li{height:48px; line-height:48px; margin-right:2px; flex:1; font-size:18px;}
#menu > li:after{display:block; content:""; width:2px; height:48px; background:url(menuLine.jpg) no-repeat right center; position:absolute; right:-2px; top:0;}
#menu > li:last-of-type{margin-right:0;}
#menu > li:last-of-type:after{display:none;}
#menu > li > a{display:flex; align-items:center; justify-content:center; height:48px;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#a80000; position:absolute; z-index:999; left:0; top:48px; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.2);}
#menu ul li{line-height:20px; font-size:16px;}
#menu ul li a{display:block; padding:10px;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:0.1rem; top:calc(50% - 4px); right:4px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; margin:0 0 0 2px;}
#menu ul ul li{font-size:14px;}

#menu li:hover > a:hover{background-color:#fca205;}
#menu li:hover > a{background-color:#a80000;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{width:100%; position:relative;}
.banner .swiper-slide p{width:100%; height:500px; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.banner .swiper-pagination-bullets{height:10px !important; bottom:30px !important;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; border-radius:50%; background:rgba(255,255,255,0); border:#fff 1px solid; opacity:1; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:50px; height:50px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; opacity:1; -webkit-border-radius:5px; border-radius:5px;}
.banner .swiper-button-prev{background-image:url(prev.png); left:10%;}
.banner .swiper-button-next{background-image:url(next.png); right:10%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}


/* 普通新闻列表 */
.newsList li{border-bottom:#d9d9d9 1px dashed;}
.newsList li a{display:flex; height:45px; line-height:45px; padding-left:12px; background:url(a01.jpg) no-repeat left center;}
.newsList li a:hover{transform:translateX(10px);}
.newsList li h3{flex:1; height:45px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; font-size:16px; font-weight:normal;}
.newsList li p{color:#999; height:45px; padding-left:20px;}


.news{margin:30px auto 0;}
.news h2{height:37px; line-height:37px; border-bottom:#e1e1e1 1px solid; font-weight:normal; font-size:24px;}
.news h2 i{padding-left:10px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b4b4b4;}
.news h2 a{float:right; color:#9e9e9e; font-size:14px; margin-top:7px; height:30px; line-height:30px; display:inline-block;}
.news h2 a:hover{color:#fca205;}
.newsCon{height:316px;}
.picNews{width:604px; height:296px; overflow:hidden; float:left; padding-top:20px;}
.picNews .swiper-slide{display:block; width:290px; height:262px; float:left; position:relative; overflow:hidden; background:url(loading.gif) no-repeat center center;}
.picNews .swiper-slide p{height:200px; overflow:hidden;}
.picNews .swiper-slide h3{height:30px; line-height:30px; padding-top:8px; font-size:16px; font-weight:normal;}
.picNews .swiper-slide span{display:block; height:24px; line-height:24px; font-size:15px; color:#888;}
.picNews .swiper-pagination-bullets{height:10px !important; bottom:0 !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#fca205 1px solid; background:rgba(255,255,255,0); opacity:1; margin:0 5px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#fca205;}

.txtNews{height:310px; padding-top:6px; margin-left:640px;}
.txtNews ul li{padding:17px 0 16px; border-bottom:#d6d5d5 1px dashed;}
.txtNews ul li a{height:28px; line-height:28px; background:none; padding:0;}
.txtNews ul li p{width:96px; height:28px; text-align:center; background:#c40202; border-radius:4px; color:#fff; font-size:15px; padding:0; margin-right:16px;}
.txtNews ul li h3{height:28px; font-size:18px;}

.indH{height:41px; font-weight:normal; border-bottom:#e4e4e4 1px solid;}
.indH a:link, .indH a:visited{display:block; height:36px; line-height:36px; font-size:14px; margin:5px 12px 0 0; float:right;}
.indH a:hover{color:#c40202;}
.indH p{height:41px; line-height:41px; font-size:24px; padding:0 20px; color:#fff; float:left; position:relative;}
.indH p:after{display:block; content:""; width:25px; height:41px; background-repeat:no-repeat; background-position:right center; position:absolute; right:-25px; bottom:0;}

.xxgg .indH{border-bottom:#2ba9ea 1px solid; background:#e5eff5;}
.xxgg .indH a{color:#2ba9ea;}
.xxgg .indH p{background-color:#2ba9ea;}
.xxgg .indH p:after{background-image:url(hBg1.png);}

.szzb .indH{border-bottom:#d93232 1px solid; background:#f7eeee;}
.szzb .indH a{color:#d93232;}
.szzb .indH p{background-color:#d93232;}
.szzb .indH p:after{background-image:url(hBg2.png);}

.kxky .indH{border-bottom:#fca205 1px solid; background:#f8f1e4;}
.kxky .indH a{color:#fca205;}
.kxky .indH p{background-color:#fca205;}
.kxky .indH p:after{background-image:url(hBg3.png);}

.indF1{height:291px; margin:50px auto;}
.indNews{width:396px; height:249px; margin-right:36px; float:left;}
.indNews.kxky{margin-right:0;}
.indNews ul{padding:16px; height:216px; border:#e4e4e4 1px solid; border-top:none;}
.indNews ul li{border-bottom:0;}
.indNews ul li a{height:36px; line-height:36px;}
.indNews ul li a h3, .indNews ul li a p{height:36px;}


.link{height:50px; padding:40px 0; background:#f6f6f6; border-top:#ebebeb 1px solid;}
.linkCon{height:50px; margin:0 auto;}
.linkCon h2{width:184px; height:50px; line-height:32px; font-size:20px; font-weight:normal; float:left;}
.linkCon h2 i{height:18px; line-height:18px; color:#b4b4b4; font-size:16px; display:block;}
.linkCon ul{width:1075px; height:50px; border-left:#d2d2d2 1px solid; float:left;}
.linkCon ul li{flex:1; height:48px; line-height:48px; background:#fff; border:#d2d2d2 1px solid; border-left:none; text-align:center; font-size:16px;}
.linkCon ul li a{height:48px;}
.linkCon ul li img{height:26px; margin-right:10px;}


.foot{padding:25px 0; line-height:24px; background:#c40202; font-size:14px; color:#fff; text-align:center;}
.foot span{padding-left:1em;}
.foot a{color:#fff;}
.foot a img{margin-right:4px; height:18px; vertical-align:text-bottom;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{padding:30px 0 50px;}
.left{width:278px; background:#f2f3ed; float:left; -webkit-border-radius:30px 0 0 0; border-radius:30px 0 0 0; overflow:hidden;}
.left h2{line-height:24px; padding:20px; background:#c40202; color:#fff; text-align:center; font-size:24px; font-weight:normal; -webkit-border-radius:30px 0 0 0; border-radius:30px 0 0 0;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li:last-of-type a{border-bottom:0;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(a02.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#c40202;}
.left ul li a.on{color:#fff; background:#fca205;}
.left ul li a.on:after{background-image:url(a03.png);}


.right{margin-left:318px;}
.post{height:53px; border-bottom:#e4e4e4 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#c40202;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a{color:#888;}
.post span a:hover{color:#247866;}


.list01{padding-top:10px;}


.articleTitle{padding:30px 0 20px; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{width:96%; 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:30px; padding:20px 0 30px; text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}


.picList01{width:100%; overflow:hidden;}
.picList01 ul{width:1160px;}
.picList01 ul li{width:270px; height:180px; overflow:hidden; position:relative; float:left; margin:20px 20px 0 0;}
.picList01 ul li p{width:270px; height:180px; overflow:hidden;}
.picList01 ul li p i{display:block; width:270px; height:180px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.picList01 ul li h3{width:250px; height:36px; line-height:36px; padding:0 10px; font-size:14px; font-weight:normal; position:absolute; left:0; bottom:0; z-index:2; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li b{display:block; width:270px; height:36px; position:absolute; left:0; bottom:0; z-index:1; background:#000; filter:alpha(opacity=60); opacity:0.6;}
.picList01 ul li a{color:#fff;}
.picList01 ul li a:hover p i{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}