body{
	min-width: 1200px;
	position: relative;
	font-family: "微软雅黑";
}
.head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.head_top_one{
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 155;
}
.head_top{
	width: 1000px;
	margin: 0 auto;
	height: 75px;
	line-height: 75px;
	position: relative;
}
.head_top .logo{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -131px;
	z-index: 150;
	cursor: pointer;
}
.head_top_right{
	float: right;
	font-size: 12px;
}
.head_top_right a{
	color: #000;
}
.head_top_two{
	 background: #ec1629; 
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 104;
}
.head_bottom{
	width: 993px;
	margin: 0 auto;
	height: 38px;
	z-index: 100;
	position: relative;
}
.head_bottom ul{
	float: left;
	background: #ec1629;
	height: 38px;
}
.head_bottom ul li{
	float: left;
	width: 118px;
	height: 43px;
	line-height: 43px;
	background: #ec1629;
	text-align: center;
}
.head_bottom ul li a{
	display: block;
	color: #fff;
}
.head_bottom ul li.sel{
	background: url(/webpage/ch/cms/public/images/index/sel.png) no-repeat;
	background-size: 100% 100%;
	height: 43px;
}
.head_bottom_left{
	position: absolute;
	left: 0;
	width: 15.4%;
	height: 43px;
	background: #ec1629;
	top: 0;
}
.head_bottom_right{
	position: absolute;
	right: 0;
	width: 15.4%;
	height: 43px;
	background: #ec1629;
	top: 0;
}
/* 底部 */
.foot{
	position: relative;
}
.foot_top{
	width: 171px;
	display: block;
	cursor: pointer;
	position: absolute;
	top:-28px;
	left: 50%;
	margin-left: -85px;
	z-index:188;
}
.foot_main{
	width: 100%;
	margin: 0 auto;
	background: #bc1e1e;
	padding: 50px 0 10px 0;
}
.foot_text{
	padding: 0 62px;
	overflow: hidden;
	width: 876px;
	position: relative;
	margin: 0 auto;
	left: 50%;
	margin-left: -500px;
	top: 0;
}
.gywr{
	float: left;
	margin-right: 69px;
}
.foot_big_title{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 23px;
	display: block;
}
.foot_lb_text{
	font-size: 12px;
}
.foot_lb_text li{
	margin-bottom: 15px;
}
.foot_lb_text li a{
	display: block;
	color: #dfa5a5;
}
.foot_bottom{
	background: #333333;
	color: #646464;
	font-size: 12px;
	text-align: center;
}
.foot_bottom_text{
	width: 1000px;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
}
.foot_hei{
	height: 46px;
}
.line_bg{
	margin-top: 20px;
}
.foot_text .share{
	width: 258px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -124px;
}
.foot_text .share a {
    width: 46px;
    line-height: 46px;
    height: 46px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px 20px 0 20px;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}
#qq{
	background: url(/webpage/ch/cms/public/images/index/qq.png) no-repeat;
	background-size: 100% 100%;
}
#sina{
	background: url(/webpage/ch/cms/public/images/index/sina.png) no-repeat;
	background-size: 100% 100%;
}
#wx{
	background: url(/webpage/ch/cms/public/images/index/wx.png) no-repeat;
	background-size: 100% 100%;
}
.foot_mar_bottom{
	margin-bottom: 35px;
}
.Width{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
/* 二级导航 */
.er_nav{
	overflow: hidden;
	font-size: 14px;	
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	width: 100%;
}
.er_nav li{
	float: left;
	background: #f4f4f4;
}
.er_nav li a{
	display: block;
	color: #5f5f5f;	
	border-right: solid 1px #cecece;
}
.er_nav li.active{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9172b',endColorstr='#b0111f',grandientType=1); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9172b',endColorstr='#b0111f',grandientType=1); 
	background:#f9172b; /* 一些不支持背景渐变的浏览器 */  
    background: -webkit-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* 标准的语法（必须放在最后） */
}
.er_nav li.active a{
	color: #fff;
}
.er_mbx{
	padding-top: 70px;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 23px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.home{
	cursor: pointer;
}
.er_mbx a,.er_mbx span,.er_mbx img{
	float: left;
	color: #a1a1a1;
	margin-left: 5px;
}
.er_mbx a.sel{
	color: #ec1629;
	margin-left: 0px;
}
.er_mbx .sanjiao {
    border-color: transparent transparent transparent #adadad;
    border-style: solid;
    border-width: 5px;
    height: 0;
    margin-top: 2px;
}
.er_mbx_contents{
	display: inline-block;
	float: right;
}
.miaodian{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 17%;
}
.zong_contents{
	overflow: hidden;
	position:relative;
}
.zong_contents_left{
	width: 447px;
	float: left;
	margin-left: -447px;
}
.zong_contents_left h3{
	font-size: 24px;
	color: #f9172b;
}
.zong_contents .line_top{
	width: 53px;
	height: 1px;
	display: block;
	background: #979797;
	margin: 20px 0;
}
.zong_contents_left h4{
	font-size: 12px;
	color: #606060;
	margin-bottom: 30px;
}
.zong_contents_left p,.zong_contents_right p{
	margin-bottom: 25px;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 20px;
	text-align: justify;
	text-justify:inter-ideograph;
}
.zong_contents_left .top_text{
	margin-bottom: 115px;
}
.zong_contents_left .bottom_text{
	margin-bottom: 50px;
}
.zong_contents .line_bottom{
	width: 60px;
	height: 4px;
	display: block;
	background: #585858;
	position:absolute;
	bottom:70px;
	left:0;
}
.zong_contents_right{
	float: right;
	width: 446px;
	margin-right: -446px;
}
.zong_contents_right .right_pic{
	margin-bottom: 120px;
}
.zong_contents_right h4{
	text-align: right;
	font-size: 18px;
	color: #f9172b;
}
.clearfix:before,.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }
.clearfix {
	zoom: 1;
}
.top_pic{
	position: relative;
}
.gywr_bg{
	width: 100%;
}
.er_mbx .fanhui{
	cursor: pointer;
	font-size: 12px;
	float: left;
}
.er_mbx .fanhui span{
	color: #f9172b;
	height: 15px;
	line-height: 15px;
	display: inline-block;
}
/* 分页 */
.pager{
	 margin: 35px auto 0;
	/* width: 206px;  */
	overflow: hidden;
	text-align: center;
}
.pagers{
	display:inline-block;overflow:hidden;
}
.pager ul{
	overflow: hidden;
	text-align: center;
}
.pager a,.pager span{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #787878;
	font-size: 12px;
	border: solid 1px #c3c3c3;
	margin-right: 8px;
	cursor: pointer;
}
.list_pager{
	display:inline-block;overflow:hidden;float:left;
}
.pager a:hover,.pager span:hover{
	background: #f9172b;
	color: #fff;
	border: solid 1px #f9172b;
}
.pager a.current,.pager span.current{
	background: #f9172b;
	color: #fff;
	border: solid 1px #f9172b;
}
/* 分页 */
/* 二级导航 */
.erji{
	width: 993px;
	margin: 0 auto;
	position: relative;
	z-index: 66;
	height:204px;
}
.erji ul{
	float: left;	
	visibility: hidden;
	width: 118px;
	
}
.erji_nav li a{
	margin-left:6px;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #6c6c6c;
	width: 106px;
	background: #dedede;
	border-bottom: solid 1px #c7c7c7;
}

.erji_nav li a:hover{
	background: #ec1629;
	color: #fff;
}
.erji_nav li a.line_no{
	border: none;
}