﻿@charset "utf-8";
*::selection{background:#961e27; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
body a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#961e27;}
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; outline:none; max-width:100%; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}

/* 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;}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.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;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.nowrap{overflow:hidden;white-space:nowrap;}
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none !important;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}
.bgPic{height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}

.container{min-width:1260px; _width:1260px;}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

/* 头部 */
.head{height:181px;}
.headFix{width:100%; height:181px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover; position:fixed; left:0; top:0; z-index:100;}
.head .logo{height:130px; background:url(../images/logo20250314.png) no-repeat left center;}
.headNav{height:30px; line-height:30px; text-align:right; padding-top:10px;}
.headNav .iNav{color:rgba(255,255,255,0.8); margin-left:20px; display:block; vertical-align:top; height:30px; float:right;}
.headNav .iNav:before{display:inline-block; vertical-align:top; content:""; width:30px; height:30px; background-color:#c84b46; background-repeat:no-repeat; background-position:center center; -webkit-border-radius:30px; border-radius:30px; margin-right:6px;}
.headNav .iHome:before{background-image:url(../images/i01.png);}
.headNav .iSearch:before{background-image:url(../images/i02.png);}
.headNav .iNav:hover{color:#fff;}

.search{height:30px; line-height:30px; float:right; position:relative;}
.searchCon{display:none; width:230px; height:30px; -webkit-border-radius:30px; border-radius:30px; padding:0 4px 0 14px; background:#fff; position:absolute; top:0; right:-2px;}
.searchCon .keyValue{width:200px; height:30px; line-height:30px; background:none; border:0; padding:0; margin:0; font-size:14px; float:left;}
.searchCon .submitBtn{display:block; width:30px; height:30px; background:url(../images/iSearch.png) no-repeat center center; border:0; cursor:pointer; float:left;}

/* 菜单 */
.menuWrap{height:50px; border-top:rgba(255,255,255,0.1) 1px solid;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:170px; position:relative;}
#menu>li:first-of-type{width:124px;}
#menu>li:nth-of-type(3),#menu>li:nth-of-type(4),#menu>li:nth-of-type(5){width:152px;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{color:#f3ba40;}
#menu>li>a.current{color:#0548ae;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0548ae; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a{display:block; padding:8px 5px; line-height:24px; font-size:16px; position:relative; z-index:1;}
#menu ul li a:after{display:block; content:""; width:0; height:100%; position:absolute; left:0; top:0; background-color:#f90; -webkit-transition:all 0.3s; transition:all 0.3s; z-index:-1;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover:after, #menu ul li a.current:after{width:100%;}

/**若子级菜单含有子级时，在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%; border-left:1px solid #f5c329;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.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; background:#fff url(../images/loading.gif) no-repeat center center;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:20px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#961e27;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-color:rgba(255,255,255,0.4); background-repeat:no-repeat; background-position:center center; background-size:auto 30px; -webkit-border-radius:5px; border-radius:5px; -webkit-transition:all 0.3s; transition:all 0.3s;}
.banner .swiper-button-prev{background-image:url(../images/l.png); left:5%;}
.banner .swiper-button-next{background-image:url(../images/r.png); right:5%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:#961e27;}


.indH{height:60px; line-height:60px; font-size:36px;}
.indH a{display:block; height:30px; line-height:30px; margin-top:14px; border:#961e27 1px solid; padding:0 16px; float:right; -webkit-border-radius:32px; border-radius:32px; font-size:16px;}
.indH a:link, .indH a:visited{color:#961e27;}
.indH a:hover{color:#fff; background:#961e27;}
.indH span{font-size:24px; color:#a1a1a1; padding-left:18px;}

.newsList li{height:40px; line-height:40px; border-bottom:#dfdfdf 1px dashed;}
.newsList li a{display:block; height:40px; padding-left:12px; background:url(../images/a01.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; padding-left:20px; color:#999;}
.newsList li a:hover{background-image:url(../images/a02.png); color:#961e27;}


.news{height:490px; padding:50px 0 80px;}
.newsCon{height:410px; padding-top:20px;}
.picNews{width:630px; height:410px; position:relative; float:left;}
.picNews .swiper-wrapper{height:410px;}
.picNews .swiper-slide{width:630px; height:410px; float:left;}
.picNews .swiper-slide p{height:350px; overflow:hidden;}
.picNews .swiper-slide h3{height:28px; line-height:28px; font-size:16px; font-weight:normal; padding:16px 70px 16px 16px; background:#f5eedf; position:relative;}
.picNews .swiper-slide h3 span{display:block; width:100px; height:28px; text-align:center; background:#b19252; color:#fff; font-size:14px; -webkit-border-radius:8px 0 8px 0; border-radius:8px 0 8px 0; float:left; margin-right:14px;}
.picNews .swiper-slide h3:after{display:block; content:""; width:38px; height:60px; position:absolute; right:16px; top:0; background:url(../images/m01.png) no-repeat right center; animation:all 0.3s}
.picNews .swiper-slide a:hover h3:after{animation:arr 0.6s ease-out 0s infinite; background-image:url(../images/m02.png);}
@keyframes arr{
	0%{transform:translateX(-7px);}
	50%{transform:translateX(0);}
	100%{transform:translateX(-7px);}
}
.picNews .swiper-pagination-bullets{width:auto !important; height:20px !important; left:auto; right:10px; bottom:70px !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:#fff; -webkit-border-radius:0; border-radius:0; opacity:1; margin:0 4px 0 0 !important; font-size:12px; color:#222; -webkit-transition:all 0.3s; transition:all 0.3s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#961e27; color:#fff;}

.txtNews{margin-left:650px; height:410px;}
.txtNews ul{margin-top:-10px; height:420px;}
.txtNews ul li{height:95px; padding-top:10px;}
.txtNews ul li a{display:block; height:69px; padding:13px 20px 13px 0; border:#e5e5e5 1px solid;}
.txtNews ul li p{width:112px; height:69px; line-height:24ppx; float:left; text-align:center; font-size:12px; color:#b19252; position:relative;}
.txtNews ul li p:after{display:block; content:""; width:1px; height:30px; background:#dedede; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.txtNews ul li p span{display:block; height:45px; line-height:45px; font-size:36px; color:#961e27;} 
.txtNews ul li h3{margin-left:132px; height:52px; line-height:26px; margin-top:8px; font-size:16px; font-weight:normal;}
.txtNews ul li a:hover{background:#961e27; border-color:#961e27; color:#fff;}
.txtNews ul li a:hover p, .txtNews ul li a:hover p span{color:#fff;}


.djfc{background:#f3f3f3 url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto;}
.djfc .indH{padding:30px 0; background:url(../images/hBg.jpg) no-repeat center center; color:#fff;}
.djfc .indH span{color:#e4a9a8;}
.djfc .djfcCon{height:520px; padding:80px 0;}
.djfc .swiper-wrapper{height:520px;}
.djfc .swiper-slide{width:400px; height:520px; background:#fff; float:left;}
.djfc .swiper-slide .pic{height:260px; overflow:hidden;}
.djfc .swiper-slide .txt{padding:24px 30px 34px; height:202px;}
.djfc .swiper-slide .txt h3{height:32px; line-height:32px; font-size:16px; font-weight:normal;}
.djfc .swiper-slide .txt span{display:block; padding-left:24px; background:url(../images/i03.png) no-repeat left center; height:32px; line-height:32px; color:#222;}
.djfc .swiper-slide .txt p{height:78px; line-height:26px; font-size:15px; color:#777; margin-top:10px;}
.djfc .swiper-slide .txt i{display:block; width:84px; height:32px; line-height:32px; text-align:center; background:#a32323; color:#fff; font-size:15px; font-style:normal; margin-top:16px;}
.djfc .swiper-slide a:hover .txt i{background:#b19252;}
.djfc .swiper-pagination-bullets{bottom:70px !important; height:10px;}
.djfc .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#e4a9a8; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.djfc .swiper-pagination-bullet-active{opacity:1; background:#961e27;}


.foot{height:160px; background:url(../images/footBg.jpg) no-repeat bottom center; font-size:14px; color:rgba(255,255,255,0.8);}
.foot .w1260{height:160px;}
.foot .copy{height:84px; line-height:28px; padding:38px 0; text-align:center;}
.foot span{padding-left:1em;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.8);}
.foot a:hover{color:#fff;}
.foot a img{vertical-align:text-bottom; margin-right:4px; height:18px;}


.ny{padding:30px 0 50px;}
.left{width:240px; float:left; background:#f5eedf; -webkit-border-radius:0 12px 0 0; border-radius:0 12px 0 0;}
.left h2{height:60px; line-height:60px; text-align:center; background-color:#961e27; font-size:20px; color:#fff; font-weight:normal; position:relative; -webkit-border-radius:0 12px 0 0; border-radius:0 12px 0 0;}
.left ul{padding:2px 0;}
.left ul li{padding:2px 0;}
.left ul li a{display:block; line-height:24px; padding:10px 32px 10px 20px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; width:6px; height:100%; position:absolute; right:20px; top:0; background:url(../images/a03.png) no-repeat center center; -webkit-transition:all 0.3s; transition:all 0.3s;}
.left ul li a:hover, .left ul li a.on{background:#961e27; color:#fff;}
.left ul li a:hover:after, .left ul li a.on:after{background-image:url(../images/a04.png);}

 
.right{margin-left:280px;}
.right:after{display:block; content:""; clear:both;}
.post{height:48px; line-height:48px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post span a:link, .post span a:visited{color:#999;}
.post span a:hover{color:#f5c329;}
.post h3{float:left; color:#961e27; border-bottom:2px solid #961e27; font-size:20px; font-weight:normal;}


.list01{padding-top:10px;}


.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; 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:36px; padding:20px 0 30px; font-size:16px; text-justify:inter-ideograph; text-align:justify;}
.article img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto");}
.article2 img{max-width:1200px; _width:expression(document.body.clientWidth > 1200 ? "1200px" : "auto");}
.article2 .articleCon{padding:20px 0;}
.article2 .articleTitle{padding:40px 150px 20px;}
.articleCon table{margin:0 auto;}

.page01{text-align:center; padding:30px 0; line-height:30px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:128px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}