body{
	position:  relative;
	width: 100%;
	overflow: hidden;
}
header{
	height: 8.25rem;
	background: #7f1313;
	padding: 0 1.25rem;
           position:relative;
}
.content_tx img {
	display:block;
    max-width: 98%;
margin:0 auto;
    height: auto !important;
}
.logo{
	position:absolute;
           top: 1.75rem;
           left:50%;
           margin-left:-13rem;
	display: block;
	width: 26rem;
}
.nav_an{
	float: right;
	display: block;
	width: 2.125rem;
	margin-top: 3.25rem;
}
.navSub{
	width: 40%;
	background: #9e1818;
	position: absolute;
	top: 8.25rem;
	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 #7F1313;
}
.navSub ul li{
	position: relative;
}
.navSub ul li a{
	display: block;
	color: #fff;
	line-height: 5rem;
	font-size: 1.5rem;
	padding: 0 1.25rem;
	border-bottom: 1px solid #7F1313;
}
.navSub ul li i{
	background: url(../img/select_xl01.png) no-repeat;
	background-size: contain;
	width: 1.625rem;
	height: 0.875rem;
	position: absolute;
	top: 1.6rem;
	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;
}
.navSub_h ul li a{
	border: 0;
	line-height: 4.5rem;
	padding-left: 2.5rem;
	background: #8b1515;
}
.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%;
	height: 1.125rem;
	position: absolute;
	z-index: 1;
	bottom: 1.25rem;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: 1.125rem;
	font-size: 0;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	margin: 0 5px;
	border: 1px solid #b61c1c;
	vertical-align: top;
	overflow: hidden;
}
.focus .hd ul .on {
	background: #b61c1c;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li{
	width: 100%;
}
.focus .bd li img {
	width: 100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}
.menu{
	border-bottom: 8px solid #eee;
	padding-bottom: 1.5rem;
}
.menu_g{
	float: left;
	width: 20%;
}
.menu_g a{
	display: block;
	padding: 1.25rem;
}
.menu_g a img{
	display: block;
	width: 4.5625rem;
	height: 4.5625rem;
	margin: 0 auto;
}
.menu_g a p{
	text-align: center;
	margin-top: 1rem;
	font-size: 1.625rem;
}
.news{
	border-bottom: 8px solid #eee;
	padding-bottom: 0.25rem;
}
.news_ti{
	padding: 0 1.25rem;
	line-height: 5rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.875rem;
	color: #bbb;
	margin-top: 1.5rem;
}
.news_ti span{
	display: inline-block;
	border-bottom: 3px solid #7f1313;
	color: #7F1313;
	padding-right: 0.5rem;
}
.news_ti i{
	display: inline-block;
	padding-left: 0.5rem;
}
.more a{
	font-size: 1.75rem;
	color: #bbb;
}
.news_tx{
	padding: 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}
.news_tx img{
	width: 100%;
}
.news_txti a{
	display: inline-block;
	font-size: 1.75rem;
	padding: 0.5rem 0;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news_tx p{
	line-height: 2.5rem;
	font-size: 1.5rem;
	text-indent: 2em;
}
.news_tx i{
	display: block;
	font-size: 1.75rem;
	color: #bbb;
	padding-top: 0.75rem;
}
.news_tx2{
	border-bottom: 0;
}
.news_gg ul{
  padding-top:1rem;
}
.news_gg ul li{
	line-height: 5rem;
	padding: 0 1.25rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.625rem;
}
.news_gg ul li img{
	display: inline-block;
	width: 0.5rem;
	padding-right: 0.625rem;
}
.news_gg ul li i{
	float: right;
	color: #bbb;
}
.news_gg ul li:last-child{
	border-bottom: 0;
}
.ztwz{
	border-bottom: 0;
}
.ztpic{
	padding: 0 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}
.ztpic ul li{
	float: left;
	width: 50%;
}
.ztpic ul li a{
	display: block;
	padding: 2.5rem 0.5rem;
}
.ztpic ul li a img{
	width: 100%;
}
.link{
	padding: 0 1.25rem;
}
.link ul li{
	float: left;
	width: 25%;
}
.link ul li a{
	display: inline-block;
	padding: 0.75rem 0.625rem;
	font-size: 1.75rem;
}
footer{
	background: #7f1313;
	margin-top: 1rem;
	text-align: center;
	color: #fff;
	padding: 1.5rem;
}
.dh{
	position:relative;
	font-size: 1.5rem;
}
.dh a{
	color: #fff;
}
.bq{
	font-size: 1.375rem;
	padding-top: 1.25rem;
	line-height: 2.5rem;
}
.bq p{
	font-size: 1.375rem;
	line-height: 2.5rem;
}

.weixin, .weibo{
	font-size: 1.5rem;
	color: #fff;
	padding-left: 1.25rem;
	position: relative;
	display: inline-block;
}
.weixin_pic{
	display: none;
	background: #B61C1C;
	position: absolute;
	right: -2rem;
	bottom: 3.75rem;
}
.weixin_pic img{
	width: 8rem;
	padding: 1.25rem 1.25rem 0 1.25rem;
}
.weixin_pic p{
	font-size: 1.25rem;
	padding: 0.25rem;
	color: #fff;
}
.weibo_pic{
	display: none;
	background: #B61C1C;
	position: absolute;
	right: -2rem;
	bottom: 3.75rem;
}
.weibo_pic img{
	width: 8rem;
	padding: 1.25rem 1.25rem 0 1.25rem;
}
.weibo_pic p{
	font-size: 1.25rem;
	padding: 0.25rem;
	color: #fff;
}

.list_nav{
	
}
.list_nav ul li{
	float: left;
	width: 33.33%;
	margin: 1.5rem 0 0 0;
}
.list_nav ul li div{
	padding:0 0.5rem;
}
.list_nav ul li a{
	display: block;
	font-size: 1.5rem;
	color: #7F1313;
	line-height: 3.5rem;
	border: 1px solid #7F1313;
	height: 3.5rem;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.list_nav ul li a.on{
	background: #7F1313;
	color: #fff;
}
.weizhi {
    border: 1px solid #E5E5E5;
    padding: 0 1.25rem;
    height: auto;
    line-height: 5rem;
    margin-top: 1.75rem;
}
.weizhi span{
	font-size: 1.875rem;
	border-left: 0.5rem solid #fdbc20;
	padding-left: 10px;
}
.list_tx ul li img{
	display: inline-block;
	width: 0.5rem;
	padding-right: 0.625rem;
}
.list_tx ul li{
	height: 5rem;
	line-height: 5rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 1.25rem;
	font-size: 1.5rem;
}
.list_tx ul li i{
	float: right;
	color: #969696;
}
.list_more{
	text-align: center;
	line-height: 6rem;
	font-size: 1.5rem;
}
.content{
	padding: 1.25rem;
           min-height:15rem;
}
.con_ti{
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.375rem;
}
.con_time{
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 1rem;
	color: #969696;
	border-bottom: 1px solid #e5e5e5;
}
.con_time span{
	padding-left: 10px;
	color: #969696;
}
.content_tx{
	overflow: hidden;
	font-size: 1.75rem;
	line-height: 4.5rem;
	padding-top: 1.25rem;
}
.content_tx p{
	text-indent: 2em;
}
.map ul li{
	height: auto;
	line-height: normal;
	padding: 2rem 1.25rem;
	font-weight: bold;
}
.map ul li .map_li{
	padding-left: 5rem;
	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 1rem;
}


.list_js ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 1.25rem;
	overflow: hidden;
}
.list_jspic{
	float: left;
	width: 8.75rem;
	height: 13.125rem;
}
.list_jspic a{
	display: block;
	width: 100%;
	height: 100%;
}
.list_jspic a img{
	width: 100%;
	height: 100%;
}
.list_jstx{
	height: 13.125rem;
	overflow: hidden;
	margin-left: 10rem;
}
.jstx_ti a{
	color: #015398;
	font-size: 1.875rem;
}
.list_jstx p{
	line-height: 2.5rem;
	font-size: 1.5rem;
	padding-top: 0.5rem;
}
.sxp ul li{
           height:3rem;
           line-height:3rem;
           font-size: 1.75rem;
           text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
 }
.sxp ul li a{
	font-size: 1.5rem;
}


.xrlist_sj .list_sjpic{display:none;}
.xrlist_sj .list_sjpic a{display:none;}
.xrlist_sj .list_sjpic img{display:none;}
.xrlist_sj .list_jstx{
	height: 13.125rem;
	overflow: hidden;
}