@CHARSET "UTF-8";
.middle-box {
	background-position: center;
	background-image: url(../images/bg-index.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/*分享*/
.home-share{ width:100px; height:auto; background:#E8E8E8; position:absolute; right: 20px; top: 5%; z-index: 100;}
.addthis_button_compact{width:100px;color:#3a9bd5; display:block; text-align:center;text-decoration:none;}
.addthis_button_compact span{width:100px;display:block; line-height:36px; font-size:14px; font-weight:900; background:url(../images/share20150417.png) right center no-repeat;}
.addthis_button_compact:hover span { color:#D90000; background:url(../images/share20150417s.png) right center no-repeat; }

.top-lb {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
	background-color: #8E0002;
}

.top-lb .btn-scroll {
	position: absolute;
	z-index: 1100;
	left: 50%;
	margin-left: -47px;
	bottom: 5%;
	cursor: pointer;
}

.top-lb .img-list {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-perspective: 1200px;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.top-lb .img-list .item {
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.9s color;
	transition: 0.9s color;
}
.top-lb .item {
	display: none;
}
.top-lb .item.active, .top-lb .item.prev, .top-lb .item.next {
	display: block;
}
.top-lb .item.active.left {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation-name: glue-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: glue-out;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	-moz-animation-delay: 0;
	-moz-animation-fill-mode: both;
	animation-name: glue-out;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-fill-mode: both; 
}
.top-lb .item.active.right {
	-webkit-animation-name: move-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: move-out;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-delay: 0;
	-moz-animation-fill-mode: both;
	animation-name: move-out;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0;
	animation-fill-mode: both;
	z-index: 999;
}
.top-lb .item.left.next {
	-webkit-animation-name: move-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: move-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-delay: 0.3s;
	-moz-animation-fill-mode: both;
	animation-name: move-in;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.3s;
	animation-fill-mode: both;
	z-index: 999; 
}
.top-lb .item.right.prev {
	z-index: 999;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation-name: glue-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: glue-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	-moz-animation-delay: 0.3s;
	-moz-animation-fill-mode: both;
	animation-name: glue-in;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-delay: 0.3s;
	animation-fill-mode: both;
	left: 0;
	-moz-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	-ms-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	-webkit-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	opacity: 0.4; 
}

.top-lb .text-list {
	position: absolute;
	overflow: hidden;
	max-width: 899px;
	left: auto;
	right: 0;
	z-index: 12;
	bottom: 191px;
	height: 410px;
	top: auto;
	width: 100%;
	bottom: 238px;
	margin-right: 0;
}
.top-lb .text-list .item {
	display: block;
	opacity: 1;
	overflow: visible;
	left: 200%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-lb .text-list .item.active, .top-lb .text-list .item.active.right {
	  left: 0;
	-webkit-transition: 0.2s left;
	-moz-transition: 0.2s left;
	-ms-transition: 0.2s left;
	transition: 0.2s left;
}


.top-lb .text-list .item .carousel-caption {
	height: 100%;
	left: 20px;
	padding: 0;
	text-align: left;
	text-shadow: 0 0 transparent;
	z-index: 9999;
	top: 35px;
	right: 20%;
	position: absolute;
	bottom: 20px;
	color: #fff;
}
.top-lb .text-list .item .header {
	display: inline-block;
	min-height: 155px;
	position: relative;
	width: 125%;
}
.top-lb .text-list .item .header h2 {
	color: #fff;
	font-size: 50px;
	left: 0;
	font-weight: bold;
	text-shadow: 0 1px 10px #000;
	text-transform: uppercase;
	width: 100%;
	position: absolute !important;
	bottom: 0;
}
.top-lb .text-list .item p {
	color: #fff;
	position: relative;
	left: 0;
	font-size: 20px;
	border-bottom: solid 2px #8E0002;
	padding-bottom: 6px;
}
.top-lb .text-list .item p span {
	color: #8E0002;
}
.top-lb .text-list .item h3 {
	position: relative;
	left: 0;
	font-size: 35px;
	margin-right: 50px;
}
.top-lb .text-list .item .btn3d {
	background: #8E0002;
	color: #fff;
	padding: 8px 14px;
	text-transform: uppercase;
	margin: 20px 30px 0px 0;
	position: relative;
	display: inline-block;
	border: none;
	font-size: 16px;
}


.top-lb .carousel-indicators-wrap {
	background-color: rgba(0, 0, 0, 0.5);
	right: 0;
	left: auto;
	bottom: 190px;
	padding-top: 200px;
	border-top: 5px #fff solid;
	max-width: 899px;
	width: 100%;
	padding-bottom: 60px;
	position: absolute;
	z-index: 5;
	margin-bottom: 10px;
	opacity: 1;
}
.top-lb .carousel-indicators {
	position: absolute;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	z-index: 3000;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 46px;
	width: 204px;
	right: 120px;
	bottom: 190px;
	left: auto;
}

.top-lb .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 2px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #fff;
}
.top-lb .carousel-indicators li.active {
	width: 14px;
	height: 14px;
	margin: 1px 2px;
	border: 1px solid #8E0002;
	background-color: #8E0002;
}

.info-list {
	background-color: rgba(255,255,255,.9);
	padding: 10px 15px 0;
}
.info-list:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
.info-list .info-box {
	margin-bottom: 25px;
}
.info-list .info-box .title {
	font-weight: bold;
	font-size: 26px;
	color: #292a2a;
	line-height: 1em;
	padding: 12px 0;
	margin: 10px -8px 20px;
	border-bottom: 2px solid #eb8b3e;
	text-align: center;
}
.info-list .info-box img {
	display: block;
	margin: auto auto 15px;
}
.info-list .info-box .text {
	color: #6a6765;
	font-size: 15px;
	line-height: 1.8em;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
/*.info-list .info-box:hover .text {
	color: #eb6400;
}*/
.info-list .info-box:hover .more {
	border-bottom: 1px solid #078dd3;
}
.info-list .info-box .more {
	color: #078dd3;
	font-size: 16px;
	display: inline-block;
	line-height: 1em;
	padding: 0;
	/*border-bottom: 1px solid #078dd3;*/
}

@media (max-height: 800px) {
	.top-lb .text-list {
		bottom: 208px;
	}
	.top-lb .carousel-indicators-wrap {
		bottom: 160px;
	}
}
@media (max-height: 767) {
	.top-lb .text-list {
		bottom: 208px;
	}
	.top-lb .carousel-indicators-wrap {
		bottom: 160px;
	}
	.top-lb .carousel-indicators {
		bottom: 120px;
	}
}
@media (max-height: 480px) {
	.top-lb .text-list {
		bottom: 128px;
	}
	.top-lb .carousel-indicators-wrap {
		bottom: 80px;
	}
	.top-lb .carousel-indicators {
		bottom: 80px;
	}
}

@media (max-width: 767px) {
	.top-lb .text-list .item {
		word-break: break-all;
	}
	.top-lb .text-list .item .header h2 {
		font-size: 30px;
	}
	.top-lb .text-list .item h3 {
		font-size: 20px;
	}
	.top-lb .carousel-indicators {
		text-align: right;
		right: 40px;
	}
}


/* Animations */
@-webkit-keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	} 
}
@-moz-keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0; 
	} 
}
@keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0; 
	} 
}
@-webkit-keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@-moz-keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@-webkit-keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-moz-keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-webkit-keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-moz-keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}