﻿@charset "utf-8";
/* CSS Document */
*::selection{background:#c92c25; 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:1320px;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#c92c25; text-decoration:none;}
/*去掉图形热点的点击时出现的边线*/
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;}/*文字超出省略号...*/
.clamp1{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.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;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; height:100%; display:block;}
a:hover .bgPic{-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;}

.content{width:1260px; padding:30px; background:#fff; margin:0 auto;}
.content:after{display:block; content:""; clear:both;}

.w1260{width:1320px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.indContainer{background:url(../images/indContainerBg.jpg) no-repeat center center; background-size:cover;}
.indContainer .content{background:#fff url(../images/indContentBg.jpg) no-repeat right bottom;}


/* 头部 */
.head{height:160px; padding-bottom:2px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover; position:relative;}
.head:after{display:block; content:""; width:100%; height:2px; position:absolute; left:0; bottom:0; background:#de2631; background:-webkit-linear-gradient(to right,#de2631,#ff8400); background:-o-linear-gradient(to right,#de2631,#ff8400); background:-moz-linear-gradient(to right,#de2631,#ff8400); background:linear-gradient(to right,#de2631,#ff8400);}
.head .w1260{position:relative;}
.head .logo{height:160px; display:flex; align-items:center;}


/* 搜索 */
.search{width:210px; height:28px; background:#fff; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.search .keyValue{width:calc(100% - 52px); height:28px; line-height:28px; background:none; border:0; padding:0 10px; margin:0; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:32px; height:28px; background:#ff733e url(../images/iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left;}

.headLink{height:30px; line-height:30px; text-align:right; color:#fff; font-size:0; position:absolute; right:0; top:0;}
.headLink a:link, .headLink a:visited{color:#fff; margin-right:21px; position:relative; font-size:14px;}
.headLink a:after{display:block; content:""; width:1px; height:12px; background:#fff; position:absolute; right:-11px; top:50%; transform:translateY(-50%);}
.headLink a:last-of-type{margin-right:0;}
.headLink a:last-of-type:after{display:none;}


/* 菜单 */
.menuWrap{height:50px; position:relative; z-index:10; background:#c10d05;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:165px; height:50px; position:relative;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:18px;}
#menu li a:link, #menu li a:visited{color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#de2631; position:absolute; z-index:999; left:0; top:50px; -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 a{display:block; padding:8px; line-height:20px; font-size:15px;}

/**若子级菜单含有子级时，在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; margin:0 0 0 20px;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

#menu li:hover > a:hover{background-color:#f90; color:#fff;}
#menu li:hover > a{background-color:#de2631; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner .swiper-slide p{width:100%; height:480px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{height:7px !important; bottom:20px !important;}
.banner .swiper-pagination-bullet{width:20px; height:3px; display:inline-block; border-radius:3px; background:#fff; opacity:1; vertical-align:top; margin:0 7px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f90;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:20px; height:40px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 14px; opacity:1; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.banner .swiper-button-next{background-image:url(../images/next.png); right:0;}
.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;}


.indH{height:54px; line-height:54px; font-size:24px; font-weight:normal; background:url(../images/hBg.jpg) no-repeat left center; padding:0 10px 0 20px;}
.indH img{height:24px; margin-right:8px;}
.indH a{font-size:14px; color:#aaa;}
.indH a:hover{color:#c82b24;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d7d7d7 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:47px; line-height:47px; font-size:16px; font-weight:normal; position:relative; padding-left:15px; background:url(../images/a01.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.newsList li p{text-align:right; color:#999; height:47px; line-height:47px; padding-left:20px;}
.newsList li a:hover{color:#c10d05;}



.news{height:400px; padding-top:40px;}
.picNews{width:612px; height:400px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:612px; height:400px; float:left; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center;}
.picNews .swiper-slide a{display:block; height:100%; position:relative;}
.picNews .swiper-slide p{height:400px;}
.picNews .swiper-slide h3{width:calc(100% - 220px); height:40px; line-height:40px; padding:0 105px 0 115px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0;}
.picNews .swiper-slide span{display:block; width:103px; height:40px; line-height:40px; text-align:center; color:#fff; background:#f90; position:absolute; left:0; bottom:0; z-index:2; font-size:12px;}
.picNews .swiper-slide span i{font-size:22px; font-style:normal;}
.picNews .swiper-slide span:before{display:block; content:""; width:0; height:0; border-color:transparent; border-width:9px; border-style:solid; border-left:94px #f90 solid; position:absolute; left:0; top:-9px;}
.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;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:16px; height:32px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 12px;-webkit-border-radius:0; border-radius:0; opacity:0;}
.picNews .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.picNews .swiper-button-next{background-image:url(../images/next.png); right:0;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity:0.7; background-color:rgba(0,0,0,0.4);}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.6);}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}

.txtNews{height:400px;}
.txtNews ul{padding-top:10px;}



.indNews{padding-top:40px; height:348px;}
.indNews .newsList{padding-top:6px;}
.indNewsL{width:612px; float:left;}
.indNewsR{margin-left:648px;}


.tzgg ul li a{padding:8px 0;}
.tzgg ul li p{width:112px; height:31px; line-height:31px; text-align:center; background:#cf5e5e; color:#fff; -webkit-border-radius:4px; border-radius:4px; padding-left:0;}
.tzgg ul li h3{height:31px; line-height:31px; background:none;}


.picLink{margin:40px 0 10px;}
.picLink .swiper-slide{display:block; width:200px; float:left; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center;}
.picLink .swiper-pagination-bullets{height:10px !important; bottom:0 !important;}
.picLink .swiper-pagination-bullet{margin:0 5px !important; display:inline-block; vertical-align:top;}
.picLink .swiper-pagination-bullet-active{opacity:1; background:#c10d05;}


.foot{background:url(../images/footBg.jpg) no-repeat center bottom; background-size:cover;}

.link{line-height:28px; padding:10px 0; border-bottom:#f48b70 1px solid; text-align:right; font-size:14px;}
.link p{display:inline-block; height:28px; line-height:28px; padding-left:12px; position:relative; margin-left:30px;}
.link p:first-of-type{margin-left:0;}
.link p:before{display:block; content:""; width:5px; height:5px; background:#fcffd4; position:absolute; left:0; top:50%; transform:rotate(45deg) translateY(-50%);}
.link p a{color:#fcffd4;}
.link p a:hover{color:#fff;}


.copy{line-height:30px; font-size:14px; color:rgba(255,255,255,0.7); padding:20px 0; text-align:right; background:url(../images/fLogo.png) no-repeat left center;}
.copy a{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.copy 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:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{padding:30px 0 50px;}
.left{width:278px; float:left; background:#f3f3f3; margin-bottom:20px;}
.left h2{line-height:24px; padding:20px; background:#c82b24; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(../images/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:#c82b24;}
.left ul li a.on{color:#fff; background:#f90;}
.left ul li a.on:after{background-image:url(../images/a03.png);}


.right{margin-left:318px;}
.post{height:53px; border-bottom:#d7d7d7 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#c82b24;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#c82b24;}


.list01{padding-top:10px;}

.page01{text-align:center; padding-top:30px; font-size:14px;}

.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; font-family:"宋体", "Microsoft YaHei","微软雅黑","黑体",sans-serif;}
.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{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:294px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:186px; padding:9px; border:#e5e5e5 1px solid; overflow:hidden; -webkit-transition:all 0.4s; transition:all 0.4s;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li a:hover p{border-color:#195fca;}
.picList01 ul li a:hover{color:#195fca;}