@charset "utf-8";
*::selection{background:#bd1f1f; 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:#bd1f1f;}
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{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);}
.boxShadow{box-shadow:0 3px 15px rgba(0,0,0,0.1);}

.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:214px; background:url(../images/headBg.jpg) no-repeat center center;}
.head .logo{height:214px; background:url(../images/logo20250314.png) no-repeat left center;}
.headNav{height:36px; line-height:36px; text-align:right; font-size:14px;}
.headNav a:link, .headNav a:visited{color:rgba(255,255,255,0.8); margin:0 10px;}
.headNav a:hover{color:#fff;}
.search{height:32px; line-height:32px; margin-top:53px;}
.searchCon{width:190px; height:32px; background:#fff; -webkit-border-radius:4px; border-radius:4px; overflow:hidden; float:right;}
.searchCon .keyword{width:calc(100% - 42px); height:32px; line-height:32px; font-size:14px; background:none; border:none; padding-left:10px; float:left;}
.searchCon .keyword::placeholder{color:#aaa;}
.searchCon .searchBtn{display:block; width:32px; height:32px; background:url(../images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:56px;}
.menu{width:100%;height:56px; background:#fff4e1; border-bottom:#f7d8a6 1px solid;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:162px; position:relative;}
#menu>li:first-of-type{width:126px;}
#menu>li>a{display:block; height:56px; line-height:56px; font-size:18px;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#bd1f1f; color:#fff;}
#menu>li>a.current{background-color:#fadcdc; color:#bd1f1f;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#fadcdc; 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:#bd1f1f; -webkit-transition:all 0.3s; transition:all 0.3s; z-index:-1;}
#menu ul li a:link, #menu ul li a:visited{color:#bd1f1f;}
#menu ul li a:hover, #menu ul li a.current{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;}

.menuFix{position:fixed; left:0; top:0; z-index:100; background:#aa1616; box-shadow:0 3px 10px rgba(0,0,0,0.2);}
.menuFix #menu>li>a:link, .menuFix #menu>li>a:visited{color:#fff;}
.menuFix #menu>li>a:hover, .menuFix #menu>li>a.current:hover{color:#fff;}
.menuFix #menu>li>a.current{color:#bd1f1f;}


/* 轮播图 */
.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:#bd1f1f;}
.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:#bd1f1f;}


.indH1{height:44px; line-height:44px; background:#fadcdc;}
.indH1 a:link, .indH1 a:visited{font-size:14px; color:#bd1f1f; float:right; margin-right:20px;}
.indH1 a:hover{color:#f90;}
.indH1 p{padding:0 28px 0 42px; height:44px; background:#bd1f1f url(../images/hBg.png) no-repeat 12px center; font-size:22px; font-weight:normal; color:#fff; float:left;}

.indH2{height:44px; line-height:44px; background-color:#fadcdc; background-repeat:no-repeat; background-position:left center;}
.indH2 a:link, .indH2 a:visited{font-size:14px; color:#bd1f1f; float:right; margin-right:20px;}
.indH2 a:hover{color:#f90;}
.indH2 p{padding:0 28px 0 42px; height:44px; background:url(../images/hBg.png) no-repeat 12px center; font-size:22px; font-weight:normal; color:#fff; float:left;}

.indH3{height:44px; line-height:44px; background:url(../images/hBg6.jpg) no-repeat left center;}
.indH3 p{padding:0 28px 0 42px; height:44px; background:url(../images/hBg.png) no-repeat 12px center; font-size:22px; font-weight:normal; color:#fff; float:left;}

.newsList li{height:40px; line-height:40px; border-bottom:#dfdfdf 1px dashed; padding-left:15px; background:url(../images/a01.png) no-repeat left center; -webkit-transition:all 0.3s; transition:all 0.3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; padding-left:20px; color:#999;}


.indCon{background:url(../images/bg1.jpg) no-repeat center bottom; background-size:cover; padding-bottom:30px;}
.indCon .newsList li{border-bottom:0;}
.F1, .F2, .F3{padding-top:30px;}
.news{width:690px; height:444px; background:#fff; float:left;}
.picNews{height:200px; margin:20px 20px 0 !important;}
.picNews .swiper-container{height:200px; overflow:hidden;}
.picNews .swiper-wrapper{height:200px;}
.picNews .swiper-slide{width:650px; height:200px; background:#fef3f3; float:left;}
.picNews .swiper-slide .pic{width:300px; height:200px; overflow:hidden; float:left;}
.picNews .swiper-slide .pic .bgPic{height:200px;}
.picNews .swiper-slide .txt{height:144px; margin-left:300px; padding:28px 30px;}
.picNews .swiper-slide .txt h3{max-height:52px; line-height:26px; font-size:16px; font-weight:normal;}
.picNews .swiper-slide .txt p{max-height:78px; line-height:26px; font-size:14px; color:#978c8c; padding-top:14px;}
.picNews .swiper-pagination-bullets{bottom:5px !important; left:auto !important; right:355px !important; width:auto !important; height:19px;}
.picNews .swiper-pagination-bullet{width:17px; height:17px; line-height:18px; text-align:center; display:inline-block; vertical-align:top; border-radius:2px; background:rgba(255,255,255,0.8); opacity:1; margin:0 0 0 5px !important; border:#fff 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#bd1f1f; color:#fff;}

.txtNews{height:160px; padding:10px 20px;}


.tzgg{height:444px; margin-left:720px; background:#fff url(../images/bg2.jpg) no-repeat right bottom;}
.tzgg ul{padding:10px 20px; height:380px;}
.tzgg ul li{height:76px;}
.tzgg ul li p{width:72px; height:54px; line-height:24px; color:#bba1a1; font-size:14px; text-align:center; padding:11px 35px 11px 0; position:relative;}
.tzgg ul li p:after{display:block; content:""; width:1px; height:20px; background:#dcd1d1; position:absolute; right:24px; top:50%; margin-top:-10px;}
.tzgg ul li p span{display:block; height:30px; line-height:30px; font-size:24px; color:#bd1f1f;}
.tzgg ul li h3{max-height:52px; line-height:26px; font-size:16px; font-weight:normal;}


.F2:after, .F3:after{display:block; content:""; clear:both;}
.indNews{width:400px; height:264px; background:#fff; margin-right:30px; float:left;}
.indNews .newsList{height:200px; padding:10px 20px;}
.indNews .newsList li{padding-left:0; background:none;}
.ljwh, .jdjb{margin-right:0;}
.llyj .indH2{background-image:url(../images/hBg1.jpg);}
.gzzd .indH2{background-image:url(../images/hBg2.jpg);}
.ljwh .indH2{background-image:url(../images/hBg3.jpg);}
.zlxz .indH2{background-image:url(../images/hBg4.jpg);}
.ljyy .indH2{background-image:url(../images/hBg5.jpg);}


.picVideo{width:400px; height:220px;}
.picVideo .swiper-container{height:220px; overflow:hidden;}
.picVideo .swiper-wrapper{height:220px;}
.picVideo .swiper-slide{width:400px; height:220px; overflow:hidden; float:left;}
.picVideo .swiper-slide .bgPic{height:220px;}
.picVideo .swiper-slide h3{width:calc(100% - 100px); height:40px; line-height:40px; padding:0 90px 0 10px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0;}
.picVideo .swiper-pagination-bullets{bottom:15px !important; left:auto !important; right:10px !important; width:auto !important; height:10px;}
.picVideo .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; border-radius:10px; background:#fff; opacity:1; margin:0 0 0 5px !important; border:0;}
.picVideo .swiper-pagination-bullet-active{opacity:1; background:#bd1f1f;}


.jdjb ul{padding:10px 20px 4px; height:150px;}
.jdjb ul li{line-height:24px; padding:7px 0;}
.jdjb .btn{padding:0 20px; height:36px;}
.jdjb .btn a{display:block; height:36px; margin-right:45px; border-radius:36px; -webkit-border-radius:36px; overflow:hidden; float:left;}
.jdjb .btn a:last-of-type{margin-right:0;}


.link{height:56px; padding:20px 0; background:#fff0da;}
.link .mainlevel{width:277px; height:54px; background-repeat:no-repeat; background-position:center center; background-size:cover; border:#cba45f 1px solid; margin-right:48px; position:relative; float:left;}
.link .mainlevel:nth-of-type(1){background-image:url(../images/linkBg1.jpg);}
.link .mainlevel:nth-of-type(2){background-image:url(../images/linkBg2.jpg);}
.link .mainlevel:nth-of-type(3){background-image:url(../images/linkBg3.jpg);}
.link .mainlevel:nth-of-type(4){background-image:url(../images/linkBg4.jpg); margin-right:0;}
.linkBox li a{display:block; height:54px; line-height:54px; cursor:pointer; padding-left:10px; font-size:22px; font-weight:bold; color:#c38c2b;}
.linkBox li a i{display:block; width:54px; height:54px; float:right; background:url(../images/a04.png) no-repeat center center;}
.linkBox .mainlevel.on a i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
.linkBox li ul{width:100%; max-height:320px; padding:0; background-color:#f9e1b7; border:#cba45f 1px solid; position:absolute; left:-1px; bottom:54px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; height:auto; line-height:20px; padding:8px 10px; background:none; color:#c38c2b; font-size:14px; font-weight:normal;}
.linkBox li ul li a:hover{background:#bd1f1f; color:#fff;}


.foot{line-height:32px; padding:32px 0; background:#bd1f1f; font-size:14px; text-align:center; color:rgba(255,255,255,0.8);}
.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:#fef3f3;}
.left h2{height:60px; line-height:60px; text-align:center; background-color:#bd1f1f; font-size:20px; color:#fff; font-weight:normal;}
.left ul li{padding-top:1px;}
.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/a02.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:#bd1f1f; color:#fff;}
.left ul li a:hover:after, .left ul li a.on:after{background-image:url(../images/a03.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:#bd1f1f; border-bottom:2px solid #bd1f1f; font-size:20px; font-weight:normal;}


.list01, .picList01{padding-top:10px;}
/*
.picList01 ul{margin-left:-24px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:237px; margin:20px 0 0 24px; text-align:center;}
.picList01 ul li p{height:217px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:217px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.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 p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f5c329;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
*/

.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;}