@charset "utf-8";
.banner{
    width:100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.carousel-wrap {
  position: relative;
      left: 50%;
    margin-left: -960px;
  height: 420px;
  width: 1920px;
  overflow: hidden;
}

.slide-ul {
  width: 100%;
  height: 100%;
}
.slide-ul  li{
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide-ul  li img{
    width: 100%;
      height: 100%;
}
.carousel-items {
  position: absolute;
  z-index: 10;
  top: 380px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: none;
}
.carousel-items span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 3px;
    background-color: #858b8f;
    cursor: pointer;
  }
  .carousel-items span.active {
    background-color: #e0e2e3;
  }
  .list-enter-to {
  transition: all 1s ease;
  transform: translateX(0);
}

.list-leave-active {
  transition: all 1s ease;
  transform: translateX(-100%)
}

.list-enter {
  transform: translateX(100%)
}

.list-leave {
  transform: translateX(0)
}
.vehicle{
    padding-bottom:60px;
}
.vehicle ul{
    width: 1190px;
    margin:0 auto;
}
.vehicle li{
    float: left;
    margin-left: 23px;
    width: 368px;
    height: 543px;
}
.vehicle li .text{
    padding:28px;
    text-align: center;
    font-size: 16px;
}
.vehicle li .text span{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.service{
  padding-bottom: 100px;
}
.service ul{
    width: 1030px;
    margin:0 auto;
}
.service ul li{
  float:left;
  text-align: center;
}
.service ul li img{
  vertical-align: middle;
  margin:0 10px;
}
.service ul li p{
  margin-top:20px;
  width: 148px;
  font-size: 24px;
}
.trading ul{
  width:1190px;
  margin:0 auto;
}
.trading ul li{
  margin-left: 23px;
  float: left;
  height: 395px;
  width: 368px;
}
.trading .item-name{
  font-size: 24px;
  line-height: 70px;
  color: #222;
  padding-left: 10px;
}
.trading p.txt{
  position: relative;
  font-size: 14px;
  color:#222;
  padding-left: 70px;
  line-height: 24px;
}
.trading p span{
  position: absolute;
  left: 10px;
  padding-left: 20px;
}
.trading p span.tel{
  background: url('../images/icon-tel.png') left center no-repeat;
}
.trading p span.address{
  background: url('../images/icon-address.png') left center no-repeat;
}


