@charset "utf-8";
/* CSS Document */
*::selection{background:#0b4fa2; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#333; 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:#333;}
a:hover{color:#ffbc15;}
/*去掉图形热点的点击时出现的边线*/
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;}

/* 头部 */
.head{width:100%; height:130px; background:#0b4fa2 url(headBg.jpg) no-repeat left bottom;}
.head .logo{width:1260px; height:130px; position:relative; background:url(logo.png) no-repeat left center; margin:0 auto;}

/* 搜索 */
.search{width:200px; height:34px; float:right; margin-top:43px; -webkit-border-radius:3px; border-radius:3px; background:#3c72b5; overflow:hidden;}
.search .keyValue{width:calc(100% - 44px); height:34px; line-height:34px; padding-left:10px; background:none; border:0; margin:0; float:left; font-size:14px; color:#fff;}
.search .keyValue::placeholder{color:#9dc2f1;}
.search .submitBtn{display:block; width:34px; height:34px; background:url(iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; float:left;}


/* 菜单 */
.menuWrap{height:45px; background:#4486df; position:relative; z-index:2;}
#menu{width:1260px; height:45px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:156px;}
#menu>li>a{display:block; height:45px; line-height:45px; font-size:18px; color:#fff;}
#menu>li:first-of-type{width:120px;}
#menu>li:nth-of-type(3){width:196px;}
#menu>li:nth-of-type(5){width:142px;}
#menu>li:nth-of-type(7){width:178px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f0a400;}
#menu>li>a.current{background-color:#0b4fa2;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0b4fa2; 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:10px 6px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f0a400;}

/**若子级菜单含有子级时，在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 #f0a400;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; height:520px; 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(../images/loading.gif) no-repeat center center;}
.banner .swiper-slide p{display:block; width:100%; height:520px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{bottom:40px !important;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; zoom:1; vertical-align:top; border-radius:10px; background:#fff; opacity:1; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
:root{--swiper-theme-color:rgba(255,255,255,0.96);}


.w1260{width:1260px; margin:0 auto;}

.indH{height:37px; line-height:37px; border-bottom:#e6e6e6 1px solid; font-size:22px; font-weight:normal;}
.indH a:link, .indH a:visited{display:block; height:23px; line-height:23px; color:#a8a8a8; float:right; font-size:12px; border:#d5d5d5 1px solid; padding:0 27px 0 12px; -webkit-border-radius: 9px;border-radius:9px; margin-top:6px; position:relative;}
.indH a:after{display:block; width:10px; height:23px; background:url(m01.png) no-repeat center center; content:""; position:absolute; right:12px; top:0; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.indH a:hover{color:#0b4fa2; border-color:#0b4fa2;}
.indH a:hover:after{background-image:url(m02.png);}
.indH img{height:22px; margin:8px 12px 0 0; float:left;}

/* 普通新闻列表 */
.newsList li{height:34px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:15px; background:url(a01.png) no-repeat left center;}
.newsList li span{float:right; padding-left:20px; color:#999;}


.F1{padding:45px 0 56px; background:url(bg01.jpg) no-repeat center top; position:relative; z-index:2;}
.F1:before{display:block; width:100%; height:73px; background:url(bannerBg.png) no-repeat center bottom; position:absolute; left:0; top:-73px; content:"";}
@media screen and (min-width:1920px){
	.F1, .F1:before{background-size:cover;}	
}
.news{width:595px; height:470px; float:left;}
.picNews{height:230px; overflow:hidden; position:relative; margin-top:18px;}
.picNews .swiper-slide .pic{width:350px; height:230px; background:url(loading.gif) no-repeat center center; overflow:hidden; float:left;}
.picNews .swiper-slide .pic p{height:230px; 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 .txt{height:170px; background:#fff; padding:30px 28px; margin-left:350px; position:relative;}
.picNews .swiper-slide .txt p{height:18px; line-height:18px; padding-left:24px; background:url(i01.png) no-repeat left center; color:#0b4fa2;}
.picNews .swiper-slide .txt h3{max-height:84px; line-height:28px; font-size:15px; font-weight:normal; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; padding-top:10px; color:#222;}
.picNews .swiper-slide .txt span{display:block; width:88px; height:30px; line-height:30px; border:#d9d9d9 1px solid; -webkit-border-radius:2px; border-radius:2px; text-align:center; color:#888; position:absolute; left:28px; bottom:30px; -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 .txt span{border-color:#0b4fa2; color:#0b4fa2;}
.picNews .swiper-slide a:hover .pic 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-pagination-bullets{bottom:15px !important; left:auto !important; right:15px !important; width:auto !important; height:8px !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; border-radius:50%; background:#ccc; opacity:1; vertical-align:top; margin:0 0 0 6px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#0b4fa2;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:30px; height:38px; background-repeat:no-repeat; background-position:center center; top:auto; bottom:0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}
.picNews .swiper-button-prev{background-color:#0b4fa2; background-image:url(i02.png); left:290px;}
.picNews .swiper-button-next{background-color:#ffbc15; background-image:url(i03.png); left:320px;}

.txtNews{padding-top:14px;}


.notice{height:470px; margin-left:664px;}
.noticeTab{height:462px; margin-top:18px;}
.noticeTab .hd{height:34px; position:relative;}
.noticeTab .hd ul{height:34px; margin-left:-4px;}
.noticeTab .hd li{padding:0 10px; height:34px; line-height:34px; background:#e6e6e6; margin-left:4px; -webkit-border-radius:3px; border-radius:3px; font-size:15px; cursor:pointer; float:left;}
.noticeTab .hd li.on{color:#fff; background:#0b4fa2;}
.noticeTab .hd .more{position:absolute; right:0; top:-57px; overflow:hidden;}
.noticeTab .hd .more a:link, .noticeTab .hd .more a:visited{display:block; height:23px; line-height:23px; color:#a8a8a8; float:right; font-size:12px; border:#d5d5d5 1px solid; padding:0 27px 0 12px; -webkit-border-radius: 9px;border-radius:9px; margin-top:6px; position:relative;}
.noticeTab .hd .more a:after{display:block; width:10px; height:23px; background:url(m01.png) no-repeat center center; content:""; position:absolute; right:12px; top:0; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.noticeTab .hd .more a:hover{color:#0b4fa2; border-color:#0b4fa2;}
.noticeTab .hd .more a:hover:after{background-image:url(m02.png);}
.noticeTab .bd{height:421px; overflow:hidden; margin-top:7px;}
.noticeTab .bd .newsList li{height:42px; line-height:42px;}


.F2{padding:60px 0; background:url(bg02.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.F2{background-size:cover;}	
}
.F2 .indH{height:45px; line-height:45px;}
.F2 .indH a:link, .F3 .indH a:visited{margin-top:10px;}
.F2 .indH img{margin-top:12px;}
.F2 .newsList{padding-top:10px; height:216px;}
.F2 .newsList li{height:36px; line-height:36px;}
.jcck{width:545px; height:272px; padding:20px 25px 26px; background:#fff; float:left;}
.jscg{height:272px; padding:20px 25px 26px; background:#fff; margin-left:664px;}


.F3{padding:50px 0 60px; background:#f5f5f5 url(bg03.jpg) no-repeat right bottom;}
.F3 .indH{height:45px; line-height:45px;}
.F3 .indH a:link, .F3 .indH a:visited{margin-top:10px;}
.F3 .indH img{margin-top:12px;}
.F3 .newsList{padding-top:10px; height:288px;}
.F3 .newsList li{height:47px; line-height:47px; padding-left:0; background:none; border-bottom:#d5d5d5 1px dashed;}
.gzzd{width:595px; height:344px; float:left;}

.newsTab{height:344px; margin-left:664px;}
.newsTab .hd{height:45px; border-bottom:#e6e6e6 1px solid;}
.newsTab .hd ul{height:45px; float:left;}
.newsTab .hd li{padding:0 15px; height:45px; line-height:45px; margin-right:10px; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; font-size:22px; cursor:pointer; float:left;}
.newsTab .hd li.on{color:#fff; background:#0b4fa2; height:46px;}
.newsTab .hd .more{display:block; float:right; height:25px; overflow:hidden; margin-top:10px;}
.newsTab .hd .more a:link, .newsTab .hd .more a:visited{display:block; height:23px; line-height:23px; color:#a8a8a8; float:right; font-size:12px; border:#d5d5d5 1px solid; padding:0 27px 0 12px; -webkit-border-radius: 9px;border-radius:9px; position:relative;}
.newsTab .hd .more a:after{display:block; width:10px; height:23px; background:url(m01.png) no-repeat center center; content:""; position:absolute; right:12px; top:0; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.newsTab .hd .more a:hover{color:#0b4fa2; border-color:#0b4fa2;}
.newsTab .hd .more a:hover:after{background-image:url(m02.png);}
.newsTab .bd{width:596px; height:288px; overflow:hidden;}
.newsTab .bd .newsList2 li{width:271px; height:48px; line-height:48px; border-bottom:none; position:relative; padding-left:12px; float:left;}
.newsTab .bd .newsList2 li:nth-of-type(2n){margin-left:30px;}
.newsTab .bd .newsList2 li:after{display:block; width:4px; height:4px; background:#0b4fa2; content:""; position:absolute; left:0; top:22px;}

.piclink{padding:30px 0 50px; background:#dee7f1;}
.picLinkBox{width:1260px; height:140px; margin:0 auto;}
.picLinkBox h2{height:35px; line-height:35px; text-align:center; font-size:0;}
.picLinkBox h2 span{display:inline-block; zoom:1; vertical-align:top; height:35px; padding:0 20px; position:relative; background:#dee7f1; font-size:22px; font-weight:normal;}
.picLinkBox h2 span i{width:105px; height:1px; background:#b4c7db; position:absolute; top:17px;}
.picLinkBox h2 span i.iL{left:-105px;}
.picLinkBox h2 span i.iR{right:-105px;}
.picLinkBox h2 span i:after{display:block; width:9px; height:9px; background:url(i04.png) no-repeat; position:absolute; top:-4px; content:"";}
.picLinkBox h2 span i.iL:after{right:0;}
.picLinkBox h2 span i.iR:after{left:0;}
.picLinkBox .bd{width:1260px; height:80px; padding-top:25px; overflow:hidden;}
.picLinkBox .bd ul{zoom:1; min-width:1275px; height:80px;}
.picLinkBox .bd ul li{width:240px; height:80px; padding-right:15px; float:left;}
.picLinkBox .bd ul li img{width:240px; height:80px; -webkit-border-radius:3px; border-radius:3px; vertical-align:top;}



/* 页底 */
.foot{background:#0b4fa2; color:#fff; padding:30px 0; font-size:14px;}
.link{width:448px; height:38px; padding:11px 0; float:right;}
.linkBox{width:100%; height:auto;}
.link .mainlevel{width:200px; height:38px; margin-left:24px; position:relative; float:left;}
.linkBox li a{display:block; height:36px; line-height:36px; border:#3d76bb 1px solid; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; padding-left:15px; font-size:15px; color:#a6c7ef;}
.linkBox li a i{display:block; width:36px; height:36px; float:right; background:url(a03.png) no-repeat center center; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.linkBox .mainlevel.on a i{background-image:url(a04.png)}
.linkBox li ul{width:100%; max-height:320px; padding:0; background-color:#3d76bb; position:absolute; left:0; bottom:38px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:6px 10px; background:none; font-size:14px; color:#a6c7ef; border:0; -webkit-border-radius:0; border-radius:0;}
.linkBox li ul li a:hover{background:#f6b32b; color:#fff;}

.copy{height:60px; line-height:30px; white-space:nowrap; margin-right:450px;}
.copy a:link, .copy a:visited{color:#fff;}
.copy a:hover{text-decoration:underline;}

.ny{width:1260px; margin:30px auto 50px;}
.left{width:240px; text-align:center; float:left; padding-bottom:30px; background:#fafafa;}
.left h2{height:50px; line-height:50px; background-color:#0b4fa2; font-size:20px; color:#fff; font-weight:normal;}
.left ul{padding:8px 20px 0;}
.left ul li{padding-top:10px;}
.left ul li a{display:block; line-height:24px; padding:9px 15px; font-size:16px; background:#eee;}
.left ul li a:hover, .left ul li a.on{color:#fff; background:#0b4fa2;}

.right{margin-left:270px;}
.post{height:48px; line-height:48px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:36px; padding-top:12px;}
.post span a:link, .post span a:visited{color:#999;}
.post span a:hover{color:#ffbc15;}
.post h3{float:left; color:#0b4fa2; border-bottom:2px solid #0b4fa2; font-size:20px; font-weight:normal;}


.list01{padding-top:20px;}
.list01 .newsList li{border-bottom:#e5e5e5 1px dashed; height:42px; line-height:42px;}


.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 table{margin:0 auto;}
.articleCon img{max-width:960px; height:auto !important; margin:5px auto; _width:expression(document.body.clientWidth > 960 ? "960px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1200px; _width:expression(document.body.clientWidth > 1200 ? "1200px" : "auto");}