@charset "utf-8";
/* CSS Document */
*::selection{background:#2e6bf9; 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;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#2e6bf9; 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:304px; background:url(../images/headBg.jpg) no-repeat center center; border-top:#0037c2 8px solid;}
.head .logo{height:304px;}

/* 菜单 */
.menuWrap{height:60px; background:#d9eaff;}
#menu{display:flex;}
#menu li{position:relative; text-align:center;}
#menu>li{height:60px; position:relative; flex:1;}
#menu>li>a{display:block; height:60px; line-height:60px; font-size:18px;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#0037c2; position:absolute; z-index:999; left:0; top:60px; -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:24px; 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:link, #menu ul ul li a:visited{font-size:14px;}

#menu > li:hover > a:hover,
#menu > li:hover > a{color:#ff0; background:#0037c2;}
#menu ul li:hover > a:hover,
#menu ul li:hover > a{color:#fff; background:#f90;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.indH1{height:51px; text-align:center; position:relative;}
.indH1 img{position:relative; z-index:1;}
.indH1 a{position:absolute; right:0; bottom:12px; z-index:1; display:block; line-height:24px; font-size:14px; font-weight:normal;}
.indH1 .line1, .indH1 .line2{display:block; width:175px; height:1px; position:absolute; bottom:17px; z-index:0; background:#acbcdf;}
.indH1 .line1{margin-left:7px; left:0;}
.indH1 .line2{width:1157px; margin-right:7px; right:0; bottom:11px;}
.indH1 .line1:before, .indH1 .line2:before{display:block; content:""; width:5px; height:5px; border:#acbcdf 1px solid; border-radius:50%; position:absolute; top:50%; transform:translateY(-50%);}
.indH1 .line1:before{left:-7px;}
.indH1 .line2:before{right:-7px;}

.indH2{height:36px; line-height:36px;}
.indH2 img{height:30px; margin-bottom:16px;}
.indH2 p{height:24px; line-height:24px; padding-top:6px; color:#acbcdf;}
.indH2 p em{text-transform:uppercase; padding:0 5px;}
.indH2 p i{display:block; height:1px; background:#acbcdf; position:relative; margin-left:7px;}
.indH2 p i:before{display:block; content:""; width:5px; height:5px; border:#acbcdf 1px solid; border-radius:7px; position:absolute; left:-7px; top:50%; transform:translateY(-50%);}
.indH2 p a{font-size:14px; margin-left:10px;}


/* 普通新闻列表 */
.newsList li{border-bottom:#dbdbdb 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:48px; line-height:48px; font-size:16px; font-weight:normal; position:relative; padding-left:16px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.newsList li h3:before{display:block; content:""; width:5px; height:5px; background:#2e6bf9; position:absolute; left:0; top:50%; transform:rotate(45deg) translateY(-50%);}
.newsList li p{text-align:right; color:#999; height:48px; line-height:48px; padding-left:20px;}


.news{height:473px; padding:60px 0 70px; background:url(../images/bg1.jpg) no-repeat top left;}
.newsCon{padding-top:40px; height:351px;}
.ldsc{width:934px; height:351px; position:relative; float:left;}
.ldsc h2{position:absolute; left:-11px; top:0; z-index:2;}
.ldscPic{width:460px; height:351px; float:left;}
.ldscPic .swiper-slide{display:block; width:460px; height:351px; float:left; overflow:hidden;}
.ldscPic .swiper-pagination-bullets{height:10px; padding:16px 0; background:rgba(0,0,0,.2); bottom:0; font-size:0; text-align:center;}
.ldscPic .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; border-radius:10px; background:#fff; opacity:1; margin:0 10px !important; -webkit-transition:all 0.4s; transition:all 0.4s;}
.ldscPic .swiper-pagination-bullet-active{opacity:1; background:#2e6bf9;}

.ldscTxt{height:351px; margin-left:460px;}
.ldscTxt .swiper-slide{display:block; height:117px;}
.ldscTxt .swiper-slide a{display:block; height:76px; padding:20px 0; margin:0 20px; border-bottom:#eaecf0 1px solid; position:relative;}
.ldscTxt .swiper-slide a:before, .ldscTxt .swiper-slide a:after{display:block; content:""; width:4px; height:100%; background:#1f8df3; position:absolute; left:-20px; top:0; bottom:-1px; z-index:1; -webkit-transition:all 0.4s; transition:all 0.4s; opacity:0;}
.ldscTxt .swiper-slide a:after{width:auto; background:#eef6ff; right:-20px; z-index:0;}
.ldscTxt .swiper-slide a h3{height:56px; line-height:28px; font-size:16px; font-weight:normal; position:relative; z-index:2;}
.ldscTxt .swiper-slide a p{height:20px; line-height:20px; text-align:right; font-size:14px; color:#6e94bd; position:relative; z-index:2;}
.ldscTxt .swiper-slide-thumb-active a:before, .ldscTxt .swiper-slide-thumb-active a:after{opacity:1;}


.hzxy{height:351px; margin-left:994px; position:relative;}
.hzxy h2{position:absolute; left:-11px; top:0; z-index:2;}
.hzxyCon{height:351px;}
.hzxyCon .swiper-slide{display:block; height:351px;}
.hzxyCon .swiper-slide a{display:block; height:351px; overflow:hidden; position:relative;}
.hzxyCon .swiper-slide h3{width:calc(100% - 24px); height:42px; line-height:42px; padding:0 12px; font-size:16px; font-weight:normal; background:rgba(0,0,0,.2); color:#fff; text-align:center; position:absolute; left:0; bottom:0;}
.hzxyCon .swiper-pagination-bullets{height:9px; bottom:54px; font-size:0; text-align:right;}
.hzxyCon .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:7px; height:7px; border-radius:9px; background:rgba(255,255,255,0); border:#fff 1px solid; opacity:1; margin:0 12px 0 0 !important; -webkit-transition:all 0.4s; transition:all 0.4s;}
.hzxyCon .swiper-pagination-bullet-active{opacity:1; background:#fff;}


.F2{padding:40px 0 50px; height:381px; background:url(../images/bg2.jpg) no-repeat center center; background-size:cover;}
.sxpt .scroll{overflow:hidden; width:100%; margin-top:50px;}
.sxpt .scroll ul{width:100%; white-space:nowrap; font-size:0;}
.sxpt .scroll ul li{display:inline-block; vertical-align:top; width:212px; height:280px; margin-right:50px;}
.sxpt .scroll ul li a{display:block; position:relative; height:100%; overflow:hidden;}
.sxpt .scroll ul li p{height:278px; border:#dde9f8 1px solid; background-color:#fff; background-size:contain;}
.sxpt .scroll ul li h3{width:calc(100% - 24px); height:40px; line-height:20px; padding:7px 12px; text-align:center; font-size:16px; font-weight:normal; color:#fff; position:absolute; left:0; bottom:0;}
.sxpt .scroll ul li h3 span{display:block; max-height:40px;}


.yqsb{height:557px; padding:80px 0 70px; background:url(../images/bg3.jpg) no-repeat bottom center; background-size:100% auto;}
.yqsb .yqsbScroll{height:476px; padding-top:30px;}
.yqsb .swiper-slide{width:300px; height:calc((100% - 40px) / 2) !important; 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;}
.yqsb .swiper-slide a{display:block; width:100%; height:100%; position:relative; overflow:hidden;}
.yqsb .swiper-slide a h3{width:calc(100% - 24px); height:36px; line-height:36px; text-align:center; padding:0 12px; position:absolute; left:0; bottom:0; background:rgba(18,95,219,.65); font-size:16px; font-weight:normal; color:#fff;}


.foot{background:#1261dc; padding:24px 0; line-height:30px; font-size:14px; color:rgba(255,255,255,0.7); text-align:center}
.foot a{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.foot 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;}
.ny:after{display:block; content:""; clear:both;}

.left{width:240px; background:#f5f5f5; float:left; position:relative;}
.left h2{line-height:30px; font-size:20px; text-align:center; background:#2e6bf9; color:#fff; font-weight:normal; padding:10px 20px;}
.left ul{width:auto; margin:0;}
.left ul li{display:block !important;width:auto !important; float:none !important; position:relative; border:#e4e4e4 1px solid; border-top:none; background:#f5f5f5;}
.left ul li, .left ul li > a:after{-webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a{display:block !important; line-height:24px !important; padding:10px 30px 10px 20px !important; font-size:15px !important; width:auto !important; border:none !important; border-left:#f5f5f5 3px solid !important; font-weight:normal !important; background:none !important; color:#333 !important; text-align:left !important; position:relative;}
.left ul li > a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 6px); right:8px; z-index:2; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #aaa solid;}
.left ul li:hover{background:#fff;}
.left ul li:hover>a{border-left-color:#f7a100 !important;}
.left ul li:hover > a:after, .left ul li.selected > a:after{opacity:1;}
.left ul li:hover > a:after{border-left-color:#f7a100;}
.left ul li:hover > a{background:#fff !important; color:#f7a100 !important; border-right-color:#fff !important;}
.left ul li.selected{border-left:#2e6bf9 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#0037c2 !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#0037c2;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
.left ul ul li{border-bottom:0; background:none; padding-left:0; border:0;}
.left ul ul li:hover, .left ul ul li.selected{border-left:0;}
.left ul ul li a{padding-left:40px !important; font-size:14px !important;}
.left ul ul ul li a{padding-left:60px !important; font-size:13px !important;}
.left ul ul ul ul li a{padding-left:80px !important; font-size:12px !important;}


.right{margin-left:270px;}
.right:after{display:block; content:""; clear:both;}
.post{height:49px; line-height:49px; font-size:14px; color:#999; border-bottom:1px solid #e3e3e3;}
.post .postSpan{float:right; line-height:29px; padding-top:20px;}
.post .postSpan a:link, .post .postSpan a:visited{color:#999;}
.post .postSpan a:hover{color:#f7a100;}
.post h3{float:left; height:48px; position:relative; top:0; color:#0037c2; border-bottom:2px solid #2e6bf9;s font-size:20px; font-weight:normal;}


.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:500px; height:auto !important; margin:5px auto 0; vertical-align:top;}

.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:#2e6bf9;}
.picList01 ul li a:hover{color:#2e6bf9;}


.list01 .wp_entry{padding-top:20px; line-height:1.6; font-size:16px; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.list01 .wp_entry a{color:#2e6bf9;}
.list01 .wp_entry a:hover{color:#f7a100; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}


.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
.wp_paging li span{margin:0 5px !important;}

.possplit{background-image:url(../images/posSplit.gif) !important; width:15px !important;}