@charset "utf-8";
/* CSS Document */
*::selection{background:#0391ff; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;  min-width:1260px;_width:1260px;}
.contentWrap{zoom:1;overflow:hidden;background:#eff5fc url(bg01.jpg) no-repeat top center;}
@media screen and (min-width:1920px){
	body{background-size:100% auto;}	
}
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:#0391ff;}
/*去掉图形热点的点击时出现的边线*/
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:52px; line-height:52px; font-size:24px; font-weight:normal; border-bottom:#2373eb 2px solid;}
.indH a:link, .indH a:visited{color:#6baedf; float:right; font-size:14px;}
.indH a:hover{color:#2373eb;}
.indH img{height:22px; float:left; margin:15px 12px 0 0;}


/* 普通新闻列表 */
.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:156px; border-top:#0356d2 8px solid;}
.head .logo{width:1260px; height:156px; background:url(logo.png) no-repeat center center; margin:0 auto;}

.headNav{width:112px; height:30px; float:left; margin-top:63px; font-size:0;}
.headNav a{display:block; width:56px; height:30px; line-height:30px; text-align:center; font-size:14px; float:left;}
.headNav a:link:first-of-type, .headNav a:visited:first-of-type{background:rgba(3,86,210,0.5); color:#fff;}
.headNav a:link:last-of-type, .headNav a:visited:last-of-type{background:rgba(255,255,255,0.7); color:#0356d2;}
.headNav a:hover:first-of-type{background:#0356d2;}
.headNav a:hover:last-of-type{background:#fff;}


/* 搜索 */
.search{width:200px; height:30px; float:right; margin-top:63px;}
.search .keyValue{width:160px; height:30px; line-height:30px; padding:0 5px; background:rgba(255,255,255,0.7); border:0; margin:0; float:left; font-size:14px; color:#0391ff;}
.search .keyValue:focus{background:#fff;}
.search .keyValue::placeholder{color:#4e91ec;}
.search .keyValue:focus::placeholder{color:#95c2ff;}
.search .submitBtn{display:block; width:30px; height:30px; background:#0d66db url(iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}
.search .submitBtn:hover{background-color:#0356d2;}

/* 菜单 */
.menuWrap{width:1260px; height:54px; background:#0391ff; position:relative; z-index:10; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:88px;}
#menu>li>a{display:block; height:54px; line-height:54px; font-size:15px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li:first-of-type{width:54px;}
#menu>li:nth-of-type(10){width:150px;}
#menu>li>a:hover, #menu>li>a.current{color:#fff; background-color:#0356d2;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0356d2; 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:9px; line-height:20px; font-size:14px; color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#0391ff;}

/**若子级菜单含有子级时，在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; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #0391ff;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


.F1{background:url(bg02.png) no-repeat center bottom;}
@media screen and (min-width:1920px){
	.F1{background-size:contain;}	
}
.F1 .w1260{width:1230px; padding:15px; background:#fff; margin:0 auto;}

/* 轮播图 */
.banner{width:1230px; 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:400px; 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:0 !important; height:10px; padding:15px 0; background:url(bg05.png) repeat-y center; background-size:100% auto;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; border-radius:6px; border:#fff 1px solid; background:#fff; opacity:1; vertical-align:top; margin:0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#33b9fd;}


.F1News{padding:25px 0; height:396px;}
.news{width:830px; height:396px; float:left;}
.newsCon{height:314px; margin-top:28px;}
.picNews{width:440px; height:314px; position:relative; overflow:hidden; float:left;}
.picNews .swiper-slide{position:relative; height:314px;}
.picNews .swiper-slide p{height:314px; 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 .swiper-slide a:hover 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 .swiper-slide h3{width:calc(100% - 30px); height:36px; line-height:36px; padding:0 15px; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); color:#fff; text-align:center; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picNews .swiper-pagination-bullets{bottom:42px !important; height:10px;}
.picNews .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 6px !important;}
.picNews .swiper-pagination-bullet-active{opacity:0.9; background:#33b9fd;}


.txtNews{height:314px; margin-left:460px; overflow:hidden;}
.txtNews .newsList{top:-7px; position:relative;}
.txtNews .newsList li{height:41px; line-height:41px;}


.notice{height:396px; margin-left:870px;}
.notice ul{padding-top:6px;}
.notice ul li{height:62px; padding-top:22px;}
.notice ul li p{width:60px; height:60px; background:#57abff; border:#2886e5 1px solid; float:left; text-align:center; color:#fff; font-size:12px; line-height:22px;}
.notice ul li p span{display:block; height:38px; line-height:38px; background:#fff; font-size:28px; color:#2886e5;}
.notice ul li h3{height:60px; line-height:30px; font-size:16px; font-weight:normal; padding-top:1px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; margin-left:80px;}


.F1Title{width:1260px; height:60px; margin:20px auto 0;}
.F1Title li{width:384px; height:60px; line-height:60px; font-size:24px; margin-left:54px; float:left;}
.F1Title li:nth-of-type(1){margin-left:0; color:#8e40f4;}
.F1Title li:nth-of-type(2){color:#6e55f3;}
.F1Title li:nth-of-type(3){color:#4c64ec;}
.F1Title li a:link, .F1Title li a:visited{color:#6baedf; float:right; font-size:14px; display:block; height:50px; line-height:50px; margin-top:10px; float:right;}
.F1Title li:nth-of-type(1) a:hover{color:#8e40f4;}
.F1Title li:nth-of-type(2) a:hover{color:#6e55f3;}
.F1Title li:nth-of-type(3) a:hover{color:#4c64ec;}
.F1Title li img{height:22px; float:left; margin:19px 12px 0 0;}


.F2{padding:23px 0; height:266px; background:url(bg03.jpg) no-repeat center center; background-size:cover;}
.F2 .indNews{width:384px; height:266px; margin-left:54px; float:left;}
.F2 .indNews:first-of-type{margin-left:0;}
.F2 .newsList li{background-image:url(a02.png); height:38px; line-height:38px; color:#fff;}
.F2 .newsList li span{color:#fff;}
.F2 .newsList li a:link, .F2 .newsList li a:visited{color:#fff;}
.F2 .newsList li a:hover{color:#fff; text-decoration:underline;}


.F3{padding:40px 0; height:330px; background:url(bg04.jpg) no-repeat center center; background-size:cover;}
.F3News{width:615px; height:330px; background:#fff; float:left;}
.F3News .indH{height:48px; line-height:48px; padding-bottom:2px; background-repeat:no-repeat; background-position:left bottom; border-bottom:0; padding:0 24px;}
.F3News .newsList{padding:8px 24px 20px; height:252px;}
.F3News .newsList li{padding-left:0; background:none; border-bottom:#e9e9e9 1px dashed; height:41px; line-height:41px;}

.xsbg .indH{background-image:url(line01.jpg); color:#9348d8;}
.xsbg .indH a:hover, .xsbg .newsList li a:hover{color:#9348d8;}
.xssh{margin-left:30px;}
.xssh .indH{background-image:url(line02.jpg); color:#356ee1;}
.xssh .indH a:hover, .xssh .newsList li a:hover{color:#356ee1;}


.link{background:#fff;}
.link ul{width:1260px; padding:10px 0; margin:0 auto; font-size:0;}
.link ul li{display:inline-block; *display:inline; zoom:1; vertical-align:top; height:25px; line-height:25px; font-size:18px; font-weight:bold; padding-left:18px; background:url(a03.png) no-repeat left center; margin-right:40px;}
.link ul li a:link, .link ul li a:visited{color:#3c94f2;}
.link ul li a:hover{color:#a93cfd;}


/* 页底 */
.foot{background:#0356d2; color:#fff; height:147px; padding:25px 0; font-size:14px;}
.footPic{height:147px; float:right;}
.footPic p{float:left; padding-left:32px;}
.footPic p img{vertical-align:top;}

.copy{height:140px; line-height:28px; padding:3px 0; white-space:nowrap; margin-right:400px;}
.copy a:link, .copy a:visited{color:#fff;}
.copy a:hover{text-decoration:underline;}

.ny{background:url(bg02.png) no-repeat center bottom; background-size:contain; padding-bottom:50px;}
.ny .w1260{padding:30px; background:#fff; width:1200px;}
.left{width:200px; background:#afd4ff; text-align:center; float:left;}
.left h2{padding:13px; line-height:30px; background:#0356d2; font-size:20px; color:#fff; font-weight:normal;}
.left ul li a{display:block; line-height:24px; padding:15px; border-bottom:#fff 1px solid;}
.left ul li a:link, .left ul li a:visited{color:#fff;}
.left ul li a:hover, .left ul li a.on{color:#fff; background:#0391ff;}

.right{margin-left:230px;}
.post{height:54px; line-height:54px; border-bottom:#2373eb 2px solid;}
.post label{font-size:20px; color:#0356d2;}
.post span{float:right; font-size:14px; line-height:40px; padding-top:14px;}


.list01{padding-top:10px;}
.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;}
.article2 .articleCon img{max-width:1200px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1200 ? "1200px" : "auto"); vertical-align:top;}


.teacherList{width:100%; padding-top:24px;}
.teacherList h3{height:36px; line-height:36px;}
.teacherList h3 p{min-width:120px; height:36px; color:#fff; border-right:#fff 5px solid; background:#0391ff; text-align:center; float:left; font-size:16px; font-weight:normal;}
.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:#0391ff 1px solid; margin:0 12px; vertical-align:top;}
.teacherList ul li a:link, .teacherList ul li a:visited{display:block; height:43px; padding:0 15px; font-size:16px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.teacherList ul li a:hover{color:#0391ff;}



.tableList{margin-top:30px; background:#fff;}
.tableList:first-of-type{margin-top:10px;}
.tableList h3{font-size:16px; font-weight:normal; height:42px; line-height:42px; color:#fff; background:#d3e7ff;}
.tableList h3 p{padding:0 18px; height:42px; float:left; position:relative; background:#2373ec;}
.tableList h3 p:after{display:block; content:""; width:0; height:0; border-color:transparent; border-width:21px; border-style:solid; border-left:21px #2373ec solid; position:absolute; right:-42px; top:0;}
.tableList ul{font-size:0; border:#cad9ec 1px solid; border-top:0; padding:6px 0;}
.tableList ul li{width:calc(100% / 8); height:36px; line-height:36px; text-align:center; font-size:14px; display:inline-block; vertical-align:top;}