.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: 1920px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	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结构修饰*****/
.content{ width: 97%; margin: 0 auto;}
.interior{ width: 100%;}
.interior-title{ line-height: 90px;}
.interior-title span{ font-size: 30px; color: #333; font-weight: bold; letter-spacing:2px;}
.interior-messig{ width: 100%;}
.interior-photo{ width: 24%; height: 331px; margin-right: 1%; float: left; margin-bottom: 1%; cursor: pointer;}
.zoomed > .container{-webkit-filter:blur(3px);filter:blur(3px);}
.container{width:100%;margin:0 auto;}
.gallery{list-style-type:none;

background:#ffffff;
margin:0;}
.gallery li{float:left;width: 24%;  margin-right: 1%; margin-bottom: 1%; }

.gallery li:nth-child(4){margin-right:0;}
.gallery li:nth-child(8){margin-right:0;}
.gallery li:nth-child(12){margin-right:0;}
.gallery li a,.gallery li img{float:left;}
#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; height: 331px;}
.panorama-content li a {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
   background: rgba(0,0,0,.5);
    width: 441px;
    height: 100%;
}
.introduce{ width: 100%; height: 100%;display: flex; flex-direction: column;
align-items: center; justify-content: center; }
.introduce span{color: #fff; font-size: 24px; margin-bottom: 20px;}
.introduce p{ color: #ccc; line-height: 1.5;}
#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;
}

.more{ width: 144px; height: 45px;  
border: 1px solid #333; cursor: pointer; margin: 25px auto 55px auto; text-align: center; line-height: 45px;}
.more span{ font-size: 18px; color: #333;}
.more span a{ color: #333;}
.panorama{ width: 100%;}
.panorama-title{ line-height: 90px;}
.panorama-title span{ font-size: 30px; color: #333; font-weight: bold; letter-spacing:2px;}
.panorama-content{ width: 100%;}
.panorama-content li{ width: 24%; margin-right: 1%; float: left; cursor: pointer;}
.show{ position: fixed;z-index: 999;  width: 100%; height: 100%; background: rgba(0,0,0,.7); top: 0; left: 0;}
.show iframe{ margin-left: 5%; margin-top: 2%; }
.close1{ position: absolute; cursor: pointer;
top: 3%;
text-align: center;
line-height: 50px;
 right: 1%;
  width: 50px;
  height: 50px;font-size: 40px; color: #fff;}
/******以上为内容结构修饰*****/

.tell{ width: 100%; height: 495px; overflow: hidden; position: relative;}
.tell img{-webkit-filter: brightness(0.3);
filter: brightness(0.3); margin-top: -850px;}
.tell-messig{ position: absolute;top: 0;text-align: center; width: 100%;  }
.tell-messig p{ color: #fff; font-size: 24px;
    line-height: 60px;font-weight: 700;
    letter-spacing: 0.1em;
   
}
.tell-messig p:nth-child(1){ margin: 125px 0;}
.tell-messig-title{ padding-top: 150px; margin-bottom: 80px;}
.tell-messig-title span{font-size: 24px;font-weight: 700;
    letter-spacing: 0.1em;    line-height: 30px; color: #fff;}
