@charset "utf-8";
/* CSS Document */
*::selection{background:#0061ac; 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;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#f90;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}


/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(../images/bg.png) repeat;}
.pageTips .container{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container 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 .container .img{text-align:center;}
.pageTips .container .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container a{color:#fff; text-decoration:underline;}


.w1260{width:1260px; margin:0 auto;}


/* 头部 */
.head{width:100%; height:196px; background:url(../images/jc03/headBg.jpg) no-repeat center bottom;}
@media screen and (min-width:1920px){
	.head{background-size:cover;}	
}
.head .logo{width:1260px; height:196px; background:url(../images/jc03/logo.png) no-repeat left center; margin:0 auto;}


/* 菜单 */
.menuWrap{height:50px; background:#eaf7ff; position:relative;}
#menu{width:1260px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:152px; margin-left:2px;}
#menu>li:after{display:block; width:1px; height:18px; background:#135d96; content:""; position:absolute; left:-1px; top:16px;}
#menu>li:first-of-type{width:118px; margin-left:0;}
#menu>li:first-of-type:after{display:none;}
#menu>li:nth-of-type(2){width:216px;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#135d96;}
#menu>li>a:hover, #menu>li>a.current:hover{color:#fff; background-color:#f90;}
#menu>li>a.current{color:#fff; background-color:#135d96;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0061ac; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:10px 8px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f90; 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; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #f90;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; 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:40px !important; height:6px;}
.banner .swiper-pagination-bullet{width:50px; height:6px; display:inline-block; border-radius:6px; background:#fff; opacity:0.9; vertical-align:top; margin:0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
.banner .swiper-button-prev, .banner .swiper-button-next{color:rgba(255,255,255,0.96) !important;}


.F1{padding:64px 0 154px; background:url(../images/jc03/bg01.jpg) no-repeat center center; position:relative; z-index:0;}
@media screen and (min-width:1920px){
	.F1{background-size:cover;}	
}
.F1 h2{height:49px; line-height:49px; font-weight:normal; position:relative; color:#0061ac;}
.F1 h2:before, .F1 h2:after{display:block; background:#aed0e5; content:""; position:absolute; left:114px;}
.F1 h2:before{top:24px; width:9px; height:9px; -webkit-border-radius:50%; border-radius:50%;}
.F1 h2:after{top:28px; height:1px; right:70px;}
.F1 h2 a:link, .F1 h2 a:visited{display:block; height:41px; line-height:41px; float:right; color:#0061ac; font-size:12px; margin-top:8px;}
.F1 h2 a:hover{color:#f90;}
.F1 h2 p{display:block; width:114px; height:49px; font-size:24px; float:left;}
.F1 .con{height:210px; padding:20px; background:#cfebfc; margin-top:30px;}
.F1 .con .pic{float:left; margin-right:20px;}
.F1 .con .pic p{background-repeat:no-repeat; background-position:center center;}
.F1 .con .txt{height:180px; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify; text-indent:2em; padding-top:12px;}
.F1 .con .more{height:32px; line-height:32px; text-align:right; padding-top:12px;}
.F1 .con .more a:link, .F1 .con .more a:visited{font-size:14px; color:#666;}
.F1 .con .more a:hover{color:#f90;}
.jcjs{width:710px; height:329px; float:left;}
.jcjs .con .pic{width:151px; height:186px; background:#fff; padding:12px;}
.jcjs .con .pic p{height:186px; background-size:contain;}
.zbjs{margin-left:742px; height:329px;}
.zbjs .con .pic{width:175px; height:210px;}
.zbjs .con .pic p{height:210px; background-size:cover;}


.iconLink{height:235px; background:#fffdf8;}
.iconLink ul{width:1260px; height:180px; margin:0 auto; background:#fff; -webkit-box-shadow:0 4px 18px rgba(0,0,0,0.1); box-shadow:0 4px 18px rgba(0,0,0,0.1); position:relative; z-index:1; top:-102px;}
.iconLink li{width:252px; height:180px; float:left; text-align:center;}
.iconLink li a{display:block; height:180px;}
.iconLink li i{display:block; height:42px; padding-top:33px; background-repeat:no-repeat; background-position:center bottom;}
.iconLink li em{display:block; height:15px; padding-top:20px; background:url(../images/jc03/line01.png) no-repeat center bottom;}
.iconLink li p{height:31px; line-height:31px; padding-top:15px; font-size:18px; color:#124f84;}
.iconLink li i, .iconLink li em, .iconLink li p{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.iconLink li.i1 a i{background-image:url(../images/jc03/i01a.png);}
.iconLink li.i2 a i{background-image:url(../images/jc03/i02a.png);}
.iconLink li.i3 a i{background-image:url(../images/jc03/i03a.png);}
.iconLink li.i4 a i{background-image:url(../images/jc03/i04a.png);}
.iconLink li.i5 a i{background-image:url(../images/jc03/i05a.png);}
.iconLink li a:hover{background:#0061ac;}
.iconLink li.i1 a:hover i{background-image:url(../images/jc03/i01b.png);}
.iconLink li.i2 a:hover i{background-image:url(../images/jc03/i02b.png);}
.iconLink li.i3 a:hover i{background-image:url(../images/jc03/i03b.png);}
.iconLink li.i4 a:hover i{background-image:url(../images/jc03/i04b.png);}
.iconLink li.i5 a:hover i{background-image:url(../images/jc03/i05b.png);}
.iconLink li a:hover em{background-image:url(../images/jc03/line02.png);}
.iconLink li a:hover p{color:#fff;}


.indH{height:82px;}
.indH h2{height:45px; line-height:45px; font-size:24px; font-weight:normal;}
.indH p{height:24px; line-height:24px; font-size:12px; color:#d4d0c7; position:relative; text-transform:uppercase;}
.indH p:before, .indH p:after{display:block; content:""; background:#c2b793; position:absolute;}
.indH p:before{width:5px; height:5px; top:11px;}
.indH p:after{height:1px; top:13px; right:60px;}
.indH p a:link, .indH p a:visited{display:block; height:21px; line-height:21px; margin-top:3px; float:right; color:#beb28c;}
.indH p a:hover{color:#f90;}

.F2{height:186px; background:#fff1c5;}
.F2 .w1260{position:relative; top:-82px;}
.tscx{width:590px; height:186px; float:left;}
.tscx .indH p:before, .tscx .indH p:after{left:228px;}
.tscx .tscxCon{padding:33px 0 33px 24px; height:120px; background:url(../images/jc03/txtBg.png) no-repeat left center;}
.tscx .tscxCon .txt{height:120px; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify; text-indent:2em;}

.picLink{height:238px; overflow:hidden; margin-left:634px;}
.picLink ul{height:258px; margin-left:-20px;}
.picLink ul li{width:303px; height:109px; overflow:hidden; margin:0 0 20px 20px; float:left;}
.picLink ul li img{display:block; width:303px; height:109px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picLink ul li a:hover img{opacity:0.8;}


.picScroll{padding:60px 0 50px; background:url(../images/jc03/bg02.jpg) no-repeat center bottom; background-size:cover;}
.picScroll .indH p:before, .picScroll .indH p:after{left:122px;}
.picScroll .swiper-container{height:242px; padding-top:15px;}
.picScroll .swiper-slide{width:291px; height:242px; overflow:hidden; float:left;}
.picScroll .swiper-slide p{height:176px; overflow:hidden; padding:9px; background:#fff; border:#ccc 1px solid;}
.picScroll .swiper-slide p i{display:block; height:176px; background-repeat:no-repeat; background-position:center center; background-size:contain; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picScroll .swiper-slide h3{height:26px; line-height:26px; padding-top:10px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}
.picScroll .swiper-slide a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picScroll .swiper-pagination-bullets{bottom:0 !important; height:10px !important; font-size:0; text-align:center;}
.picScroll .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; *display:inline; zoom:1; border-radius:50%; background:#bbb; opacity:1; vertical-align:top; margin:0 5px !important;}
.picScroll .swiper-pagination-bullet-active{opacity:1; background:#f90;}


/* 页底 */
.foot{background:#0061ac; color:#fff; padding:35px 0; line-height:25px; text-align:center; font-size:14px;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{color:#fff; text-decoration:underline;}


.ny{width:1260px; margin:30px auto 50px;}
.left{width:170px; text-align:center; float:left; background:#0061ac; padding:10px 25px 25px; text-align:center;}
.left h2{height:50px; line-height:50px; font-size:20px; color:#e3dabd; font-weight:normal; border-bottom:#fff 1px solid;}
.left ul{width:auto !important;}
.left ul li{border-bottom:#fff 1px dashed; display:block !important; float:none !important;}
.left ul li a{display:block !important; line-height:24px !important; padding:9px 0 !important; font-size:15px !important; width:auto !important; border:none !important; background:none !important; font-weight:normal !important; color:#ffff !important;}
.left ul li a:hover{color:#fd0 !important;}
.left ul li a.selected{background:none !important; color:#fd0 !important;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
 
 
.right{margin-left:260px; background:#fff;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post .postSpan{float:right; line-height:26px; padding-top:12px;}
.post h3{float:left; color:#0061ac; border-bottom:2px solid #0061ac; font-size:20px; font-weight:normal;}


.list01{padding-top:20px;}
.newsList li{height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:15px; background:url(../images/jc03/a01.png) no-repeat left center; border-bottom:#d5d5d5 1px dashed;}
.newsList li span{float:right; padding-left:20px; color:#999;}


.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.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 p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}

.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:30px; line-height:30px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.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; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto"); vertical-align:top;}



.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;}