﻿@charset "utf-8";
*::selection{background:#2b76dd; 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:#2b76dd;}
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:160px; background:url(../images/headBg.jpg) no-repeat center center;}
.head .logo{height:160px; background:url(../images/logo250417.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:38px; line-height:38px; margin-top:24px;}
.searchCon{width:230px; height:38px; background:#fff; -webkit-border-radius:4px; border-radius:4px; overflow:hidden; float:right;}
.searchCon .keyword{width:calc(100% - 60px); height:38px; line-height:38px; padding:0 11px; font-size:14px; background:none; border:none; float:left;}
.searchCon .keyword::placeholder{color:#aaa;}
.searchCon .searchBtn{display:block; width:38px; height:38px; background:#2c79e1 url(../images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left;}
.searchCon .searchBtn:hover{background-color:#f3ba40;}

/* 菜单 */
.menuWrap{height:60px;}
.menu{width:100%;height:60px; background:#2c79e1; 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:179px; padding-right:1px; position:relative;}
#menu>li:after{display:block; content:""; width:1px; height:20px; background:#5c9aef; position:absolute; right:0; top:50%; margin-top:-10px;}
#menu>li:last-of-type{width:180px; padding-right:0;}
#menu>li:last-of-type:after{display:none;}
#menu>li>a{display:block; height:60px; line-height:60px; font-size:20px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f3ba40;}
#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:#2b76dd;}
.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:#2b76dd;}


.indH{height:60px; position:relative;}
.indH:after{display:block; content:""; width:100%; height:3px; border-top:#dedede 1px solid; border-bottom:#dedede 1px solid; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:0;}
.indH a{display:block; height:24px; line-height:24px; padding-left:12px; background:#fff; font-size:15px; float:right; position:relative; z-index:1; margin-top:18px;}
.indH a:link, .indH a:visited{color:#777;}
.indH a:hover{color:#2b76dd;}
.indH p{height:60px; line-height:60px; font-size:26px; background:#fff; padding-right:24px; position:relative; z-index:1; float:left;}
.indH p span{font-size:34px; color:#2b76dd;}

.newsList li{height:40px; line-height:40px; border-bottom:#dfdfdf 1px dashed;}
.newsList li a{display:block; height:40px; padding-left:15px; 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;}
.newsList li a:hover{background-image:url(../images/a02.png); color:#2b76dd;}


.news{height:440px; padding:80px 0; background:url(../images/bg1.jpg) no-repeat center center; background-size:cover;}
.picNews{width:670px; height:440px; position:relative; float:left;}
.picNews .swiper-wrapper{height:440px;}
.picNews .swiper-slide{width:670px; height:440px; position:relative; float:left;}
.picNews .swiper-slide .bgPic{height:440px;}
.picNews .swiper-slide h3{width:510px; height:60px; line-height:60px; font-size:16px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.6); padding:0 140px 0 20px; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-custom{bottom:0 !important; left:auto !important; right:0 !important; width:118px !important; height:60px; line-height:60px; padding-left:4px; background:#f3ba40; color:#fff; -webkit-border-radius:60px 0 0 60px; border-radius:60px 0 0 60px; overflow:hidden; text-align:center;}

.txtNews{margin-left:700px; height:440px; position:relative;}
.txtNews:after{display:block; content:""; width:calc(100% - 30px); height:calc(100% - 30px); background:#2b78df; position:absolute; right:0; bottom:0; z-index:0;}
.txtNewsCon{height:calc(100% - 130px); padding:40px 40px 70px; background:#fff; position:relative; z-index:1; box-shadow:0 3px 20px rgba(0,33,78,0.2); margin:0 20px 20px 0;}
.txtNewsCon:after{display:block; content:""; width:80px; height:10px; background:url(../images/newsBg.png) no-repeat center center; position:absolute; right:40px; bottom:40px;}
.txtNewsCon ul{padding-top:10px; height:240px;}
.txtNewsCon ul li{border-bottom:0;}


.tzgg{position:relative; z-index:1; padding:50px 0; background:url(../images/bg2.jpg) no-repeat bottom center; height:268px;}
.tzgg:after{display:block; content:""; width:100%; height:43px; background:url(../images/bg3.png) no-repeat center top; background-size:100% 100%; position:absolute; left:0; bottom:-43px;}
.tzgg .indH p, .tzgg .indH a{background:#edf3f8;}
.tzgg ul:after{display:block; content:""; clear:both;}
.tzgg ul li{width:366px; height:64px; padding:32px 81px 8px 0; float:left;}
.tzgg ul li:nth-of-type(3n){padding-right:0;}
.tzgg ul li p{width:70px; height:64px; line-height:30px; text-align:center; background:#fff; font-size:13px; color:#555; float:left;}
.tzgg ul li p span{display:block; height:34px; line-height:34px; background:#2c79e1; color:#fff; font-size:20px;}
.tzgg ul li h3{margin-left:90px; height:64px; font-size:16px; font-weight:normal; line-height:28px;}
.tzgg ul li h3 span{max-height:56px;}


.indNews{padding:150px 0 100px; background:url(../images/bg5.jpg) no-repeat center center fixed; background-size:100% 100%; position:relative; z-index:0;}
.indNews:before, .indNews:after{display:block; content:""; width:100%; height:240px; background:#edf3f8; position:absolute; left:0; bottom:0;}
.indNews:before{height:43px; background:url(../images/bg4.png) no-repeat center bottom; background-size:100% 100%; position:absolute; left:0; bottom:240px;}
.indNews .w1260{width:1180px; height:320px; padding:40px; position:relative; z-index:2; background:#fff; border-top:#f3ba40 6px solid; box-shadow:0 3px 20px rgba(0,33,78,0.1);}
.indNews .newsList{height:252px; padding-top:8px;}
.indNews .newsList li{height:42px; line-height:42px; border-bottom:0;}
.indNews .newsList li a{height:42px;}
.zczd{width:542px; height:320px; float:left;}
.dqjs{margin-left:638px; height:320px;}


.foot{height:146px; padding-top:20px; background:url(../images/footBg.png) no-repeat top center; font-size:14px; color:rgba(255,255,255,0.8); position:relative; z-index:1; margin-top:-20px;}
.foot .w1260{height:140px; background:url(../images/logo250417.png) no-repeat left center; background-size:auto 64px;}
.foot .copy{float:right; height:56px; line-height:28px; margin:45px 0 0 50%;}
.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:#2b76dd; 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:2px 0;}
.left ul li{padding:2px 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:#2b76dd; 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:#2b76dd; border-bottom:2px solid #2b76dd; font-size:20px; font-weight:normal;}


.list01{padding-top:10px;}


.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;}