.banner{
	width: 100%;
	height: 530px;
	position: relative;
	padding-top: 92px;
}
.banner .img{
	width: 100%;
	height: 530px;
	position: relative;
}
.banner .img img{
	width: 1920px;
	height: 530px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	display: block;
}
.banner .txt{
	width: 100%;
	height: 130px;
	line-height: 130px;
	font-size: 46px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-left: 2px;
	letter-spacing: 2px;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 306px;
	z-index: 99;
}
.main{
	width: 100%;
}
.main .mCon{
	width: 1200px;
	padding-top: 60px;
	padding-bottom: 100px;
	margin: 0 auto;
}
.main .mCon .mcTitle{
	height: 90px;
	line-height: 90px;
	padding-left: 2px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.main .mCon .mcCon{
	width: 100%;
}
.mCon .mcCon .mccItem{
	overflow: hidden;
}
.mCon .mcCon .mccItem .mcciLeft{
	width: 77px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.mCon .mcCon .mccItem .mcciRight{
	width: 1100px;
	border-left: 1px solid #e2e5ea;
	float: left;
}
.mCon .mcCon .mccItem .mcciRight .mccirItem{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	padding-left: 98px;
	box-sizing: border-box;
	position: relative;
}
.mCon .mcCon .mccItem .mcciRight .mccirItem .date{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #999;
	position: absolute;
	left: 23px;
	top: 0px;
}
.mCon .mcCon .mccItem .mcciRight .mccirItem:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #e3e6ea;
	top: 20px;
	left: -5px;
	position: absolute;
}
.mCon .mcCon .mccItem .mcciRight .mccirItem:first-child:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../png/h_icon_02.png) no-repeat;
	top: 10px;
	left: -15px;
	position: absolute;
}
.mCon .mcCon .activeItem .mcciLeft{
	color: #d92916;
}
.mCon .mcCon .activeItem .mcciRight .mccirItem:first-child:after{
	background: url(../png/h_icon_01.png) no-repeat;
}
.mCon .mcCon .activeItem .mcciRight .mccirItem:first-child{
	color: #d92916;
}
.mCon .mcCon .activeItem .mcciRight .mccirItem:first-child .date{
	color: #d92916;
}
.mCon .mcCon .mccItem .mcciRight .mccirActive{
	color: #d92916;
}
.mCon .mcCon .mccItem .mcciRight .mccirActive .date{
	color: #d92916;
}
.mCon .mcCon .mccItem .mcciRight .mccirActive:after{
	background: #d92916;
}


















