@charset "utf-8";
/* CSS Document */
*::selection{background:#ca1928; 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.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#ca1928;}
/*去掉图形热点的点击时出现的边线*/
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;}

/* 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;}
a:hover .bgImg{-webkit-transform:scale(1.05); transform:scale(1.05);}
.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

@media screen and (min-width:1920px){
	.bgCover{background-size:cover;}	
}

/* 头部 */
.head{height:141px; background:url(headBg.jpg) no-repeat center center;}
.head .logo{height:141px; background:url(logo.png) no-repeat left center;}


/* 菜单 */
.menuWrap{height:56px; position:relative; z-index:10; background:#ff9c00;}
#menu{width:1260px; height:56px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:142px; height:56px; position:relative;}
#menu>li:first-of-type{width:106px;}
#menu>li:nth-of-type(3){width:160px;}
#menu>li>a{display:block; height:56px; line-height:56px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current{background:#ca1928;}
#menu>li>a.current:hover{background:#ca1928;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#ff9c00; position:absolute; z-index:999; left:0; top:48px;}
#menu ul li a{display:block; padding:8px 5px; line-height:20px; font-size:15px;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#ca1928;}

/**若子级菜单含有子级时，在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;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


.banner{width:100%; position:relative;}
.banner .swiper-slide p{width:100%; height:440px; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.banner .swiper-slide img{width:100%;}
.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;}	
}

.indH{height:49px; line-height:49px; font-size:26px; font-weight:bold; position:relative;}
.indH:after{display:block; content:""; width:100%; height:1px; background:#9e2e38; position:absolute; left:0; top:24px; z-index:0;}
.indH a{display:block; width:41px; height:49px; float:right; background:#fdfdfd url(m01.png) no-repeat right center; padding-left:16px; position:relative; z-index:1;}
.indH a:hover{background-image:url(m02.png);}
.indH p{height:49px; padding-right:26px; float:left; position:relative; z-index:1; background-color:#fdfdfd;}
.indH p:after{display:block; content:""; width:5px; height:5px; background:#9e2e38; position:absolute; right:0; top:22px;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d9d9d9 1px dashed;}
.newsList li a{display:block; height:45px; line-height:45px; padding-left:12px; background:url(a01.png) no-repeat left center;}
.newsList li h3{height:45px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:16px; font-weight:normal; margin-right:100px;}
.newsList li p{float:right; width:100px; text-align:right; color:#999; height:45px;}


.F1{background:#fdfdfd url(bg1.jpg) no-repeat center bottom; background-size:100% auto; padding:40px 0 60px;}
.newsCon{padding-top:30px;}
.picNews{width:560px; height:412px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:560px; height:412px; float:left; position:relative; overflow:hidden; background:url(loading.gif) no-repeat center center;}
.picNews .swiper-slide p{height:412px;}
.picNews .swiper-slide h3{width:calc(100% - 120px); height:42px; line-height:42px; padding:0 105px 0 15px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-bullets{width:auto !important; height:10px !important; left:auto !important; right:15px; bottom:16px !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#fff 1px solid; background:rgba(255,255,255,0); opacity:1; margin:0 0 0 8px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#fff;}

.txtNews{height:412px; margin-left:610px; overflow:hidden;}
.txtNews ul li{padding:24px 0 23px; border-bottom:#ebe5dd 1px dashed;}
.txtNews ul li:first-of-type{padding-top:0;}
.txtNews ul li:last-of-type{border-bottom:0; padding-bottom:0;}
.txtNews ul li .time{width:72px; height:65px; border:#e2d8cb 1px solid; -webkit-border-radius:10px 0 10px 10px; border-radius:10px 0 10px 10px; text-align:center; background:#fff; font-size:12px; color:#c4af93; line-height:20px; float:left;}
.txtNews ul li .time p{height:30px; line-height:30px; padding-top:8px; font-size:26px; color:#bb1d2a;}
.txtNews ul li .text{height:67px; margin-left:96px;}
.txtNews ul li .text h3{height:24px; line-height:24px; font-size:16px; font-weight:normal;}
.txtNews ul li .text p{height:40px; line-height:20px; padding-top:3px; font-size:14px; color:#999;}


.picLink{margin-top:50px; height:123px; position:relative;}
.picLink .swiper-slide{display:block; width:300px; height:123px; float:left; position:relative; overflow:hidden; background:url(loading.gif) no-repeat center center;}
.picLink .swiper-slide img{width:300px; height:123px; vertical-align:top;}
.picLink .swiper-pagination-bullets{display:none;}


.F2{padding:40px 0 60px; background:url(bg2.jpg) no-repeat bottom center;}
.F2 .indH p, .F2 .indH a{background-color:#fef3f3;}
.hdsl{width:790px; height:354px; float:left;}
.hdsl ul{padding-top:15px; height:290px; overflow:hidden;}
.hdsl ul li{width:195px; height:130px; overflow:hidden; margin:15px 0 0 15px; position:relative; float:left;}
.hdsl ul li:first-of-type{width:370px; height:275px; margin-left:0;}
.hdsl ul li p{height:100%;}
.hdsl ul li h3{width:calc(100% - 20px); height:30px; line-height:30px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0; padding:0 10px; color:#fff; text-align:center;}

.mszl{margin-left:840px; height:354px;}
.mszl ul{padding-top:20px; height:284px;}
.mszl ul li{height:61px; padding:5px 0 4px; border-bottom:#f4d6d6 1px solid;}
.mszl ul li h3{height:40px; line-height:20px; font-size:16px; font-weight:normal;}
.mszl ul li p{height:21px; line-height:21px; text-align:right; color:#969696; font-size:14px;}


.foot{background:#ca1928; font-size:14px; padding:36px 0 24px; line-height:24px; color:rgba(255,255,255,0.7);}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.ewm{width:230px; height:130px; text-align:center; float:right;}
.ewm li{width:100px; height:130px; padding-left:15px; float:left;}
.ewm li img{width:100px; height:100px; vertical-align:top;}

.footTxt{margin-right:265px; min-height:130px;}

.link{line-height:24px; padding-bottom:15px; border-bottom:rgba(255,255,255,0.2) 1px solid;}
.link span{display:inline-block; vertical-align:top; height:24px; line-height:24px; color:rgba(255,255,255,0.7);}
.link a{font-size:14px; margin-right:24px;}
.link a:link, .link a:visited{color:rgba(255,255,255,0.7);}
.link a:hover{color:#fff;}

.copy{padding-top:15px; line-height:24px;}
.copy span{padding-left:1em;}


#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:#f5f5f5; float:left;}
.left h2{line-height:24px; padding:20px; background:#c51423; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:24px; border-bottom:#e5e5e5 1px solid; padding:12px 36px 12px 20px; position:relative;}
.left ul li:last-of-type a{border-bottom:0;}
.left ul li a:after{display:block; content:""; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #aaa solid; -webkit-transition:all 0.4s; transition:all 0.4s; position:absolute; right:14px; top:50%; transform:translateY(-50%);}
.left ul li a:hover{color:#ca1928;}
.left ul li a:hover:after{border-left-color:#ca1928;}
.left ul li a.on, .left ul li a.on:hover{color:#fff; background:#ff9c00;}
.left ul li a.on:after, .left ul li a.on:hover:after{border-left-color:#fff;}


.right{margin-left:318px;}
.post{height:36px; border-bottom:#ddd 1px solid;}
.post p{height:36px; line-height:36px; float:left; font-size:20px; color:#ca1928;}
.post span{float:right; display:block; height:24px; line-height:24px; padding-top:12px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#ca1928;}

.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");}