body {
  background: #F0F1F5;
}
.banner-img {
  position: relative;
}
.banner-img img {
  width: 100%;
  vertical-align: top;
}
.banner-img .menu-box {
  position: absolute;
  top: 75%;
  left: 13%;
}
.banner-img .menu-box a {
  display: inline-block;
  width: 165px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}
.banner-img .menu-box a span {
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.banner-img .menu-box a .yysj-icon {
  background: url(../images/yysj-icon.png) no-repeat;
  background-size: 100%;
}
.banner-img .menu-box a .zxyd-icon {
  background: url(../images/zxdg-icon.png) no-repeat;
  background-size: 100%;
}
.nav-list {
  background: #000;
  padding-left: 255px;
}
.nav-list li {
  cursor: pointer;
  float: left;
  padding: 20px 0;
  transition: background 0.3s;
}
.nav-list li a {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #4D4D4D;
  padding: 0 40px;
}
.nav-list li:last-child a {
  border-right: none;
}
.nav-list li:hover {
  background: #fff;
}
.nav-list li:hover a {
  color: #000;
}
.nav-list:after {
  content: "";
  display: block;
  clear: both;
}
.type-name {
  margin: 100px 0 50px 0;
  font-size: 35px;
  text-align: center;
}
.type-name .type-name-English {
  font-size: 20px;
  color: #97A1AB;
}
.link-box {
  text-align: center;
}
.link-box span {
  display: inline-block;
  position: relative;
}
.link-box span a {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.link-box span a.link2 {
  left: 50%;
}
.link-box span a.link3 {
  left: 74%;
}
.price {
  font-size: 16px;
  color: #B0B0B0;
  text-align: center;
  margin: 40px 0;
}
.price .price-con {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.price .price-con em {
  font-size: 14px;
  font-style: normal;
}
.car-list {
  margin-top: 50px;
}
.swiper-container1 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.swiper-container1 .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.6;
}
.swiper-container1 .swiper-slide img {
  width: 40%;
}
.car-name-list {
  text-align: center;
  margin-top: 30px;
}
.car-name-list li {
  display: inline-block;
  font-size: 18px;
  color: #A7A7A7;
  margin-left: 20px;
  cursor: pointer;
}
.car-name-list li .yd {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #D0D0D0;
  border-radius: 100%;
  margin-right: 20px;
  vertical-align: middle;
}
.car-name-list li.on {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.car-name-list li.on .yd {
  background: #2469B9;
}
.car-name-list li:first-child .yd {
  display: none;
}
.config-list {
  text-align: center;
}
.config-list li {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  cursor: pointer;
}
.bright-spot img {
  width: 100%;
  display: block;
}
.car-img-swiper {
  width: 80%;
  margin: 0 auto;
}
.car-img-swiper img {
  width: 100%;
}
.swiper-btn {
  user-select: none;
  text-align: right;
  padding-right: 10%;
  margin: 20px 0 40px 0;
}
.swiper-btn span {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.swiper-btn span.prev {
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
}
.swiper-btn span.next {
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
}
.swiper-btn span.swiper-button-disabled {
  opacity: 0.3;
}
.car-name {
  font-weight: bold;
  background: url(../images/car-name-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5%;
  left: 4%;
  color: #fff;
  font-size: 25px;
  padding: 0 15px;
  z-index: 1000;
}
.tips-con {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 100px 0;
}
.xfcarbox {
  display: block;
  background: url(../images/xf-img.jpg) no-repeat;
  background-size: 100%;
}
.see-config-img {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1000;
}
.see-config-img .config-img {
  position: absolute;
  width: 90%;
  height: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.see-config-img .config-img img {
  width: 100%;
}
.see-config-img .close-btn {
  position: absolute;
  width: 35px;
  background: url(../images/close-icon.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  right: 2%;
  top: 2%;
  height: 35px;
}
