.mfoot {
    padding-bottom: 50px;
}
.footerLx {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0px;
    background: #EDECEC;
    box-shadow: 0 4px 9px 0 rgba(26, 52, 45, .3);
    z-index:99999999;
}

.footerLxInside {
	width: 100%;
	height: 55px;
	bottom: 0px;
	background: #EDECEC;
	box-shadow: 0 4px 9px 0 rgba(26, 52, 45, .3);
}

.footerLxLeft,
.footerLxRight {
	width: 49.2%;
	display: inline-block;
	float: left;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.footerLxLeft {
	border-right: 1px solid #D5D4D4;
}

.footerLxLeft a,
.footerLxRight a {
	font-size: 15px;
	color: #e85553;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
}

.pre {
  display: inline-block;
  padding: 20px;
  background: #f1f1f1;
  box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2) rotate(90deg);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2) rotate(90deg);
    opacity: 0;
  }
}
/* line 1, ../sass/inc/_loader.scss */
.loaderWrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 123333333;
}

/* line 10, ../sass/inc/_loader.scss */
.ball-scale-multiple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.a-container {
  width: 1170px;
  margin: 20px auto;
}

/* line 12, ../sass/style.scss */
.a-1_2 {
  width: 48%;
  display: inline-block;
  margin: 0 1%;
}

/* line 17, ../sass/style.scss */
.o-sliderContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 200px;
  background: #fff;
  float: left;
  margin: 30px 0;
  height: auto;
}

.o-sliderContainer.hasShadow {
  box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
}

.o-sliderContainer:hover .o-slider-next {
  right: 0;
}

.o-sliderContainer:hover .o-slider-prev {
  left: 0;
}

.o-slider--item {
  height: auto;
  width: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
  opacity: 0.6;
  transform: scale(0.95, 0.95);
  transform-origin: center center;
  z-index: 99;
}

.o-slider--item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  z-index: 0;
}

.o-slider--item.isActive {
  opacity: 1;
  transform: scale(1, 1);
}

.o-slider--item.isMoving {
  opacity: 0.6;
  transform: scale(0.95, 0.95);
  z-index: 100;
}


.o-slider {
  width: auto;
  position: relative;
  display: none;
}

.o-slider.isVisible {
  display: table;
  background: #000;
}

.o-slider.isDraggable {
  cursor: move;
}


.o-slider-textWrap {
  bottom: 45px;
  height: auto;
  position: absolute;
  text-align: left;
  padding: 0 0 20px 0;
  width: 100%;
  transition: all 0.4s;
  opacity: 1;
  overflow: visible;
  perspective: 1000px;
  z-index: 2;
}


.isActive .o-slider-textWrap::after {
  width: 100%;
  left: 0;
}

.isActive .o-slider-paragraph {
  opacity: 1;
  transform: perspective(0) rotateY(0) translate(0, 0);
  transform-origin: 0 0;
  transition-delay: 1s;
}

.isActive .o-slider-title {
  opacity: 1;
}

.isActive .o-slider-subTitle {
  opacity: 1;
  transform: perspective(0) rotateY(0) translate(0, 0);
  transform-origin: 0 0;
  transition-delay: 0.5s;
    width: 130px;
    height: 42px;
    margin: 0 auto;
    margin-top: 1.5%;
    border: 1px solid rgba(255,255,255,0.5);
    line-height: 44px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    letter-spacing: 2px;
    font-weight: 500;
}

.isActive .o-slider-subTitle:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all 1s 0.3s;
    
}
.o-slider-title {
  width: auto;
  height: auto;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 172, ../sass/style.scss */
.o-slider-subTitle {
  color: #fff;
  display: inline-block;
  padding: 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor:pointer;
}


@media screen and (min-width: 768px) {
  /* line 211, ../sass/style.scss */
  .o-slider-textWrap {
    left: 5%;
    width: 90%;
  }

.footerLx{display:none}
  /* line 220, ../sass/style.scss */
  .o-slider-subTitle {
    font-size: 1.4rem;
  }

  /* line 224, ../sass/style.scss */
  .o-slider-paragraph {
    max-width: 60%;
    font-size: 1rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* line 232, ../sass/style.scss */
  .o-slider-pagination {
    bottom: 6%;
  }

  /* line 234, ../sass/style.scss */
  .o-slider-textWrap {
    left:1px;
    width:100%;
    bottom: 158px;
	text-align: center;
  }

  /* line 240, ../sass/style.scss */
  .o-slider-title {
   font-size: 120px;
   font-weight: 800;
   letter-spacing: 8px;
  }

  /* line 244, ../sass/style.scss */
  .o-slider-subTitle {
    font-size: 1rem;
  }

  /* line 248, ../sass/style.scss */
  .o-slider-paragraph {
    max-width: 40%;
    font-size: 1.2rem;
  }
}
/* line 299, ../sass/style.scss */
.a-divider {
  display: block;
  width: 80%;
  color:#fff;
  margin-right: auto;
  margin-left:auto ;
  font-size: 16px;
  margin-top: 1px;
}

/* line 306, ../sass/style.scss */
.o-slider-controls {
  display: none;
}
/* line 309, ../sass/style.scss */
.o-slider-controls.isVisible {
  display: block;
}

.o-slider-pagination {
  bottom: 2%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 0px;
  z-index: 1444000;
  margin: 0;
  padding: 0;
}
/* line 324, ../sass/style.scss */
.o-slider-pagination > li {

}
/* line 340, ../sass/style.scss */
.o-slider-pagination > li.isActive {

}

/* line 347, ../sass/style.scss */
.o-slider--preview {
  position: absolute;
  top: -70px;
  right: auto;
  bottom: auto;
  left: -65px;
  opacity: 0;
  width: 140px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  transition: all 250ms;
  z-index: -1;
  border: 3px solid #000;
  transform: scale(0.2, 0.2);
  transform-origin: center bottom;
  display: none;
}
/* line 362, ../sass/style.scss */
.o-slider--preview::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13px;
  left: 50%;
  margin: 0 0 0 -5px;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}

/* line 374, ../sass/style.scss */
.o-slider--preview.isActive,
.o-slider-pagination li:hover .o-slider--preview {
  opacity: 1;
  position: absolute;
  top: -76px;
  right: auto;
  bottom: auto;
  left: -65px;
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .o-slider--preview {
    display: block;
  }
}

.o-slider-arrows {
  margin: 0;
  list-style: none;
  display: block;
}

.o-slider-next,
.o-slider-prev {
  display:none;
}
.o-slider-next i,
.o-slider-prev i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0 0;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
}


.o-slider-next {
  left: auto;
  right: -100px;
}


.isDisabled {
  opacity: 0.1;
  cursor: auto;
}

@media screen and (max-width: 1680px) {

.o-slider-title {
    font-size: 112.5px;
	font-weight: 800;
	letter-spacing:8px;
}
.o-slider-textWrap {
 bottom: 80px;
}
}


@media screen and (max-width: 1280px) {

  .a-container {
    width: 970px;
  }
}
@media screen and (max-width: 1024px) {

  .o-slider-arrows {
    display: none;
  }

  .o-sliderContainer {
    height: 450px;
    width: 100%;
    margin: 0 0 50px 0;
  }

  .o-slider--item {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
    
.a-divider {
  font-size: 12px;

}
    
    
  .a-container {
    width: 90%;
    margin: 20px auto;
  }
  .a-1_2 {
    width: 100%;
    display: block;
    margin: 0;
  }
  .o-slider-arrows {
    display: none;
  }
  .o-sliderContainer {
    height: 350px;
  }
  .o-slider--item {
    height: 350px;
  }
  .o-slider-panel img {
    left: -15%;
    width: 130%;
  }
  .o-slider-textWrap {
    left: 0px;
    bottom: 30px;
    height: auto;
    position: absolute;
    text-align: center;
}
 .o-slider-title {
    font-size: 28px;
} 
.isActive .o-slider-subTitle {
    width: 100px;
    height: 32px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 8px;
    margin-top: 16px;
}  
.o-slider-pagination > li {
    height: 5px;
    width: 5px;
} 
.o-slider-pagination {
z-index: 2;
}
}




@media screen and (max-width: 480px) {
  /* line 491, ../sass/style.scss */
  .o-slider--item {
    height: 270px;
  }
  /* line 494, ../sass/style.scss */
  .o-slider--item img {
    left: -20%;
    width: 140%;
  }

  /* line 500, ../sass/style.scss */
  .o-sliderContainer {
    height: 270px;
  }
}
/* line 505, ../sass/style.scss */
.slider-pagination > li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3, 1.3);
}
