﻿@charset "utf-8";
*::selection{background:#195fca; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; 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:#f90;}
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: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;}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.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;}/*文字超出省略号...*/
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.nowrap{overflow:hidden;white-space:nowrap;}
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none !important;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}

.container{min-width:1260px; _width:1260px;}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

/* 头部 */
.head{height:192px; background:url(../images/headBg.jpg) no-repeat center center;}
.head .logo{height:192px; background:url(../images/logo20250314.png) no-repeat left center;}
.headNav{height:36px; line-height:36px; text-align:right; font-size:14px;}
.headNav a:link, .headNav a:visited{color:rgba(255,255,255,0.8); margin:0 10px;}
.headNav a:hover{color:#fff;}
.search{height:32px; line-height:32px; margin-top:44px;}
.searchCon{width:190px; height:32px; background:#fff; -webkit-border-radius:32px; border-radius:32px; overflow:hidden; float:right;}
.searchCon .keyword{width:138px; height:32px; line-height:32px; padding-left:16px; font-size:14px; background:none; border:none; float:left;}
.searchCon .keyword::placeholder{color:#aaa;}
.searchCon .searchBtn{display:block; width:32px; height:32px; background:url(../images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left; margin-right:4px;}


/* 菜单 */
.menuWrap{height:56px;}
.menu{width:100%;height:56px; background:#195fca; box-shadow:0 4px 2px rgba(0,0,0,0.2);}
.menuFix{position:fixed; left:0; top:0; z-index:100;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:210px; position:relative;}
#menu>li>a{display:block; height:56px; line-height:56px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f90;}
#menu>li>a.current{background-color:#0548ae;}


/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0548ae; 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:16px; 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:#f90; -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; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #f5c329;}
#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(../images/loading.gif) no-repeat center center;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:20px !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:#195fca;}
.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; background-size:auto 30px; -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:#195fca;}


.indH{height:56px;}
.indH a:link, .indH a:visited{display:block; height:28px; line-height:28px; padding-right:28px; background:url(../images/m01.png) no-repeat right center; font-size:14px; color:#195fca; float:right; position:relative; z-index:1; margin-top:14px;}
.indH a:hover{color:#f90; background-image:url(../images/m02.png);}
.indH h2{font-weight:normal; padding-left:40px; position:relative;}
.indH h2:before, .indH h2:after{display:block; content:""; width:18px; height:18px; background:#87b5fa; -webkit-border-radius:50%; border-radius:50%; position:absolute; left:0; top:9px; z-index:0;}
.indH h2:after{left:10px; background:#0548ae; z-index:1;}
.indH h2 p{height:36px; line-height:36px; font-size:24px;}
.indH h2 span{display:block; height:20px; line-height:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d3d3d3; text-transform:uppercase;}

.newsList li{height:45px; line-height:45px; border-bottom:#dfdfdf 1px dashed; padding-left:15px; background:url(../images/a01.png) no-repeat left center; -webkit-transition:all 0.3s; transition:all 0.3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; padding-left:20px; color:#999;}
.newsList li:hover{background-image:url(../images/a02.png);}


.news{height:442px; padding:30px 0 80px;}
.newsCon{padding-top:14px;}
.picNews{width:565px; height:357px; padding:0 0 15px 15px; position:relative; float:left;}
.picNews:after{display:block; content:""; width:565px; height:357px; background:#0e55c0; position:absolute; left:0; bottom:0; z-index:0;}
.picNews .swiper-container{width:565px; height:357px; overflow:hidden;}
.picNews .swiper-wrapper{height:357px;}
.picNews .swiper-slide{width:565px; height:357px; position:relative; float:left;}
.picNews .swiper-slide .bgPic{height:357px;}
.picNews .swiper-slide h3{width:407px; height:45px; line-height:45px; font-size:16px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.6); padding:0 143px 0 15px; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-bullets{bottom:13px !important; left:auto !important; right:13px !important; width:auto !important; height:19px;}
.picNews .swiper-pagination-bullet{width:17px; height:17px; line-height:18px; text-align:center; display:inline-block; vertical-align:top; border-radius:2px; background:rgba(255,255,255,0.8); opacity:1; margin:0 0 0 5px !important; border:#fff 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#195fca; color:#fff;}

.txtNews{margin-left:638px; height:372px;}
.txtNews .first{height:72px; background:#eff4fb; padding:20px 24px 20px 64px; position:relative;}
.txtNews .first h3{height:72px; line-height:32px; font-size:18px; font-weight:normal;}
.txtNews .first p{width:72px; height:56px; line-height:24px; font-size:14px; color:#5a78a6; padding:7px 0; background:#fff; border:#0548ae 2px solid; text-align:center; position:absolute; left:-38px; top:18px;}
.txtNews .first p span{display:block; height:32px; line-height:32px; font-size:28px; font-weight:bold; color:#003f9e;}
.txtNews .first a:hover p{color:#fff; background:#f90; border-color:#f90;}
.txtNews .first a:hover p span{color:#fff;}
.txtNews ul{padding-top:10px; height:250px;}
.txtNews ul li{height:49px; line-height:49px;}


.indNewsH{height:56px; padding:16px 0; background:#e4edf8;}
.indNewsH .indH h2 span{color:#84a3cc;}
.indNews{padding:20px 0 50px; background:#f6f9fd url(../images/bg1.jpg) no-repeat center bottom;}
.indNews .newsList{height:322px;}
.cgjl{width:596px; float:left;}
.ddjb{margin-left:664px;}


.contact{background:#0548ae; padding:45px 0;}
.contact li{padding:0 100px 0 64px; height:52px; line-height:26px; position:relative; color:#fff; border-right:rgba(255,255,255,0.2) 1px solid; margin-left:100px;}
.contact li:first-of-type{margin-left:0;}
.contact li:last-of-type{padding-right:0; border-right:0;}
.contact li img{width:50px; height:46px; position:absolute; left:0; top:3px;}
.contact li h3{height:26px; font-size:16px; font-weight:normal;}
.contact li p{height:26px; font-size:14px;}


.foot{line-height:24px; padding:12px 0; background:#00317b; font-size:14px; text-align:center; color:rgba(255,255,255,0.8);}
.foot span{padding-left:1em;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.8);}
.foot a:hover{color:#fff;}
.foot a img{vertical-align:text-bottom; margin-right:4px; height:18px;}


.ny{padding:30px 0 50px;}
.left{width:240px; float:left; background:#e4edf8; -webkit-border-radius:0 12px 0 0; border-radius:0 12px 0 0;}
.left h2{height:60px; line-height:60px; text-align:center; background-color:#195fca; font-size:20px; color:#fff; font-weight:normal; position:relative; -webkit-border-radius:0 12px 0 0; border-radius:0 12px 0 0;}
.left ul{padding:12px 0;}
.left ul li{padding:8px 0;}
.left ul li a{display:block; line-height:24px; padding:10px 32px 10px 20px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; width:6px; height:100%; position:absolute; right:20px; top:0; background:url(../images/a03.png) no-repeat center center; -webkit-transition:all 0.3s; transition:all 0.3s;}
.left ul li a:hover, .left ul li a.on{background:#195fca; color:#fff;}
.left ul li a:hover:after, .left ul li a.on:after{background-image:url(../images/a04.png);}

 
.right{margin-left:280px;}
.right:after{display:block; content:""; clear:both;}
.post{height:48px; line-height:48px; 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:#f5c329;}
.post h3{float:left; color:#195fca; border-bottom:2px solid #195fca; font-size:20px; font-weight:normal;}


.list01, .picList01{padding-top:10px;}
/*
.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:#f5c329;}
.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);}
*/

.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");}
.article2 img{max-width:1200px; _width:expression(document.body.clientWidth > 1200 ? "1200px" : "auto");}
.article2 .articleCon{padding:20px 0;}
.article2 .articleTitle{padding:40px 150px 20px;}
.articleCon table{margin:0 auto;}

.page01{text-align:center; padding: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;}