@charset "utf-8";
/* CSS Document */
*::selection{background:#1c7ddb; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; transition:all 0.3s; color:#000;}
a:hover{color:#1c7ddb;}
:focus{-moz-outline-style:none; outline:none;}
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;}
.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;}
.clamp7{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical;}
.clamp8{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:8; -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:1260px; margin:0 auto;}
/* 头部 */
.head{height:130px; background:url(/jwc/images/headBg.jpg) no-repeat center center; background-size: cover;}
.head .logo{height:130px; display:flex; align-items:center;}

/* 搜索 */
.search{width:240px; height:36px; background:#fff; border-radius:36px; overflow:hidden;}
.search .keyValue{width:calc(100% - 56px); height:36px; line-height:36px; background:none; border:0; padding:0 0 0 16px; margin:0; outline:none; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:36px; height:36px; background:url(/jwc/images/iSearch.png) no-repeat center center; border:0; margin:0 4px 0 0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:50px; position:relative; z-index:10; background:#0363cd;}
#menu{width:1260px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:214px; height:50px; margin-left: 2px; position:relative;}
#menu>li:before{display: block; content: ""; width:2px; height: 100%; background: url(/jwc/images/menuLine.jpg) no-repeat center center; position: absolute; left: -2px; top: 0;}
#menu>li:first-of-type{width:180px; margin-left: 0;}
#menu>li:first-of-type:before{display: none;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px; color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#137cda; position:absolute; z-index:999; left:0; top:50px; -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%; margin:0 0 0 20px;}
#menu ul ul li a{font-size:14px;}

#menu>li:nth-of-type(9) > ul{width:calc(100% + 20px);}

#menu li:hover > a:hover{background-color:#f2b100; color:#fff;}
#menu li:hover > a{background-color:#137cda; color:#ffd35b;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{position:relative;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination-bullets{height:10px; bottom:30px;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; background:rgba(255,255,255,0); border:#fff 1px solid; opacity:1; vertical-align:top; border-radius: 50%; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.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(/jwc/images/l1.png); left:5%;}
.banner .swiper-button-next{background-image:url(/jwc/images/r1.png); right: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{font-size:24px; color:#fff;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d7d7d7 1px dashed; overflow:hidden;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:47px; line-height:47px; font-size:15px; font-weight:normal; position:relative; padding-left:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newsList li h3:before{display:block; content:""; width:6px; height:6px; background:#f2b100; border-radius:6px; -webkit-transition:all 0.4s; transition:all 0.4s; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.newsList li p{text-align:right; color:#999; height:47px; line-height:47px; padding-left:20px;}
.newsList li a:hover{color:#1c7ddb;}
.newsList li a:hover h3:before{background:#1c7ddb;}


.news{height:400px; padding: 60px 0; display: flex;}
.picNews{width:610px; height:400px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:610px; height:400px; float:left; position:relative; overflow:hidden;}
.picNews .swiper-slide h3{width:100%; height:56px; line-height:56px; font-size:16px; font-weight:normal; color:#fff; background: rgba(0,0,0,.5); padding: 0 123px 0 23px; box-sizing: border-box; position: absolute; left: 0; bottom: 0;}
.picNews .swiper-pagination-bullets{width:auto; height:10px; left:auto; right: 23px; bottom:23px;}
.picNews .swiper-pagination-bullet{display:inline-block; vertical-align:top; width:10px; height:10px; background:#fff; border:none; opacity:1; border-radius:10px; margin:0 0 0 8px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f5b55a;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:24px; height:40px; opacity:0; background-color: rgba(0,0,0,.3); z-index: 1 !important;}
.picNews .swiper-button-prev{left:0; border-radius: 0 3px 3px 0;}
.picNews .swiper-button-next{right:0; border-radius: 3px 0 0 3px;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity: 1;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{background-color: rgba(0,0,0,.6);}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{font-size:16px; color:#fff;}
.picNews .swiper-button-prev:hover:after, .picNews .swiper-button-next:hover:after{color:#fff;}

.txtNews{height:400px; margin-left:40px; overflow:hidden; flex: 1;}
.tabNav{height: 45px; line-height: 43px; position: relative;}
.tabNav:after{display: block; content: ""; width: 100%; height: 1px; background: #d5d5d5; position: absolute; left: 0; bottom: 0; z-index: 0;}
.tabNav p, .tabNav .more{position: relative; z-index: 1;}
.tabNav p{display: flex; align-items: center; height: 45px;}
.tabNav p label{display: block; padding: 0 15px; border: #fff 1px solid; border-bottom-color: #d5d5d5; cursor: pointer; font-size: 30px;}
.tabNav p label.current{border-color: #d5d5d5; border-bottom-color: #fff; color: #197ce5;}
.tabNav p label:last-of-type.current{color: #f00;}
.tabNav .more a{display: block; padding-right: 18px; background: url(/jwc/images/m1.png) no-repeat right center; color: #777; height: 24px; line-height: 24px;}
.tabNav .more a:first-of-type:hover{background-image: url(/jwc/images/m2.png); color: #197ce5;}
.tabNav .more a:last-of-type:hover{background-image: url(/jwc/images/m3.png); color: #f00;}
.tabCon{height: 452px; padding-top: 16px; overflow: hidden;}
.tabCon dl{height: 88px; padding-bottom: 22px;}
.tabCon dl dd{height: 40px; line-height: 40px; font-size: 20px;}
.tabCon dl dt{height: 48px; line-height: 24px; font-size: 15px; color: #8a8a8a;}
.tabCon ul{height:220px; padding-top: 18px; border-top: #dfdfdf 1px solid;}
.tabCon ul li{border-bottom:0;}
.tabCon ul li h3, .tabCon ul li p{height:44px; line-height:44px;}
.tabCon ul li h3{padding-left: 0;}
.tabCon ul li h3:before{display: none;}


.F1{padding-bottom:50px; background:url(/jwc/images/bg1.jpg) no-repeat center center; background-size:cover; position: relative;}
.F1:before, .F1:after{display: block; content: ""; width: calc(50% + 16px); height: 100px; background: #247cdf url(hBg1.jpg) no-repeat right center; position: absolute; top: 0; z-index: 0;}
.F1:before{left: 0;}
.F1:after{width:calc(50% - 16px); background: #d7ecf4; right: 0;}
.F1 .newsList{height: 336px; padding-top: 14px;}
.F1 .newsList li h3, .F1 .newsList li p{height: 55px; line-height: 55px;}
.F1 .w1260{display: flex;}

.indH{height: 100px; display: flex; align-items: center;}
.indH img{height: 28px; margin-right: 16px;}
.indH p{height: 36px; line-height: 36px; padding-left: 16px; border-left: #6aa2ee 1px solid; font-size: 30px; flex: 1;}
.indH a{display: block; height: 24px; line-height: 24px; padding-right: 18px; background: url(/jwc/images/m5.png) no-repeat center right;}


.jwxw{width:610px; height:450px; padding-right: 36px; position: relative; z-index: 1;}
.jwxw .indH p{color:#fff;}
.jwxw .indH a{color: #fff;}
.jwxw .indH a:hover{background-image: url(/jwc/images/m4.png); color: #ffd35b;}

.tzgg{flex:1; height:450px; margin-left:4px; position: relative; z-index: 1;}
.tzgg .indH p{color:#333; border-left-color: #aacdde;}
.tzgg .indH a{background-image: url(/jwc/images/m1.png); color: #888;}
.tzgg .indH a:hover{background-image: url(/jwc/images/m2.png); color: #1c7ddb;}


.foot{background:url(/jwc/images/footBg.jpg) no-repeat center center; background-size:cover; text-align:center; color:rgba(255,255,255,.8); font-size:14px; line-height:28px; padding:32px 0; border-top:#f5c644 5px solid;}
.foot span{padding-left:1em;}
.foot a{color:rgba(255,255,255,.8);}
.foot a img{height:18px; margin-right:4px; vertical-align:text-bottom;}
.foot a:hover{color:#fff;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/jwc/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:240px; background:#f2f3ed; float:left; overflow:hidden;}
.left h2{line-height:20px; padding:10px; background:#1c7ddb; color:#fff; text-align:center; font-size:20px; font-weight:normal;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:21px; 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; content:""; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #666 solid; position:absolute; right:20px; top:50%; transform:translateY(-50%); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#1c7ddb;}
.left ul li a:hover:after{border-left-color:#1c7ddb;}
.left ul li a.on{color:#fff; background:#f2b100;}
.left ul li a.on:after{border-left-color:#fff;}


.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:#1c7ddb;}
.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:#1c7ddb;}


.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");}