@charset "utf-8";
/* CSS Document */
*::selection{background:#661b92; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1320px;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#661b92; text-decoration:none;}
/*去掉图形热点的点击时出现的边线*/
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(/A09GGFWXY/css/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;}/*文字超出省略号...*/
.clamp1{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.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;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; height:100%; display:block;}
a:hover .bgPic{-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;}	
}
.indContainer{background:url(/A09GGFWXY/images/headBg.jpg?v=20241024) no-repeat top center; background-size:100% auto;}
.indContainer .head{background:none;}
.indContainer .menuWrap{width:1260px; height:60px; position:relative; margin:0 auto; padding:0 12px; background:#661b92;}
.indContainer .menuWrap:before, .indContainer .menuWrap:after{display:block; content:""; width:12px; height:15px; position:absolute; top:60px;}
.indContainer .menuWrap:before{background:url(/A09GGFWXY/images/iMenuL.png) no-repeat right top; left:0;}
.indContainer .menuWrap:after{background:url(/A09GGFWXY/images/iMenuR.png) no-repeat left top; right:0;}
.indContainer .menuWrap #menu>li>a{color:#fff;}

/* 头部 */
.head{height:160px; padding-bottom:2px; background:url(/A09GGFWXY/images/headBg.jpg?v=20241024) no-repeat top center; background-size:cover;}
.head .w1260{position:relative;}
.head .logo{height:160px; display:flex; align-items:center;}


/* 搜索 */
.search{width:210px; height:28px; overflow:hidden;}
.search .keyValue{width:calc(100% - 52px); height:28px; line-height:28px; background:#fff; border:0; padding:0 10px; margin:0; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:32px; height:28px; background:#77349e url(../images/iSearch.png?v=20241024) no-repeat center center; border:0; margin:0; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:60px; position:relative; z-index:10; background:#e9e9e9;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:130px; height:60px; position:relative;}
#menu>li:first-of-type{width:90px;}
#menu>li>a{display:block; height:60px; line-height:60px; font-size:18px; color:#222;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#481a69; position:absolute; z-index:999; left:0; top:60px; -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>li:nth-of-type(4)>ul{width:calc(100% + 70px); left:-35px;}
#menu>li:nth-of-type(6)>ul, #menu>li:nth-of-type(7)>ul{width:calc(100% + 40px); left:-20px;}
#menu ul li a{display:block; padding:10px; line-height:24px; font-size:16px; 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%; border-left:1px solid #fff; margin:0 0 0 20px;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

#menu li:hover > a:hover{background-color:#c1a975; color:#fff !important;}
#menu li:hover > a{background-color:#481a69; color:#c1a975 !important;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner .swiper-slide p{width:100%; height:480px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{width:auto; height:6px; left:auto; right:8px; bottom:20px; text-align:right;}
.banner .swiper-pagination-bullet{width:32px; height:6px; display:inline-block; border-radius:6px; background:#c1a975; opacity:1; vertical-align:top; margin:0 7px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:30px; height:54px; background-color:rgba(0,0,0,0.5); background-repeat:no-repeat; background-position:center center; background-size:auto 16px; opacity:0; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(/A09GGFWXY/images/prev.png); left:0;}
.banner .swiper-button-next{background-image:url(/A09GGFWXY/images/next.png); right:0;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{opacity:0.5;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1;}


.indH{height:40px; line-height:40px; font-size:24px; font-weight:normal;}
.indH p{height:40px;}
.indH span{color:#c1a975; font-size:14px;}
.indH span label{padding:0 5px;}
.indH a{display:block; width:41px; height:24px; background:url(/A09GGFWXY/images/m02.png) no-repeat center center;}
.indH a:hover{background-image:url(/A09GGFWXY/images/m03.png);}


/* 普通新闻列表 */
.newsList li{border-bottom:#ececec 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:41px; line-height:41px; font-size:16px; font-weight:normal; position:relative; padding-left:15px; background:url(/A09GGFWXY/images/a01.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.newsList li p{text-align:right; color:#999; height:41px; line-height:41px; padding-left:20px;}
.newsList li a:hover{color:#661b92;}



.news{height:394px; padding:40px 0;}
.news .indH a{width:77px; background:#c1a975 url(../images/m01.png) no-repeat center center; -webkit-border-radius:24px; border-radius:24px;}
.news .indH a:hover{background-color:#661b92;}
.newsCon{padding-top:20px;}
.picNews{width:740px; height:330px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:360px; height:286px; float:left; position:relative; overflow:hidden;}
.picNews .swiper-slide a{display:block; height:100%; position:relative; background:#f4f4f4;}
.picNews .swiper-slide .pic{height:244px; overflow:hidden; background:url(/A09GGFWXY/images/loading.gif) no-repeat center center;}
.picNews .swiper-slide .txt{height:42px; line-height:42px;}
.picNews .swiper-slide .txt p{width:105px; height:42px; text-align:center; background:#661b92; color:#fff; font-size:12px;}
.picNews .swiper-slide .txt p span{font-size:20px;}
.picNews .swiper-slide .txt h3{height:42px; padding:0 15px; font-size:16px; font-weight:normal;}
.picNews .swiper-pagination-bullets{height:10px; bottom:0; font-size:0;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#661b92 1px solid; background:rgba(102,27,146,0); opacity:1; margin:0 5px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#661b92;}


.txtNews{height:286px; margin-left:770px; overflow:hidden;}
.txtNews ul{position:relative; top:-8px;}


.F1{background:#f8f9ff url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto; padding:30px 0 50px;}
.F1 .w1260{align-items:flex-start;}

.indNews{padding-top:50px; height:335px;}
.indNews:first-of-type{padding-top:0;}
.indNews .newsList{margin-top:15px; background:#fff; padding:10px 18px 18px; height:252px;}
.indNewsL{width:412px; float:left;}
.indNewsR{margin-left:448px;}

.tzgg .newsList{padding:0; background:none; height:280px; overflow:hidden;}
.tzgg .newsList li{border-bottom:0; padding-bottom:4px;}
.tzgg .newsList li a{padding:10px 20px 9px; height:48px; position:relative; display:block; background:#fff;}
.tzgg .newsList li a:before{display:block; content:""; width:2px; height:100%; background:#a29ce4; position:absolute; left:0; top:0; z-index:0; -webkit-transition:all 0.4s; transition:all 0.4s;}
.tzgg .newsList li p, .tzgg .newsList li h3{position:relative; z-index:1; -webkit-transition:all 0.4s; transition:all 0.4s;}
.tzgg .newsList li p{height:21px; line-height:21px; text-align:left; color:#a288c7; font-size:14px; padding-left:0;}
.tzgg .newsList li h3{height:27px; line-height:27px; padding-left:0; background:none;}
.tzgg .newsList li a:hover:before{width:100%; background:#661b92;}
.tzgg .newsList li a:hover p, .tzgg .newsList li a:hover h3{color:#fff;}


.F1R{width:375px; height:720px; margin-left:30px;}
.F1RCon{height:629px; background:#fff; margin-top:15px; padding:18px; text-align:center;}
.F1RCon ul{height:556px; overflow:hidden;}
.F1RCon ul li{height:130px; padding-bottom:12px;}
.F1RCon ul li img{width:100%; height:130px;}
.F1RCon .zxlx{height:58px; padding-top:15px;}


.link{background:#4a1c6b; border-bottom:#734f8d 1px solid;}
.linkNav{width:1260px; height:38px; margin:0 auto;}
.linkNav ul{display:flex; align-items:center; justify-content:flex-end;}
.linkNav ul li{padding-right:15px; cursor:pointer; color:rgba(255,255,255,0.68); font-size:14px; line-height:38px; background:url(/A09GGFWXY/images/a02.png) no-repeat right center; margin-left:30px; -webkit-transition:all 0.4s; transition:all 0.4s;}
.linkNav ul li.current{background-image:url(/A09GGFWXY/images/a03.png); color:#fff;}

.linkList{display:none; background:#885ea6; padding:5px 0;}
.linkList ul{width:1260px; margin:0 auto; font-size:0;}
.linkList ul li{display:inline-block; vertical-align:top; width:calc(20% - 20px); height:30px; line-height:30px; font-size:14px; color:rgba(255,255,255,0.68); padding-right:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.linkList ul li a{color:rgba(255,255,255,0.68);}
.linkList ul li a:hover{color:#fff;}

.foot{background:url(/A09GGFWXY/images/footBg.jpg?v=20241024) no-repeat center top; background-size:cover; font-size:14px; color:rgba(255,255,255,0.8); padding:25px 0;}
.fLogo{padding-right:60px;}
.contact{padding:23px 118px; border-left:#75528e 1px solid; border-right:#75528e 1px solid; line-height:28px;}
.fLink{padding-left:98px;}
.fLink a{display:block; width:120px; height:40px; padding:0 40px 0 20px; border:rgba(255,255,255,0.28) 1px solid; background:rgba(107,70,133,0.28); -webkit-border-radius:42px; border-radius:42px; color:rgba(255,255,255,0.8); position:relative; margin-right:27px;}
.fLink a h3{height:40px; line-height:40px; text-align:center; font-size:16px; font-weight:normal;}
.fLink a p{width:58px; height:58px; background:#885ea6; -webkit-border-radius:50%; border-radius:50%; position:absolute; right:-28px; top:50%; transform:translateY(-50%);}
.fLink a p img{max-width:30px; max-height:30px;}
.fLink a:hover{border-color:rgba(255,255,255,0.5); background:rgba(107,70,133,0.5); color:#fff;}

.copy{line-height:24px; font-size:14px; color:rgba(255,255,255,0.7); padding:12px 0; text-align:center; background:#330e4e;}
.copy a{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.copy span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/A09GGFWXY/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:#f5f5f5; float:left;}
.left h2{line-height:30px; padding:15px; text-align:center; background-color:#661b92; font-size:20px; color:#fff; font-weight:normal;}
.left ul{padding:8px 0 8px 8px;}
.left ul li a{display:block; line-height:24px; padding:10px 30px 10px 12px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 4px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #661b92 solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#c1a975;}
.left ul li a:hover:after{border-left-color:#c1a975;}
.left ul li a.on{background:#fff; color:#661b92;}
.left ul li a.on:after{border-left-color:#661b92;}


.right{margin-left:270px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post p{float:left; color:#661b92; border-bottom:2px solid #661b92; font-size:20px; font-weight:normal;}


.list01{padding-top:10px;}

.page01{text-align:center; padding-top:30px; font-size:14px;}

.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{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:294px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:186px; padding:9px; border:#e5e5e5 1px solid; overflow:hidden; -webkit-transition:all 0.4s; transition:all 0.4s;}
.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 a:hover p{border-color:#195fca;}
.picList01 ul li a:hover{color:#195fca;}