@charset "utf-8";
/* CSS Document */
*::selection{background:#8a23f2; 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:1260px;_width:1260px; margin:0 auto;}
body a{text-decoration:none; -webkit-transition:all 0.3s; transition:all 0.3s; color:#000; outline:none;}
a:hover{color:#8a23f2; blr:expression(this.onFocus=this.blur()); text-decoration:none;}
input,select,textarea{outline:0;}
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}

@font-face{font-family:'华文中宋'; src:url('STZHONGS.TTF') format('truetype');}

/* flex布局 */
.flexColumn{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flexRow{display:flex; align-items:center; justify-content:center;}
.flex{flex:1;}

.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;}
.nowrap{overflow:hidden;white-space:nowrap;}
.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;}
.justify{text-justify:inter-ideograph; text-align:justify;}
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}
.bgImg{display: block; height: 100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s;}
a:hover .bgImg{-webkit-transform:scale(1.05); transform:scale(1.05);}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


/* 头部 */
.head{width:100%; height:177px; background:url(../images/headBg.png) no-repeat top center / 100% 100%; position:fixed; left:0; top:0; z-index:100;}
.head .logo{height:126px; background:url(../images/logo.png) no-repeat left center; display:flex; align-items:center; justify-content:flex-end;}

/* 搜索 */
.search{width:188px; height:34px; border:#fff 1px solid; border-radius:4px; overflow:hidden;}
.search .keyword{width:calc(100% - 42px); height:34px; line-height:34px; padding-left:8px; background:none; border:0; margin:0; float:left; font-size:16px; color:#fff;}
.search .keyword::placeholder{color:rgba(255,255,255,.47); font-size:16px;}
.search .searchBtn{display:block; width:34px; height:34px; background:url(../images/iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}


/* 导航菜单 */
.menuWrap{height:50px; position:relative; z-index:10; border-top:rgba(255,255,255,.42) 1px solid;}
#menu{display:flex;}
#menu li{position:relative; text-align:center;}
#menu > li{flex:1; height:50px; float:left;}
#menu > li > a{display:block; height:50px; line-height:50px; font-size:17px; color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:rgba(138,35,242,.8); position:absolute; z-index:999; left:0; top:50px; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;}
#menu ul li a{display:block; padding:10px; line-height:22px; font-size:14px; color:#fff;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; 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:2px solid #dfb164; margin:0 0 0 20px;}
#menu ul ul li a{font-size:14px;}

#menu > li:hover > a, #menu > li:hover > a:hover{color:#fb0;}
#menu ul li:hover > a:hover{background-color:#f90;}
#menu ul li:hover > a{background-color:#8a23f2;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}
#menu li:hover > ul li:hover > a{background-color:#f90;}
#menu > li:nth-of-type(4) ul{width:calc(100% + 20px); margin-left:-10px;}


/* 图片轮播 */
.banner{width:100%; margin-top:64px; position:relative; z-index:0;}
.banner .swiper-slide{display:block; width:100%; overflow:hidden;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%; transform:scale(1.1); transition:all 5s ease-out;}
.banner .swiper-slide-active img{transform:scale(1);}
.banner .swiper-pagination-bullets{width:1260px; height:5px; left:50%; bottom:92px; transform:translateX(-50%); display:flex; align-items:center; justify-content:flex-end;}
.banner .swiper-pagination-bullet{display:block; width:20px; height:5px; background:rgba(255,255,255,.5); border:0; border-radius:20px; opacity:1; margin:0 0 0 5px !important; -webkit-transition:all 0.3s; transition:all 0.3s;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-repeat:no-repeat; background-position:center center; border-radius:60px; opacity:0;}
.banner .swiper-button-prev{background-image:url(../images/l01.png); left:4%;}
.banner .swiper-button-next{background-image:url(../images/r01.png); right:4%;}
.banner .swiper-button-prev:before, .banner .swiper-button-next:before{display:block; content:""; width:56px; height:56px; border:#fff 2px dashed; border-radius:60px; position:absolute; left:0; top:0;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{opacity:.7;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1;}
.banner .swiper-button-prev:hover:before, .banner .swiper-button-next:hover:before{animation:spin 4s linear infinite;}
@keyframes spin {
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}


.indH1{height:50px; line-height:50px; text-align:center; font-size:34px; font-weight:bold;}
.indH1 span{font-family:"华文中宋"; font-size:30px; font-style:italic; font-weight:normal; color:#c7c7c7;}
.indH1 span:before{content:"/"; padding:0 8px; font-style:normal;}

.indH2{height:60px; display:flex; align-items:center;}
.indH2 h3{flex:1; height:60px; line-height:60px; font-size:34px; padding-left:18px; color:#fff; position:relative;}
.indH2 h3:before{display:block; content:""; width:4px; height:40px; background:#fff; border-radius:0 2px 2px 0; position:absolute; left:0; top:50%; margin-top:-20px;}
.indH2 h3 span{font-family:"华文中宋"; font-size:30px; font-style:italic; font-weight:normal; opacity:.32;}
.indH2 h3 span:before{content:"/"; padding:0 8px; font-style:normal;}
.indH2 .more a{color:#fff;}
.indH2 .more a:hover{text-decoration:underline;}

/* 普通新闻列表 */
.newsList li{border-bottom:#dbdbdb 1px dashed;}
.newsList li a{display:flex; align-items:center; height:51px; line-height:51px; overflow:hidden;}
.newsList li a:before{content:">"; font-family:"宋体"; padding-right:6px; color:#8a23f2;}
.newsList li h3{flex:1; height:51px; font-size:18px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li p{color:#999; padding-left:20px;}


.news{padding:134px 0; margin-top:-97px; background:url(../images/bg1.png) no-repeat top center / cover; position:relative; z-index:1;}
.newsCon{height:588px; position:relative; margin-top:60px;}
.picNews li{width:270px; height:274px; position:absolute; top:40px;}
.picNews li .pic{height:206px; border-radius:4px 4px 0 0; overflow:hidden;}
.picNews li .txt{height:54px; padding:7px 14px; color:#fff; background:#8a23f2;}
.picNews li .txt h3{height:54px; line-height:29px; font-size:16px; font-weight:normal;}
.picNews li .txt h3:before{display:block; content:attr(data-date); height:25px; line-height:25px; font-size:14px;}
.picNews li .txt p{visibility:hidden;}
.picNews li:first-of-type{width:654px; height:588px; top:0; left:50%; transform:translateX(-50%); box-shadow:3px 8px 8px rgba(0,0,0,.05);}
.picNews li:first-of-type .pic{height:420px;}
.picNews li:first-of-type .txt{height:130px; padding:13px 27px 25px; background:#fff;}
.picNews li:first-of-type .txt h3{height:66px; line-height:36px; text-align:center; color:#555; transition:all .3s;}
.picNews li:first-of-type .txt h3:before{display:none;}
.picNews li:first-of-type .txt h3:after{display:block; content:attr(data-date); height:30px; line-height:30px; color:#8a23f2;}
.picNews li:first-of-type .txt p{visibility:visible; height:52px; line-height:26px; font-size:15px; color:#a7a6a8; padding-top:12px;}
.picNews li:first-of-type a:hover .txt h3{color:#8a23f2;}
.picNews li:nth-of-type(2){left:0;}
.picNews li:nth-of-type(3){right:0;}

.txtNews li{width:270px; height:53px; padding:16px 0; border-bottom:#e2e2e2 1px solid; position:absolute;}
.txtNews li h3{height:29px; line-height:29px; font-size:16px; font-weight:normal;}
.txtNews li p{height:24px; line-height:24px; font-size:14px; color:#8a23f2;}
.txtNews li:nth-of-type(1){left:0; bottom:172px;}
.txtNews li:nth-of-type(2){left:0; bottom:86px;}
.txtNews li:nth-of-type(3){left:0; bottom:0;}
.txtNews li:nth-of-type(4){right:0; bottom:172px;}
.txtNews li:nth-of-type(5){right:0; bottom:86px;}
.txtNews li:nth-of-type(6){right:0; bottom:0;}

.news .more{height:42px; padding-top:45px;}
.news .more a{display:block; width:168px; height:40px; line-height:40px; text-align:center; border:#8a23f2 1px solid; border-radius:2px 18px 2px 18px; color:#8a23f2; margin:0 auto;}
.news .more a:hover{background:#8a23f2; color:#fff;}


.F1{padding:136px 0 182px; margin-top:-60px; background:url(../images/bg2.png) no-repeat top center / cover; position:relative; z-index:2;}
.F1 .w1260{display:flex;}
.F1 ul{background:#fff; box-shadow:0 11px 9px rgba(109,44,180,.26); border-radius:4px; padding:0 20px; height:428px; margin-top:20px; overflow:hidden;}
.F1 li{height:107px;}
.F1 li a{display:flex; overflow:hidden;}
.tzgg, .ydfc{width:calc(50% - 35px);}
.ydfc{margin-left:70px;}
.tzgg .time{width:72px; height:62px; padding-top:12px; margin:16px 0 17px; line-height:24px; text-align:center; font-size:15px; border-radius:12px 0 12px 0; background:#f8f4fb;}
.tzgg .time p{display:block; height:28px; line-height:28px; font-size:22px; color:#8923f1;}
.tzgg .txt{flex:1; margin-left:20px; height:64px; padding:21px 0; border-bottom:#f7f0fe 1px dashed; overflow:hidden;}
.tzgg li:last-of-type .txt{border-bottom:0;}
.tzgg .txt h3{height:32px; line-height:32px; font-size:16px; font-weight:normal;}
.tzgg .txt p{height:32px; line-height:32px; font-size:14px; color:#a7a6a8;}
.tzgg .time, .tzgg .time p, .tzgg .txt{-webkit-transition:all 0.3s; transition:all .3s;}
.tzgg a:hover .time{color:rgba(255,255,255,.5); background:#8923f1;}
.tzgg a:hover .time p{color:#fff;}
.tzgg a:hover .txt{border-bottom-color:#8923f1;}

.ydfc ul{padding:0;}
.ydfc li:nth-of-type(even) a{background:#f8f3fb;}
.ydfc a{padding:19px 20px; height:69px;}
.ydfc a *{-webkit-transition:all 0.3s; transition:all .3s;}
.ydfc .time{height:69px; line-height:32px; text-align:right; font-size:15px; padding-right:21px; white-space:nowrap; position:relative;}
.ydfc .time:after{display:block; content:""; width:1px; height:48px; background:#d2d1d3; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.ydfc .time p{display:block; height:37px; line-height:37px; font-size:22px; color:#8923f1;}
.ydfc .txt{flex:1; margin-left:20px; height:69px; overflow:hidden;}
.ydfc .txt h3{height:37px; line-height:37px; font-size:16px; font-weight:normal;}
.ydfc .txt p{height:32px; line-height:32px; font-size:14px; color:#a7a6a8;}
.ydfc li a:hover{background:#8923f1;}
.ydfc a:hover .time p, .ydfc a:hover .txt h3{color:#fff;}
.ydfc a:hover .time,
.ydfc a:hover .txt p{color:rgba(255,255,255,.7);}


.show{padding:80px 0 96px; margin-top:-80px; background:url(../images/bg3.png) no-repeat top center / cover; position:relative; z-index:3;}
.show .w1260{overflow:hidden;}
.show ul{margin-top:70px; height:435px; display:flex;}
.show li{width:297px; padding-right:24px; -webkit-transition:all 0.3s; transition:all .3s;}
.show li:last-of-type{padding-right:0;}
.show li a{display:block; overflow:hidden; position:relative; height:100%; border-radius:6px;}
.show li a:after{display:block; content:""; width:0; height:6px; background:linear-gradient(90deg,#4c28d1,#b731b8); position:absolute; left:50%; bottom:0; transform:translateX(-50%); z-index:3; transition:all .3s;}
.show li .pic{height:435px; overflow:hidden;}
.show li .pic:after{display:block; content:""; width:100%; height:290px; position:absolute; left:0; bottom:0; z-index:1;}
.show li:nth-of-type(1) .pic:after{background:linear-gradient(180deg,rgba(254,132,58,0) 10%,#d36940);}
.show li:nth-of-type(2) .pic:after{background:linear-gradient(180deg,rgba(193,255,205,0) 10%,#1aa867);}
.show li:nth-of-type(3) .pic:after{background:linear-gradient(180deg,rgba(198,250,251,0) 10%,#0a88f3);}
.show li:nth-of-type(4) .pic:after{background:linear-gradient(180deg,rgba(137,35,242,0) 10%,#8923f2);}
.show li .txt{width:calc(100% - 30px); height:60px; line-height:30px; overflow:hidden; color:#fff; position:absolute; left:0; bottom:20px; z-index:2; padding:0 15px;}
.show li .txt h3{max-height:60px; font-size:16px; font-weight:normal;}
.show li .txt p{height:30px; line-height:30px;}
.show ul:hover li{width:226px;}
.show ul li:hover{width:510px;}
.show ul li:hover a:after{width:100%;}
.show ul li:hover h3{-webkit-line-clamp:1; max-height:30px;}


.foot{background:url(../images/footBg.jpg) no-repeat center bottom / cover; padding:30px 0;}
.foot .w1260{display:flex; align-items:center; min-height:220px;}
.fMenu{flex:1; padding:30px 50px; border-right:#ad8ae1 1px solid;}
.fMenu:first-of-type{padding-left:0;}
.fMenu:nth-of-type(3){padding-right:0; border-right:0;}
.fMenu h3{height:30px; line-height:30px; font-size:24px; font-weight:normal; display:flex; align-items:center; color:#fff;}
.fMenu h3 span{width:28px; height:28px; display:flex; align-items:center; justify-content:center; border:#fff 1px solid; margin-right:10px; border-radius:50%;}
.fMenu h3 span img{max-width:16px; max-height:16px;}
.fMenu ul{padding-top:10px;}
.fMenu li{line-height:30px; color:rgba(255,255,255,.8); white-space:nowrap;}
.fMenu li a{color:rgba(255,255,255,.8);}
.fMenu li a:hover{color:#fff;}
.ewm{width:164px; height:132px; padding:14px 0 14px 50px; display:flex; align-items:center;}
.ewm img{width:132px; height:132px; border-radius:5px;}
.ewm p{flex:1; padding-left:10px; color:rgba(255,255,255,.8); font-size:14px; line-height:26px;}

.copy{height:30px; line-height:30px; text-align:center; font-size:14px; padding:12px 0; color:rgba(255,255,255,0.7); background:linear-gradient(90deg,#3e1cbb,#9a129b);}
.copy a{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{vertical-align:text-bottom; margin-right:3px; height:18px;width:18px}
.copy span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../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;}


.nyBanner{margin-top:64px; height:400px; background:url(../images/nyBanner.jpg) no-repeat center center / cover;}
.nyBanner p{height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover;}


.ny{width:1260px; margin:30px auto 50px;}
.ny:after{display:block; content:""; clear:both;}

.left{width:240px; background:#f5f5f5; float:left; position:relative;}
.left h2{line-height:30px; font-size:20px; text-align:center; background:#8a23f2; color:#fff; font-weight:normal; padding:10px 20px;}
.left ul{width:auto; margin:0;}
.left ul li{display:block !important;width:auto !important; float:none !important; position:relative; border:#e4e4e4 1px solid; border-top:none; padding-left:2px; background:#f5f5f5;}
.left ul li, .left ul li > a:after{-webkit-transition:all 0.3s; transition:all 0.3s;}
.left ul li a{display:block !important; line-height:24px !important; padding:10px 30px 10px 20px !important; font-size:15px !important; width:auto !important; border:none !important; font-weight:normal !important; background:none !important; color:#333 !important; text-align:left !important; position:relative;}
.left ul li > a:after{display:block; content:""; position:absolute; top:calc(50% - 6px); right:8px; z-index:2; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #8a23f2 solid; opacity:0;}
.left ul li:hover{border-left:#dfb164 3px solid; padding-left:0; background:#fff;}
.left ul li:hover > a:after, .left ul li.selected > a:after{opacity:1;}
.left ul li:hover > a:after{border-left-color:#dfb164;}
.left ul li:hover > a{background:#fff !important; color:#dfb164 !important; border-right-color:#fff !important;}
.left ul li.selected{border-left:#8a23f2 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#8a23f2 !important; border-right-color:#fff !important;}
.left ul li.parent > a:after{border-left-color:#8a23f2; transform:rotate(90deg);}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
.left ul ul li{border-bottom:0; background:none; padding-left:0; border:0;}
.left ul ul li:hover, .left ul ul li.selected{border-left:0;}
.left ul ul li a{padding-left:40px !important; font-size:14px !important;}
.left ul ul ul li a{padding-left:60px !important; font-size:13px !important;}
.left ul ul ul ul li a{padding-left:80px !important; font-size:12px !important;}


.hasLeft{margin-left:270px;}
.right:after{display:block; content:""; clear:both;}
.post{height:49px; line-height:49px; font-size:14px; color:#999; border-bottom:1px solid #e3e3e3;}
.post .postSpan{float:right; line-height:29px; padding-top:20px;}
.post .postSpan a{color:#999;}
.post .postSpan a:hover{color:#dfb164;}
.post h3{float:left; height:48px; position:relative; top:0; color:#8a23f2; border-bottom:2px solid #8a23f2; font-size:20px; font-weight:normal;}


.list01, .article{padding-top:10px;}
.articleTitle{padding:20px 0; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo p{display:inline-block;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding-top:15px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:100%; height:auto !important; margin:0 auto; vertical-align:top;}


.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
.wp_paging li span{margin:0 5px !important;}

.possplit{background:url(../images/posSplit.gif) no-repeat center center !important; width:15px !important; display:inline-block; vertical-align:top; height:29px;}


.list01 .wp_entry{padding-top:20px; line-height:30px; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:100%; height:auto !important; margin:0 auto; vertical-align:top;}
.list01 .wp_entry a:link, .list01 .wp_entry a:visited{color:#8a23f2;}
.list01 .wp_entry a:hover{color:#dfb164; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}


.picList01{font-size:0;}
.picList01 .picList>li{display:inline-block; vertical-align:top; width:calc(33.3333% - 20px); padding:20px 30px 0 0;}
.picList01 .picList>li:nth-of-type(3n){padding-right:0;}
.picList01 .picList>li a p{overflow:hidden; height:0; padding-top:60%; position:relative;}
.picList01 .picList>li a p i{display:block; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; left:0; top:0;}
.picList01 .picList>li a h3{height:30px; line-height:30px; text-align:center; font-size:15px; font-weight:normal;}
.picList01 .picList>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);}