body{
	position:  relative;
	width: 100%;
	overflow: hidden;
}
header{
	height: 7.8125rem;
	padding: 0 1rem;
	background: #0074ce;
}
.sjlogo{
	float: left;
	width: 27.25rem;
	margin-top: 2.03125rem;
}
.sjlogo img{
	width: 100%;
}
.nav_an{
	float: right;
	display: block;
	width: 2.375rem;
	margin-top: 2.90625rem;
}
.navSub{
	width: 40%;
	background: rgba(0,116,206,0.9);
	position: absolute;
	top: 7.8125rem;
	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{
	padding-bottom: 4rem;
	border-top: 1px solid #fff;
}
.navSub ul li{
	position: relative;
}
.navSub ul li a{
	display: block;
	color: #fff;
	line-height: 5.5rem;
	font-size: 1.5rem;
	padding: 0 1.25rem;
	border-bottom: 1px solid #ccc;
}
.navSub ul li i{
	background: url(../img/select_xl01.png) no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: 0.75rem;
	position: absolute;
	top: 2.25rem;
	right: 0.5rem;
	
	-webkit-transform: rotate(0deg);
  	-moz-transform:rotate(0deg);
  	transform: rotate(0deg);
  	
	-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 ul li.on i{
	-webkit-transform: rotate(180deg);
  	-moz-transform:rotate(180deg);
  	transform: rotate(180deg);
}
.navSub_h{
	display: none;
}
.navSub_h ul{
	padding: 0;
	border-top: none;
}
.navSub_h ul li a{
	border: 0;
	line-height: 4.5rem;
	padding-left: 2.5rem;
}
.bodyBj{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 1.25rem;
	text-align: center;
}
.focus .hd ul {
	font-size: 0;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 1.875rem;
	height: 0.25rem;
	background: #aaa9a9;
	margin: 0 0.5rem;
	vertical-align: top;
	overflow: hidden;
}
.focus .hd ul .on {
	background: #ffb400;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li{
	width: 100%;
	position: relative;
}
.focus .bd li img {
	width: 100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.title{
	margin: 0 2rem;
	line-height: 4.5rem;
	margin-top: 2rem;
	border-bottom: 0.1875rem solid #0074ce;
}
.title h1{
	font-size: 1.875rem;
	color: #0074ce;
}
.title h1 span{
	font-size: 1.625rem;
	color: #ccc;
	font-weight: normal;
	font-style: oblique;
	padding-left: 0.75rem;
}
.more a{
	font-size: 1.5rem;
	color: #999;
}
.xyxw ul{
	padding: 1rem 1.5rem;
}
.xyxw ul li{
	float: left;
	width: 50%;
}
.xyxw ul li div.b_j{
	padding: 0.75rem 0.5rem;
}
.xyxw ul li div.b_j .xyxw_pic{
	background: #f5f5f5;
}
.xyxw ul li div.b_j .xyxw_pic a{
	display: block;
	width: 100%;
}
.xyxw ul li div.b_j img{
	width: 100%;
        height:9rem;
}
.xyxw ul li div.b_j h2{
	/*font-weight: normal;*/
	font-size: 1.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.xyxw ul li div.b_j .time{
	font-size: 1.375rem;
	color: #999;
}
.xxgg_tt{
	margin: 1.5rem 2rem 0 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2dfdf;
}
.xxgg_time{
	float: left;
	background: #007cdc;
	padding: 0.5rem;
	width: 6.5rem;
}
.xxgg_time p{
	font-size: 1.875rem;
	color: #fff;
	text-align: center;
}
.xxgg_time span{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	padding-top: 0.5rem;
	text-align: center;
}
.xxgg_tx{
	padding-left: 8.5rem;
}
.xxgg_tx h2{
	font-size: 1.5rem;
	line-height: 3rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.xxgg_tx p{
	font-size: 1.25rem;
	color: #666;
	margin-top: 0.25rem;
}
.xxgg ul{
	margin: 1rem 2rem 0 2rem;
}
.xxgg ul li{
	line-height: 4.5rem;
	background: url(../img/icon_sj.png) no-repeat left center;
	background-size: 0.5rem 0.5625rem;
	padding-left: 1rem;
	font-size: 1.5rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.xxgg ul li i{
	float: right;
	margin-left: 1rem;
}
.rcyj_tt{
	margin: 0 2rem;
	border-bottom: none;
	padding-bottom: 0;
}
.rcyj_tt img{
	width: 100%;
}

.slideTxtBox{margin: 3rem 2rem 0 2rem; text-align:left;}
		.slideTxtBox .hd{ height:3.75rem; border-bottom: 0.1875rem solid #0074ce;  position:relative;}
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:0; top:0;}
		.slideTxtBox .hd ul li{ float:left; margin-right: 1rem; width: 10rem; height: 3.75rem; line-height: 3.75rem; text-align: center; font-size: 1.75rem; color: #666; cursor:pointer; position: relative;}
		.slideTxtBox .hd ul li.on{background: #0074ce; color: #fff;}
		.slideTxtBox .hd ul li i{display: none; width: 0.875rem; position: absolute; bottom: -1.5rem; left: 50%; margin-left: -1rem;}
		.slideTxtBox .hd ul li.on i{display: block;}
		.slideTxtBox .bd ul{ zoom:1; position: relative;}
		.slideTxtBox .bd ul .slimore{position: absolute; top: -3.25rem; right: 0; font-size: 1.5rem;}
		.slideTxtBox .bd ul .slimore a{display: block; color: #999;}
		.slideTxtBox .bd ul.xsjl li{min-height: 9rem; padding: 2rem 0; border-bottom: 1px dashed #cdcdcd;}
		.slideTxtBox .bd ul.xsjl li .rw{display: block; width: 6.75rem; height: 9rem; float: left;}
		.slideTxtBox .bd ul.xsjl .xsjl_r{padding-left: 8.75rem;}
		.slideTxtBox .bd ul.xsjl .xsjl_r h1{font-size: 1.625rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
		.slideTxtBox .bd ul.xsjl .xsjl_r h2{font-size: 1.375rem; font-weight: normal; background: url(../img/icon_r.png) no-repeat left center; background-size: 0.875rem 0.875rem; padding-left: 1.5rem; margin-top: 0.5rem;}
		.slideTxtBox .bd ul.xsjl .xsjl_r h3{font-size: 1.375rem; font-weight: normal; background: url(../img/icon_time.png) no-repeat left center; background-size: 0.75rem 0.75rem; padding-left: 1.5rem; margin-top: 0.25rem;}
		.slideTxtBox .bd ul.xsjl .xsjl_r h4{font-size: 1.375rem; font-weight: normal; background: url(../img/icon_dd.png) no-repeat left center; background-size: 0.75rem 1rem; padding-left: 1.5rem; margin-top: 0.25rem;}
		.slideTxtBox .bd ul.mtsd li{min-height: 3rem; padding: 2rem 0; border-bottom: 1px dashed #cdcdcd;}
		.slideTxtBox .bd ul.mtsd li .mtsd_l{float: left; width: 10rem; height: 4rem; line-height: 4rem; background: #eee; text-align: center; font-size: 1.375rem;}
		.slideTxtBox .bd ul.mtsd li .mtsd_r{padding-left: 12rem;}
		.slideTxtBox .bd ul.mtsd li .mtsd_r h1{ font-size: 1.625rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
		.slideTxtBox .bd ul.mtsd li .mtsd_r h2{ font-weight: normal; color: #999;}
		
.zt{
	margin-top: 2rem;
}
.xyyx .title{
	margin-top: 0;
}
.xyyx ul li h2{
	text-align: center;
	font-weight: normal;
}
.link .title h1{
	position: relative;
}
.link .title h1 img{
	position: absolute;
	top: 4.5rem;
	left: 50%;
	margin-left: -0.53125rem;
	display: block;
	width: 1.0625rem;
	height: 0.625rem;
}		
.link ul{
	padding: 1rem;
}
.link ul li{
	float: left;
	width: 50%;
	font-size: 1.5rem;
}
.link ul li a{
	display: block;
	padding: 1rem;
}

footer{
	width: 100%;
	background: #2b4b8c;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	margin-top: 2rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

/*以下是子页面样式*/
.list_nav{
	line-height: 6.5rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 2rem;
}
.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: 6rem;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 2rem;
	font-size: 1.625rem;
}
.list_tx{
	padding: 0 2rem;
}
.list_tx ul{
	padding-top: 1.5rem;
}
.list_tx ul li{
	line-height: 4.5rem;
	font-size: 1.5rem;
	background: url(../img/icon_sj.png) no-repeat left center;
	background-size:0.5rem 0.5625rem;
	padding-left: 1.5rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.list_tx ul li img{
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	vertical-align: middle;
	margin-bottom: 0.25rem;
	margin-right: 1rem;
}
.list_tx ul li i{
	float: right;
	padding-left: 1.5rem;
}
.con{
	padding: 0 2rem;
}
.dpzw{
	font-size: 1.625rem;
	line-height: 3.5rem;
	padding-top: 2rem;
}
.dpzw p{
	text-indent: 2em;
}
.con_ti{
	text-align: center;
	margin: 3rem 0 1rem 0;
}
.con_ti h1{
	font-size: 1.75rem;
}
.con_ti h2{
	font-size: 1.375rem;
	font-weight: normal;
	color: #999;
	margin-top: 1.5rem;
}
.con_ti h2 i{
	padding: 0 1rem;
}
.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: 1.5rem;
	text-align: center;
}
.list_pic{
	padding: 0 1.5rem;
}
.list_pic ul li{
	float: left;
	width: 50%;
	margin-top: 2.5rem;
}
.listSub{
	padding: 0 0.75rem;
}
.list_pic ul li a{
	display: block;
	vertical-align: middle;
}
.list_pic ul li img{
	display: block;
	width: 100%;
}
.list_pic ul li p{
	padding: 0.75rem;
	font-size: 1.6rem;
	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;
        background:none;
}
.map ul li .map_li{
	padding-left: 1rem;
	padding-top: 1rem;
}
.map ul li .map_li dl dd{
	float: left;
	width: 100%;
	font-weight: normal;
        font-size:1.625rem;
}
.map ul li .map_li dl dd a{
	display: inline-block;
	padding: 1.25rem;
}
.list_ej{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0.5rem 2rem 0.5rem;
}
.list_ej ul li{
	float: left;
	width: 33.3333%;
	margin: 1.5rem 0 0 0;
}
.list_ej ul li div{
	padding:0 0.75rem;
}
.list_ej ul li a{
	display: block;
	font-size: 1.5rem;
	color: #007CDC;
	line-height: 3.5rem;
	border: 1px solid #0090ff;
	height: 3.5rem;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.list_ej ul li a.on{
	background: #0090ff;
	color: #fff;
}