@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;

}

.outLine{min-width:1280px;width:100%;background: url(../image/banner.jpg) no-repeat #fff5d3; background-size:100%; padding-top:35%;overflow: hidden; position:relative;}
.forMenu{ margin:0 auto; width:100%; background:#fff5d3;padding-top:5px;text-align:center; }
.forMenu .eachMenu{ display:inline-block; width:14.5%;}

.index_detail{ margin:0 auto; width:1180px;text-align:center; background:#fff5d3; position:relative;}
.index_detail .forV{margin:0 auto; padding-top:5%;text-align:center;}
.index_detail .forpic{ margin:0 auto;width:70%;}

/**/
.gallery_item {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all ease;
  -moz-transition: all ease;
  -ms-transition: all ease;
  -o-transition: all ease;
  transition: all ease;
}
.gallery_container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1180px;
  -webkit-perspective: 1180px;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery_active {
  opacity: 1;
  z-index: 5;
}
.gallery_right_back,
.gallery_left_back {
  opacity: 1;
  z-index: 1;
}
.gallery_right_middle {
  z-index: 3;
  opacity: 1;
}
.gallery_left_middle {
  z-index: 3;
  opacity: 1;
}
.z-index2 {
  z-index: 2!important;
}
.z-index3 {
  z-index: 3!important;
}



.outer_wrap{
		margin-left: -15%;		
		width:1180px;
		height: 380px;
	}
	.gallery_item{
		width: 301px;
		height: 350px;
		display: block;
		color: #fff;
		font-size: 50px;
		text-align: center;
		line-height: 520px;		
		text-decoration: none;
	}

	.gallery_prev,.gallery_next{
		bottom: -90px;
		color: #fff;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		border-radius: 50%;
		width: 200px;
		height: 200px;
		text-align: center;
		line-height: 50px;
		text-decoration: none;

	}
	.gallery_prev{
		margin-left: 30%;
	}
	.gallery_next{
		margin-left: 50px;
	}