body{
	position: relative;
	width: 100%;
	overflow: hidden;
}
header{
	height: 80px;
	padding: 0 12px;
	background: #1c316a;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sjlogo a{
	display: block;
}
.sjlogo img{
	width: 160px;
}
/*导航样式*/
.nav_an{
	display: block;
	width: 26px;
	cursor: pointer;
}
.navSub{
	width: 100%;
	height: 65vh;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 80px;
	right:0;
	z-index: 999;
	overflow: hidden;
	
	-webkit-transform: translateX(100%);
  	-moz-transform:translateX(100%);
  	transform: translateX(100%);

	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;    
    transition:all 0.2s ease-in-out;
}
.navSub.on{
	-webkit-transform: translateX(0);
  	-moz-transform:translateX(0);
  	transform: translateX(0);
}
.navSub ul{
	
}
.navSub ul li{
	float: left;
	width: 50%;
}
.navSub ul li a{
	display: block;
	color: #333;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.navSub ul li:nth-child(odd) a{
	border-right: 1px solid #999999;
}

.bodyBj{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

/*banner样式*/
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 19.5rem;
	text-align: center;
}
.focus .hd ul {
	display: block;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 3.5rem;
	height: 0.25rem;
	margin: 0 1rem;
	text-indent: -999999px;
	background: rgba(255,168,0);
	overflow: hidden;
}
.focus .hd ul .on {
	background: #ffffff;
}
.focus .bd {
	z-index: 0;
}
.focus .bd li{
	width: 100%;
	height: 206px;
	position: relative;
}
.focus .bd li a{
	display: block;
}
.focus .bd li img {
	display: block;
	width: 100%;
	height: 206px;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}
.focus .bd li h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/banner_yy.png) no-repeat;
	background-size: cover;
	z-index: 2;
}
.focus .bd li h2 p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.focus .bd li h2 p a{
	display: block;
	color: #fff;
}

/*主体样式*/
.kstd-ul{

}
.kstd-ul-li{
	float: left;
	width: 33.333333%;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	box-sizing: border-box;
	padding: 20px 0 10px 0;
}
.kstd-ul-li a{
	display: block;
}
.kstd-ul-lit{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #4eafc7;
	border-radius: 50%;
}
.kstd-tb1{
	background: #4EAFC7;
}
.kstd-tb2{
	background: #c67c3b;
}
.kstd-tb3{
	background: #75c093;
}
.kstd-tb4{
	background: #ac75c0;
}
.kstd-tb5{
	background: #758cc0;
}
.kstd-tb6{
	background: #254da7;
}
.kstd-ul-li p{
	text-align: center;
	font-size: 15px;
	line-height: 36px;
}
.br0{
	border-right:none;
}
.kstd-ul-lit img{
	display: block;
	width: 28px;
}
.hgyw-bg{
	width: 100%;
	background: #f5f8ff url(../img/hgyw-bg.jpg) no-repeat left bottom;
}
.hgyw{
	padding: 30px 12px;
}
.hgyw .title{
	text-align: center;
	font-size: 24px;
}
.hgyw-tt{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccd1d4;
	margin-top: 30px;
}
.hgyw-tt-sj{
	float: left;
	width: 82px;
	border: 1px solid #e69b18;
	border-radius: 6px;
	text-align: center;
}
.hgyw-tt-sj p{
	height: 36px;
	line-height: 36px;
	background: #E69B18;
	font-size: 24px;
	color: #fff;
}
.hgyw-tt-sj span{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.hgyw-tt h2{
	height: 52px;
	line-height: 26px;
	padding: 8px 0 8px 100px;
	font-size: 16px;
}
.hgyw-xw ul{
	padding-top: 20px;
}
.hgyw-xw ul li{
	height: 46px;
	line-height: 46px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size: 16px;
}
.hgyw-xw ul li em{
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	padding: 3px 10px;
	font-size: 12px;
}
.hgyw-xw ul li a{
	margin-left: 12px;
}
.more{
	width: 100%;
	height: 38px;
	text-align: center;
	margin-top: 30px;
}
.more a{
	display: block;
	font-size: 15px;
	color: #18327f;
}
.more img{
	vertical-align: middle;
	padding-right: 10px;
	width: 60px;
}
.xydt{
	padding: 30px 0;
}
.xydt .hgyw-tt{
	border-bottom: 0;
	padding-bottom: 0;
}
.xydt .hgyw-tt dd{
	float: left;
	width: 50%;
}
.xydt .hgyw-tt dd a{
	display: block;
	margin: 12px;
}
.xydt .hgyw-tt dd img{
	width: 100%;
	height: 120px;
}
.xydt .hgyw-tt dd p{
	font-size: 16px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	margin-top: 5px;
}
.xydt .hgyw-tt dd span{
	display: block;
	font-size: 15px;
	color: #999;
	background: url(../img/icon-h.jpg) no-repeat left center;
	background-size: 14px auto;
	padding-left: 24px;
	margin-top: 8px;
}
.xydt ul{
	padding: 20px 0 0 12px;
}
.xydt ul li{
	background: url(../img/icon-d.png) no-repeat left center;
	background-size: 8px auto;
	padding-left: 8px;
}
.tabBox{background: url(../img/table-bg.jpg) no-repeat center bottom; background-size: cover; padding-bottom: 30px;}
.tabBox .hd{ height:70px; line-height:70px; font-size:20px; background:#1c316a;}
	.tabBox .hd ul{height:70px; overflow:hidden; text-align: center;}
	.tabBox .hd ul li{ display: inline-block; text-align: center; padding:0 10px; color:#fff; background: url(../img/icon-b.png) no-repeat left center; background-size: 8px auto;}
	.tabBox .hd ul li:first-child{background: none;}
	.tabBox .hd ul li:first-child a{padding-left: 0;}
	.tabBox .hd ul li a{color: #ccc; padding-left: 18px;}
	.tabBox .hd ul .on{ font-size: 24px;}
	.tabBox .hd ul .on a{ display:block; color: #fff;/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd ul{ padding:10px 0;}
	.tabBox .bd li{ border-bottom: 1px dashed #bfbfbf; padding: 20px 0; font-size: 16px; }
	.tabBox .bd li em{display: block; width: 100%; background: url(../img/icon-sj.png) no-repeat 12px center; background-size: 14px auto; padding-left: 38px; color: #999; font-size: 14px;}
	.tabBox .bd li a{display: block; padding: 0 12px 0 36px;  height: 46px; line-height: 46px; background: url(../img/icon-h2.jpg) no-repeat 12px center; background-size: 14px auto; text-overflow: ellipsis; overflow: hidden;}
	.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */

.mtjj{
	padding: 30px 12px 50px 12px;
	background: url(../img/mtjj-bg.jpg) no-repeat right bottom;
	background-size: cover;
}
.mtjj .title{
	text-align: center;
	font-size: 24px;
}
.mtjj ul li{
	margin-top: 40px;
	padding: 15px 20px 20px 80px;
	border: 1px solid #bfbfbf;
	position: relative;
}
.mtjj ul li a{
	display: block;
}
.mtjj ul li em{
	display: block;
	background: #e69b18;
	background-size: 45px 120px;
	width: 45px;
	height: 120px;
	position: absolute;
	top: -6px;
	left: 20px;
	color: #fff;
}
.mtjj ul li em i{
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}
.mtjj ul li p{
	height: 28px;
	line-height: 28px;
	background: url(../img/icon-sj.png) no-repeat left center;
	background-size: 14px auto;
	color: #eb9b45;
	padding-left: 24px;
	font-size: 16px;
}
.mtjj ul li h2{
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	margin-top: 8px;
	font-weight: normal;
}
.hgjx{
	width: 100%;
	height: 250px;
	position: relative;
}
.hgjx img{
	width: 100%;
	height: 250px;
}
.hgjx-zz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/h-bg.png) repeat;
}
.hgjx-k{
	width: 76%;
	height: 80%;
	border: 1px solid #fff;
	position: absolute;
	top: 10%;
	left: 12%;
}
.hgjx h2{
	position: absolute;
	top: 34%;
	left: 0;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.hgjx .duo{
	width: 110px;
	height: 40px;
	margin: 0 auto;
	background: #e69b18;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -55px;
}
.hgjx .duo a{
	display: block;
	color: #fff;
}
.hgjx-w ul li{
	float: left;
	width: 50%;
}
.hgjx-w ul li a{
	display: block;
	margin: 30px 12px;
	height: 120px;
	position: relative;
}
.hgjx-w ul li img{
	width: 100%;
	height: 120px;
	border-radius: 8px;
}
.hgjx-pic-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: url(../img/pic-bg.png) no-repeat center bottom;
}
.hgjx-w ul li h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.picScroll{text-align:center;  background: #f6f6f6; padding-bottom: 20px;}
	.picScroll .bd ul{ width:100%; float:left; padding-top:20px;  }
	.picScroll .bd li{ width:50%; float:left; font-size:14px; text-align:center; }
	.picScroll .bd li a{display: block; margin: 10px 12px;}
	.picScroll .bd li img{ width:100%; height: 60px; }

	.picScroll .hd{ height:20px; line-height:20px; overflow:hidden; text-align:left;  padding:0 10px;}
	.picScroll .hd ul{ text-align: center;}	
	.picScroll .hd li{ display: inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; overflow:hidden; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; text-indent: -999999px;}
	.picScroll .hd .on{ background:#999;}

.link{
	width: 100%;
	height: 80px;
	background: #1C316A;
}
.link ul{
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.link ul li a{
	display: block;
}
.link ul li img{
	display: block;
	height: 24px;
}
.foot-w{
	width: 100%;
	background: #282c3a;
}
.foot{
	padding: 20px 12px;
	text-align: center;
}
.foot img{
	height: 80px;
}
.foot p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;	
	margin-top: 10px;
}
.foot .dnb{
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: #c5c8d2;
	border-radius: 6px;
	margin-top: 10px;
}

/*以下是子页面样式*/
.zst{
	display: block;
	width: 100%;
}
.list_nav{
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 12px;
}
.list_nav span{
	font-size: 1.75rem;
	border-left: 0.5rem solid #B30602;
	padding-left: 1rem;
	color: #CF0400;
}
.listnav_tx{
	padding: 2rem;
}
.listnav_tx ul li{
	line-height: 5.5rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.625rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.listnav_tx ul li img{
	float: right;
	width: 0.625rem;
	padding-top: 2rem;
}
.weizhi{
	line-height: 70px;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 12px;
	font-size: 16px;
}
.list_tx{
	padding: 0 12px;
	margin-bottom: 20px;
}
.list_tx ul{
	padding-top: 20px;
}
.list_tx ul li{
	line-height: 52px;
	font-size: 16px;
	background: url(../img/icon-d.png) no-repeat left center;
	background-size: 8px 8px;
	padding-left: 16px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.list_tx ul li i{
	float: right;
	padding-left: 20px;
}
.con{
	padding: 0 12px;
	margin-bottom: 30px;
}
.dpzw{
	font-size: 16px;
	line-height: 38px;
}
.dpzw p{
	text-indent: 2em;
}
.con_ti{
	text-align: center;
	margin: 20px 0;
}
.con_ti h1{
	font-size: 22px;
}
.con_ti h2{
	font-size: 15px;
	font-weight: normal;
	color: #999;
	margin-top: 12px;line-height: 32px;

}
.con_ti h2 i{
	padding: 0 10px;
}
.sxp ul li{
	float: left;
	width: 50%;
}
.sxp ul li div{
	padding: 2.5rem 6rem 0 5rem;
}
.sxp ul li div a{
	display: block;
	background: #ebac17;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.list_pic{
	margin-bottom: 30px;
}
.list_pic ul{
	margin-top: 12px;
}
.list_pic ul li{
	float: left;
	width: 50%;
	margin-top: 12px;
}
.listSub{
	padding: 0 12px;
}
.list_pic ul li a{
	display: block;
	vertical-align: middle;
}
.list_pic ul li img{
	display: block;
	width: 100%;
	height: 120px;
}
.list_pic ul li p{
	padding: 10px 5px;
	font-size: 16px;
	text-align: center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.list_pic ul li a:hover p{
	color: #CF0400;
}
.map ul li{
	height: auto;
	line-height: normal;
	padding: 2rem 0;
	font-weight: bold;
	font-size: 1.75rem;
}
.map ul li .map_li{
	padding-left: 1rem;
	padding-top: 1rem;
}
.map ul li .map_li dl dd{
	float: left;
	width: 50%;
	font-weight: normal;
}
.map ul li .map_li dl dd a{
	display: inline-block;
	padding: 1.25rem;
}
.list_ej{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px 0;
}
.list_ej ul li{
	float: left;
	width: 33.3333%;
	margin: 20px 0 0 0;
}
.list_ej ul li div{
	padding:0 5px;
}
.list_ej ul li a{
	display: block;
	font-size: 16px;
	color: #2b4b8c;
	line-height: 40px;
	border: 1px solid #2b4b8c;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.list_ej ul li a.on{
	background: #2b4b8c;
	color: #fff;
}

/*现任领导*/
.xrld{padding:0 12px; margin-top:20px;}
.xrld dl{margin-bottom:20px;}
.xrld dl dt{font-size:16px; font-weight:bold; color:#18327F; line-height:40px; background:#f5f5f5; padding:0 12px; margin-bottom:8px;}
.xrld dl dd{width:25%; float:left; line-height:40px; font-size:15px; text-align:center;}
.xrld dl dd a{}
/*机构设置*/
.jgsz dl{ }
.jgsz dl dt{margin-bottom:0; background: url(../image/dzjg-bt.png) no-repeat; color:#fff;}
.jgsz dl dd{width:100%; text-align:left; line-height:normal; margin-top:20px; font-size:14px;}