@charset "utf-8";
/* CSS Document */
*::selection{background:#1780c7; 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.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#1780c7;}
/*去掉图形热点的点击时出现的边线*/
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;}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.clamp2{display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.clamp3{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.clamp4{display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;}
.clamp5{display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;}
.clamp6{display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;}
.justify{text-justify:inter-ideograph; text-align:justify;}
.bgPic{height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}

/* 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;}

/* 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(/_upload/tpl/01/9b/411/template411/css/../images/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;}


.container{min-width:1260px;_width:1260px; margin:0 auto;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

/* 头部 */
.head{height:150px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/headBg.jpg) no-repeat center center; background-size:cover;}
.head .logo{height:150px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/logo.png) no-repeat left center;}

.headNav{height:36px; line-height:36px; text-align:right; font-size:14px;}
.headNav a:link, .headNav a:visited{color:rgba(255,255,255,0.8); margin-right:25px; position:relative;}
.headNav a:after{display:block; content:""; width:1px; height:12px; background:rgba(255,255,255,0.3);; position:absolute; right:-13px; top:50%; margin-top:-6px;}
.headNav a:last-of-type{margin-right:0;}
.headNav a:last-of-type:after{display:none;}
.headNav a:hover{color:#fff;}

/* 搜索 */
.search{width:200px; height:30px; margin-top:24px; float:right; background:#fff; overflow:hidden;}
.search .keyword{width:calc(100% - 40px) !important; height:30px; line-height:30px; padding:0 5px; background:none; border:0; margin:0; float:left; font-size:14px;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:30px; height:30px; background:#1692e5 url(../images/iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left; -webkit-transition:all 0.3s; transition:all 0.3s;}
.search .searchBtn:hover{background-color:#7db719;}

.search .wp_search .search{width:30px !important; height:30px !important; background:#1692e5 url(../images/iSearch.png) no-repeat center center !important; cursor:pointer; border:0; padding:0; margin:0 !important; -webkit-transition:all 0.3s; transition:all 0.3s;}
.search .wp_search .search:hover{background-color:#7db719 !important;}

/* 菜单 */
.menuWrap{height:42px;}
.menu{height:42px; background:#fff; position:relative; z-index:10;}
#menu{width:1254px; height:42px; margin:0 auto; text-align:center;display:flex;}
#menu li{position:relative; text-align:center;}
#menu>li{flex:1;}
#menu>li>a{display:block; height:42px; line-height:42px; font-size:16px;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#269ee8; color:#fff;}
#menu>li>a.current{background-color:#1780c7; color:#fff;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#1780c7; 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:8px 5px; color:#fff; line-height:24px; font-size:14px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#269ee8;}

/**若子级菜单含有子级时，在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; -webkit-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #269ee8;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

.nyMenu{background:#1780c7;}
.nyMenu #menu>li>a:link, .nyMenu #menu>li>a:visited{color:#fff;}
.nyMenu #menu>li>a.current, .nyMenu #menu ul{background-color:#0a6db0;}

.menuFix{width:100%; position:fixed; left:0; top:0; z-index:100; background:#1780c7;}
.menuFix #menu>li>a:link, .menuFix #menu>li>a:visited{color:#fff;}
.menuFix #menu>li>a.current, .menuFix #menu ul{background-color:#0a6db0;}

/* 图片轮播 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.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;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px; font-size:0;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; background:#fff; opacity:1; margin:0 6px 0 !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#1780c7;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-color:rgba(255,255,255,0.24); background-repeat:no-repeat; background-position:center center; -webkit-border-radius:6px; border-radius:6px;}
.banner .swiper-button-prev{background-image:url(/_upload/tpl/01/9b/411/template411/css/../images/l01.png); left:4%;}
.banner .swiper-button-next{background-image:url(/_upload/tpl/01/9b/411/template411/css/../images/r01.png); right:4%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:rgba(255,255,255,0.4);}


.indNews{background:url(/_upload/tpl/01/9b/411/template411/css/../images/bg1.jpg) no-repeat center center; background-size:cover;}

.indH{height:46px; line-height:46px; font-weight:normal; position:relative;}
.indH:after{display:block; content:""; width:100%; height:1px; border-bottom:#d3e1ef 1px dashed; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:0;}
.indH .more{float:right; position:relative; z-index:1; background:#fff; padding-left:10px; height:46px;}
.indH .more a:link, .indH .more a:visited{color:#98bcd7; display:inline-block; vertical-align:top; height:46px; line-height:46px;}
.indH .more a:hover{color:#1780c7;}
.indH p{float:left; height:46px; padding-right:24px; color:#1780c7; font-size:28px; background:#fff; position:relative; z-index:1;}
.indH p:after{display:block; content:""; width:15px; height:10px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/iHbg.png) no-repeat center right; position:absolute; right:0; top:50%; transform:translateY(-50%);}


/* 普通新闻列表 */
.newsList li{border-bottom:#d3d3d3 1px dashed;}
.newsList li a{display:flex;}
.newsList li h3{flex:1; height:44px; line-height:44px; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; padding-left:16px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/a01.png) no-repeat left center; font-size:16px; font-weight:normal; color:#000; -webkit-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{height:44px; line-height:44px; color:#999; text-align:right; padding-left:20px;}
.newsList li a:hover h3{color:#1780c7;}


.F1{padding-top:50px; height:410px;}
.news{width:895px; height:410px; float:left;}
.newsCon{height:344px; padding-top:20px;}
.picNews{width:524px; height:344px; position:relative; overflow:hidden; float:left;}
.picNews .swiper-slide{display:block; width:100%; background:#fff;}
.picNews .swiper-slide a{display:block; height:344px; overflow:hidden; position:relative;}
.picNews .swiper-slide h3{width:calc(100% - 118px); height:50px; line-height:50px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.6); color:#fff; padding:0 102px 0 16px; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-bullets{width:auto !important; height:8px !important; left:auto; right:16px; bottom:21px !important; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:6px; height:6px; border:#fff 1px solid; background:rgba(255,255,255,0); -webkit-border-radius:8px; border-radius:8px; opacity:1; margin:0 0 0 8px !important; -webkit-transition:all 0.3s; transition:all 0.3s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#ffdc05; border-color:#ffdc05;}

.txtNews{margin-left:544px; height:344px;}
.txtNews ul{position:relative; top:-6px;}
.txtNews ul li h3, .txtNews ul li p{height:49px; line-height:49px;}


.xygg{height:410px; margin-left:948px;}
.xygg ul{height:352px; padding-top:12px;}
.xygg ul li{height:80px; padding-top:8px;}
.xygg ul li a{display:block; height:52px; padding:14px 18px 14px 0; background:#f4f8ff; position:relative;}
.xygg ul li a:before{display:block; content:""; width:0; height:100%; background:#1780c7; position:absolute; left:0; top:0; z-index:0; -webkit-transition:all 0.3s; transition:all 0.3s;}
.xygg ul li p{width:78px; height:52px; line-height:22px; text-align:center; position:relative; color:#abb7cc; font-size:12px; position:relative; z-index:1; float:left;}
.xygg ul li p:after{display:block; content:""; width:1px; height:40px; background:#d9dfeb; position:absolute; right:0; top:6px;}
.xygg ul li p span{display:block; height:30px; line-height:30px; font-size:24px; color:#31a7f5;}
.xygg ul li h3{height:52px; line-height:26px; font-size:16px; font-weight:normal; margin-left:96px; position:relative; z-index:1;}
.xygg ul li a:hover, .xygg ul li a:hover p, .xygg ul li a:hover p span{color:#fff;}
.xygg ul li a:hover:before{width:100%;}


.F2{height:380px; padding-top:80px;}
.newsTab{height:380px;}
.newsTab .hd{height:49px; line-height:46px;}
.newsTab .hd .more{float:right;}
.newsTab .hd .more a:link, .newsTab .hd .more a:visited{display:inline-block; vertical-align:top; height:46px; color:#98bcd7;}
.newsTab .hd .more a:hover{color:#1780c7;}
.newsTab .hd ul{float:left; height:49px;}
.newsTab .hd ul li{height:49px; line-height:46px; float:left; font-size:24px; color:#8ab6d5; cursor:pointer; margin-right:36px; position:relative;}
.newsTab .hd ul li:after{display:block; content:""; width:100%; height:3px; background:#1780c7; position:absolute; left:0; bottom:0; opacity:0;}
.newsTab .hd ul li:last-of-type{margin-right:0;}
.newsTab .hd ul li.on{color:#1780c7;}
.newsTab .hd ul li.on:after{opacity:1;}
.newsTab .bd ul{padding-top:7px; height:324px;}
.newsTab .bd ul li h3, .newsTab .bd ul li p{height:53px; line-height:53px;}

.tabL{width:586px; height:380px; float:left;}
.tabR{height:380px; margin-left:674px;}

.picLink{padding:80px 0; overflow:hidden;}
.picLink ul{width:1348px; height:127px;}
.picLink ul li{width:586px; height:127px; padding-right:88px; float:left;}
.picLink ul li img{width:586px; height:127px;}


.xyfc{height:236px; padding:50px 0 70px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/bg2.jpg) no-repeat center center;}
.xyfc .indH p, .xyfc .indH .more{background:#f4f8ff;}
.xyfc .bd{width:100%; height:160px; padding-top:30px; overflow:hidden;}
.xyfc .bd ul{min-width:1275px; height:160px;}
.xyfc .bd ul li{width:240px; height:160px; padding-right:15px; float:left;}
.xyfc .bd ul li a{display:block; height:100%; -webkit-border-radius:4px; border-radius:4px; overflow:hidden; position:relative;}
.xyfc .bd ul li a h3{position:absolute; left:0; bottom:-40px; width:calc(100% - 20px); height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,0.6); color:#fff; font-size:16px; font-weight:normal; padding:0 10px;}
.xyfc .bd ul li a:hover h3{bottom:0;}


/* 页底 */
.foot{background:#1380c8; color:rgba(255,255,255,0.7); font-size:14px; border-bottom:#269ee8 10px solid; padding:26px 0;}
.foot .footCon{padding:26px 0; border-bottom:#6db0dd 1px solid;}

.link{height:32px;}
.linkBox .mainlevel{width:166px; height:30px; border:rgba(255,255,255,0.7) 1px solid; position:relative; margin-right:15px; float:left;}
.linkBox .mainlevel:hover{border-color:#fff;}
.linkBox li a{display:block; height:30px; line-height:30px; cursor:pointer; padding-left:12px; font-size:14px;}
.linkBox li a:link, .linkBox li a:visited{color:rgba(255,255,255,0.7);}
.linkBox li a:hover{color:#fff;}
.linkBox li a i{display:block; width:30px; height:30px; background:url(/_upload/tpl/01/9b/411/template411/css/../images/a02.png) no-repeat center center; float:right;}
.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:480px; border:#fff 1px solid; border-bottom:0; padding:0; background-color:#269ee8; position:absolute; left:-1px; bottom:31px; 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:5px 8px; background:none; -webkit-border-radius:0; border-radius:0; font-size:14px;}
.linkBox li ul li a:hover{background:#f58f0b;}

.copy{line-height:22px; padding-top:15px;}
.copy a:link, .copy a:visited{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy img{height:18px; margin-right:5px; vertical-align:text-bottom;}
.copy span{padding-left:1em;}


.ewm ul li{float:left; padding-left:30px; text-align:center;}
.ewm ul li .iconPic{width:58px; height:58px; margin:0 auto;}
.ewm ul li p{padding-top:8px;}
.ewm ul li .bigPic{display:none; position:absolute; left:50%; bottom:calc(100% + 10px); transform:translateX(-50%); max-width:240px; max-height:240px; box-shadow:0 3px 10px rgba(0,0,0,0.2);}
.ewm ul li a{display:block; position:relative;}
.ewm ul li a:link, .ewm ul li a:visited{color:rgba(255,255,255,0.7);}
.ewm ul li a:hover{color:#fff;}
.ewm ul li a:hover .bigPic{display:block;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/_upload/tpl/01/9b/411/template411/css/../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:196px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.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:#1780c7; 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; background:#f5f5f5;}
.left ul li, .left ul li > a:after{-webkit-transition:all 0.4s; transition:all 0.4s;}
.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; border-left:#f5f5f5 3px solid !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:10px; 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 #aaa solid;}
.left ul li:hover{background:#fff;}
.left ul li:hover>a{border-left-color:#f7a100 !important;}
.left ul li:hover > a:after, .left ul li.selected > a:after{opacity:1;}
.left ul li:hover > a:after{border-left-color:#f7a100;}
.left ul li:hover > a{background:#fff !important; color:#f7a100 !important; border-right-color:#fff !important;}
.left ul li.selected{border-left:#1780c7 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#1780c7 !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#1780c7;}
.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;}


.right{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:link, .post .postSpan a:visited{color:#999;}
.post .postSpan a:hover{color:#f7a100;}
.post h3{float:left; height:48px; position:relative; top:0; color:#1780c7; border-bottom:2px solid #1780c7; font-size:20px; font-weight:normal;}


.list01, .article{padding-top:10px;}
.article{padding:10px 30px 0;}
.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 label{padding-left:30px;}
.articleCon{line-height:1.8; padding-top:15px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:800px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 800 ? "800px" : "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(/_upload/tpl/01/9b/411/template411/css/../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:1.6; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.list01 .wp_entry a:link, .list01 .wp_entry a:visited{color:#1780c7;}
.list01 .wp_entry a:hover{color:#f7a100; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}


.teacherList01 .picList:after{display:block; content:""; clear:both;}
.teacherList01 .picList li{padding:20px 0; border-bottom:#e6e6e6 1px dashed;}
.teacherList01 .picList li .pic{width:90px; height:120px; background:#f5f5f5 url(../images/none.jpg) no-repeat center center; background-size:contain; overflow:hidden; float:left;}
.teacherList01 .picList li .pic p{width:90px; height:120px; background-position:center center; background-repeat:no-repeat; background-size:cover;-webkit-transition:all 0.8s; transition:all 0.8s;}
.teacherList01 .picList li .txt{margin-left:120px; height:120px;}
.teacherList01 .picList li .txt h2{height:30px; line-height:30px; font-size:18px;}
.teacherList01 .picList li .txt h3{height:24px; line-height:24px; font-size:16px; font-weight:normal; color:#666; padding:8px 0 10px;}
.teacherList01 .picList li .txt p{height:48px; line-height:24px; font-size:16px; color:#999;}
.teacherList01 .picList li a:hover .pic p{-webkit-transform:scale(1.05); transform:scale(1.05);}