@charset "utf-8";
/* CSS Document */
*::selection{background:#8a46c4; 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;}
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:#8a46c4;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*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;}
.overHidden{overflow:hidden; position:fixed;}


/*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);}


/* ie9以下警告 */
.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:none; 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;}


.w1260{width:1260px; margin:0 auto;}

.indH{height:34px; line-height:34px; font-size:26px; padding-left:15px; color:#333;}
.indH a:link, .indH a:visited{color:#999; float:right; font-size:14px; font-weight:normal;}
.indH a:hover{color:#8a46c4;}
.indH span{font-size:18px; color:#777; padding-left:0.7em; font-weight:normal;}

/* 普通新闻列表 */
.newsList li{height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:12px; background:url(a01.png) no-repeat left center;}
.newsList li span{float:right; padding-left:20px; color:#999;}


/* 头部 */
.head{width:100%; height:190px; background:url(headBg.jpg) no-repeat center bottom;}
@media screen and (min-width:1920px){
	.head{background-size:cover;}	
}
.head .logo{width:1220px; height:190px; position:relative; background:url(logo20250730.png) no-repeat left center; margin:0 auto;}
.head .logo:after{display:block; width:359px; height:45px; background:url(headTxt.png) no-repeat; position:absolute; right:0; bottom:34px; content:"";}

.headNav{height:34px; float:right; margin-top:48px; font-size:0;}
.headNav a{display:inline-block; width:34px; height:34px; text-align:center; line-height:30px; background:rgba(255,255,255,0.3); -webkit-border-radius:50%; border-radius:50%; margin-right:15px; overflow:hidden;}
.headNav a img{width:34px; height:34px; vertical-align:top;}
.headNav a:hover{background:#ae77e5;}

/* 搜索 */
.search{width:180px; height:30px; float:right; margin-top:50px; -webkit-border-radius:3px; border-radius:3px; background:rgba(255,255,255,0.3); overflow:hidden;}
.search .keyValue{width:calc(100% - 44px); height:30px; line-height:30px; padding-left:10px; background:none; border:0; margin:0; float:left; font-size:14px; color:#fff;}
.search .keyValue::placeholder{color:#c1c7ff;}
.search .submitBtn{display:block; width:30px; height:30px; background:url(iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}


.F1{background:url(bg01.jpg) no-repeat center bottom; padding-bottom:30px; background-size:cover;}
/* 菜单 */
.menuWrap{width:100%; height:70px; position:relative; z-index:10;}
#menu{width:1260px; height:70px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:147px;}
#menu>li>a{display:block; height:70px; line-height:70px; font-size:20px;}
#menu>li:first-of-type{width:80px;}
#menu>li>a:hover, #menu>li>a.current{color:#8a46c4;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#fff; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:12px 9px; line-height:20px; font-size:16px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#8a46c4; 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 #999 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;}
#menu ul li:hover>i{border-left-color:#fff;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #8a46c4;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:1260px; margin:0 auto; position:relative; z-index:0; overflow:heddin;}
.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(loading.gif) no-repeat center center;}
.banner .swiper-slide p{width:100%; height:440px; background-repeat:no-repeat; background-position:center center; background-size:cover; transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.banner .swiper-slide.swiper-slide-active p{transform:scale(1); -webkit-transform:scale(1);}

.banner .swiper-pagination-bullets{bottom:30px !important; height:6px;}
.banner .swiper-pagination-bullet{width:40px; height:6px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}


.indNews{width:400px; float:left; margin:30px 0 0 30px;}
.indNews.news{margin-left:0;}
.picNews{height:260px; position:relative; margin-top:15px;}
.picNews .pic{height:260px; overflow:hidden;}
.picNews .pic a{display:block;height:260px; background:url(loading.gif) no-repeat center center;}
.picNews .pic p{height:260px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.picNews a:hover .pic 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 .txt{width:calc(100% - 50px); height:56px; margin:0 25px; position:absolute; left:0; bottom:-28px; background:#f0ebf5; -webkit-border-radius:3px; border-radius:3px; overflow:hidden;}
.picNews .txt p{width:64px; height:44px; padding:6px 0; background:#7837b6; text-align:center; color:#fff; line-height:18px; font-size:12px; float:left; -webkit-border-radius:3px; border-radius:3px;}
.picNews .txt p span{display:block; height:26px; line-height:26px; font-size:22px;}
.picNews .txt h3{height:56px; line-height:56px; font-size:16px; font-weight:normal; margin-left:64px; padding:0 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.txtNews{background:#fff; padding:42px 25px 20px; height:180px; border-bottom:#7837b6 2px solid;}
.txtNews .newsList li{height:36px; line-height:36px;}


.jxky{width:605px; height:284px; padding-top:35px; float:left;}
.xsgz{height:284px; margin-left:655px; padding-top:35px;}
.jxky .newsList, .xsgz .newsList{padding-top:10px;}
.jxky .newsList li, .xsgz .newsList li{background-image:url(a02.png);}



.iconLink{height:180px; background:url(bg02.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.iconLink{background-size:cover;}	
}
.iconLink ul{width:1260px; height:120px; padding:30px 0; margin:0 auto; font-size:0; text-align:center;}
.iconLink ul li{display:inline-block; *display:inline; zoom:1; vertical-align:top; height:120px; padding:21px 150px 21px 150px; background:url(line01.png) no-repeat right center; box-sizing:border-box;}
.iconLink ul li:first-of-type{padding-left:50px;}
.iconLink ul li:last-of-type{background:none; padding-right:50px;}
.iconLink ul li a img{vertical-align:top; height:78px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.iconLink ul li a:hover img{filter:alpha(opacity=80);opacity:0.8;}

.F2{padding:35px 0; background:url(bg03.jpg) no-repeat center center; background-size:cover;}
.F2 .newsList{margin-top:10px;}
.F2 .newsList li{background-image:url(a02.png);}
.xsjl, .mzap, .gspt{width:605px; height:284px; margin-left:42px; float:left;}
.xsjl{margin-left:0;}

.picLink{padding-top:40px; height:70px;}
.picLink h2{width:120px; height:60px; padding:5px 0; line-height:39px; font-size:26px; float:left; color:#333;}
.picLink h2 span{display:block; height:21px; line-height:21px; font-size:16px; color:#777; font-weight:normal; letter-spacing:1.5px;}
.picLink ul{height:70px; margin-left:120px;}
.picLink ul li{width:170px; height:70px; float:left; padding-left:20px;}
.picLink ul li img{vertical-align:top; height:70px; -webkit-border-radius:3px; border-radius:3px;}


/* 页底 */
.foot{background:url(footBg.jpg) no-repeat center bottom; color:#fff; font-size:14px;background-size: cover;}
@media screen and (min-width:1920px){
	.foot{background-size:cover;}	
}
.link{width:200px; height:126px; padding:21px 0; float:right;display:none;}
.linkBox{width:100%; height:auto;}
.link .mainlevel{width:200px; height:32px; padding:5px 0; position:relative;}
.linkBox li a{display:block; height:30px; line-height:30px; border:#fff 1px solid; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; padding-left:10px; font-size:13px; color:#fff;}
.linkBox li a i{display:block; width:30px; height:30px; float:right; background:url(i06.png) no-repeat center center; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.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:#f0f0f0; position:absolute; left:0; bottom:37px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:8px 10px; background:none; color:#333; font-size:14px; border:0; -webkit-border-radius:0; border-radius:0;}
.linkBox li ul li a:hover{background:#8a46c4; color:#fff;}

.ewm{width:100px; height:128px; padding-top:28px; float:right; padding-right:50px;}
.ewm img{width:100px; height:100px; vertical-align:top;}
.ewm p{height:28px; line-height:28px; text-align:center; color:#fff;}

.copy{height:90px; line-height:30px; padding:34px 0; white-space:nowrap; margin-right:40px; float:left;}
.copy a:link, .copy a:visited{color:#fff;}
.copy a:hover{text-decoration:underline;}

.ny{background:#f0f4fd url(bg04.jpg) no-repeat center center fixed; background-size:cover; padding-bottom:50px; position:relative;}
.ny .w1260{padding-top:35px;}
.left{width:260px; text-align:center; float:left;}
.left h2{padding:20px; line-height:30px; background:url(leftHbg01.jpg) repeat-y center top; background-size:100% auto; font-size:24px; color:#fff; font-weight:normal; position:relative;}
.left h2:after{display:block; width:14px; height:13px; background:url(leftHbg02.png) no-repeat; content:""; position:absolute; left:0; bottom:-13px;}
.left ul{margin-left:14px; background:#fff; padding-top:5px;}
.left ul li a{display:block; line-height:28px; padding:11px 15px; font-size:18px; border-bottom:#e9edf3 1px solid; text-align:center;}
.left ul li a:hover, .left ul li a.on{color:#fff; background:#8a46c4;}

.right{margin-left:300px;}
.post{height:25px; line-height:25px; padding:0 0 5px 30px; border-bottom:1px solid #cdcdcd; background:url(iHome.png) no-repeat left 2px;}

.list01{padding-top:20px;}
.list01 .newsList li{border-bottom:#cdcdcd 1px dashed;}


.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:30px; line-height:30px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 15px 30px;}
.articleCon img{max-width:960px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 960 ? "960px" : "auto"); vertical-align:top; border:0 !important;}
.article2 .articleCon img{max-width:1200px;_width:expression(document.body.clientWidth > 1200 ? "1200px" : "auto");}


.xywh{padding:20px 0;}
.xywhTitle{height:42px; line-height:42px; padding:0 16px; text-align:center; color:#fff; font-size:20px; background:#b871dc; filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#b871dc,endColorStr=#7387f3); background:-ms-linear-gradient(left,#b871dc,#7387f3); background:-moz-linear-gradient(left,#b871dc,#7387f3); background:-webkit-linear-gradient(left, #b871dc, #7387f3); background:-o-linear-gradient(left, #b871dc, #7387f3); border-bottom:#fff 1px solid; position:relative;}
.xywhCon{padding:20px 30px 50px; background:#fff; line-height:30px; margin-bottom:20px;}
.xywhCon img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top; border:0 !important;}

.teacherList{width:100%; padding-top:24px; font-size:0;}
.teacherList h3{height:36px; line-height:36px;}
.teacherList h3 p{height:36px; color:#fff; border-right:#fff 5px solid; background:#8a46c4; text-align:center; float:left; font-size:16px; font-weight:normal; padding:0 15px; min-width:90px;}
.teacherList ul{width:calc(100% - 24px); padding:10px 12px 24px; background:#fff; font-size:0;}
.teacherList ul li{display:inline-block; *display:inline; zoom:1; width:calc((100% - 144px)/6); height:42px; line-height:42px; border-bottom:#8a46c4 1px solid; margin:0 12px; vertical-align:top; text-align:center;}
.teacherList2 ul li{width:calc((100% - 72px)/3); text-align:left;}
.teacherList3{background:#fff;}
.teacherList3 ul{display:inline-block; *display:inline; zoom:1; vertical-align:top; width:calc(50% - 24px);}
.teacherList3 ul li{width:calc(100% - 24px); text-align:left;}
.teacherList ul li a:link, .teacherList ul li a:visited{display:block; height:43px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.teacherList ul li a:hover{color:#8a46c4;}