.bt {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.pad-top-80 {
  padding-top: 80px;
}
.pad-20 {
  padding: 20px;
}
.mar-top-24 {
  margin-top: 24px;
}
.time {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.head-bt {
  color: rgba(0, 0, 0, 0.85);
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
.left_fixed {
  position: fixed;
  top: 351px;
  right: 24px;
  z-index: 9999;
  border-radius: 10px;
  background: #ffffff;
}
.left_fixed img {
  margin-bottom: 8px;
}
.left_fixed .left-fixed-box {
  width: 64px;
  padding: 14px 0;
}
.left_fixed .left-fixed-zx {
  border-radius: 10px 10px 0 0;
  background-color: #68ca0f;
  color: #fff;
}
.swiper-business {
  padding: 0 67px;
}
.videogs {
  font-weight: 900;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.videotxt {
  font-size: 30px;
  font-weight: 500;
  margin-top: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#vide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.business {
  width: 100%;
  overflow: hidden;
}
.business .feature {
  transform: translateY(-60px);
  padding: 0 67px;
}
.business .feature .feature-card {
  padding: 56px 24px;
  flex-direction: column;
  border-bottom: 4px solid #68ca0f;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  justify-content: space-evenly;
}
.business .feature .feature-card p {
  margin-top: 24px;
}
.car_type {
  padding-bottom: 80px;
}
.car_type .car_type_header_txt {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}
.car_type .car_type_header_section {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.car_type .car_info {
  margin-top: 25px;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  height: 360px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.car_type .car_info .car_head {
  position: absolute;
  top: 70px;
  left: 60px;
}
.car_type .car_info .car_head .cartype_lx {
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.car_type .car_info .car_head .cartype_txt {
  font-size: 24px;
  font-weight: 400;
  margin-top: 16px;
}
.car_type .car_info img {
  scale: 0.7;
  transform: translate(154px, 22px);
  cursor: pointer;
  transition: 0.5s ease;
  width: 369px;
}
.car_type .car_info img:hover {
  scale: 1;
}
.ditu {
  padding: 82px 0;
}
.ditu .ditu_head {
  font-size: 48px;
  font-weight: 700;
}
.ditu .ditu_txt {
  font-size: 24px;
  font-weight: 400;
}
.ditu img {
  width: 658px;
  object-fit: cover;
  margin: 36px 0;
}
.spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: white;
  justify-content: center;
}
.spot .sj {
  margin-top: 80px;
  justify-content: space-evenly;
  width: 100%;
}
.spot .txt {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 900;
}
.spot .head1 {
  font-size: 36px;
  font-weight: 700;
}
.spot .head2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
}
.spot .spot_sj {
  margin-top: 40px;
  font-size: 48px;
  color: #ffffff;
  border-bottom: 2px solid white ;
}
.spot img {
  width: 50px;
}
.container {
  padding: 80px 0 ;
  background: #ffffff;
}
.container .container_bt {
  font-size: 48px;
  font-weight: 700;
}
.container .news-card {
  width: 100%;
  margin-top: 24px;
  display: block;
  text-decoration: none;
  height: 521px;
  border: 1px solid #eee;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.05);
}
.container .news-card .news-content {
  padding: 0 18px;
}
.container .news-card .news-content .time {
  margin-top: 5px;
}
.container .news-card .news-content .container_txt {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin: 24px 0;
  line-height: 200%;
}
.container .news-card img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.phone {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
}
.phone .phone-box {
  padding: 24px;
  width: 821px;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.05);
}
.phone .phone-box .phone-head {
  text-align: center;
  position: relative;
}
.phone .phone-box .phone-head .phone-head-txt {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 700;
}
.phone .phone-box .phone-head .phone-head-click {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 24px;
}
.phone .phone-box .phone-head .phone-head-click .phone-head-close {
  width: 16px;
  height: 3px;
  background: #d9d9d9;
}
.phone .phone-box .marigh-33 {
  margin-right: 33px;
}
.phone .phone-box .phone-txt {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
}
.phone .phone-box .phone-txt span {
  color: red;
  margin: 0 5px;
}
.phone .phone-box button {
  width: 80px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  background: #68ca0f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}
.phone .phone-box input {
  width: 281px;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  outline: none;
  padding: 0 13px;
}
.phone .phone-box input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}
.phone .phone-box textarea {
  width: 90%;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  outline: none;
  padding: 5px 13px;
  padding-bottom: 0;
}
.phone .phone-box textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1360px) {
  .videogs {
    font-size: 45px;
  }
  .videotxt {
    font-size: 25px;
  }
  .car_type .car_info img {
    scale: 0.7;
  }
  .car_type .car_info img:hover {
    scale: 0.8;
  }
  .car_type .car_info .car_head {
    left: 40px;
  }
  .car_type .car_info .car_head .cartype_lx {
    font-size: 24px;
  }
  .car_type .car_info .car_head .cartype_txt {
    font-size: 18px;
  }
  .ditu .ditu_head {
    font-size: 40px;
  }
  .ditu .ditu_txt {
    font-size: 18px;
  }
  .spot img {
    width: 40px;
  }
  .spot .sj {
    margin-top: 40px;
  }
  .spot .spot_sj {
    font-size: 38px;
    margin-top: 15px;
  }
  .spot .txt {
    font-size: 20px;
  }
  .spot .head1 {
    font-size: 24px;
  }
  .container .news-card {
    height: 455px;
  }
  .container .news-card img {
    height: 300px ;
  }
  .container .news-card .news-content .container_txt {
    margin: 17px 0;
  }
}
@media (max-width: 1200px) {
  .car_type .car_info {
    height: 270px !important;
  }
  .car_type .car_info img {
    scale: 0.5;
  }
  .car_type .car_info img:hover {
    scale: 0.6;
  }
  .car_type .car_head .cartype_lx {
    font-size: 24px !important;
  }
  .car_type .car_head .cartype_txt {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 5px !important;
  }
}
@media (max-width: 900px) {
  .car_type .car_head .cartype_lx {
    font-size: 20px !important;
  }
  .car_type .car_head .cartype_txt {
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 5px !important;
  }
  .phone-box {
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .videogs {
    font-size: 18px;
    font-weight: 900;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
  }
  .videotxt {
    font-size: 10px;
    font-weight: 500;
    margin-top: 16px;
  }
  .business {
    padding-top: 24px;
  }
  .business .head-bt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .business .swiper-slide {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 16px;
  }
  .business .swiper-slide .pagination-head {
    font-size: 14px;
    font-weight: 700;
  }
  .business .swiper-slide .pagination-txt {
    font-size: 12px;
    font-weight: 400;
    margin-top: 14px;
  }
  .car_type {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .car_type .car_type_header_txt {
    font-size: 20px;
    font-weight: 700;
  }
  .car_type .car_type_header_section {
    font-size: 14px;
    font-weight: 500;
  }
  .car_type .car_info {
    height: 100px !important;
  }
  .car_type .car_info img {
    scale: 1 !important;
    width: 92px;
    transform: translate(35px, 0px);
  }
  .car_type .car_info .car_head {
    top: 16px !important;
    left: 16px !important;
  }
  .car_type .car_info .car_head .cartype_lx {
    font-size: 14px !important;
    font-weight: 700;
  }
  .car_type .car_info .car_head .cartype_txt {
    font-size: 8px !important;
    font-weight: 400;
    margin-top: 5px !important;
  }
  .spot_fx {
    height: 216px;
  }
  .spot_fx > img {
    height: 100%;
  }
  .spot_fx .head1 {
    font-size: 14px;
    font-weight: 700;
  }
  .spot_fx .head2 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
  }
  .spot_fx .sj {
    margin-top: 22px;
  }
  .spot_fx .sj img {
    width: 12px;
    height: 12px;
  }
  .spot_fx .sj .spot_sj {
    font-size: 16px;
    font-weight: 900;
    margin-top: 0;
    padding: 8px 0;
    border-bottom: 1px solid white;
  }
  .spot_fx .sj .txt {
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
  }
  .container {
    padding: 40px 0;
  }
  .container .container_bt {
    font-size: 20px;
    font-weight: 700;
  }
  .container .news-card {
    height: 304px;
  }
  .container .news-card .news-content {
    padding: 0 5px;
  }
  .container .news-card img {
    height: 208px ;
  }
  .container .news-card .bt {
    font-size: 18px;
    font-weight: 500;
  }
  .container .news-card .time {
    font-size: 10px;
    font-weight: 400;
  }
  .container .news-card .container_txt {
    font-size: 8px !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
}
