/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 4rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.luxiang-list{
}
.luxiang-list li{
	list-style-type:none;
	height: auto;
	padding:0;
	width:auto;
	overflow: hidden;
}
.luxiang-list .v-limg{
	display: block;
	height: auto;
	max-width: 100%;

}
.luxiang-list .v-full{
	/* float: left; */
	float: center;
	padding: 1px 0;
}
.luxiang-list .video_time{position:absolute;bottom: 3px;right: 3px;padding:0px 4px;height:18px;line-height:18px;border-radius: 2px;text-align:center;font-size:12px;background: rgba(0,0,0,.6);color:#fff;}

.video_box {
	margin:0 auto;
	position:relative;
	width:auto;
}
.video_list .video_img {
	margin:0 auto;
	position:relative;
	width:auto;
}

.video_img .video_limg{
	display: block;
	height: auto;
	max-width: 100%;

}

.video_thumb{
	margin:0 auto;
	position:relative;
	width:auto;
}
.video_thumb .thumb_img{
	display: block;
	height: auto;
	max-width: 100%;

}
.video_thumb .video_fill{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
