@charset "utf-8";
/* CSS Document */
*::selection{background:#006932; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#f3f7f5 url(watermarkPic.png) repeat center center;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#006932;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur()); -webkit-tap-highlight-color:rgba(0,0,0,0);}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}

@font-face{font-family:"fzxbsk"; src:url("fzxbsk.ttf") format("truetype");}


/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}

/* 头部 */
.head{padding:30px 20px; max-width:calc(100% - 40px); background:#006932; text-align:center;}
.head img{width:100%; max-width:680px; vertical-align:top;}

/* 轮播图 */
.banner{width:1000px; margin:5px auto 0; position:relative;}
.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;}
.banner .swiper-slide p{width:100%; height:0; padding-top:40%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{bottom:30px !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:#f6b32b;}


.main{width:1000px; margin:0 auto;}
.title01{text-align:center; height:65px; line-height:65px; color:#006932; font-family:"fzxbsk"; font-size:0; padding-top:30px;}
.title01 span{display:inline-block; padding:0 20px; vertical-align:top; font-size:42px;}
.title01 i{display:inline-block; width:134px; height:1px; background:#ee9c1c; margin-top:32px; vertical-align:top; position:relative;}
.title01 i:before{display:block; width:11px; height:11px; background:#ee9c1c; content:""; position:absolute; top:-50%; transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); margin-top:-5px;}
.title01 i.iL:before{right:0;}
.title01 i.iR:before{left:0;}

.list01{padding-bottom:50px;}
.list01 li{border-bottom:#ddd 1px dashed;}
.list01 li a{display:block; height:48px; line-height:48px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list01 li:before{display:block; width:5px; height:5px; background:#ee9c1c; content:""; float:left; margin:21px 8px 0 0;}
.list01 li span{float:right; color:#999; padding-left:20px;}
.list01 li a:hover{color:#ee9c1c;}


/* 页底 */
.foot{color:#fff; background:#006932; padding:20px 0;}
.foot .mapBtn{display:block; padding:0 24px; height:42px; line-height:42px; color:#fff; float:right; -webkit-border-radius:45px; border-radius:45px; background:#267f51; margin-top:40px;}
.foot .mapBtn img{height:22px; margin-right:6px; float:left; margin-top:10px;}
.foot .mapBtn:hover{background:#ee9c1c;}
.copy{line-height:30px; font-size:14px;}


.article{padding-bottom:30px;}
.articleTitle{line-height:40px; text-align:center; font-size:32px; font-family:"fzxbsk"; text-align:center; padding-top:10px;}
.articleInfo{text-align:center; height:30px; line-height:30px; color:#888; border-bottom:#ced8d2 1px solid; padding:5px 0 10px;}
.articleInfo span{padding:0 5px;}
.articleCon{line-height:30px; padding:10px 0;}
.articleCon img{max-width:100%; height:auto !important; vertical-align:top; border:0 !important;}
.articleCon .tableBox{overflow-x:auto;}
.articleCon table{margin:0 auto;}
.fwjy{text-align:center; height:30px; line-height:30px; color:#888; border-top:#ced8d2 1px solid; padding:10px 0 5px;color:#e00;}
.fwjy a:link, .fwjy a:visited{color:#e00;}
.fwjy a:hover{color:#f90;}


@media screen and (max-width:960px){
	body{font-size:62.5%;}
	div{font-size:0.45rem;}
	
	/* 头部 */
	.head{padding:0.5rem 0.4rem; max-width:calc(100% - 0.8rem);}
	
	/* 轮播图 */
	.banner{width:100%; margin:0 auto;}
	.banner .swiper-pagination-bullets{bottom:0.4rem !important;}
	
	
	.main{width:auto; padding:0 0.4rem;}
	.title01{height:1.2rem; line-height:1.3rem; padding-top:0.3rem;}
	.title01 span{padding:0 0.35rem; font-size:0.7rem;}
	.title01 i{width:2rem; margin-top:calc(0.6rem - 0.5px);}
	.title01 i:before{width:9px; height:9px; margin-top:-4px;}
	
	.list01{padding-bottom:0.5rem;}
	.list01 li{padding:0.25rem 0;}
	.list01 li:before{margin:calc((0.6rem - 5px)/2) 0.2rem 0 0;}
	.list01 li a{height:auto; line-height:0.7rem; overflow:visible; white-space:normal; text-overflow:clip;}
	.list01 li span{float:none; display:block; height:0.6rem; line-height:0.6rem; font-size:0.4rem; padding-left:0;}
	
	
	/* 页底 */
	.foot{padding:0.3rem 0; position:relative;}
	.foot .mapBtn{padding:0 0.5rem; height:1rem; line-height:1rem; -webkit-border-radius:1rem; border-radius:1rem; margin-top:0; position:absolute; right:0.3rem; bottom:0.5rem; font-size:0.4rem;}
	.foot .mapBtn img{height:0.5rem; margin-right:6px; margin-top:0.25rem;}
	.foot .mapBtn:hover{background:#ee9c1c;}
	.copy{line-height:0.8rem; font-size:0.36rem;}
	
	
	.article{padding-bottom:0.3rem;}
	.articleTitle{line-height:0.8rem; font-size:0.6rem; padding-top:0.1rem;}
	.articleInfo{height:0.8rem; line-height:0.8rem; padding:5px 0;}
	.articleCon{line-height:0.8rem; padding:0.2rem 0;}
	.fwjy{height:auto; line-height:0.8rem; padding:5px 0;}
}