/*
copyright: 古蜀彩灯
date: 2017-08
for: 网站首页
*/
/* CSS Document */
.section {
	width: 100%;
	padding: 20px 0 30px;
	display: table;
	background-color: #fff;
}
.section .header {
	text-align: center;
	font-size: 0;
}
.section .header div {
	padding-top: 5px;
	font-size: 14px;
	color: #a3a3a3;
	text-transform: uppercase;
}
.indexSection {
	width: 100%;
	height: 13px;
	background: url(../images/indexSection.jpg) repeat-x center center;
}

/*
版块一
*/
#index1 .main {
	position: relative;
	margin-top: 20px;
}
#index1 .main .list {
	width: 1300px;
	margin: 0 auto;
}
#index1 .main .list li {
	width: 325px;
	float: left;
}
#index1 .main .list li a {
	width: 220px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#index1 .main .list li a h1 {
	font-size: 18px;
	color: #1c1c1c;
	line-height: 30px;
	padding-top: 15px;
}
#index1 .main .list li a div {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
#index1 .main .list li a p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 10px;
}
#index1 .main .list li a:hover h1,
#index1 .main .list li a:hover div,
#index1 .main .list li a:hover p {
	color: #e6212a;
}
#index1 .main .button a {
	width: 36px;
	height: 67px;
	display: block;
	position: absolute;
	top: 115px;
	background: url(../images/index1Button.jpg) no-repeat;
}
#index1 .main .button .prev {
	left: -36px;
	background-position: top left;
}
#index1 .main .button .prev:hover {
	background-position: bottom left;
}
#index1 .main .button .next {
	right: -36px;
	background-position: top right;
}
#index1 .main .button .next:hover {
	background-position: bottom right;
}
@media screen and (max-width: 1320px) {
	#index1 .main .button {
		display: none;
	}
}

/*
版块二
*/
#index2 {
	background: url(../images/index2Bg.jpg) no-repeat center bottom;
}
#index2 .main ul {
	width: 1318px;
	margin: 20px auto 0;
}
#index2 .main li {
	width: 328px;
	margin-right: 2px;
	float: left;
}
#index2 .main li.ad {
	width: 658px;
	margin-right: 0;
}
#index2 .main li a {
	width: 100%;
	height: 246px;
	display: block;
	overflow: hidden;
	position: relative;
}
#index2 .main li a img {
	width: 100%;
	height: 100%;
}
#index2 .main li a .normal div,
#index2 .main li a .normal h1 {
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#index2 .main li a .normal div {
	z-index: 1;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity = 80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
#index2 .main li a .normal h1 {
	z-index: 2;
	width: 90%;
	padding: 0 5%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
#index2 .main li a .hover div,
#index2 .main li a .hover h1 {
	position: absolute;
	left: 0;
	display: none;
}
#index2 .main li a .hover div {
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000;
	filter: alpha(opacity = 80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
#index2 .main li a .hover h1 {
	bottom: 25%;
	z-index: 2;
	width: 90%;
	padding: 60px 5% 0;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: url(../images/index2List.png) no-repeat top center;
}

/*
版块三
*/
#index3 .main {
	margin-top: 20px;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 30px;
}
#index3 .main .more {
	width: 110px;
	height: 40px;
	background-color: #e6212a;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
#index3 .main .more:hover {
	background-color: #9b7c1b;
}

/*
版块四
*/
#index4 .main {
	width: 1319px;
	margin: 20px auto 0;
}
#index4 .main li {
	width: 311px;
	margin-right: 25px;
	float: left;
}
#index4 .main li a {
	width: 100%;
	height: 281px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}
#index4 .main li a img {
	width: 100%;
	height: 233px;
}
#index4 .main li a h1 {
	width: 100%;
	height: 48px;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*#index4 .main li a .normal {
	display: none;
}*/
#index4 .main li a .normal h1 {
	background-color: #1c1c1c;
}
#index4 .main li a .hover {
	display: none;
}
#index4 .main li a .hover div,
#index4 .main li a .hover span,
#index4 .main li a .hover h1 {
	position: absolute;
	left: 0;
	width: 100%;
}
#index4 .main li a .hover div,
#index4 .main li a .hover h1 {
	background-color: #e6212a;
}
#index4 .main li a .hover div {
	height: 233px;
	top: 0;
	z-index: 1;
	filter: alpha(opacity = 80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
#index4 .main li a .hover span {
	top: 28%;
	height: 30px;
	z-index: 2;
	background: url(../images/indexNews.png) no-repeat top center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 17%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
#index4 .main li a .hover h1 {
	bottom: 0;
	z-index: 2;
}

/*
版块五
*/
#index5 {
	clear: both;
	background: url(../images/index5Bg.jpg) no-repeat top center;
}
#index5 .main {
	margin-top: 20px;
}
#index5 .main .pic {
	width: 311px;
}
#index5 .main .pic a {
	width: 100%;
	height: 281px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}
#index5 .main .pic img {
	width: 100%;
	height: 233px;
}
#index5 .main .pic a h1 {
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #5c5c5c;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 5px;
}
#index5 .main .pic a:hover h1 {
	color: #e6212a;
}
#index5 .main .info {
	width: 980px;
}
#index5 .main .info .head {
	width: 100%;
	display: block;
	padding-bottom: 12px;
	background: url(../images/lineBg.gif) repeat-x bottom center;
}
#index5 .main .info .head h1 {
	width: 960px;
	margin: 0 auto;
	height: 32px;
	font-size: 20px;
	color: #e6212a;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#index5 .main .info .head div {
	width: 960px;
	margin: 0 auto;
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}
#index5 .main .info .head:hover div {
	color: #e6212a;
}
#index5 .main .info ul {
	width: 960px;
	margin: 8px auto 0;
}
#index5 .main .info li {
	width: 450px;
	float: left;
}
#index5 .main .info li a {
	width: 430px;
	height: 32px;
	display: block;
	padding-left: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #5c5c5c;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/index5Bg.gif) no-repeat top left;
}
#index5 .main .info li a:hover {
	color: #e6212a;
	background-position: bottom left;
}