@charset "utf-8";
/* CSS Document */
*::selection{background:#0c468d; 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:#0c468d;}
/*去掉图形热点的点击时出现的边线*/
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;}

.animate{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-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(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;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

/* 头部 */
.head{width:100%; height:138px; background:#0c468d url(headBg.jpg) no-repeat center bottom;}
.head .logo{width:1260px; height:138px; background:url(logo.png) no-repeat left center; margin:0 auto;}
.search{width:180px; height:36px; padding:0 5px 0 15px; background:#1e569a; -webkit-border-radius:36px; border-radius:36px; margin-top:51px; float:right;}
.search .keyValue{width:calc(100% - 36px); height:36px; line-height:36px; padding:0; font-size:14px; background:none; border:none; color:#fff; float:left;}
.search .keyValue::placeholder{color:rgba(255,255,255,0.4);}
.search .submitBtn{display:block; width:36px; height:36px; background:url(iSearch.png) no-repeat center center; border:none; padding:0; margin:0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:50px; background:#093b78; position:relative; z-index:10;}
.menuWrapFix{width:100%; position:fixed; left:0; top:0; z-index:100;}
#menu{width:1260px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:182px; margin-left:2px;}
#menu>li:before{display:block; content:""; width:2px; height:22px; background:url(menuLine.jpg); position:absolute; left:-2px; top:14px;}
#menu>li:nth-of-type(1){width:152px; margin-left:0;}
#menu>li:nth-of-type(1):before{display:none;}
#menu>li:nth-of-type(2){width:198px;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f58f0b;}
#menu>li>a.current{background-color:#0c468d;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0c468d; 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:#f58f0b; 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 #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:2px solid #f58f0b;}
#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; background:#fff url(loading.gif) no-repeat center 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;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
.banner .swiper-button-prev, .banner .swiper-button-next{background-repeat:no-repeat; background-position:center center; background-size:40px 40px; width:50px; height:50px; opacity:0.7;}
.banner .swiper-button-prev{background-image:url(l.png);}
.banner .swiper-button-next{background-image:url(r.png);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


.indH1{height:90px; text-align:center; position:relative; z-index:1;}
.indH1 p{height:90px; line-height:90px; font-weight:normal; position:relative; z-index:1; font-size:32px; color:#135ea5;}
.indH1 span{display:block; width:100%; height:54px; line-height:54px; font-size:60px; color:#f1f1f1; position:absolute; left:0; top:0; z-index:0; text-transform:uppercase; font-weight:bold;}

.indH2{height:45px; line-height:45px; font-weight:normal; position:relative; z-index:1;}
.indH2:after{display:block; content:""; width:100%; height:1px; background:#e3e3e3; position:absolute; left:0; top:22px; z-index:-1;}
.indH2 a{display:block; font-size:14px; height:45px; background:#fff; padding-left:16px; float:right;}
.indH2 p{height:45px; padding-right:22px; background:#fff; font-size:32px; float:left; position:relative;}
.indH2 p:after{display:block; content:""; width:5px; height:5px; background:#e3e3e3; position:absolute; right:0; top:20px;}
.indH2 p span{display:inline-block; vertical-align:top; height:45px; padding-left:23px; color:#135ea5; position:relative;}
.indH2 p span:before{display:block; content:""; width:7px; height:7px; background:#000; -webkit-border-radius:50%; border-radius:50%; position:absolute; left:8px; top:19px;}

/* 普通新闻列表 */
.newsList li{border-bottom:#dfdfdf 1px dashed;}
.newsList li h3{height:47px; line-height:47px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:30px; font-size:16px; font-weight:normal; margin-right:100px; color:#000; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; position:relative;}
.newsList li h3:after{display:block; content:""; width:12px; height:3px; background:#d2d2d2; position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{float:right; width:100px; height:47px; line-height:47px; color:#999; text-align:right;}
.newsList li a:hover h3{color:#0c468d;}
.newsList li a:hover h3:after{background:#0c468d; width:16px;}

.news{padding:70px 0 80px; background:url(bg1.jpg) no-repeat center bottom; position:relative;}
.news:after{display:block; content:""; width:56%; height:15px; background:#d7ae82; position:absolute; left:0; bottom:0;}
.newsCon{margin-top:20px; height:408px;}
.picNews{width:510px; height:408px; position:relative; z-index:1; float:left;}
.picNews:before{display:block; content:""; width:398px; height:434px; background:url(picNewsBg.png) no-repeat left bottom; position:absolute; left:0; bottom:0; z-index:-1;}
.picNews .swiper-container{width:510px; height:408px; position:relative; z-index:1; overflow:hidden;}
.picNews .swiper-wrapper{height:408px;}
.picNews .swiper-slide{display:block; width:100%; height:408px; position:relative;}
.picNews .swiper-slide p{height:360px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:360px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:330px; height:48px; line-height:48px; font-size:16px; font-weight:normal; color:#fff;}
.picNews .swiper-slide 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);}
.picNews .swiper-pagination-bullets{width:auto !important; height:18px !important; left:auto; right:0; bottom:15px !important; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:18px; height:18px; line-height:18px; text-align:center; border:0; background:#d9d9d9; -webkit-border-radius:0; border-radius:0; opacity:1; margin:0 0 0 6px !important; font-size:12px; color:#1b5295; -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-pagination-bullet-active{opacity:1; background:#d7ae82; color:#fff;}

.txtNews{height:408px; margin-left:550px; overflow:hidden;}
.txtNews dl dd{height:36px; line-height:36px; font-size:20px;}
.txtNews dl dt{max-height:48px; line-height:24px; padding-top:10px; color:#999; font-size:15px;}
.txtNews .newsList{padding-top:25px; height:280px;}
.txtNews .newsList li{border-bottom:0;}
.txtNews .newsList li h3, .txtNews .newsList li p{height:40px; line-height:40px;}

.more{height:44px; padding-top:30px;}
.more a{display:block; width:138px; height:40px; line-height:40px; text-align:center; border:#e1e1e1 2px solid; -webkit-border-radius:4px; border-radius:4px; margin:0 auto; font-size:15px;}
.more a:hover{color:#fff; border-color:#0c468d; background:#0c468d;}


.tzgg{padding:50px 0 60px; background:url(bg2.jpg) no-repeat center center;}
.tzgg .indH1 p{color:#fff;}
.tzgg .indH1 span{color:#2c61a1;}
.tzgg ul{height:260px; margin-top:-18px; font-size:0;}
.tzgg ul li{width:400px; height:100px; padding:30px 30px 0 0; display:inline-block; vertical-align:top; font-size:16px;}
.tzgg ul li:nth-of-type(3n){padding-right:0;}
.tzgg ul li a{display:block; height:100px; background:#e9f4ff; -webkit-border-radius:5px; border-radius:5px; overflow:hidden; padding:0 25px 0 9px;}
.tzgg ul li p{width:86px; height:100px; line-height:25px; text-align:center; font-size:14px; position:relative; float:left;}
.tzgg ul li p:after{display:block; content:""; width:1px; height:56px; background:#c9d8e9; position:absolute; right:0; top:50%; margin-top:-28px;}
.tzgg ul li p span{display:block; height:42px; line-height:42px; font-size:34px; padding-top:16px;}
.tzgg ul li h3{height:48px; line-height:24px; font-size:16px; font-weight:normal; margin-left:102px; padding-top:26px;}
.tzgg ul li a:hover{background:#fff;}
.tzgg .more{padding-top:40px;}
.tzgg .more a:link, .tzgg .more a:visited{color:#fff; border-color:#a0b6d1;}
.tzgg .more a:hover{border-color:#fff; background:#fff; color:#0c468d;}


.F2{padding:60px 0 70px; background:url(bg3.jpg) no-repeat center bottom; position:relative;}
.F2:after{display:block; content:""; width:20%; height:10px; background:#d7ae82; position:absolute; right:0; top:0;}
.kyjz{width:714px; height:426px; float:left;}
.kyjz ul{height:368px; padding-top:13px;}
.kyjz ul li{border-bottom:0;}
.kyjz ul li p, .kyjz ul li h3{height:46px; line-height:46px;}


.xsjj{height:426px; margin-left:764px;}
.xsjj ul{height:360px; padding-top:10px;}
.xsjj ul li{height:80px; padding:20px 0 19px; border-bottom:#d8d8d8 1px dashed;}
.xsjj ul li .time{width:80px; height:80px; line-height:24px; font-size:14px; background:#1a5498; text-align:center; color:#fff; float:left;}
.xsjj ul li .time p{height:38px; line-height:38px; font-size:32px; padding-top:8px;}
.xsjj ul li .text{height:80px; margin-left:100px;}
.xsjj ul li .text h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; margin-bottom:4px;}
.xsjj ul li .text p{height:22px; line-height:22px; font-size:14px; color:#999;}


.link{background:#f1f0f0;}
.link ul{padding:35px 0 35px 164px; font-size:0; position:relative;}
.link ul:before{display:block; content:""; width:114px; height:109px; background:url(linkH.png) no-repeat; position:absolute; left:0; top:-16px;}
.link ul li{display:inline-block; vertical-align:top; margin-right:40px; padding-left:14px; height:30px; line-height:30px; position:relative; font-size:15px;}
.link ul li:before{display:block; content:""; width:5px; height:5px; background:#c6c6c6; -webkit-border-radius:50%; border-radius:50%; position:absolute; left:0; top:50%; transform:translateY(-50%);}


/* 页底 */
.foot{background:#093b78 url(footBg.jpg) no-repeat left bottom; color:rgba(255,255,255,0.6); line-height:24px; font-size:14px;}
.foot .w1260{padding:30px 0 30px 750px; width:510px; background:url(logo.png) no-repeat left center;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.6);}
.foot a:hover{color:#fff;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(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:0 auto; padding:30px 0 50px;}
.left{width:240px; float:left; background:#f5f5f5;}
.left h2{line-height:30px; padding:15px; text-align:center; background-color:#0c468d; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left ul{padding:5px 0 5px 5px;}
.left ul li a{display:block; line-height:24px; padding:10px 30px 10px 15px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 4px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #0c468d 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;}
.left ul li a:hover{color:#f58f0b;}
.left ul li a:hover:after{border-left-color:#f58f0b;}
.left ul li a.on{background:#fff; color:#f58f0b;}
.left ul li a.on:after{border-left-color:#f58f0b;}
 
 
.right{margin-left:280px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post span a:link, .post span a:visited{color:#999;}
.post span a:hover{color:#0c468d;}
.post p{float:left; color:#0c468d; border-bottom:2px solid #0c468d; font-size:20px; font-weight:normal;}


.list01{padding-top:10px;}

.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul 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);}


.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:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.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:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}


.teacherList ul{font-size:0;}
.teacherList ul li{display:inline-block; zoom:1; vertical-align:top; width:180px; height:56px; line-height:56px; text-align:center; margin:20px 20px 0 0; font-size:14px;}
.teacherList ul li:nth-of-type(5n){margin-right:0;}
.teacherList ul li a{display:block; height:56px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:#0c468d;}
.teacherList ul li a:link, .teacherList ul li a:visited{color:#fff;}
.teacherList ul li a:hover{color:#ff0;}