@charset "gb2312";
.bannerI {
 width:100%;
  height:400px;
  margin:auto;
  position: relative;
}
.swiper-container {
  height: 100%;
  width: 100%;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:38px;
  width: 100%;
  z-index:999;
}
.swiper-pagination-switch {
  display: inline-block;
 margin: 0px 6px;
	width: 12px;
	height: 12px;
	border: solid 1px #fff;
	background-color:rgba(255,255,255,0);
	cursor: pointer;
	text-indent: -10000px;
	border-radius: 6px;
	overflow: hidden;
}
.swiper-active-switch {
  background-color:rgba(255,255,255,1);
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;

}
.swiper-wrapper .sm {
	padding-top:228px;
	text-align:center;
	color:#fff;
}
.swiper-wrapper .sm h3 {
	font-weight:bold;
	font-size:70px;
}
.swiper-wrapper .sm div.jg {
	clear:both;
	height:46px;
	margin:0 auto 46px auto;
	border-bottom:solid 1px #fff;
	width:60px;	
}
.swiper-wrapper .sm p {
	font-size:19px;
	line-height:36px;
}
.arrow-left,.arrow-right {
	display:block;
	width:22px;
	height:42px;	
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	margin-top:-21px;
	z-index:9999;
	opacity: 0;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
	padding:0;
}
.bannerI:hover .arrow-left,.bannerI:hover .arrow-right {
	opacity: 1;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.arrow-left {
	left:118px;
	background-position:left top;
	background-image:url(../images/hover_left.png);
}
.arrow-left:hover {
	left:100px;
	padding-right:18px;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.arrow-right {
	background-position:right top;
	right:118px;
	background-image:url(../images/hover_right.png);
}
.arrow-right:hover {
	right:100px;
	-moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
	padding-left:18px;	
}
.swiper-slide {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

.bannerIndex dl {
	max-width:1194px;
	display:block;
	margin:auto;
	padding:282px 50px 0 50px;
}
.bannerIndex dl a {
	width:260px;
	display:block;
	float:right;
	padding:16px;
	background-color:rgba(0,0,0,0.8);
	height:auto;
	overflow:hidden;
	color:#fff;
}
.bannerIndex dl dt {
	font-size:26px;
}
.bannerIndex dl dt {
	font-size:26px;
	padding:0 0 12px 0;
	border-bottom:solid 1px #FFFFFF;
	margin-bottom:12px;
}
.bannerIndex dl dd {
	font-size:16px;
	line-height:25px;
}
.bannerIndex dl b {
	display: inline-block;
	font-size:15px;
	background-image:url(../img/ico_n1.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	float:right;
}