@charset "utf-8";
/* CSS Document */
*::selection{background:#0582d6; 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;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#0582d6;}
/*去掉图形热点的点击时出现的边线*/
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(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;}/*文字超出省略号...*/
.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;}
.bgImg{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; display:block; height:100%;}
a:hover .bgImg{-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;}	
}


.container{min-width:1200px; margin:0 auto;}

/* 头部 */
.head{height:144px; background:#0582d6; border-top:#012762 5px solid;}
.head .w1260{position:relative;}
.head .logo{height:144px; display:flex; align-items:center;}

.search{height:32px; padding-top:20px;}

/* 搜索 */
.searchCon{width:210px; height:32px; background:#fff; overflow:hidden;}
.searchCon .keyValue{width:calc(100% - 42px); height:32px; line-height:32px; background:none; border:0; padding:0 0 0 10px; margin:0; float:left; font-size:14px;}
.searchCon .keyValue::placeholder{color:#aaa;}
.searchCon .submitBtn{display:block; width:32px; height:32px; background:url(iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left;}

.xxLogo{margin-left:30px;}

.by{height:45px; padding:20px 0; opacity: 0.44; text-align:right;}
.by img{height:45px;}


/* 菜单 */
.menuWrap{height:48px; position:relative; z-index:10; background:url(menuBg.jpg) repeat-x left center; margin:1px 0;}
#menu{width:1260px; height:48px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:144px; height:48px; position:relative;}
#menu>li:first-of-type{width:108px;}
#menu>li>a{display:block; height:48px; line-height:48px; font-size:16px;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#0582d6; 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;color:#fff;}


/**若子级菜单含有子级时，在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{font-size:14px;}

#menu li:hover > a:hover{background-color:#f90; color:#fff;}
#menu li:hover > a{background-color:#0582d6; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.content{padding:20px 0 60px;}

.banner{position:relative;}
.banner .swiper-slide p{height:400px;}
.banner .swiper-pagination-bullets{height:12px; bottom:20px;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; background:#999; border:#fff 2px solid; opacity:1; vertical-align:top; border-radius: 50%; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#195fca;}
.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; opacity:1; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(prev.png); left:0;}
.banner .swiper-button-next{background-image:url(next.png); right:0;}
.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:55px; line-height:55px; font-size:28px; font-weight:normal; border-bottom:#004fa0 1px solid; color:#004fa0;}
.indH a{font-size:12px; color:#a2a2a2;}
.indH a:hover{color:#0582d6;}


/* 普通新闻列表 */
.newsList li{border-bottom:#dfdfdf 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:47px; line-height:47px; font-size:16px; font-weight:normal; position:relative; padding-left:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.newsList li h3:before{display:block; content:""; width:4px; height:4px; background:#cbcbcb; border-radius:6px; -webkit-transition:all 0.4s; transition:all 0.4s; position:absolute; left:0; top:50%; transform:translateY(-50%); border:#cbcbcb 1px solid;}
.newsList li p{text-align:right; color:#999; height:47px; line-height:47px; padding-left:20px;}
.newsList li a:hover{color:#0582d6;}
.newsList li a:hover h3:before{background:#0582d6; border-color:#0582d6;}



.F1{padding-top:30px;}
.news{width:788px; float:left;}
.newsCon{padding-top:20px; height:326px;}
.picNews{width:400px; height:326px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:400px; height:326px; float:left; position:relative; overflow:hidden; background:url(loading.gif) no-repeat center center;}
.picNews .swiper-slide p{height:248px;}
.picNews .swiper-slide h3{height:78px; line-height:56px; text-align:center; padding:0 15px; font-size:16px; font-weight:normal; background:#057bd6; color:#fff;}
.picNews .swiper-pagination-bullets{height:8px; bottom:18px;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; background:#fff; opacity:1; margin:0 4px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f90;}

.txtNews{height:326px; margin-left:420px; overflow:hidden;}
.txtNews ul{height:336px; position:relative; top:-10px;}
.txtNews ul li h3, .txtNews ul li p{height:55px; line-height:55px;}
.txtNews ul li h3:before, .txtNews ul li a:hover h3:before{background:#fff;}


.tzgg{margin-left:834px; height:402px; overflow:hidden;}
.newsTab{height:55px; line-height:55px; font-size:0; font-weight:normal; border-bottom:#004fa0 1px solid;}
.newsTab ul li{display:inline-block; vertical-align:top; font-size:28px; height:55px; cursor:pointer;}
.newsTab ul li.current{color:#004fa0;}
.newsTab ul li:first-of-type{margin-right:21px; position:relative;}
.newsTab ul li:first-of-type:after{display:block; content:""; width:1px; height:24px; background:#b8b8b8; position:absolute; right:-11px; top:50%; transform:translateY(-50%);}
.newsTab .more a{font-size:12px; color:#a2a2a2;}
.newsTab .more a:hover{color:#0582d6;}
.subCon ul{height:344px; padding-top:2px;}
.subCon ul li{height:52px; padding:17px 0 16px; border-bottom:#dfdfdf 1px dashed;}
.subCon ul li p{width:60px; height:52px; line-height:17px; font-size:12px; border-radius:3px; background:#ffa337; color:#fff; text-align:center; float:left; -webkit-transition:all 0.4s; transition:all 0.4s;}
.subCon ul li p span{display:block; height:23px; line-height:23px; padding-top:6px; font-size:20px;}
.subCon ul li h3{margin-left:12px; max-height:48px; line-height:24px; font-size:16px; font-weight:normal;}
.subCon ul li a:hover p{background:#0582d6;}


.F2{padding:40px 0;}
.F2Con{width:285px; height:288px; padding-left:40px; float:left;}
.F2Con:first-of-type{padding-left:0;}
.F2Con ul{height:222px; padding-top:10px;}
.F2Con ul li{border-bottom:0;}
.F2Con ul li h3{height:37px; line-height:37px;}


.F3{padding:30px 0 20px; background:#f4f4f4;}
.picLink{width:940px; height:150px; float:left;}
.picLink .indH{height:50px; line-height:50px; color:#057bd6; border-bottom:0;}
.picLink .indH p{float:left; font-size:22px;}
.picLink .indH span{font-size:16px;}
.picLink .indH span label{padding:0 8px;}
.picLink .swiper-wrapper{height:62px; margin-top:8px;}
.picLink .swiper-slide{width:176px; height:62px;}
.picLink .swiper-slide a{height:62px; border-radius:3px; color:#fff;}
.picLink .swiper-slide:nth-of-type(5n-4) a{background:#f51923;}
.picLink .swiper-slide:nth-of-type(5n-3) a{background:#00c5c9;}
.picLink .swiper-slide:nth-of-type(5n-2) a{background:#4a8efd;}
.picLink .swiper-slide:nth-of-type(5n-1) a{background:#84cc2c;}
.picLink .swiper-slide:nth-of-type(5n) a{background:#ff813a;}
.picLink .swiper-slide p{width:58px; height:62px; padding:0 1px 0 3px; position:relative;}
.picLink .swiper-slide p:after{display:block; content:""; width:1px; height:24px; background:rgba(255,255,255,0.5); position:absolute; right:0; top:50%; transform:translateY(-50%);}
.picLink .swiper-slide p img{max-width:32px; max-height:32px;}
.picLink .swiper-slide h3{margin:0 12px; max-height:60px; line-height:30px; font-size:18px; font-weight:normal;}
.picLink .swiper-pagination-bullets{width:auto; height:4px; left:auto; right:0; bottom:auto; top:40px;}
.picLink .swiper-pagination-bullet{width:20px; height:4px; display:inline-block; background:#aaa; opacity:1; vertical-align:top; border-radius:8px; margin:0 0 0 5px !important;}
.picLink .swiper-pagination-bullet-active{opacity:1; background:#f90;}


.ewm{height:150px; margin-left:978px;}
.ewm p{width:calc(50% - 21px); padding-left:21px; float:left;}
.ewm p img{width:118px; height:118px; border:#dcdcdc 1px solid;}
.ewm p span{display:block; height:30px; line-height:30px; text-align:center; font-size:14px; color:#035193;}


.foot{background:#035193; position:relative;}
.foot:after{display:block; content:""; background:url(fLogo.png) no-repeat right center; width:1260px; height:100%; position:absolute; left:50%; top:0; transform:translateX(-50%); z-index:0;}

.link{height:26px; padding:13px 0; border-bottom:rgba(0,0,0,0.15) 1px solid; position:relative; z-index:1;}
.linkBox{height:26px; justify-content:flex-start;}
.linkBox .mainlevel{height:26px; margin-right:12px; position:relative;}
.linkBox li a{display:block; width:168px; height:24px; cursor:pointer; color:#e7dec2; background:rgba(4,97,176,0.5); border:#287abf 1px solid; position:relative; color:#85c7ff; font-size:12px;}
.linkBox li a i{display:block; width:24px; height:24px; position:absolute; right:0; top:0; background:url(a01.png) no-repeat center center; -webkit-transition:all 0.3s; transition:all 0.3s;}
.linkBox li a span{display:block; width:144px; height:24px; line-height:24px; text-align:center;}
.linkBox li.on a i{transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
.linkBox li ul{width:calc(100% - 2px); max-height:320px; padding:0; position:absolute; left:0; bottom:26px; overflow-y:auto; display:none; z-index:999; background:rgba(4,97,176,0.9); border:#287abf 1px solid; border-bottom:0;}
.linkBox li ul li{height:auto; line-height:24px; border-bottom:#287abf 1px solid;}
.linkBox li ul li a{width:auto; height:auto; line-height:20px; padding:6px 10px; background:none; font-size:13px; color:#333; border:none; color:#fff;}
.linkBox li ul li a:hover{background:#f90; color:#fff;}


.copy{padding:40px 0; border-top:rgba(255,255,255,0.1) 1px solid; line-height:24px; font-size:14px; color:#89c9ff; position:relative; z-index:1;}
.copy span{padding-left:1em;}
.copy a{color:#89c9ff;}
.copy a img{height:18px; margin-right:4px; vertical-align:text-bottom;}
.copy a:hover{color:#fff;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(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:240px; background:#f2f3ed; float:left; overflow:hidden;}
.left h2{line-height:20px; padding:10px; background:#0582d6; color:#fff; text-align:center; font-size:20px; font-weight:normal;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li:last-of-type a{border-bottom:0;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(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:#0582d6;}
.left ul li a.on{color:#fff; background:#f90;}
.left ul li a.on:after{background-image:url(a03.png);}


.right{margin-left:280px;}
.post{height:39px; border-bottom:#ddd 1px solid;}
.post p{height:39px; line-height:39px; float:left; font-size:20px; color:#0582d6;}
.post span{float:right; display:block; height:29px; line-height:29px; padding-top:10px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#0582d6;}


.list01{padding-top:10px;}


.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");}