@charset "utf-8";
/* CSS Document */
*::selection{background:#00a9ad; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:18px; 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; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#00a9ad;}
/*去掉图形热点的点击时出现的边线*/
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.4s; transition:all 0.4s;}
.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;}


/* 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(../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:140px; background:#00a8ac url(../images/headBg.jpg) no-repeat right center;}
.head .logo{height:140px; background:url(../images/logo.png) no-repeat left center;}

.headNav{height:44px; line-height:44px; text-align:right; font-size:14px; color:#b1f2f4;}
.headNav a:link, .headNav a:visited{color:#b1f2f4; margin-right:25px; position:relative;}
.headNav a:after{display:block; content:""; width:1px; height:12px; background:#b1f2f4; 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:220px; height:36px; margin-top:22px; float:right; background:#04b6ba; -webkit-border-radius:2px; border-radius:2px; overflow:hidden;}
.search .keyword{width:calc(100% - 46px); height:36px; line-height:36px; padding-left:10px; background:none; border:0; margin:0; float:left; font-size:14px; color:#fff;}
.search .keyword::placeholder{color:#b1f2f4;}
.search .searchBtn{display:block; width:36px; height:36px; background:url(../images/iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}


/* 菜单 */
.menuWrap{height:54px; background:#009093; position:relative; z-index:10;}
.menuWrapFix{width:100%; position:fixed; left:0; top:0; z-index:100;}
#menu{width:1260px; height:54px; margin:0 auto; text-align:center;}
#menu li{position:relative; text-align:center;}
#menu>li{width:136px; float:left;}
#menu>li:last-of-type{width:172px;}
#menu>li>a{display:block; height:54px; line-height:54px; font-size:20px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#04b6ba;}
#menu>li>a.current{background-color:#00a9ad;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#00a9ad; 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:16px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#04b6ba;}

/**若子级菜单含有子级时，在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 #04b6ba;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 图片轮播 */
.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:#00a9ad;}
.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(../images/l01.png); left:4%;}
.banner .swiper-button-next{background-image:url(../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);}


.indH1{height:35px; line-height:35px; font-weight:normal;}
.indH1 .more{float:right; font-size:14px;}
.indH1 .more a:link, .indH1 .more a:visited{color:#00a0a4; display:inline-block; vertical-align:top; height:35px; line-height:35px; padding-left:12px; background:url(../images/m01.png) no-repeat left center;}
.indH1 .more a:hover{background-image:url(../images/m02.png);}
.indH1 p{float:left; height:35px; color:#01a0a4; font-size:28px;}
.indH1 p label{font-size:18px; color:#9b9b9b;}

.indH2{height:35px; line-height:35px; font-weight:normal; position:relative;}
.indH2:before{display:block; content:""; width:100%; height:1px; background:#e9e9e9; position:absolute; left:0; top:17px; z-index:0;}
.indH2 .more{float:right; font-size:14px; display:block; height:35px; background:#fff; padding-left:10px; position:relative; z-index:1;}
.indH2 .more a:link, .indH2 .more a:visited{color:#00a0a4; display:inline-block; vertical-align:top; height:35px; line-height:35px; padding-left:12px; background:url(../images/m01.png) no-repeat left center;}
.indH2 .more a:hover{background-image:url(../images/m02.png);}
.indH2 p{float:left; height:35px; padding-right:12px; background:#fff; position:relative; z-index:1; color:#01a0a4; font-size:28px;}
.indH2 p img{height:27px; float:left; margin:4px 8px 0 0;}


/* 普通新闻列表 */
.newsList li h3{height:44px; line-height:44px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:16px; background:url(../images/a01.png) no-repeat left center; font-size:18px; font-weight:normal; margin-right:120px; color:#000; -webkit-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{float:right; width:120px; height:44px; line-height:44px; color:#999; text-align:right;}
.newsList li a:hover h3{color:#00a9ad;}


.picNews{margin-top:40px;}
.picNews .bd{height:460px; margin-top:20px; overflow:hidden;}
.picNews .bd ul{min-width:1290px;}
.picNews .bd ul li{display:block; width:400px; height:460px; margin-right:30px; float:left;}
.picNews .bd ul li a{display:block; height:460px; background:#e9f4f4; overflow:hidden;}
.picNews .bd ul li .pic{height:260px; overflow:hidden;}
.picNews .bd ul li .pic p{height:260px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.picNews .bd ul li .txt{height:156px; padding:26px 18px 28px; position:relative; z-index:1;}
.picNews .bd ul li .txt em{display:block; width:100px; height:32px; line-height:32px; text-align:center; background:#00a9ad; color:#fff; font-size:14px; position:absolute; left:18px; top:-16px; font-style:normal;}
.picNews .bd ul li .txt h3{height:32px; line-height:32px; font-size:18px; font-weight:normal;}
.picNews .bd ul li .txt p{height:72px; line-height:24px; padding-top:10px; font-size:16px; color:#888;}
.picNews .bd ul li .txt span{display:block; height:20px; line-height:20px; padding-left:12px; background:url(../images/m01.png) no-repeat left center; margin-top:12px; font-size:14px; color:#00a0a4;}
.picNews .bd ul li .txt span i{display:inline-block; height:20px; vertical-align:top; position:relative; font-style:normal;}
.picNews .bd ul li .txt span i:after{display:block; content:""; width:100%; height:1px; background:#00a0a4; position:absolute; left:0; bottom:0;}
.picNews .bd ul li a:hover .pic p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picNews .bd ul li a:hover .txt span{background-image:url(../images/m02.png);}
.picNews .hd{height:10px; font-size:0; padding-top:30px; text-align:center;}
.picNews .hd ul li{width:10px; height:10px; display:inline-block; vertical-align:top; cursor:pointer; background:#e9e9e9; margin:0 5px; -webkit-border-radius:50%; border-radius:50%; -webkit-transition:all 0.4s; transition:all 0.4s;}
.picNews .hd ul li.on{background:#00a9ad;}


.F1{height:271px; padding:40px 0 40px;}
.F1 .newsList{padding-top:8px;}
.F1 .newsList li h3, .F1 .newsList li p{height:38px; line-height:38px;}
.news{width:590px; height:271px; float:left;}
.notice{height:271px; margin-left:670px;}


.F2{height:378px; padding:50px 0 60px; background:#e9f4f4 url(../images/bg.jpg) no-repeat right center; border-top:#d5e7e9 1px solid;}

.newsTab{height:378px;}
.newsTab .hd{height:32px; line-height:32px;}
.newsTab .hd .more{float:right; font-size:14px;}
.newsTab .hd .more a:link, .newsTab .hd .more a:visited{display:inline-block; vertical-align:top; padding-left:12px; background:url(../images/m01.png) no-repeat left center; height:32px; color:#00a0a4;}
.newsTab .hd .more a:hover{background-image:url(../images/m02.png);}
.newsTab .hd ul{float:left; height:32px;}
.newsTab .hd ul li{height:32px; line-height:32px; float:left; font-size:28px; cursor:pointer; margin-right:30px; position:relative;}
.newsTab .hd ul li:after{display:block; content:""; width:2px; height:26px; background:#00a0a4; position:absolute; right:-14px; top:3px;}
.newsTab .hd ul li:last-of-type{margin-right:0;}
.newsTab .hd ul li:last-of-type:after{display:none;}
.newsTab .hd ul li.on{color:#00a0a4;}
.tabL{width:710px; height:520px; float:left;}
.tabL .bd ul{padding-top:10px;}
.tabL .bd ul li{height:55px; line-height:55px; border-bottom:#b6d4d5 1px dashed;}
.tabL .bd ul li p{padding-right:25px; height:55px; color:#777; font-size:14px; float:left; position:relative;}
.tabL .bd ul li p:after{display:block; content:""; width:1px; height:12px; background:#c1c1c1; position:absolute; right:12px; top:50%; margin-top:-6px;}
.tabL .bd ul li h3{height:55px; font-size:18px; font-weight:normal;}


.tabR{height:520px; margin-left:820px;}
.tabR .bd ul{padding-top:8px;}
.tabR .bd ul li{padding-top:24px; height:60px;}
.tabR .bd ul li p{width:70px; height:60px; line-height:30px; background:#fbf8f8; box-shadow:0 0 5px rgba(0,0,0,0.2); float:left; text-align:center; color:#444; font-size:18px;}
.tabR .bd ul li p span{display:block; height:30px; line-height:30px; background:#00a9ad; font-size:18px; color:#fff;}
.tabR .bd ul li h3{height:56px; line-height:28px; margin-left:82px; padding-top:2px; font-size:18px; font-weight:normal;}


/* 页底 */
.foot{background:#008f99 url(../images/footBg.jpg) no-repeat center center; color:rgba(255,255,255,0.7); line-height:28px; font-size:14px;}
.foot .w1260{height:56px; padding:52px 0; background:url(../images/logo.png) no-repeat left center;}
.foot .footCon{float:right; height:56px;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}
.foot 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: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:#00a9ad; 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:#00a9ad 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#00a9ad !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#00a9ad;}
.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:#00a9ad; border-bottom:2px solid #00a9ad; 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(../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:#00a9ad;}
.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);}