@import url(https://fonts.googleapis.com/css?family=Raleway);
/* line 2, ../sass/inc/_base.scss */


/* line 8, ../sass/inc/_base.scss */
* {
  box-sizing: border-box;
}
h1,h2,h3,h4{font-weight:normal;font-size:12px;}

button, input, select, textarea {
    font-size: 14px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

@media screen and (max-width: 1024px) and (min-width:0px) {

  button, input, select, textarea {
      font-size: 14px;
      font-family: inherit;
      margin: 0;
      outline: none;
      resize: none;
      border: none;
  }
  a {
    color: #666;
    font-size: 13px;
  }

}

/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/* line 9, ../sass/inc/_base.scss */
@media screen and (min-width:1025px) {
a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover {
  color: #d81a06;
}
}
/* line 16, ../sass/inc/_base.scss */
h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
}

/* line 22, ../sass/inc/_base.scss */


@-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: 999;

}

/* line 10, ../sass/inc/_loader.scss */
.ball-scale-multiple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
/* line 15, ../sass/inc/_loader.scss */
.ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 0;
  animation-fill-mode: both;
  position: absolute;
  left: -60px;
  top: -60px;
  opacity: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  animation: ball-scale-multiple 1s 0s linear infinite;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
/* line 28, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(1) {
  animation-delay: -1s;
}
/* line 31, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(2) {
  animation-delay: -0.8s;
}
/* line 34, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(3) {
  animation-delay: -0.6s;
}
/* line 37, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(4) {
  animation-delay: -0.4s;
}
/* line 40, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(5) {
  animation-delay: -0.2s;
}

/* line 7, ../sass/style.scss */
.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%;
  background: #fff;
  float: left;
  height: auto;
}

@media screen and (min-width:1025px) {
.o-sliderContainer {min-height: 580px;}
}

/* line 27, ../sass/style.scss */
.o-sliderContainer.hasShadow {
  box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
}
/* line 31, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-next {
  right: 0;
}
/* line 34, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-prev {
  left: 0;
}

/* line 39, ../sass/style.scss */
.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;
}
/* line 52, ../sass/style.scss */
.o-slider--item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
/* line 65, ../sass/style.scss */
.o-slider--item.isActive {
  opacity: 1;
  transform: scale(1, 1);
}
/* line 69, ../sass/style.scss */
.o-slider--item.isMoving {
  opacity: 0.6;
  transform: scale(0.95, 0.95);
  z-index: 100;
}

/* line 76, ../sass/style.scss */
.o-slider {
  width: auto;
  position: relative;
  display: none;
}
/* line 81, ../sass/style.scss */
.o-slider.isVisible {
  display: table;
  background: #000;
  height: 580px;
}
/* line 86, ../sass/style.scss */
.o-slider.isDraggable {
  cursor: move;
}




}
@media screen and (min-width: 1024px) {
  /* line 232, ../sass/style.scss */
  .o-slider-pagination {
    bottom: 6%;
  }



}


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

/* line 314, ../sass/style.scss */
.o-slider-pagination {
  bottom: 3%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 888;
  margin: 0;
  padding: 0;
}
/* line 324, ../sass/style.scss */
.o-slider-pagination > li {
  border-radius: 50%;
  background-color: #bfbfbf;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  margin: 8px;
  transition: all 250ms;
  cursor: pointer;
  background-clip: padding-box;
  z-index: 100;
}
/* line 340, ../sass/style.scss */
.o-slider-pagination > li.isActive {
  background-color: #d81a06;
  transform: scale(1.2, 1.2);
}

/* 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) {
  /* line 384, ../sass/style.scss */
  .o-slider--preview {
    display: block;
  }
}
/* line 389, ../sass/style.scss */
.o-slider-arrows {
  margin: 0;
  list-style: none;
  display: block;
}

/* line 395, ../sass/style.scss */
.o-slider-next,
.o-slider-prev {
  position: absolute;
  top: 0;
  left: -100px;
  margin: -12px 0 0;
  width: auto;
  z-index: 1222;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
  cursor: pointer;
  text-align: center;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  transition: all 0.4s;
}
/* line 416, ../sass/style.scss */
.o-slider-next i {
    background: url(../images/icon/1_35.png) top center no-repeat;
    background-size: 16px;}
.o-slider-prev i {
    background: url(../images/icon/1_34.png) top center no-repeat;
    background-size: 16px;}

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

/* line 428, ../sass/style.scss */
.o-slider-next {
  left: auto;
  right: -100px;
}

/* line 433, ../sass/style.scss */
.isDisabled {
  opacity: 0.1;
  cursor: auto;
}

@media screen and (max-width: 1280px) {
  /* line 439, ../sass/style.scss */
  .a-container {
    width: 970px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 445, ../sass/style.scss */
  .o-slider-arrows {
    display: none;
  }

  /* line 449, ../sass/style.scss */
  .o-sliderContainer {
    height: 450px;
    width: 100%;
  }

  /* line 455, ../sass/style.scss */
  .o-slider--item {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  /* line 461, ../sass/style.scss */
  .a-container {
    width: 90%;
    margin: 20px auto;
  }

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

  /* line 472, ../sass/style.scss */
  .o-slider-arrows {
    display: none;
  }

  /* line 476, ../sass/style.scss */
  .o-sliderContainer {
    height: 350px;
  }

  /* line 480, ../sass/style.scss */
  .o-slider--item {
    height: 350px;
  }

  /* line 484, ../sass/style.scss */
  .o-slider-panel img {
    left: -15%;
    width: 130%;
  }
}
@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);
}


/* ====== 导航 Start ====== */
.bg-cover {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 768px;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 998;
    display: none;
}
.nav-box {
    position: fixed;
    top: 150;
    right: 0;
    width: 60%;
    max-width: 330px;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.nav-box.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.nav-box .menu-logo {
    display: block;
    width: 100%;
    height: 70px;
    /*background: url(../images/nav-logo.png) no-repeat center #fff;*/
    /*background-size: contain;*/
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    text-align: center;
    line-height: 70px;
    font-size: 0;
}
.nav-box .menu-logo img {
    height: 58px;
}
/*jQuery Sliding Menu Plugin*/
.sliding-menu {
    overflow: hidden;
    position: relative;
    /*yp*/
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.sliding-menu ul {
    float: left;
    margin: 0;
}
.sliding-menu li {
    list-style: none;
    margin: 0;
    /*yp*/
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    background: #F7F7F7;
}
.sliding-menu>ul>li:last-child {
    border-bottom: none;
}
.sliding-menu a {
    position: relative;
    display: block;
    padding: 6% 1.2em;
    /*yp*/
    font-size: 1.2em;
    text-align: center;
}

.sliding-menu a.nav:before {
    content: '\3009';
    float: right;
    margin-left: 1em;
    position: absolute;
    right: 10%;
}
.sliding-menu a.back {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
    font-size: 1.4em;
}
.sliding-menu a.back:before {
    content: '\3008';
    float: left;
    position: absolute;
    left: 10%;
}
/* ====== 导航 End ====== */
