.example {width: 100%;height: 900px;font-size: 40px;text-align: center;background-color: #fff;}
.carousel-item{line-height: 336px;color: #fff;font-family:  Arial Black}



.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.ft-carousel .carousel-indicators span.active {
	background-color: rgba(0,0,0,.7);
	border-radius: 30px;
	width: 30px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}




/******以上为banner结构修饰*****/
.head{ width: 1200px; margin: 0 auto ; text-align: center;}
.head a{ font-size: 24px; 

cursor: pointer; 
color: #333;
 font-weight: bold;
 line-height: 100px;
  
  padding: 13px 10px;
  
 }
 .head a:nth-child(2){ margin: 0 240px;}
 .head a.active{ border-bottom: 2px solid #333333;}


.container{ width: 97%; margin: 0 auto; }
 .gallery{-webkit-column-width: 434px;
    -moz-column-width:434px;
    column-width: 434px; 
    overflow: hidden;}
    .gallery li{}
    .gallery li img{ width: 500px;}
    .gallery li iframe{ width: 441px; height: 331px; border: none;}
    #gallery2 li{ position: relative;}
   #gallery2 li font{display: block; position: absolute; width: 441px;
   height: 331px; background: rgba(0,0,0,.3);}
    
.gallery li{  cursor: pointer; margin-bottom: 5px; }

.retun{ width: 60px;
transition: all .3s ease;
 height: 60px;
 cursor: pointer;
 border-radius: 50%;
 background-color: rgba(0,0,0,.8); position: fixed; right: -10%; bottom: 5%; text-align: center;
 line-height: 60px;transform: rotate(90deg);}
 .retun i{ color: #fff; font-size: 22px; }
/*******************************************************/
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../img/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
.panorama-content li{ position: relative;}
.panorama-content li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
   
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../img/icons/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../img/icons/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../img/icons/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}








