@charset "utf-8";
/* CSS Document */
*::selection{background:#0469cd; 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:1320px;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#0469cd; text-decoration:none;}
/*去掉图形热点的点击时出现的边线*/
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;}

/* 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(/B01ZHGLB/css/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;}

.animate{-webkit-transition:all 0.4s; transition:all 0.4s;}
.unselectable{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文字超出省略号...*/
.clamp1{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.clamp3{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.clamp4{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
.clamp5{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; height:100%; display:block;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}
.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

/* 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;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.top{height:34px; line-height:34px; text-align:right; background:#0469cd; border-bottom:#005ab4 1px solid; color:#4393e2; font-size:0;}
.topNav, .search{display:inline-block; vertical-align:top; height:34px;}
.topNav span{font-size:14px;}
.topNav span:last-of-type{display:none;}
.topNav a{color:#4393e2; font-size:14px; margin:0 16px; position:relative;}
.topNav a:after{display:block; content:"|"; font-size:14px; position:absolute; right:-16px; top:50%; transform:translateY(-50%);}
.topNav a:last-of-type:after{display:none;}
.topNav a:hover{color:#fff;}

/* search */
.search{width:34px; position:relative;}
.searchBtn{display:block; width:34px; height:34px; overflow:hidden; background:#589cde url(../images/iSearch.png) no-repeat center center;}
.searchCon{display:none; width:244px; height:34px; background:#fff; position:absolute; top:0; right:0;}
.searchCon .keyValue{width:200px; height:34px; line-height:34px; background:none; border:0; padding:0; margin:0; font-size:14px; padding:0 5px; float:left;}
.searchCon .keyValue::placeholder{color:#aaa;}
.searchCon .submitBtn{display:block; width:34px; height:34px; background:#589cde url(../images/iSearch.png) no-repeat center center; border:0; cursor:pointer; float:left;}


/* 头部 */
.head{height:126px; background:#0469cd url(../images/headBg.jpg) no-repeat right bottom; border-top:#197cde 1px solid; border-bottom:#005ab4 1px solid; position:relative; z-index:10;}
.head .w1260{position:relative;}
.head .logo{height:126px; display:flex; align-items:center;}

/* 菜单 */
.menuWrap{height:48px; background:#0469cd; border-top:#197cde 1px solid;}
#menu{display:flex;}
#menu li{position:relative; text-align:center;}
#menu>li{flex:1; height:48px; position:relative;}
#menu>li>a{display:flex;justify-content:center; height:48px; line-height:48px; font-size:16px;}
#menu>li>a .iconfont{font-size:18px;}
#menu>li>a span{padding-left:8px;}
#menu li a:link, #menu li a:visited{color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#1450dd; position:absolute; z-index:999; left:0; top:48px; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.2);}
#menu ul li a{display:block; padding:8px; line-height:20px; font-size:15px;}

/**若子级菜单含有子级时，在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;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff; margin:0 0 0 20px;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

#menu li:hover > a:hover,
#menu li:hover > a{color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner:after{display:block; content:""; width:100%; height:95px; background:url(/B01ZHGLB/images/bannerBg.png) no-repeat center bottom; background-size:100% 100%; position:absolute; left:0; bottom:0; z-index:1;}
.banner .swiper-wrapper{z-index:0;}
.banner .swiper-slide p{width:100%; height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{width:1260px; height:10px; left:50%; bottom:14px; transform:translateX(-50%); text-align:start; z-index:2;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; border-radius:10px; background:#fff; border:#0469cd 1px solid; opacity:1; vertical-align:top; margin:0 7px 0 0;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#0469cd;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:40px; height:60px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 27px; opacity:0; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(/B01ZHGLB/images/l01.png); left:0;}
.banner .swiper-button-next{background-image:url(/B01ZHGLB/images/r01.png); right:0;}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{opacity:0.7; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.indH{height:42px; line-height:42px; font-weight:normal; background:#ecf6fd; border-left:#fff 9px solid; display:flex; align-items:center; justify-content:center; position:relative; padding:0 12px 0 38px;}
.indH:before{display:block; content:""; width:38px; height:42px; background:url(/B01ZHGLB/images/hBg.png) no-repeat left center; position:absolute; left:-9px; top:0;}
.indH p{flex:1; height:42px; font-size:28px;}
.indH a{font-size:14px; color:#8d9ba5;}
.indH a:hover{color:#0469cd;}

/* 普通新闻列表 */
.newsList li{border-bottom:#dbdbdb 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:43px; line-height:43px; font-size:16px; font-weight:normal; position:relative; padding-left:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; background:url(/B01ZHGLB/images/a01.png) no-repeat left center;}
.newsList li p{text-align:right; color:#999; height:43px; line-height:43px; padding-left:20px;}
.newsList li a:hover{color:#f49744;}


.F1{padding-top:30px;}
.tzgg{width:458px; height:504px; float:left;}
.tzgg ul{height:455px; padding-top:7px; overflow:hidden;}
.tzgg ul li{height:60px; padding:15px 0; border-bottom:#e6e6e6 1px solid;}
.tzgg ul li p{width:60px; height:60px; line-height:22px; text-align:center; font-size:12px; color:#0f3378; background:#dce8ff; border-radius:3px; overflow:hidden;}
.tzgg ul li p span{display:block; height:38px; line-height:38px; background:#1177db; color:#fff; border-radius:3px 3px 0 0; font-size:24px;}
.tzgg ul li h3{padding-left:15px; max-height:48px; line-height:24px; font-size:16px; font-weight:normal;}


.news{margin-left:534px; height:504px;}
.picNews{height:220px; overflow:hidden; position:relative; margin-top:24px;}
.picNews .swiper-slide{display:block; height:220px; float:left; position:relative; overflow:hidden; background:#1177db url(../images/bg1.jpg) no-repeat right center;}
.picNews .swiper-slide a{display:block; height:100%; position:relative;}
.picNews .swiper-slide .pic{width:324px; height:220px; overflow:hidden; background:url(/B01ZHGLB/images/loading.gif) no-repeat center center; float:left;}
.picNews .swiper-slide .txt{height:160px; margin-left:324px; padding:30px; color:#fff;}
.picNews .swiper-slide .txt h3{height:72px; line-height:36px; font-size:18px; font-weight:normal;}
.picNews .swiper-slide .txt p{height:36px; line-height:36px; padding-left:25px; background:url(/B01ZHGLB/images/iTime.png) no-repeat left center; margin-top:52px;}
.picNews .swiper-pagination-bullets{width:318px; height:18px; left:0; bottom:8px; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:16px; height:16px; line-height:16px; text-align:center; border:0; background:rgba(255,255,255,0.5); -webkit-border-radius:2px; border-radius:2px; opacity:1; margin:0 2px 0 0 !important; font-size:12px; color:#fff; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; transition:all 0.4s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:rgba(244,130,30,0.9); color:#fff;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:34px; height:34px; background-color:#f4821e; background-repeat:no-repeat; background-position:center center; background-size:auto 12px;-webkit-border-radius:0; border-radius:0; opacity:1; margin:0; top:auto; bottom:33px; z-index:2;}
.picNews .swiper-button-prev{background-image:url(/B01ZHGLB/images/iPrev.png); left:auto; right:64px; border-radius:3px 0 0 3px;}
.picNews .swiper-button-next{background-image:url(/B01ZHGLB/images/iNext.png); right:30px; border-radius:0 3px 3px 0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}
.picNews .swiper-button-disabled{background-color:#f59d4f; cursor:default; z-index:1;}
.txtNews{height:218px; overflow:hidden;}
.txtNews ul{position:relative; top:-2px; height:220px;}


.iconLink{height:120px; background:#ecf6fd url(../images/iBg.jpg) no-repeat right bottom; margin:50px auto;}
.iconLink h2{display:flex; align-items:center; justify-content:center; text-align:center; writing-mode:vertical-lr; writing-mode:tb-lr; vertical-align:middle; width:40px; height:120px; background:#0469cd; color:#fff; border-right:#b4d7f7 6px solid; font-size:16px; font-weight:normal; letter-spacing:2px; text-indent:2px;}
.iconLink ul{padding:22px 32px; height:76px;}
.iconLink ul li{padding:0 20px;}
.iconLink ul li p{width:48px; height:48px; background:#fff; border:#cde0ed 1px solid; border-radius:50%; margin:0 auto;}
.iconLink ul li h3{height:18px; line-height:18px; text-align:center; font-size:14px; font-weight:normal; padding-top:8px;}

.foot{background:url(/B01ZHGLB/images/footBg.jpg) no-repeat center bottom; background-size:cover; border-bottom:#004992 10px solid; padding:36px 0; line-height:30px; font-size:14px; color:rgba(255,255,255,0.7);}
.fLogo{display:flex; align-items:center;}
.copy{text-align:right;}
.copy a{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.copy span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/B01ZHGLB/images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{padding:30px 0 50px;}
.left{width:278px; float:left; background:#f3f3f3; margin-bottom:20px;}
.left h2{line-height:24px; padding:20px; background:#0469cd; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(/B01ZHGLB/images/a02.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#0469cd;}
.left ul li a.on{color:#fff; background:#f90;}
.left ul li a.on:after{background-image:url(/B01ZHGLB/images/a03.png);}


.right{margin-left:318px;}
.post{height:53px; border-bottom:#d7d7d7 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#0469cd;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#0469cd;}


.list01{padding-top:10px;}

.page01{text-align:center; padding-top:30px; font-size:14px;}

.articleTitle{padding:30px 0 20px; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{width:96%; 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; text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}


.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:294px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:186px; padding:9px; border:#e5e5e5 1px solid; overflow:hidden; -webkit-transition:all 0.4s; transition:all 0.4s;}
.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 a:hover p{border-color:#195fca;}
.picList01 ul li a:hover{color:#195fca;}