@charset "utf-8";
/* CSS Document */
*::selection{background:#144bb1; 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; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#144bb1;}
/*去掉图形热点的点击时出现的边线*/
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;}


#floatAd{position:absolute; z-index:1000;}

.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:url(../images/headBg.jpg) no-repeat center center;}
.head .logo{height:140px; background:url(../images/logo.png) no-repeat left center;}

/* 搜索 */
.search{width:210px; height:36px; margin-top:52px; float:right; background:#fff; -webkit-border-radius:36px; border-radius:36px;}
.search .keyword{width:calc(100% - 55px); height:36px; line-height:36px; padding-left:15px; background:none; border:0; margin:0; float:left; font-size:12px; color:#333;}
.search .keyword::placeholder{color:#aaa;}
.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; margin-right:4px; float:left;}


/* 菜单 */
.menuWrap{height:54px; background:#2561d0; 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:140px; float:left;}
#menu>li>a{display:block; height:54px; line-height:54px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f49744;}
#menu>li>a.current{background-color:#144bb1;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#144bb1; 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:#faab22; color:#df230a;}

/**若子级菜单含有子级时，在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 #faab22;}
#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:#144bb1;}
.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);}


.indH{height:40px; line-height:40px; font-size:28px; font-weight:normal;}
.indH .more{float:right; font-size:14px; padding-top:9px;}
.indH .more a:link, .indH .more a:visited{color:#888; display:inline-block; vertical-align:top; height:26px; line-height:26px; padding:0 8px; -webkit-border-radius:3px; border-radius:3px; border:#dbdbdb 1px solid;}
.indH .more a:hover{color:#144bb1; border-color:#144bb1;}
.indH p{float:left; height:40px;}
.indH p img{height:30px; float:left; margin:5px 8px 0 0;}
.indH p span{color:#144bb1;}


/* 普通新闻列表 */
.newsList li h3{height:44px; line-height:44px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:24px; background:url(../images/a01.png) no-repeat left center; font-size:16px; font-weight:normal; margin-right:100px; color:#000; -webkit-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{float:right; width:100px; height:44px; line-height:44px; color:#999; text-align:right;}
.newsList li a:hover h3{color:#144bb1;}


.F1{height:520px; padding:36px 0 40px;}
.news{width:725px; height:520px; float:left;}
.picNews{height:220px; margin-top:26px;}
.picNews .swiper-wrapper{height:220px;}
.picNews .swiper-slide{display:block; width:100%; height:220px; background:#144bb1; overflow:hidden;}
.picNews .swiper-slide .pic{width:300px; height:220px; overflow:hidden; float:left;}
.picNews .swiper-slide .pic p{height:220px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide .txt{height:154px; margin-left:300px; padding:33px 36px;}
.picNews .swiper-slide .txt h3{max-height:72px; line-height:36px; font-size:18px; font-weight:normal; color:#fff;}
.picNews .swiper-slide .txt p{height:30px; line-height:30px; padding-left:25px; background:url(../images/iTime.png) no-repeat left center; color:#fff;}
.picNews .swiper-slide a:hover .pic p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-button{width:66px; height:32px; -webkit-border-radius:3px; border-radius:3px; background:#f59d4f; overflow:hidden; position:absolute; right:36px; bottom:33px; z-index:2;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:33px; height:32px; background-color:#f59d4f; background-repeat:no-repeat; background-position:center center; -webkit-border-radius:3px; border-radius:3px; margin:0; top:0;}
.picNews .swiper-button-prev{background-image:url(../images/l02.png); left:0;}
.picNews .swiper-button-next{background-image:url(../images/r02.png); right:0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{background-color:#f4821e; z-index:1;}

.txtNews{height:220px; margin-top:14px; overflow:hidden;}


.notice{height:520px; margin-left:790px;}
.notice ul{padding-top:10px; height:471px;}
.notice ul li{padding:16px 0; height:60px; border-bottom:#e6e6e6 1px solid;}
.notice ul li p{width:60px; height:60px; line-height:22px; background:#dce8ff; -webkit-border-radius:3px; border-radius:3px; float:left; text-align:center; color:#0f3378; font-size:12px;}
.notice ul li p span{display:block; height:38px; line-height:38px; background:#144bb1; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; font-size:24px; color:#fff;}
.notice ul li h3{height:48px; line-height:24px; margin-left:75px; font-size:16px; font-weight:normal;}


.bnfs{padding:45px 0; height:258px; background:url(../images/bnfsBg.jpg) no-repeat center center;}
.bnfs .swiper-wrapper{height:160px; margin-top:28px; padding-bottom:30px;}
.bnfs .swiper-slide{display:block; width:240px; height:160px;}
.bnfs .swiper-slide a{display:block; height:160px; position:relative; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.bnfs .swiper-slide p{display:block; height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bnfs .swiper-slide h3{width:calc(100% - 20px); height:36px; line-height:36px; text-align:center; padding:0 10px; background:rgba(0,0,0,0.5); color:#fff; font-size:16px; font-weight:normal; position:absolute; left:0; bottom:-36px;}
.bnfs .swiper-slide a:hover p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.bnfs .swiper-slide a:hover h3{bottom:0;}
.bnfs .swiper-pagination-bullets{bottom:0 !important; height:10px; font-size:0;}
.bnfs .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; background:#ccc; opacity:1; -webkit-border-radius:50%; border-radius:50%; margin:0 5px !important; -webkit-transition:all 0.4s; transition:all 0.4s;}
.bnfs .swiper-pagination-bullet-active{opacity:1; background:#144bb1;}


/* 页底 */
.foot{background:#1f52b1; color:rgba(255,255,255,0.7); padding:24px 0; line-height:24px; font-size:14px; text-align:center;}
.foot span{padding-left:1em;}
.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;}


#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; display:none;}
.left h2{line-height:30px; font-size:20px; text-align:center; background:#144bb1; 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 #144bb1 solid; opacity:0;}
.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:#144bb1 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#144bb1 !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#144bb1;}
.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;*/margin-left:0;}
.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:#144bb1; border-bottom:2px solid #144bb1; 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:30px; 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:30px; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:800px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 800 ? "800px" : "auto"); vertical-align:top;}
.list01 .wp_entry a:link, .list01 .wp_entry a:visited{color:#144bb1;}
.list01 .wp_entry a:hover{color:#f7a100; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}