body{background-color:#f6f6f6 !important}
/* 首页导航 */
*{margin:0;padding:0}
/* 轮播样式 */
.carouselContainer{
  position:relative;
  background:#f00
}
.carousel-indicators .active{
  background-color:#ff0 !important
}
.carousel-indicators>li{
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  margin:0 10px !important
}

/* floor */
.changeWidth{
  width:1400px !important;
  margin:0 auto !important
}
.textStyle{
  height:578px;
  text-align:center;
  vertical-align:middle;
  background-color:#fff;
  position:relative
}
.textStyle>div{
  width:352px;
  text-align:left;
  margin:0 auto;
  position:absolute;
  top:142px;left:174px
}
.textStyle .posNum1{top:182px}
.textStyle .posNum2{top:194px}
.title{
  color:#fff;
  font-size:32px;
  font-weight:500px
}
.detail{margin-top:32px}
.introduce{padding-left:18px}
.introduce>li{
  margin-top:16px;
  list-style:disc
}
.rowImgStyle{position:relative}
.rowImgStyle>img{position:absolute;bottom:0}

/* 三列 */
.threeCol{
  background-color:#fff;
  padding:10px 2px !important
}
.threeCol>div .bgHide{
  position:absolute;
  left:0%;
  opacity:0
}
.threeCol>div:hover .bgHide{
  opacity:0.8;
  z-index:8;
}
.threeCol>div:hover a{
  display:inline-block;
  transform:scale(1.1);
  z-index:9;
  border:3px solid #fff;
  color:#fff
}
.threeCol .textStyleF{
  width:110px;
  color:#000;
  text-align:center;
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  border:3px solid #000;
  padding:5px 10px;
  transition:all 0.6s linear;
  text-decoration:none
}
.threeColSmall .textStyleFf{
  width:113px;height:38px;
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  text-decoration:none;
  color:#000;
  text-align:center;
  line-height:38px;
  background-color:#f9c700;
  border-radius:5px
}

.banner-box{
  position: relative;
}
.banner-box > .describe-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-box{
  width: 42%;
  text-align: left;
  margin-left: 18%;
}
.text-box .small-title{
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.vehicle{
  color: #000;
  background-color: #fff;
  padding: 130px 0 100px;
}
.vehicle>.title{
  color: #000;
  /* font-weight: bold; */
  margin-top: 60px;
}
.vehicle>.small-title{
  font-size: 16px;
  margin-top: 26px;
}
.vehicle>.img-box{
  position: relative;
}
.vehicle>.img-box>img{
  width: 40%;
  position: relative;
  z-index: 1;
}
.vehicle>.img-box>.brand{
  font-size: 100px;
  font-weight: bold;
  color: rgba(0, 0, 0, .1);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 10px;
}
.about-us{
  padding: 56px 0;
}
.about-us>.title{
  color: #000;
  font-weight: bold;
}
.about-us>.small-title{
  font-size: 16px;
}
.about-us>.about-us-content{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.about-us>.about-us-content>div{
  width: 50%;
}
.about-us>.about-us-content>div>img{
  width: 100%;
}
.about-us>.about-us-content>.text{
  padding: 0 110px 0 90px;
  text-align: left;
  font-size: 18px;
}
.about-us>.about-us-content>.text>p{
  margin-top: 20px;
}

.specialty{
  display: flex;
}
.specialty>.out{
  width: 25%;
  position: relative;
}
.specialty>.out>img{
  width: 100%;
  vertical-align: middle;
}
.specialty>.out>.inner{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  padding: 50px 40px 0 40px;
  font-size: 14px;
  cursor: pointer;
}
.specialty>.out>.inner:hover{
  background-color: transparent;
}
.specialty>.out>.inner>p{
  color: #fff;
  text-align: left;
}
.specialty>.out>.inner>.title{
  font-size: 18px;
  margin-bottom: 12px;
}
.wx-scancode{
  display: flex;
  padding: 80px 0;
  justify-content: center;
  align-items: center;
}
.wx-scancode>div{
  width: 30%;
}
.wx-scancode>div>img{
  width: 86%;
}
.wx-scancode>.text>.title{
  color: #000;
  font-weight: bold;
}
.wx-scancode>.text>.small-title{
  font-size: 16px;
  margin-top: 12px;
}
