@charset "utf-8";
/* CSS Document */
*::selection{background:#8c1515; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#8c1515;}
/*去掉图形热点的点击时出现的边线*/
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(/prxy/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;}

.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;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}


.container{min-width:1200px; margin:0 auto;}

/* 头部 */
.head{height:129px; background:#901818; background:-webkit-linear-gradient(to bottom, #9d2121, #901818); background:-moz-linear-gradient(to bottom, #9d2121, #901818); background:-o-linear-gradient(to bottom, #9d2121, #901818); background:linear-gradient(to bottom, #9d2121, #901818); border-bottom:#6d0404 1px solid;}
.head .w1260{position:relative;}
.head .logo{height:129px; display:flex; align-items:center;}

/* 搜索 */
.search{width:250px; height:40px; background:#fff; border-radius:3px; overflow:hidden;}
.search .keyValue{width:calc(100% - 64px); height:40px; line-height:40px; background:none; border:0; padding:0 0 0 20px; margin:0; outline:none; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:40px; height:40px; background:url(/prxy/images/iSearch.png) no-repeat center center; border:0; margin:0 4px 0 0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:48px; position:relative; z-index:10; background:#8d1616; background:-webkit-linear-gradient(to bottom, #8f1818, #8d1616); background:-moz-linear-gradient(to bottom, #8f1818, #8d1616); background:-o-linear-gradient(to bottom, #8f1818, #8d1616); background:linear-gradient(to bottom, #8f1818, #8d1616); border-top:#af3636 1px solid;}
#menu{width:1260px; height:48px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:130px; height:48px; position:relative;}
#menu>li:first-of-type{width:90px;}
#menu>li>a{display:block; height:48px; line-height:48px; font-size:16px; color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#a11b1b; 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 a{display:block; padding:8px; line-height:20px; font-size:15px;color:#fff;}

/**若子级菜单含有子级时，在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%; margin:0 0 0 20px;}
#menu ul ul li a{font-size:14px;}

#menu>li:nth-of-type(7) > ul{width:calc(100% + 30px);}
#menu>li:nth-of-type(9) > ul{width:calc(100% + 20px);}

#menu li:hover > a:hover{background-color:#e8a126; color:#fff;}
#menu li:hover > a{background-color:#a11b1b; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination-bullets{height:10px; bottom:30px;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; background:rgba(255,255,255,0); border:#fff 1px solid; opacity:1; vertical-align:top; border-radius: 50%; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:40px; height:60px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; opacity:1; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(/prxy/images/prev.png); left:5%;}
.banner .swiper-button-next{background-image:url(/prxy/images/next.png); right:5%;}
.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{font-size:24px; color:#fff;}


/* 普通新闻列表 */
.newsList li{border-bottom:#dfdfdf 1px dashed; overflow:hidden;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:47px; line-height:47px; font-size:15px; font-weight:normal; position:relative; padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newsList li h3:before{display:block; content:""; width:4px; height:4px; background:#cbcbcb; border-radius:6px; -webkit-transition:all 0.4s; transition:all 0.4s; position:absolute; left:0; top:50%; transform:translateY(-50%); border:#cbcbcb 1px solid;}
.newsList li p{text-align:right; color:#999; height:47px; line-height:47px; padding-left:20px;}
.newsList li a:hover{color:#8c1515;}
.newsList li a:hover h3:before{background:#8c1515; border-color:#8c1515;}


.F1{padding:90px 0; background:url(/prxy/images/bg1.jpg) no-repeat center center; background-size:cover;}

.indH1{height:90px; align-items:flex-start; position:relative; z-index:2;}
.indH1 p{height:90px; position:relative;}
.indH1 p span{display:block; width:160px; height:96px; line-height:96px; text-align:center; color:#fff; font-size:28px; background:#8c1515; position:absolute; left:0; top:0;}
.indH1 a{font-size:15px; color:#8c1515; display:block; height:32px; line-height:32px; text-transform:uppercase;}
.indH1 a:hover{color:#e8a126;}

.news{height:496px; position:relative;}
.news:before{display:block; content:""; width:842px; height:496px; background:#fff; position:absolute; left:0; top:0; z-index:0;}
.newsCon{height:406px; position:relative; z-index:1;}
.picNews{width:936px; height:406px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:936px; height:406px; float:left; position:relative; overflow:hidden;}
.picNews .swiper-slide .txt{width:332px; height:278px; padding:42px 32px 86px; background:#fff; float:left;}
.picNews .swiper-slide .txt h3{max-height:60px; line-height:30px; font-size:18px; font-weight:normal; color:#8c1515;}
.picNews .swiper-slide .txt p{max-height:150px; line-height:30px; font-size:15px; color:#333; margin-top:20px;}
.picNews .swiper-slide .txt span{display:block; height:32px; line-height:32px; padding-left:48px; background:url(/prxy/images/m1.png) no-repeat left center; font-size:14px; color:#444; margin-top:20px;}
.picNews .swiper-slide a:hover .txt span{color:#8c1515; background-image:url(/prxy/images/m2.png);}
.picNews .swiper-slide .pic{margin-left:396px; height:406px; background:#fff url(loading.gif) no-repeat center center; overflow:hidden;}
.picNews .swiper-pagination-bullets{width:auto; height:20px; left:406px; bottom:10px; text-align:left;}
.picNews .swiper-pagination-bullet{display:inline-block; vertical-align:top; width:18px; height:18px; line-height:18px; text-align:center; font-size:12px; background:rgba(0,0,0,.4); border:#fff 1px solid; opacity:1; border-radius:0; margin:0 2px 0 0 !important; color:#fff;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#8c1515;}
.picNews .swiperBtn{width:140px; height:30px; position:absolute; left:224px; bottom:40px; z-index:2;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:62px; height:28px; line-height:28px; text-align:center; opacity:1; -webkit-border-radius:2; border-radius:2; border:#cacaca 1px solid; margin:0; top:0;}
.picNews .swiper-button-prev{left:0;}
.picNews .swiper-button-next{right:0;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{opacity:1; border-color:#8c1515;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{font-size:16px; color:#404040;}
.picNews .swiper-button-prev:hover:after, .picNews .swiper-button-next:hover:after{color:#8c1515;}
.picNews .swiper-button-disabled{opacity:.4; cursor:default;}

.txtNews{height:406px; margin-left:968px; overflow:hidden;}
.txtNews ul{height:406px; position:relative; top:-5px;}
.txtNews ul li{height:52px; padding-bottom:38px;}
.txtNews ul li p{height:52px; line-height:20px; color:#c08686; font-size:15px; padding-right:19px; position:relative;}
.txtNews ul li p span{display:block; height:32px; line-height:32px; font-size:24px; color:#8c1515;}
.txtNews ul li p:after{display:block; content:""; width:1px; height:32px; background:#ca9790; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.txtNews ul li h3{max-height:52px; line-height:26px; font-size:15px; font-weight:normal; padding-left:20px;}


.szzb{height:120px; background:#8c1515; margin-top:120px;}
.indH2{width:130px; height:127px; background:#e8a126; position:relative; margin-top:-7px; box-shadow:0 -5px 10px rgba(0,0,0,.1); color:#fff;}
.indH2:before{display:block; content:""; position:absolute; left:-4px; top:0; width:0; height:0; border-bottom:7px solid #b57300; border-left:4px solid transparent;}
.indH2 p{display:inline-block; line-height:36px; font-size:22px;}
.indH2 a{font-size:14px; color:#fff; display:block; height:24px; line-height:24px; text-transform:uppercase;}
.indH2 a:hover{color:#8c1515;}
.szzbCon{overflow:hidden; height:72px; margin:24px 10px;}
.szzbCon .swiper-slide{display:block; width:360px; height:72px; float:left; overflow:hidden;}
.szzbCon .swiper-slide a{display:block; height:72px; margin:0 30px; position:relative; color:#fff;}
.szzbCon .swiper-slide a:after{display:block; content:""; width:1px; height:72px; background:#a63030; position:absolute; right:-30px; top:0;}
.szzbCon .swiper-slide:nth-of-type(3n) a:after{display:none;}
.szzbCon .swiper-slide a h3{height:42px; line-height:21px; font-size:15px; font-weight:normal;}
.szzbCon .swiper-slide a p{height:21px; line-height:21px; padding-top:9px; color:#efb6b6; font-size:14px;}
.szzbCon .swiper-slide a:hover{color:#e8a126;}
.szzb .swiperBtn{width:30px; height:80px; margin:20px 0; position:relative;}
.szzb .szzb-button-prev, .szzb .szzb-button-next{width:30px; height:30px; background-repeat:no-repeat; background-position:center center; -webkit-border-radius:30px; border-radius:30px; margin:0; position:absolute; left:0;}
.szzb .szzb-button-prev{top:0; background-image:url(/prxy/images/l2.png);}
.szzb .szzb-button-next{bottom:0; background-image:url(/prxy/images/r2.png);}
.szzb .szzb-button-prev:hover, .szzb .szzb-button-next:hover{opacity:1; border-color:#8c1515;}
.szzb .swiper-button-disabled, .szzb .swiper-button-disabled:hover{opacity:.4; cursor:default;}


.indH3{height:51px; line-height:51px; border-bottom:#eaeaea 1px solid; color:#8c1515;}
.indH3 p{font-size:28px;}
.indH3 a{font-size:14px; color:#949494; text-transform:uppercase;}
.indH3 a:hover{color:#8c1515;}

.F2{padding-top:70px;}
.F2 .indH3{border-bottom:0; color:#222;}
.F2 .newsList li{border-bottom:0;}
.F2 .newsList li h3{padding-left:0;}
.F2 .newsList li h3:before{display:none;}

.tzgg{width:810px; height:333px; float:left;}
.tzggCon{height:270px; background:#fff; margin-top:12px;}
.tzgg .first{height:100px; padding-bottom:29px; border-bottom:#dddcdc 1px dashed;}
.tzgg .first li{padding:0 28px; height:100px;}
.tzgg .first li p{width:72px; height:58px; line-height:24px; font-size:14px; padding:21px 0; text-align:center; background:#8c1515; color:#fff;}
.tzgg .first li p span{display:block; height:34px; line-height:34px; font-size:24px;}
.tzgg .first li h3{max-height:72px; line-height:24px; font-size:15px; font-weight:normal; padding-left:14px;}
.tzgg .newsList{height:102px; padding:10px 12px 0;}
.tzgg .newsList li{width:calc(50% - 32px); height:34px; line-height:34px; padding:0 16px; overflow:hidden; float:left;}
.tzgg .newsList li p{padding:0 8px 0 0;}


.jyxx{height:333px; margin-left:860px;}
.jyxx .newsList{height:228px; padding:18px 24px 20px; border-top:#8c1515 4px solid; background:#fff; margin-top:12px;}
.jyxx .newsList li h3, .jyxx .newsList li p{height:38px; line-height:38px;}


.F3{padding-top:60px;}
.F3 .newsList{padding-top:8px; height:228px;}
.F3 .newsList li{border-bottom:0;}
.F3 .newsList li h3, .F3 .newsList li p{height:38px; line-height:38px;}
.F3 .newsList li h3{padding-left:0;}
.F3 .newsList li h3:before{display:none;}
.jsfc{width:592px; height:298px; float:left;}
.xsfc{height:298px; margin-left:678px;}


.zpzs{padding:40px 0 60px;}
.zpzsCon{height:156px; margin-top:20px;}
.zpzs .swiper-slide{display:block; width:236px; height:156px; float:left; position:relative; overflow:hidden;}
.zpzs .swiper-slide a{display:block; height:100%; overflow:hidden; position:relative; cursor:default;}
.zpzs .swiper-slide h3{width:calc(100% - 24px); height:40px; line-height:40px; font-size:15px; font-weight:normal; color:#fff; background:rgba(140,21,21,.6); padding:0 12px; text-align:center; position:absolute; left:0; bottom:-40px;}
.zpzs .swiper-slide a:hover h3{bottom:0;}
.zpzs .swiper-pagination-bullets{height:10px; bottom:0;}
.zpzs .swiper-pagination-bullet{display:inline-block; vertical-align:top; width:8px; height:8px; background:rgba(255,255,255,0); border:#f3a216 1px solid; opacity:1; border-radius: 50%; margin:0 5px !important;}
.zpzs .swiper-pagination-bullet-active{opacity:1; background:#f3a216;}


.iconLink{padding:70px 0 60px; background:#f4ece1;}
.iconLink ul{display:flex; flex-wrap:wrap;}
.iconLink ul li{flex:1; text-align:center; padding:0 15px;}
.iconLink ul li p{width:90px; height:90px; padding:4px; background:#fff; border:#dfb164 1px solid; border-radius:0 30px 30px 30px; margin:0 auto;}
.iconLink ul li p img{max-width:60px; max-height:60px;}
.iconLink ul li h3{height:30px; line-height:30px; padding-top:16px; font-size:15px; font-weight:normal;}
.iconLink ul li a:hover p{border-color:#8c1515;}

.foot{background:url(/prxy/images/footBg.jpg) no-repeat center center; background-size:cover; text-align:center; color:rgba(255,255,255,.8); font-size:14px; line-height:32px; padding:32px 0;}
.foot span{padding-left:1em;}
.foot a{color:rgba(255,255,255,.8);}
.foot a img{height:18px; margin-right:4px; vertical-align:text-bottom;}
.foot a:hover{color:#fff;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/prxy/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:240px; background:#f2f3ed; float:left; overflow:hidden;}
.left h2{line-height:20px; padding:10px; background:#8c1515; color:#fff; text-align:center; font-size:20px; font-weight:normal;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:21px; 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; content:""; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #666 solid; position:absolute; right:20px; top:50%; transform:translateY(-50%); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#8c1515;}
.left ul li a:hover:after{border-left-color:#8c1515;}
.left ul li a.on{color:#fff; background:#e8a126;}
.left ul li a.on:after{border-left-color:#fff;}


.right{margin-left:280px;}
.post{height:39px; border-bottom:#ddd 1px solid;}
.post p{height:39px; line-height:39px; float:left; font-size:20px; color:#8c1515;}
.post span{float:right; display:block; height:29px; line-height:29px; padding-top:10px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#8c1515;}


.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{overflow:hidden;}
.picList01 ul{display:flex; flex-wrap:wrap; min-width:calc(100% + 20px);}
.picList01 ul li{width:calc(25% - 20px); padding:20px 20px 0 0;}
.picList01 ul li p{border:#e6e6e6 1px solid; overflow:hidden; height:152px; position:relative; cursor:zoom-in; border-radius:3px;}
.picList01 ul li p .bgImg{flex:1;}
.picList01 ul li p img{width:100%; height:100%; position:absolute; left:0; top:0; opacity:0;}
.picList01 ul li h3{text-align:center; height:30px; line-height:30px; font-size:15px; font-weight:normal;}
.picList01 ul li:hover p{border-color:#8c1515;}
.picList01 ul li:hover p .bgImg{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picList01 ul li:hover h3{color:#8c1515;}