@charset "utf-8";
*::selection{background:#095eb3; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; 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:#095eb3;}
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(/sjc/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.4s; -moz-transition:all 0.4s; -o-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;}/*文字超出省略号...*/
.nowrap{overflow:hidden;white-space:nowrap;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none !important;}

.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{width:100%; height:130px; background:url(/sjc/images/headBg.jpg) no-repeat center center;}
.head .logo{width:1260px; height:130px; background:url(/sjc/images/logo.png) no-repeat left center; margin:0 auto;}
.search{width:190px; height:32px; background:#fff; -webkit-border-radius:32px; border-radius:32px; margin-top:49px; overflow:hidden; float:right;}
.search .keyValue{width:138px; height:32px; line-height:32px; padding-left:16px; font-size:14px; background:none; border:none; float:left;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:32px; height:32px; background:url(/sjc/images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left; margin-right:4px; border:0; padding:0;}


/* 菜单 */
.menuWrap{height:45px; background:#034aab;}
#menu{width:1260px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:180px;}
#menu>li>a{display:block; height:45px; line-height:45px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f5c329;}
#menu>li>a.current{background-color:#095eb3;}


/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#095eb3; 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:15px; 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:#f5c329; -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(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:#f6b32b;}
.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(/sjc/images/l.png); left:5%;}
.banner .swiper-button-next{background-image:url(/sjc/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:#f5c329;}


.indH{height:41px; line-height:41px; border-bottom:#e8e8e8 1px solid; font-size:24px; font-weight:normal; color:#095eb3;}
.indH a:link, .indH a:visited{float:right; font-size:14px; color:#9a9b9b; text-transform:uppercase;}
.indH a:hover{color:#095eb3;}
.indH span{color:#cecece;}
.indH i, .indH em{font-style:normal;}
.indH i{padding:0 10px;}

.newsList li{height:41px; line-height:41px; border-bottom:#d6d6d6 1px dashed; padding-left:12px; background:url(/sjc/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;}

.F1{margin:40px auto 60px;}
.news{width:870px; height:362px; overflow:hidden; float:left;}
.newsCon{padding-top:20px; height:300px;}
.picNews{width:420px; height:300px; float:left;}
.picNews .swiper-wrapper{height:300px;}
.picNews .swiper-slide{width:420px; height:300px; float:left;}
.picNews .swiper-slide p{height:240px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:240px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:390px; height:40px; line-height:40px; font-size:15px; font-weight:normal; color:#fff; background:#095eb3; padding:0 15px 20px; position:relative;}
.picNews .swiper-slide h3:before{display:block; width:100%; height:20px; background:url(/sjc/images/bg1.png) no-repeat center bottom; position:absolute; left:0; top:-20px; content:""; z-index:1;}
.picNews .swiper-slide a:hover p i{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:auto !important; height:2px !important; bottom:15px !important; left:auto !important; right:15px; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:18px; height:2px; background:#fff; -webkit-border-radius:0; border-radius:0; opacity:1; margin:0 0 0 5px !important;}
.picNews .swiper-pagination-bullet-active{background:#f5c329;}

.txtNews{margin-left:440px; height:300px; overflow:hidden;}
.txtNews dl{height:74px; border-bottom:#d8d8d8 1px dashed; padding-bottom:14px;}
.txtNews dl dd{height:20px; line-height:20px; font-size:16px;}
.txtNews dl dd a{display:block; height:20px;}
.txtNews dl dd a:link, .txtNews dl dd a:visited{color:#095eb3;}
.txtNews dl dd a:hover{color:#f5c329;}
.txtNews dl dt{height:44px; line-height:22px; color:#969696; font-size:14px; padding-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.txtNews ul{padding-top:7px;}
.txtNews ul li{height:35px; line-height:35px; border-bottom:0;}


.notice{margin-left:910px; height:362px;}
.notice ul{height:318px; padding-top:2px;}
.notice ul li{height:28px; padding:12px 0; border-bottom:#d8d8d8 1px dashed;}
.notice ul li p{width:98px; height:26px; line-height:26px; background:#fff; border:#095eb3 1px solid; color:#095eb3; text-align:center; -webkit-border-radius:28px; border-radius:28px; float:left; font-size:14px; padding-right:2px;}
.notice ul li p span{display:block; width:29px; height:26px; line-height:26px; background:#095eb3; color:#fff; float:left; padding-left:7px; -webkit-border-radius:28px 0 0 28px; border-radius:28px 0 0 28px;}
.notice ul li h3{margin-left:108px; height:28px; line-height:28px; font-size:15px; font-weight:normal;}
.notice ul li a:hover{color:#095eb3;}


.F2{padding:42px 0 50px; height:256px; background:url(/sjc/images/bg2.jpg) no-repeat center center;}
.F2 .indNews{width:390px; height:256px; float:left;}
.F2 .indNews .newsList{padding-top:10px;}
.F2 .indNews .newsList li{border-bottom:0; height:34px; line-height:34px; padding-left:14px;}
.law{padding:0 45px;}
.research .newsList li{background-image:url(/sjc/images/a02.png);}
.law .newsList li{background-image:url(/sjc/images/a03.png);}
.download .newsList li{background-image:url(/sjc/images/a04.png);}


.display{margin:40px auto 50px;}
/*
.display .displayCon{margin-top:20px; height:160px; overflow:hidden;}
.display .swiper-wrapper{height:160px;}
.display .swiper-slide{width:240px; height:160px; float:left;}
.display .swiper-slide a{display:block; height:160px; overflow:hidden; position:relative; -webkit-border-radius:5px; border-radius:5px;}
.display .swiper-slide p{height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.display .swiper-slide h3{width:220px; height:40px; line-height:40px; font-size:15px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.5); padding:0 10px; position:absolute; left:0; bottom:-40px;}
.display .swiper-slide a:hover p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.display .swiper-slide a:hover h3{bottom:0;}
.display .swiper-pagination-bullets{height:10px !important; bottom:0 !important; font-size:0;}
.display .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; background:#e5e5e5; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 5px !important;}
.display .swiper-pagination-bullet-active{background:#f5c329;}
*/

.display .bd{margin-top:20px; height:160px; overflow:hidden;}
.display .bd ul{min-width:1275px;}
.display .bd ul li{width:240px; height:160px; padding-right:15px; float:left;}
.display .bd ul li a{display:block; height:160px; overflow:hidden; position:relative; -webkit-border-radius:5px; border-radius:5px;}
.display .bd ul li p{height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.display .bd ul li h3{width:220px; height:40px; line-height:40px; text-align:center; font-size:15px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.5); padding:0 10px; position:absolute; left:0; bottom:-40px;}
.display .bd ul li a:hover p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.display .bd ul li a:hover h3{bottom:0;}


.foot{padding:27px 0; height:96px; background:url(/sjc/images/footBg.jpg) no-repeat center center; font-size:14px; color:#c1ddf5;}

.link{width:200px; height:96px; float:right;}
.linkBox{width:100%; height:auto;}
.link .mainlevel{width:200px; height:32px; padding:8px 0; position:relative;}
.linkBox li a{display:block; height:30px; line-height:30px; border:#3b85ce 1px solid; cursor:pointer; padding-left:10px; -webkit-border-radius:5px; border-radius:5px; font-size:14px; color:#c1ddf5;}
.linkBox li a i{display:block; width:30px; height:30px; float:right; background:url(/sjc/images/a05.png) no-repeat center center; -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;}
.linkBox .mainlevel.on a i{transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
.linkBox li ul{width:100%; max-height:320px; padding:0; background-color:#3b85ce; position:absolute; left:0; bottom:40px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:8px 10px; background:none; color:#c1ddf5; font-size:14px; border:0; -webkit-border-radius:0; border-radius:0;}
.linkBox li ul li a:hover{background:#095eb3; color:#fff;}

.copy{height:52px; line-height:26px; padding:22px 0; margin-right:240px;}
.copy span{padding-left:1em;}
.copy a:link, .copy a:visited{color:#c1ddf5;}
.copy a:hover{color:#fff;}
.copy a img{vertical-align:text-bottom; margin-right:4px; height:18px;}


.ny{padding:30px 0 50px; background:#f7f7f7;}
.nyCon{width:1260px; margin:0 auto;}
.left{width:240px; float:left; background:#fff;}
.left h2{height:50px; line-height:50px; text-align:center; background-color:#034aab; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left h2 p{position:relative; height:50px; z-index:1;}
.left ul li a{display:block; line-height:24px; padding:10px 28px 10px 20px; font-size:16px; position:relative; border:#e4e4e4 1px solid; border-top:none;}
.left ul li a:before{display:block; content:""; width:3px; height:100%; position:absolute; left:0; top:0; background:#fff;}
.left ul li a:after{display:block; content:""; position:absolute; top:50%; right:20px; transform:translateY(-50%); z-index:10; width:4px; height:7px; background:url(/sjc/images/a01.png) no-repeat center center;}
.left ul li a:before, .left ul li a:after{-webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover, .left ul li a.on{background:#fff; color:#095eb3;}
.left ul li a:hover:before, .left ul li a.on:before{background:#095eb3;}

 
.right{margin-left:280px; background:#fff; padding-bottom:30px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4; padding:10px 30px 0;}
.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:#004b9b; border-bottom:2px solid #004b9b; font-size:20px; font-weight:normal;}


.list01{padding:10px 30px 0;}

.picList01{padding:0 30px;}
.picList01 ul{margin-left:-25px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:220px; margin:25px 0 0 25px; text-align:center;}
.picList01 ul li p{height:200px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:200px; 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; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#095eb3;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); transform:scale(1.05);}

.article{padding:0 45px;}
.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"); vertical-align:top;}
.article2 img{max-width:1160px; _width:expression(document.body.clientWidth > 1160 ? "1160px" : "auto");}
.article2 .articleCon{padding:20px 0;}
.article2 .articleTitle{padding:40px 150px 20px;}
.articleCon table{margin:0 auto;}

.page01{text-align:center; padding:20px 30px 0; line-height:30px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/sjc/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;}