@charset "gb2312";

.newmap{ padding:10px 0px; margin-bottom: 50px;}
.newmap .mapv p{font-size: 16px; font-weight: bold; color:#ff6600;}
.newmap .forLink p{font-size: 16px; font-weight: bold; color:#ff6600;}
.newmap .forLink a{padding-left:20px;font-size: 14px;line-height: 30px;color: #f3f3f3; }
.newmap .forLink a:hover{color:#ff6600;}
.newmap .box{ float: left; margin:0px 20px; }

.fornone{ clear: both;}

.newclothes {text-align: center;}
.newclothes .foreahc{display: inline-block; padding:10px;
}



.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: 55%;
	}
	.gallery_next{
		margin-left: 50px;
	}
