@charset "UTF-8";

/*重置bootstrap*/

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a, a:hover, a:visited, a:checked {
    text-decoration: none;
}

a {
    color: #000;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

ul, ol {
    list-style: none;
}

/*常用css样式*/

.font-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #323232;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padding-zero {
    padding: 0;
}
/* 导航 */
.navbar-brand {
    padding: 0
}

.navbar-default {
    background-color: rgba(255,255,255,.8);
    border: none;
}
#car .fp-next {
    /* right: 150px; */
    background: url(../../images/right_control.png) 50% no-repeat;
}
#car .fp-prev {
    /* left: 150px; */
    background: url(../../images/left_control.png) 50% no-repeat;
}
#car .fp-controlArrow {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border: 0 none;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.slide1,.slide2,.slide3,.slide4,.section2,.section3,.section4,.section5,.section6{
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom;
}
/* .s1{
  background-image: url(../../images/banner1.jpg);
    background-position:bottom center;

}

.s2{
  background-image: url(../../images/banner2.jpg);
      background-position:bottom center;

}

.s3{
  background-image: url(../../images/banner3.jpg);
      background-position:bottom center;

}

.s4{
  background-image: url(../../images/banner4.jpg);
      background-position:bottom center;

} */
/* .section2{
background-image: url(../../images/s1.jpg);
}
.section3{
background-image: url(../../images/s2.jpg);
}
.section4{
background-image: url(../../images/s3.jpg);
}
.section5{
background-image: url(../../images/s4.jpg);
 background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom center;
} */
.line{
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}
.store-container{
  overflow: hidden;
}

.store-intro{
  color: #757575;
}

.store-info{
  margin-top: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    line-height: 80px;
}
@media (min-width: 768px)
.navbar-nav > li > a {
    padding-top:0;
    padding-bottom: 0;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 80px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0 20px;
}