* {
  margin: 0;
  padding: 0;
  font-family: PingFang-SC-Medium;
}
.fw_b {
  font-weight: bold;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: red;
}
.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-customs {
  width: 80px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px;
}
.swiper-pagination-customs-active {
  width: 80px;
  height: 8px;
  display: inline-block;
  background-color: #1d2088;
  border-radius: 5px;
  margin: 0 5px;
}
.company-state {
  font-size: 14px;
}

/*  导航部分 */
.mynav {
  width: 100%;
  position: relative;
  z-index: 999;
  color: #333;
}

.main_nav {
  line-height: 40px;
  position: relative;
  background: #1d2088;
}
.main_nav ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main_nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.main_nav ul li a.jguo {
  background: #e6e6f7;
  color: #1d2088;
  font-weight: bold;
}
.main_nav ul li a:hover {
  background: rgb(115, 118, 222);
  color: #1d2088;
  font-weight: bold;
}

.main_nav ul li.jguo a {
  color: #1d2088;
  font-weight: bold;
}

.all_pro {
  cursor: pointer;
  float: left;
  width: 172px;
  height: 40px;
  line-height: 40px;
  background: #1d2088;
  color: #fff;
  text-align: center;
}

.head .nav ul {
  display: flex;
  align-items: center;
  position: relative;
}

.serch {
  cursor: pointer;
  width: 78px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1d2088;
  color: #fff;
  margin-right: 44px;
  float: left;
}
.d_tanc {
  background: #d7d7ef;
  width: 120px;
  display: none;
}
.d_tancs {
  background: #d7d7ef;
  width: 120px;
  display: none;
}
.main_nav ul li a.tanc {
  color: #1d2088;
}
.main_nav ul li a.tancs {
  color: #1d2088;
}
/*.main_nav ul li a.tanc:hover{  background: none; }*/
.d_tanc2,
.d_tanc3 {
  display: none;
  background: #d7d7ef;
}
.title {
  float: right;
}
.logo {
}

#shelper li {
  overflow: hidden;
  padding: 1px 5px;
  line-height: 22px;
  cursor: pointer;
  display: list-item;
  text-align: -webkit-match-parent;
}
#shelper .search-item {
  float: left;
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#shelper .search-count {
  overflow: hidden;
  color: #aaa;
  text-align: right;
  *zoom: 1;
}
#shelper .close {
  border-top: 1px solid #efefef;
  text-align: right;
}
.s3 {
  background-color: #e1e1e1;
}
.serch:hover {
  background: red;
}
.main_nav {
  line-height: 40px;
  margin: auto;
  position: relative;
  /*z-index: 9; left: 50%; margin-left: -600px;*/
  background: #1d2088;
}

/*login*/
.login_wrap {
  width: 100%;
  height: 100%;
  background: url(../images/back.jpg);
}

@media screen and (min-width: 500px) {
  body {
    min-width: 1200px;
  }
  ul {
    display: flex;
  }
  .mynav ul {
    width: 1200px;
    margin: 0 auto;
  }
  .main_nav ul li {
    width: 100px;
    float: left;
  }
  .main_nav ul li a {
    width: 120px;
    display: inline-block;
  }
  .buy_mob {
    display: none;
  }
  .pro_k {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .mynav {
    display: none;
  }
  .main_nav ul li {
    width: 400px;
  }
  .main_nav ul li a {
    width: 400px;
  }
  .containor {
    width: 100%;
  }
  .swiper-pagination-custom {
    display: none;
  }
  .pro_k {
    border: 1px solid #f1f1f1;
    width: 386px;
    margin: 16px auto;
    line-height: 36px;
    padding: 5px;
  }
  .buy_empty {
    top: 33px;
  }
  .buy_pc {
    display: none;
  }
  .ss_cont {
    display: none;
  }
  .page-box {
    display: none;
  }
  .header-top .buy-car-progress {
    left: -380px;
    top: 90px;
  }
}
