@charset "utf-8";
/* 首页第一个轮播图样式 */
.swiper-container {
	position: relative;
	height: 735px;
}
.swiper-container .swiper-slide {
	position: relative;
}
.swiper-container .swiper-slide a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container .lint {
	position: absolute;
	width: 1200px;
	top: 335px;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 88;
}
.swiper-button-next {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 29px;
	height: 49px;
	background: url(../images/arrow_left.png) no-repeat;
	cursor:pointer;
}
.swiper-button-prev {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 29px;
	height: 49px;
	background: url(../images/arrow_right.png) no-repeat;
	cursor:pointer;
}
.swiper-container .pagination {
	position: absolute;
    z-index: 88;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.swiper-container .pagination span {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.swiper-container .swiper-pagination-bullet-active {
	background-color: #e5e5e5;
}

/* 首页第二个轮播图样式 */
.index-condent {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: 77px auto 60px;
	height: 344px;
}
.index-slide {
	float: left;
	width: 370px;
	height: 344px;
	margin-left: 45px;
}
.index-condent .index-sid {
	margin-left: 0px;
}
.index-gunstant {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 290px;
	margin-bottom: 30px;
	text-align: center;
}
.index-gunstant img {
	display: block;
	height: 290px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.index-slide a span {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 19px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
}
.index-slide a {
	display: block;
	width: 370px;
	height: 344px;
}
.index-slide a img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}