@charset "utf-8";
*::selection{background:#004b9b; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
body a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#fb0;}
input:focus{outline:0;}
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; outline:none; max-width:100%; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(../images/bg.png) repeat;}
.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;}


.container{min-width:1260px; _width:1260px;}

/* 头部 */
.head{width:100%; height:120px; background:#004b9b; border-bottom:#043d79 1px solid;}
.head .logo{width:1260px; height:120px; background:url(../images/logo20250314.png) no-repeat left center; margin:0 auto;}


/* 菜单 */
.menuWrap{height:50px; background:#004b9b; border-top:#0a5fb9 1px solid;}
.menuWrap .w1260{display:flex; align-items:center; justify-content:center;height:50px;}
#menu{display:flex; flex:1;}
#menu li{position:relative; text-align:center;}
#menu>li{}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px; margin-right:100px;}
#menu>li>a>span{display:inline-block; height:50px; vertical-align:top; position:relative;}
#menu>li>a>span:before{display:block; content:""; width:0; height:2px; background:#fb0; position:absolute; left:50%; bottom:0; transform:translateX(-50%); -webkit-transition:all 0.3s; transition:all 0.3s;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover>span:before, #menu>li>a.current>span:before{width:100%;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#035ab2; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a{display:block; padding:8px 5px; line-height:24px; font-size:15px; position:relative; z-index:1;}
#menu ul li a:after{display:block; content:""; width:0; height:100%; position:absolute; left:0; top:0; background-color:#fb0; -webkit-transition:all 0.3s; transition:all 0.3s; z-index:-1;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover:after, #menu ul li a.current:after{width:100%;}

/**若子级菜单含有子级时，在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 #fb0;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


.search{width:210px; height:30px; background:#fff; -webkit-border-radius:32px; border-radius:30px; margin-left:50px; overflow:hidden;}
.search .keyword{width:160px; height:30px; line-height:30px; padding-left:16px; font-size:14px; background:none; border:none; float:left;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:30px; height:30px; background:url(../images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left; margin-right:4px;}


/* 轮播图 */
.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 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{width:60px; height:60px; background-color:rgba(255,255,255,0.4); background-repeat:no-repeat; background-position:center center; -webkit-border-radius:5px; border-radius:5px; -webkit-transition:all 0.3s; transition:all 0.3s;}
.banner .swiper-button-prev{background-image:url(../images/l.png); left:5%;}
.banner .swiper-button-next{background-image:url(../images/r.png); right:5%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:#fb0;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

.indH{height:44px; line-height:44px; border-bottom:#004b9b 1px solid; font-size:20px; font-weight:normal; color:#004b9b;}
.indH img{height:20px; vertical-align:top; margin:12px 5px 0 0;}
.indH a:link, .indH a:visited{float:right; font-size:14px; color:#004b9b;}
.indH a:hover{color:#fb0;}

.newsList li{height:49px; line-height:49px; border-bottom:#d6d6d6 1px dashed; padding-left:10px; background:url(../images/a01.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; padding-left:20px; color:#999;}

.F1{margin:20px auto 40px;}
.news{width:810px; height:325px; overflow:hidden; float:left;}
.newsCon{padding-top:14px;}
.picNews{width:386px; height:260px; margin-top:6px; float:left;}
.picNews .swiper-wrapper{height:260px;}
.picNews .swiper-slide{width:386px; height:260px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide p{height:260px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:258px; height:40px; line-height:40px; font-size:15px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.5); padding:0 114px 0 14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:absolute; left:0; bottom:0;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:auto !important; height:10px !important; bottom:15px !important; left:auto !important; right:14px; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 0 0 10px !important;}
.picNews .swiper-pagination-bullet-active{background:#fb0;}

.txtNews{margin-left:406px; height:272px; position:relative;}
.txtNews ul li{height:34px; line-height:34px; border-bottom:0; padding-left:0; background:none;}


.tzgg{margin-left:860px; height:325px;}
.tzgg ul{height:280px;}
.tzgg ul li{height:53px; padding-top:17px;}
.tzgg ul li p{width:54px; height:53px; background:#e1e1e1; line-height:26px; text-align:center; float:left; font-size:14px; color:#333;}
.tzgg ul li p span{display:block; height:27px; line-height:27px; background:#004b9b; color:#fff; -webkit-transition:all 0.3s; transition:all 0.3s;}
.tzgg ul li h3{height:50px; padding-top:2px; line-height:25px; margin-left:70px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.tzgg ul li a:hover p span{background:#fb0;}


.F2{padding:20px 0 30px; background:#f5f5f5;}
.F2 .newsList{padding-top:10px;}
.F2 .newsList li{border-bottom:0; height:36px; line-height:36px;}
.gzzd{width:605px; height:271px; float:left;}
.xqhz{height:271px; margin-left:655px;}


.foot{padding:32px 0; height:56px; line-height:28px; text-align:center; background:#004b9b; font-size:14px; color:#fff;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{color:#ff0;}
.foot a img{vertical-align:text-bottom; margin-right:4px; height:18px;}


.ny{padding:30px 0 50px; background:#f7f7f7;}
.nyCon{width:1260px; margin:0 auto;}
.left{width:240px; text-align:center; float:left; background:#f3f3f3;}
.left h2{height:50px; line-height:50px; background-color:#004b9b; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left h2 p{position:relative; height:50px; z-index:1;}
.left ul li a{display:block; line-height:24px; padding:10px 15px; font-size:16px; position:relative; border:#e4e4e4 1px solid; border-top:none;}
.left ul li a:before{display:block; content:""; width:3px; height:100%; position:absolute; left:0; top:0; background:#f3f3f3;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 6px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #fb0 solid; opacity:0;}
.left ul li a:before, .left ul li a:after{-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, .left ul li a.on{background:#fff; color:#fb0; border-right-color:#fff;}
.left ul li a:hover:before, .left ul li a.on:before{background:#fb0;}
.left ul li a.on:after{opacity:1;}

 
.right{margin-left:280px; background:#fff; padding-bottom:30px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4; padding:10px 30px 0;}
.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:#fb0;}
.post h3{float:left; color:#004b9b; border-bottom:2px solid #004b9b; font-size:20px; font-weight:normal;}


.list01{padding:10px 30px 0;}

.picList01{padding:10px 30px 0;}
.picList01 ul{margin-left:-24px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:237px; margin:20px 0 0 24px; text-align:center;}
.picList01 ul li p{height:217px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:217px; 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:#fb0;}
.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{padding:0 45px;}
.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:36px; padding:20px 0 30px; font-size:16px; text-justify:inter-ideograph; text-align:justify;}
.article img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.article2 img{max-width:1160px; _width:expression(document.body.clientWidth > 1160 ? "1160px" : "auto");}
.article2 .articleCon{padding:20px 0;}
.article2 .articleTitle{padding:40px 150px 20px;}
.articleCon table{margin:0 auto;}

.page01{text-align:center; padding:20px 30px 0; line-height:30px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:128px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}