@charset "utf-8";
/* CSS Document */
*::selection{background:#376bca; 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:#f90; 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(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;}	
}

/* 头部 */
.head{height:160px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover;}
.head .w1260{position:relative;}
.head .logo{height:160px; display:flex; align-items:center;}

/* 搜索 */
.search{width:200px; height:30px; border:#fff 1px solid; border-radius:5px; overflow:hidden;}
.search .keyValue{width:calc(100% - 46px); height:30px; line-height:30px; background:none; border:0; padding:0 8px; color:#fff; margin:0; float:left; font-size:14px;}
.search .keyValue::placeholder{color:rgba(255,255,255,0.7);}
.search .submitBtn{display:block; width:30px; height:30px; background:url(../images/iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left;}

/* 页头菜单 */
.topNav{height:36px; line-height:36px; padding:0 15px; background:rgba(255,255,255,0.1); position:absolute; right:0; top:0; border-radius:0 0 12px 12px;}
.topNav a{color:#fff; font-size:14px; margin:0 10px; position:relative;}
.topNav a:after{display:block; content:"|"; font-size:14px; position:absolute; right:-10px; top:50%; transform:translateY(-50%);}
.topNav a:last-of-type:after{display:none;}
.topNav a:hover{color:#fff;}


/* 菜单 */
.menuWrap{height:56px; position:relative; z-index:10; background:#dbe6ff;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:186px; height:56px; position:relative;}
#menu>li:first-of-type{width:144px;}
#menu>li>a{display:block; height:56px; line-height:56px; font-size:18px;}
#menu li a{color:#222;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#376bca; position:absolute; z-index:999; left:0; top:56px; -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:16px; 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:#376bca; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner .swiper-slide p{width:100%; height:420px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{height:7px !important; bottom:30px !important;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:10px; background:#fff; opacity:1; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f90;}
.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(../images/prev.png); left:5%;}
.banner .swiper-button-next{background-image:url(../images/next.png); right:5%;}
.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:40px;}
.indH p{font-size:26px; font-weight:normal;}
.indH p span{display:inline-block; vertical-align:top; height:40px; padding:0 12px; position:relative;}
.indH p span:before{display:block; content:""; width:100%; height:20px; background:#e1eaff; position:absolute; left:0; bottom:0; z-index:-1; border-radius:20px;}
.indH p img{height:28px; margin:6px 6px 0 0;}
.indH a{display:block; padding-right:24px; height:40px; line-height:40px; font-size:14px; background:url(../images/m01.png) no-repeat right center; color:#376bca;}
.indH a:hover{color:#f90; background-image:url(../images/m04.png);}


/* 普通新闻列表 */
.newsList li{border-bottom:#d0d0d0 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:45px; line-height:45px; font-size:16px; font-weight:normal; position:relative; padding-left:18px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position:relative; background:url(../images/a03.png) no-repeat left center; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
.newsList li p{text-align:right; color:#999; height:45px; line-height:45px; padding-left:20px;}
.newsList li a:hover h3{background-image:url(../images/a06.png) !important; color:#f90;}


.news{height:404px; padding:40px 0 60px;}
.newsCon{padding-top:28px; height:336px;}
.picNews{width:820px; height:336px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:400px; height:336px; float:left; position:relative; overflow:hidden;}
.picNews .swiper-slide a{display:block; height:100%; background:#f5f8ff;}
.picNews .swiper-slide .pic{height:260px; overflow: hidden;background:url(../images/loading.gif) no-repeat center center;}
.picNews .swiper-slide .txt{height:56px; padding:10px 14px;}
.picNews .swiper-slide .txt p{height:22px;}
.picNews .swiper-slide .txt p span{display:inline-block; vertical-align:top; height:22px; line-height:22px; font-size:14px; color:#fff; padding:0 12px; background:#376bca; border-radius:10px 0 10px 0;}
.picNews .swiper-slide .txt h3{height:24px; line-height:24px; font-size:16px; font-weight:normal; padding-top:10px;}
.picNews .swiper-pagination-bullets{height:10px; bottom:0; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; background:#eee; -webkit-border-radius:10px; border-radius:10px; opacity:1; margin:0 5px !important; -webkit-transition:all 0.4s; transition:all 0.4s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f90;}

.txtNews{height:336px; margin-left:850px; overflow:hidden;}
.txtNews ul{position:relative; top:-12px; height:348px;}
.txtNews ul li{padding:12px 0; height:62px; border-bottom:#cbcbcb 1px dotted;}
.txtNews ul li p{width:68px; height:60px; line-height:25px; text-align:center; font-size:14px; color:#184dac; border:#376bca 1px solid;}
.txtNews ul li p span{display:block; height:36px; line-height:36px; font-size:#18px; background:#376bca; color:#fff;}
.txtNews ul li h3{max-height:52px; line-height:26px; font-size:16px; font-weight:normal; padding-left:14px;}
.txtNews ul li a:hover p{color:#f90; border-color:#f90;}
.txtNews ul li a:hover p span{background:#f90;}


.F2{padding:50px 0 70px; height:332px; background:url(../images/bg.jpg) no-repeat center center; background-size:cover;}
.F2 .newsList{margin-top:20px; height:230px; padding:14px 20px 24px; background:#fff;}
.jxky{width:400px; height:332px; float:left;}
.jxky .newsList{border-bottom:#acc1f0 4px solid;}
.jxky .newsList li h3{background-image:url(../images/a04.png);}
.dtdt, .zysz{width:400px; height:332px; padding-left:30px; float:left;}
.dtdt .newsList{border-bottom:#ebd0d0 4px solid;}
.dtdt .newsList li h3{background-image:url(../images/a05.png);}
.zysz ul{height:288px; padding-top:4px;}
.zysz ul li{width:192px; height:80px; padding:16px 16px 0 0; float:left;}
.zysz ul li:nth-of-type(2n){padding-right:0;}
.zysz ul li img{width:192px; height:80px;}


.foot{text-align:right; background:url(../images/footBg.jpg) no-repeat center center; background-size:cover; margin-bottom:12px; position:relative;}
.foot:after{display:block; content:""; width:100%; height:12px; background:url(../images/footBg2.jpg) no-repeat center center; background-size:100% 12px; position:absolute; left:0; bottom:-12px;}
.link{height:30px; padding-top:30px;}
.linkBox{display:flex; justify-content:flex-end;}
.linkBox .mainlevel{width:172px; height:30px; background:#fff; margin-left:36px; position:relative; text-align:left;}
.linkBox li a{display:block; height:30px; line-height:30px; cursor:pointer; padding-left:10px; font-size:14px; color:#7d9dd0; position:relative;}
.linkBox .mainlevel>a i{display:block; width:30px; height:30px; float:right; background:#d5e0f5; position:relative;}
.linkBox .mainlevel>a i:after{display:block; content:""; width:30px; height:30px; background:url(../images/m05.png) no-repeat center center; -webkit-transition:all 0.3s; transition:all 0.3s; position:absolute; left:0; top:0;}
.linkBox .mainlevel.on>a{color:#376bca;}
.linkBox .mainlevel.on>a i:after{transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
.linkBox li ul{min-width:100%; max-height:320px; padding:0; background-color:#fff; position:absolute; left:0; bottom:30px; overflow-y:auto; display:none; z-index:999; box-shadow:0 -3px 5px rgba(0,0,0,0.2);}
.linkBox li ul::-webkit-scrollbar{width:5px; height:5px;}
.linkBox li ul::-webkit-scrollbar-track{background-color:#fff;}
.linkBox li ul::-webkit-scrollbar-thumb{-webkit-border-radius:3px; border-radius:3px; background-color:#e0e0e0;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:5px 10px; background:none; font-size:14px; border:0; -webkit-border-radius:0; border-radius:0; color:#333; white-space:nowrap;}
.linkBox li ul li a:hover{background:#f90; color:#fff;}

.copy{padding:24px 0; line-height:30px; font-size:14px; color:rgba(255,255,255,0.7);}
.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(../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:#376bca; 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(../images/a01.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:#376bca;}
.left ul li a.on{color:#fff; background:#f90;}
.left ul li a.on:after{background-image:url(../images/a02.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:#376bca;}
.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:#376bca;}


.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;}