@charset "utf-8";
/* CSS Document */
*::selection{background:#090; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body, html{height:100%;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
@media screen and (min-width:1920px){
	.body{background-size:100% auto;}	
}
body a{text-decoration:none; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
a:link,a:visited{color:#000;}
a:hover{color:#0c0; -webkit-tap-highlight-color:rgba(255, 255, 255, 0); -webkit-user-select:none; -moz-user-focus:none; -moz-user-select:none;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; max-width:100%; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}
textarea{font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; outline:none; resize:none;}


/*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);}

.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(bg.png) repeat;}
.pageTips .container{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container a.close{display:block; 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 .container .img{text-align:center;}
.pageTips .container .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container a{color:#fff; text-decoration:underline;}

.container{background:#eef6f8 url(bg.jpg) no-repeat bottom center fixed; min-width:1260px; min-height:100vh; margin:0 auto;}
@media screen and (min-width:1920px){
	.container{background-size:cover !important;}	
}
.head{height:130px; background:#090 url(headBg.jpg) no-repeat bottom center;}

.logo{width:1260px; height:130px; margin:0 auto; background:url(logo20250920.png) no-repeat left center;}

.search{width:200px; height:130px; float:right;}
.search .language{height:38px; line-height:38px; text-align:center; font-size:14px; color:#fff;}
.search .language a:link, .search .language a:visited{color:#fff;}
.search .language a:hover{color:#f9b600;}
.search .language span{padding:0 15px;}
.search .searchCon{height:34px; margin-top:24px; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.search .keyValue{width:160px; height:34px; line-height:34px; background:#fff; border:0; padding:0 3px; font-size:14px; float:left;}
.search .submitBtn{width:34px; height:34px; background:#f9b600 url(iSearch.png) no-repeat center center; border:0; cursor:pointer; float:left;}

.menuWrap{height:45px; background:#008300;position:relative;z-index:10;}
#menu{width:1260px; height:45px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:130px;}
#menu>li:first-of-type{width:90px;}
#menu>li>a:link, #menu>li>a:visited{display:block; height:45px; line-height:45px; font-weight:bold; color:#fff;}
#menu>li>a:hover, #menu>li>a.current{background-color:#060;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#060; position:absolute; z-index:999; left:0;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:5px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#0c0;}
#menu ul li img{display:block; position:absolute; right:10px; top:50%; transform:translateY(-50%);}

/**若子级菜单含有子级时，在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;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


.banner{width:1260px; height:420px; overflow:hidden; margin:15px auto 0;}
.banner .swiper-slide{background:#fff url(loading.gif) no-repeat center center; height:420px;}
.banner .swiper-slide p{height:420px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; border-radius:100%; background:#000; opacity:.4; vertical-align:top; margin:0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#090;}

.indH{height:45px; line-height:45px; background:#090; color:#fff; font-size:20px; font-weight:normal; overflow:hidden;}
.indH ul{float:left; height:45px;}
.indH .hList{width:120px; height:45px; text-align:center; float:left; position:relative; margin-right:27px;}
.indH li.hList{cursor:pointer;}
.indH .hList:before, .indH .hList:after{display:block; width:0; height:0; content:""; border-style:solid; position:absolute; top:0;}
.indH .hList:before{left:-27px; border-width:0 0 45px 27px; border-color:transparent transparent #090 transparent;}
.indH .hList:after{right:-27px; border-width:45px 27px 0 0; border-color:#090 transparent transparent transparent;}
.indH .hList.on{background:#0c0;}
.indH .hList.on:before{border-color:transparent transparent #0c0 transparent;}
.indH .hList.on:after{border-color:#0c0 transparent transparent transparent;}
.indH a:link, .indH a:visited{float:right; display:block; height:45px; font-size:14px; color:#fff; margin-right:12px; padding-right:14px; background:url(m01.png) no-repeat right center;}
.indH a:hover{background-image:url(m02.png); color:#f9b600;}

.newsList li{height:36px; line-height:36px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(a01.png) no-repeat left center; padding-left:15px;}
.newsList li span{float:right; color:#999; padding-left:20px;}


.news{width:1220px; height:380px; padding:20px; background:#fff; margin:15px auto 0;}
.picNews{width:600px; height:380px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{height:380px; position:relative;}
.picNews .swiper-slide p{display:block; height:380px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all .8s; -moz-transition:all .8s; -ms-transition:all .8s; -o-transition:all .8s; transition:all .8s;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-slide h3{width:460px; height:50px; line-height:50px; font-size:16px; font-weight:normal; padding:0 120px 0 20px; background:rgba(0,0,0,0.5); color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination{bottom:20px; right:20px; width:auto; height:10px; left:auto;}
.picNews .swiper-pagination .swiper-pagination-bullet{width:10px; height:10px; display:block; border-radius:100%; background:#fff; opacity:1; float:left; vertical-align:top; margin:0 0 0 6px !important;}
.picNews .swiper-pagination .swiper-pagination-bullet-active{opacity:1; background:#090;}

.txtNews{height:380px; margin-left:632px;}
.newsBox dl{height:88px; padding-top:15px;}
.newsBox dl dd{height:28px; line-height:28px; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsBox dl dt{height:50px; line-height:25px; padding-top:10px; font-size:14px; color:#888; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-justify:inter-ideograph; text-align:justify;}
.newsBox dl dt a:link, .newsBox dl dt a:visited{color:#888;}
.newsBox .newsList{height:216px; padding-top:16px;}
.newsBox .mtjj ul{padding-top:6px;}
.newsBox .mtjj ul li{height:40px; line-height:40px; padding-top:7px;}
.newsBox .mtjj ul li a{display:flex; align-items:center; height:40px;}
.newsBox .mtjj ul li a p{width:60px; height:40px; background:#fff; margin-right:20px; display:flex; align-items:center; justify-content:center;}
.newsBox .mtjj ul li a p img{max-width:60px; max-height:40px;}
.newsBox .mtjj ul li a h3{height:40px; flex:1; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsBox .mtjj ul li a span{padding-left:20px;}

.F1{width:1260px; height:317px; margin:15px auto 0;}
.F1L{width:580px; height:277px; padding:20px; background:#fff; float:left;}
.F1R{height:277px; padding:20px; background:#fff; margin-left:635px;}


.picLink{width:1220px; height:100px; padding:20px; background:#fff; margin:15px auto 0;}
.picLink ul{margin-left:-24px; height:100px;}
.picLink ul li{width:287px; height:100px; padding-left:24px; float:left;}
.picLink ul li img{width:287px; height:100px; vertical-align:top;}


.xywh{width:1220px; height:215px; padding:20px; background:#fff; margin:15px auto 0;}
.xywh .bd{width:1220px; height:150px; margin-top:20px; overflow:hidden;}
.xywh .bd ul{min-width:1230px; height:150px;}
.xywh .bd ul li{width:236px; height:150px; position:relative; -webkit-border-radius:3px; border-radius:3px; overflow:hidden; margin-right:10px; float:left;}
.xywh .bd ul li p{height:150px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.xywh .bd ul li h3{width:calc(100% - 20px); height:30px; line-height:30px; font-size:14px; padding:0 10px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:-30px; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s; color:#fff; text-align:center; font-weight:normal;}
.xywh .bd ul li a:hover h3{bottom:0;}


.iLink{width:1260px; height:80px; line-height:80px; margin:0 auto;}
.iLink li{width:210px; height:80px; float:left; position:relative; text-align:center; font-size:16px;}
.iLink li:after{display:block; width:1px; height:18px; background:#cfcfcf; content:""; position:absolute; right:0; top:50%; margin-top:-9px;}
.iLink li:last-child:after{display:none;}
.iLink li img{height:20px; vertical-align:middle; margin-right:12px; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
.iLink li a:link, .iLink li a:visited{color:#666;}
.iLink li a:hover{color:#090;}
.iLink li a:hover img{-webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none;}


.foot{background:#008300; color:#fff; height:140px; padding:25px 0; font-size:14px; border-top:#070 1px solid;}
.footCon{width:1260px; height:140px; margin:0 auto;}
.link{width:500px; height:140px; border-right:#070 1px solid; float:left;}
.link ul{height:84px; padding:28px 0;}
.link li{width:228px; height:28px; padding-right:20px; float:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.link li a:link, .link li a:visited{color:#fff;}
.link li a:hover{color:#f9b600;}

.ewm{width:372px; height:140px; border-left:#009100 1px solid; border-right:#070 1px solid; text-align:center; float:left;}
.ewm img{width:110px; height:110px; vertical-align:top;}
.ewm p{height:30px; line-height:40px; overflow:hidden;}

.contact{height:140px; line-height:28px; margin-left:875px; border-left:#009100 1px solid;}
.contactTxt{float:right; height:140px;}

.copy{background:#008300; color:#fff; line-height:28px; padding:10px 0; font-size:14px; border-top:#009100 1px solid; text-align:center;}
.copy a:link, .copy a:visited{color:#fff;}
.copy a:hover{text-decoration:underline;}

.ny{width:1260px; margin:15px auto 40px;}
.left{width:240px; background:#fff; float:left;}
.left h2{height:45px; line-height:45px; font-size:18px; font-weight:normal; background:#090; color:#fff; text-align:center;}
.left ul{padding:0 18px 18px;}
.left li{border-bottom:#e7e7e7 1px solid;}
.left li a:link, .left li a:visited{display:block; line-height:24px; padding:15px 24px 15px 0; color:#666; position:relative;}
.left li a:after{display:block; width:16px; height:16px; content:""; background:#48d184 url(a02.png) no-repeat center center; -webkit-border-radius:50%; border-radius:50%; position:absolute; right:5px; top:50%; margin-top:-8px; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
.left li a:hover, .left li a.on{color:#f9b600;}
.left li a:hover:after, .left li a.on:after{background-color:#f9b600;}

.right{margin-left:255px; background:#fff; padding:15px 30px 50px;}
.post{height:35px; line-height:35px; border-bottom:#ebebeb 1px solid; color:#999; font-size:14px; margin-bottom:2px;}
.post span{float:right;}
.post a:link, .post a:visited{color:#999;}
.post a:hover{color:#090;}
.post p{padding:0 5px; height:34px; line-height:34px; color:#008300; border-bottom:#008300 2px solid; float:left; font-size:18px; position:relative; bottom:0;}


.list01{padding-top:5px;}
.list01 ul li{border-bottom:#dcdbdb 1px dashed; height:45px; line-height:45px;}

.picList01 ul li{padding:25px 0; border-bottom:#eee 1px solid;}
.picList01 ul li a{display:block;}
.picList01 ul li .pic{width:144px; height:180px; float:left;}
.picList01 ul li .pic p{height:180px; background-repeat:no-repeat; background-position:top center; background-size:cover;}
.picList01 ul li .txt{height:180px; margin-left:164px;}
.picList01 ul li .txt h3{height:30px; line-height:30px; padding-top:4px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li .txt span{display:block; height:30px; line-height:30px; font-size:14px; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li .txt p{height:72px; line-height:24px; padding-top:5px; color:#888; font-size:14px; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-justify:inter-ideograph; text-align:justify;}
.picList01 ul li .txt label{display:block; height:30px; line-height:30px; padding-top:5px;}

.articleTitle{padding:20px 0; line-height:36px; text-align:center; font-size:20px; font-weight:bold;}
.articleInfo{text-align:center;font-size:14px; height:32px; line-height:32px; color:#8a8a8a; background:#f5f5f5; width:90%; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articlePic{text-align:center; padding-top:20px;}
.articleCon{font-size:15px; line-height:30px; padding:20px 20px 0;}
.articleCon img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto"); vertical-align:top;}


.articleCon h2{font-size:16px;}
.articleCon .icon{border:0; margin:3px 0 0;}
.articleCon img{}
.articleCon div{font-size:16px;}
.articleCon p{text-indent:2em; font-size:16px;}
.articleCon span{font-size:16px;}
.articleCon a{}
.articleCon a:link, .articleCon a:visited, .articleCon a:hover{}
.articleCon table{border-collapse:collapse; margin:0 auto;}
.articleCon table td{padding:5px;}
.articleCon table td p{text-indent:0; font-size:16px; line-height:40px;}
.articleCon table th p{text-indent:0; line-height:40px;}
.articleCon table td img{}
.articleCon.fs p{line-height:40px; font-size:16px;}
.articleCon .vsbcontent_img{text-align:center; text-indent:0;}
.articleCon .vsbcontent_video{text-align:center; text-indent:0;}
.articleCon.newscontent_l p{font-size:16px;}
.articleCon.newscontent_m p{font-size:14px;}
.articleCon.newscontent_s p{font-size:12px;}


.nyNotice{padding:21px; background:#d7080c url(noticeArticleBg.png) no-repeat center center fixed;}
.iTL01, .iTR01, .iBL01, .iBR01{width:9px; height:9px; background:#e3bf75; -webkit-border-radius:50%; border-radius:50%; position:absolute; z-index:3;}
.iTL01{left:-11px; top:-11px;}
.iTR01{right:-11px; top:-11px;}
.iBL01{left:-11px; bottom:-11px;}
.iBR01{right:-11px; bottom:-11px;}
.iTL02, .iTR02, .iBL02, .iBR02{width:18px; height:18px; overflow:hidden; position:absolute; z-index:2;}
.iTL02{left:-9px; top:-9px;}
.iTR02{right:-9px; top:-9px;}
.iBL02{left:-9px; bottom:-9px;}
.iBR02{right:-9px; bottom:-9px;}
.iTL02:after, .iTR02:after, .iBL02:after, .iBR02:after{display:block; content:""; width:22px; height:22px; background:#d7080c; border:#e3bf75 5px solid; -webkit-border-radius:50%; border-radius:50%; position:absolute;}
.iTL02:after{right:0; bottom:0;}
.iTR02:after{left:0; bottom:0;}
.iBL02:after{right:0; top:0;}
.iBR02:after{left:0; top:0;}
.iTL03, .iTR03, .iBL03, .iBR03{width:13px; height:13px; overflow:hidden; position:absolute; z-index:1;}
.iTL03{left:-1px; top:-1px;}
.iTR03{right:-1px; top:-1px;}
.iBL03{left:-1px; bottom:-1px;}
.iBR03{right:-1px; bottom:-1px;}
.iTL03:after, .iTR03:after, .iBL03:after, .iBR03:after{display:block; content:""; width:24px; height:24px; background:#fff; border:#e3bf75 1px solid; -webkit-border-radius:50%; border-radius:50%; position:absolute;}
.iTL03:after{right:0; bottom:0;}
.iTR03:after{left:0; bottom:0;}
.iBL03:after{right:0; top:0;}
.iBR03:after{left:0; top:0;}

.noticeArticle{background:#fff; border:#e3bf75 5px solid; padding:3px;}
.noticeArticleCon{background:url(noticeArticleBg.jpg) repeat left top; border:#e3bf75 1px solid; position:relative; padding:45px 50px 50px;}
.noticeArticleCon .articleTitle{padding:20px 65px; font-size:24px; background:#eedec1; margin:0 40px; position:relative; font-weight:normal;}
.noticeArticleCon .articleTitle:before, .noticeArticleCon .articleTitle:after{display:block; width:13px; height:13px; background:#d1ad74; -webkit-border-radius:50%; border-radius:50%; position:absolute; top:50%; margin-top:-6.5px; content:"";}
.noticeArticleCon .articleTitle:before{left:26px;}
.noticeArticleCon .articleTitle:after{right:26px;}
.noticeArticleCon .articleCon{padding:30px 0 0;}
.noticeArticleCon .articleCon img{max-width:840px; _width:expression(document.body.clientWidth > 840 ? "840px" : "auto");}
.noticeArticleCon .articleCon p{text-indent:0;}

@font-face{font-family:"方正博雅宋"; src:url("FZBYS.TTF") format("truetype");}

.right2{padding:15px 0 0;}
.right2 .post{margin:0 30px;}
.ryyTitle{padding:50px 30px 114px; background:url(line01.png) repeat-x bottom center; position:relative; z-index:1;}
.ryyTitle:before{width:100%; height:2px; background:#e5e0d8; content:""; position:absolute; left:0; bottom:26px;}
.ryyPic{width:240px; height:286px; padding:32px 0 0 32px; float:left; position:relative;}
.ryyPic:before{display:block; content:""; width:240px; height:240px; background:#fcf9f4; border-radius:50%; position:absolute; left:0; top:0; z-index:-1;}
.ryyPic img{max-width:240px; max-height:286px; display:block;}
.ryyTxt{height:318px; margin-left:270px; position:relative;}
.ryyTxt h1{height:174px; position:relative; z-index:1; font-family:"方正博雅宋"; font-size:36px; font-weight:normal; margin-left:16px;}
.ryyTxt h1 p.p1{width:150px; height:150px; line-height:150px; border:#dfb370 1px solid; border-radius:50%; text-align:center; position:absolute; left:0; top:0;}
.ryyTxt h1 p.p2{display:block; width:calc(100% - 120px); height:160px; line-height:160px; position:relative; top:83px; left:120px; white-space:nowrap;}
.ryyTxt h1 p.p2:before, .ryyTxt h1 p.p2:after{display:block; content:""; width:160px; height:160px; background:rgba(255,233,200,0.57); -webkit-border-radius:50%; border-radius:50%; position:absolute; top:0; z-index:-1;}
.ryyTxt h1 p.p2:before{right:0;}
.ryyTxt h1 p.p2:after{right:124px;}
.ryyTxt h2{width:240px; height:240px; line-height:240px; background:#fcf9f4; -webkit-border-radius:50%;border-radius:50%; position:relative; z-index:0; top:-80px; text-align:center; font-size:18px; color:#6d4f1e; font-weight:normal;}
.ryyTxt h3{width:218px; height:96px; line-height:32px; color:#2d2d2d; font-size:14px; font-weight:normal; position:absolute; right:0; bottom:0; z-index:1;}
.ryyCon{background:#fefdfa url(ryyBg.jpg) no-repeat left top; position:relative; top:-26px; z-index:0; padding:36px 30px 50px;}
.ryyBox{padding-top:30px;}
.ryyH{height:48px; line-height:48px; font-size:20px; font-weight:normal; padding-left:32px; background:url(iH01.png) no-repeat left center;}

.ryyL{width:250px; float:left;}
.dzzy ul{padding-top:4px;}
.dzzy ul li{padding-top:16px;}
.dzzy ul li img{display:block; width:250px;}

.lxr ul{margin-top:20px; padding:15px 20px; background:#f9f6f3; line-height:30px;}


.ryyR{margin-left:300px;}
.jcjs{margin-top:20px; padding:12px 30px; background:#f9f6f3; line-height:30px; text-justify:inter-ideograph; text-align:justify;}
.jcjs p{padding:12px 0; text-indent:2em;}

.jczj{margin-top:20px; padding:20px 30px; background:#f9f6f3; height:400px; line-height:40px; overflow:auto;}
.jczj::-webkit-scrollbar{width:10px; height:10px;}/*滚动条宽高*/
.jczj::-webkit-scrollbar-track{background-color:#f1ebe6;}
.jczj::-webkit-scrollbar-thumb{background-color:#e3d5c9;}
.jczj dl dd{color:#a26e20; line-height:40px; font-size:18px;}
.jczj dl dt{line-height:40px; font-size:16px; padding-left:2em;}