.layout {
  width: 62.5%;
  margin: 0 auto;
}
#main {
  margin-top: 120px;
}
.motor-container {
  background: #000;
  /* padding-bottom: 100px; */
  box-sizing: border-box;
}
.motor-container .banner {
  width: 100%;
  /* background: url(../images/xizunbanner.png) no-repeat; */
  /* height: 480px; */
  /* background-size: cover; */
  /* background-position: center center; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.motor-container .banner h5 {
  font-size: 46px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 31px;
}
.motor-container .banner .text {
  position: absolute;
  left: 10%;
  top: 39%;
  z-index: 2;
  width: 14.1%;
  max-width: 272px;
}
.motor-container .banner .text img{
  width: 100%;
}
.motor-container .banner img{
  width: 100%;
}
.motor-container .banner p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
/* .motor-container main {
  margin-top: 40px;
} */

.motor-container main .nav li .first-nav {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.motor-container main .nav li.active .first-nav {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}
.motor-container main .list{
  display: none;
}
.motor-container main .listactive{
  display: block;
}
.motor-container main .nav li .first-nav .line {
  width: 60px;
  height: 2px;
  margin-top: 20px;
  background: #f6f6f6;
  display: block;
}
.motor-container main .nav li.active .first-nav .line {
  background: #ef7c1c;
}

.motor-container main .nav {
  display: flex;
  justify-content: center;
}
.motor-container main .nav li .first-nav {
  margin-right: 68px;
  cursor: pointer;
}
.motor-container main .nav li:last-child .first-nav {
  margin-right: 0;
}

.motor-container main .saishi-box {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 120px; */
  /* display: none; */
}
.motor-container main .saishi-box .img-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.motor-container main .saishi-box.remen .img-item {
  margin-bottom: 95px;
}
.motor-container main .saishi-box .img-item .textOver {
  /* height: 48px; */
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.motor-container main .saishi-list .img-item .textOver {
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Sans_SC_Regular';
  height: 48px;
  margin-bottom: 0;
  color: #fff;
}
.motor-container main .saishi-box .img-item:nth-child(3n) {
  margin-right: 0;
}
.motor-container main .saishi-box.remen .img-item .img-box {
  height: 100%;
}
.motor-container main .saishi-box .img-item .img-box {
  width: 100%;
  height: 180px;
  position: relative;
}
.motor-container main .border-box.saishi-box .img-item .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  /* border-top-left-radius: 8px; */
  /* border-top-right-radius: 8px; */
}
.motor-container main .saishi-box .img-item .bofang-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.saishi-list .img-bottom {
  height: 120px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background: #1D1D1D;
}
.img-bottom .p2 p {
  font-size: 18px;
  font-family: 'Sans_SC_Regular';
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
}
.img-bottom .zan-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.img-bottom .zan-box p {
  font-size: 16px;
  font-family: 'Sans_SC_Regular';
  font-weight: 500;
  color: #8A8A8A;
  margin-bottom: 0;
}
.img-bottom .zan-box ul {
  display: flex;
  align-items: center;
}
.img-bottom .zan-box ul li {
  display: flex;
  justify-content: center;
}
.img-bottom .zan-box ul li span {
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
}
.img-bottom .zan-box ul li:first-child {
  margin-right: 20px;
}
.img-bottom .zan-box ul li img {
  width: 18px;
  margin-right: 10px;
  height: 12px;
}
.img-bottom .zan-box ul li:last-child img {
  width: 12px;
  height: 13px;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.navigation li {
  width: 30px;
  height: 30px;
  background: #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.navigation li a {
  color: #fff;
}
.navigation li:last-child {
  margin-right: 0;
}
.navigation li.active {
  background: rgba(57, 57, 57, 1);
}
.motor-container main .saishi-box.remen {
  display: flex;
  flex-direction: column;
}
.motor-container main .saishi-box.remen .img-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 343px;
  background: #1D1D1D;
}
.motor-container main .saishi-box.remen .img-item .left-box {
  width: 50%;
  position: relative;
}
.motor-container main .saishi-box.remen .img-item .left-box .bofang-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.motor-container main .saishi-box.remen .img-item .left-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.motor-container main .saishi-box.remen .img-item .right-box {
  width: 50%;
  background: #1D1D1D;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}

.motor-container main .saishi-box.remen .img-item .right-box .hot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 26px;
  margin-bottom: 15px;
  background: url('../images/information/hot_bg.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Sans_SC_Medium';
}
.motor-container main .saishi-box.remen .img-item .right-box .p1 {
  font-size: 34px;
  line-height: 40px;
  font-family: 'Sans_SC_Medium';
  /* font-weight: bold; */
  color: #fff;
  margin-bottom: 20px;
  height:120px;
}
.motor-container main .saishi-box.remen .img-item .right-box .p2 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #262626;
  margin-bottom: 67px;
  height:60px;
}
.motor-container main .saishi-box.remen .img-item .right-box .zan-box p {
  font-size: 16px;
  font-family: 'Sans_SC_Regular';
  font-weight: 500;
  color: #8A8A8A;
}
.motor-container
  main
  .saishi-box.remen
  .img-item
  .img-bottom
  .zan-box
  ul
  li
  span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
}
.motor-container
  main
  .saishi-box.remen
  .img-item
  .img-bottom
  .zan-box
  ul
  li
  img {
  width: 24px;
  height: 15px;
}
.motor-container
  main
  .saishi-box.remen
  .img-item
  .img-bottom
  .zan-box
  ul
  li:last-child
  img {
  width: 17px;
  height: 17px;
}
.pagination li div {
  background: #1D1D1D;
  font-family: 'Sans_SC_Regular';
}
.pagination li.active div {
  background: #EEEEEE;
  color: #FF2302;
}
.pagination {
  position: relative;
  width: 55%;
  margin: 20px auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-logo {
  width: 65%;
  margin: 0 auto;
  display: block;
}
.bottom-logo .back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin: 35px 0 70px;
  cursor: pointer;
}
.bottom-logo .bottom-logo-in{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 155px;
  background: url(../images/qiye2025/model6_bg.png) no-repeat center;
  background-size: 100%;
  margin: 120px auto 0;
}
@media screen and (max-width: 960px) {
  #main {
    margin-top: 40px !important;
  } 
  .motor-container .banner .text {
    position: absolute;
    left: 50%;
    top: 11%;
    z-index: 2;
    width: 39%;
    transform: translate(-50%, 0);
    max-width: none;
  }
  .motor-container main .saishi-box {
    margin-top: 40px;
  }
  .motor-container main .saishi-box .img-item {
    margin-right: 0;
  }
  .motor-container main .saishi-box.remen .img-item .left-box img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    object-fit: cover;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .hot{
    width: 30px;
    height: auto;
    margin-bottom: 6px;
    padding: 2px 0;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .hot {
    font-size: 10px;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .p1 {
    height: auto;
    margin-bottom: 14px;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .p2 {
    height:auto;
    max-height: 60px;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .p2 p {
    color: #fff;
    font-family: 'Sans_SC_Regular';
    font-weight: 400;
    font-size: 13px;
  }
  .img-bottom .zan-box{
    margin-top: 15px;
  }
  .motor-container main .saishi-box.remen .img-item .right-box .zan-box p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .motor-container main .border-box.saishi-box .img-item .img-box img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .saishi-list .img-bottom {
    height: 90px;
    padding: 10px 7px;
    box-sizing: border-box;
    background: #1D1D1D;
  }
  .motor-container main .saishi-list .img-item .textOver {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Sans_SC_Regular';
    height: 44px;
    margin-bottom: 0;
    color: #fff;
  }
  .img-bottom .zan-box {
    margin-top: 10px;
  }
  .img-bottom .zan-box p {
    font-size: 12px;
  }
  .motor-container main .saishi-box.remen div:nth-of-type(1) .img-item .left-box img {
    height: 110%;
  }
  .motor-container main .saishi-box.remen div:nth-of-type(2) .img-item .left-box img {
    height: 128%;
  }
  .motor-container main .saishi-box.remen .img-item {
    margin-bottom: 20px;
  }
  .motor-container main .saishi-box.saishi-list .img-item {
    margin-bottom: 10px;
  }
  .pagination {
    margin: 40px auto 0px;
  }
}