.banner_box {
  position: relative;
  /* background-image: url('../img/background_banana.png');
  background-position: center; */
  min-height: 590px;

}
.banner_input {
  /* width: 1300px;
  margin: auto; */
  position: absolute;
    top: 50%;
    left: 12%;
    
}
.banner_img {
  display: block;
  width: 100%;
  min-height: 590px;

}
.banner_content_left {
  box-sizing: border-box;
  width: 590px;
  border-radius: 20px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 3px 10px 8px rgba(2, 3, 33, 0.05);
  position: absolute;
  /* top: 30px; */
  padding: 30px 40px 25px 40px;
  top: 50%;
  transform: translate(0px, -50%);
}
.banna_price {
  box-sizing: border-box;

  height: 80px;
  background: #f7f7f7;
  padding: 12px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banna_price .price_text {
  font-family: PingFang SC;
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #205dfd;
}
.banna_price .price {
  font-family: PingFang SC;
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: rgba(51, 51, 51, 0.9);
}
.banna_price .pricetype {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: rgba(51, 51, 51, 0.9);
}
.pricetype_content{
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  margin-right: 20px;

  color: rgba(51, 51, 51, 0.9);
}

.banna_tips {
  margin-top: 8px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 20px;

  color: #999999;
}
.tips {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  color: #999999;
}
.value_input {
  border-radius: 6px;
  opacity: 1;
  height: 40px;
  background: #ffffff;
  width: 425px;
  font-size: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
.banna_input_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  min-width: 64px;
  color: #333333;
  margin-right: 21px;
}
.banna_input {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

form {
  width: 50%;
  margin: 50px auto;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
  display: block;
  /* margin-bottom: 5px; */
  margin-right: 26px;
}

input[type="number"],
input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.is_yesno {
  min-width: 214px;
  display: flex;
}
input[type="radio"] {
  margin-right: 5px;
}
button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
}
button:hover {
  background-color: #0056b3;
}

.content {
  width: 1300px;
  margin: auto;
}
.features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 80px;
}

.feature {
  text-align: center;
  width: 280px;
  background-color: white;
  border-radius: 10px;
  height: 320px;
  margin-right: 33px;
  padding-top: 75px;
  box-sizing: border-box;
}
.feature:hover {
  box-shadow: 0px 0px 6px 4px rgba(2, 3, 33, 0.05);
}
.feature h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 10px;
  font-variation-settings: "opsz" auto;
}
.feature img {
  margin-bottom: 36px;
}
.feature p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  font-size: 16px;
  color: #666666;
}
.feature:hover h3 {
  color: #205dfd;
}
.feature:hover p {
  color: #205dfd;
}
.vehicle_box {
  height: 1049px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/首页3/3-5.png");
}
.vehicle_content {
  width: 1300px;
  margin: auto;
}
.vehicle_title {
  text-align: center;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 38px;
}
.vehicle_text {
  width: 803px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.vehicle_text span {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  font-variation-settings: "opsz" auto;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
#vehicle_text .children_active{
  color: #205dfd;
  border-color: #205dfd;
}
.vehicle_text span:hover {

}
.vehicle_img {
  display: flex;
  justify-content: space-between;
}
.vehicle_img_content {
  width: 24%;
  height: 280px;
  border-radius: 10px;
  opacity: 1;

  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 6px 4px rgba(2, 3, 33, 0.05);
}
.img_content {
  height: 219px;
  display: inline-block;
}
.img_content img {
  width: 100%;
  height: 100%;
  display: block;
}
.img_text {
  display: block;
  padding-top: 18px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.vehicle_bottom {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.vehicle_btn {
  border-radius: 6px;
  opacity: 1;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #205dfd;
}
.car_scene {
  height: 702px;
}
.car_scene_title {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
}
.car_scene_content {
  display: flex;
  justify-content: space-around;
}
.car_scene_box {
  height: 400px;
  border-radius: 10px;
  opacity: 1;

  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 10px 20px 5px rgba(0, 36, 129, 0.05);
}
.car_box {
  background: #ffffff;
  display: flex;
  height: 100%;
  width: 240px;
  flex-direction: column;
  border-radius: 10px;

}
.car_scene_box1:hover .car_box {
  display: none;
}
.car_scene_box2:hover .car_box {
  display: none;
}
.car_scene_box3:hover .car_box {
  display: none;
}
.car_scene_box4:hover .car_box {
  display: none;
}
.car_content{
  border-radius: 10px;
}
/* .car_scene_box1:hover {
  width: 440px;
}
.car_scene_box2:hover {
  width: 440px;
}
.car_scene_box3:hover {
  width: 440px;
}
.car_scene_box4:hover {
  width: 440px;
} */


.car_scene_box1 .car_content {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 440px;
  padding-left: 30px;
  background-image: url("../img/4-1.png");
}
.car_scene_box2 .car_content {
  display: block;
  height: 100%;
  width: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  background-image: url("../img/4-2.png");
}
.car_scene_box3 .car_content {
  display: block;
  height: 100%;
  width: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  background-image: url("../img/4-3.png");
}
.car_scene_box4 .car_content {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 440px;
  padding-left: 30px;
  background-image: url("../img/4-4.png");
}
.car_scene_box .car_content {
  display: none;
}

.car_content_title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-top: 80px;
  margin-bottom: 10px;
}
.car_content_tips {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #ffffff;
  margin-bottom: 20px;
}
.car_content_sel {
  background: #ffffff;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
}
.car_content_textbox {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #ffffff;
}

.car_title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
  font-variation-settings: "opsz" auto;
  color: #333333;
  margin-top: 128px;
  margin-bottom: 10px;
}
.car_tips {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}
.car_background {
  width: 30px;
  height: 2px;
  text-align: center;
  margin: auto;
  margin-top: 80px;
  background: #333333;
}
.car_flow {
  height: 404px;
  background: #F8FAFD;
}
.flow_content {
  height: 404px;
}
.car_flow_title {
  padding-top: 80px;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  padding-bottom: 60px;
  color: #333333;
}
.car_flow_box {
  display: flex;
  justify-content: center;
  
}
.flow_go {
  width: 67px;
  height: 12px;
  margin-top: 34px;
  margin-left: 22px;
  margin-right: 22px;
}
.flow_img {
  margin-bottom: 20px;
}
.flow_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  display: inline-block;
  width: 100%;
  /* text-align: center; */
}
.car_flow_content_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car_flow_content {
  display: flex;
  /* width: 94px; */
  display: flex;
  animation-delay: 1.2s;
  flex-direction: row;
  width: auto;
}
.wisdom {
  height: 922px;
}
.wisdom_title {
  padding-top: 100px;
  padding-bottom: 40px;

  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
}
.wisdom_nav {
  width: 988px;
  display: flex;
  justify-content: center;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 60px;
}
.wisdom_text {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
  border-bottom: 2px solid #fff;
  color: #333333;
}

.active_wisdom_text{
  color: #205dfd;
  border-color: #205dfd;
}
.wisdom_text_active {
}
.wisdom_img {
  width: 900px;
  height: 520px;
  margin: auto;
}
.wisdom_img img{
  width: 900px;
  height: 520px;
}
.we {
  height: 800px;
  background-image: url("../img/7-5.png");
}
.we_title {
  padding-top: 80px;

  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
  padding-bottom: 60px;
}
.we_content {
  background: #ffffff;
  width: 1220px;
  height: 530px;
  border-radius: 10px;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 45px 30px 71px;
  box-shadow: 2px 10px 20px 5px rgba(0, 36, 129, 0.05);
}
.we_img {
  text-align: center;
  margin-bottom: 26px;
}
.we_img img {
  width: 120px;
  height: 50px;
}
.we_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  padding-right: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.we_pitch {
  display: flex;
}
.enterprise_title {
  padding-top: 100px;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  padding-bottom: 60px;
  color: #333333;
}
.enterprise_img {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.car_guide {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
  margin-bottom: 60px;
}
.car_guide_nav_box {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
.car_guide_nav {
  line-height: 40px;

  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
  border-bottom: 2px solid #fff;
  color: #333333;
  margin-left: 107px;
  margin-right: 107px;
  cursor: pointer;
}
.car_guide_nav:hover {
  border-color: #205dfd;
  color: #205dfd;
}
.car_guide_content {
  display: flex;
  padding-bottom: 102px;
}
.car_guide_title {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #333333;
}
.car_guide_title_tips {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #999999;
}
.guide_box{
display: flex;
align-items: center;
padding-bottom: 50px;
border-bottom: 1px solid #D7D7D7;
}
.car_guide_content_right{
  margin-left: 82px;
}
.guide_right_img{
margin-right: 21px;
}
.guide_right_text{
  font-family: PingFang SC;
font-size: 18px;
font-weight: normal;
line-height: normal;
letter-spacing: 0px;

color: #333333;
}




.car_flow_content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px); /* 初始位置向左偏移50px */
  transition: all 1s ease-out;
}

/* 定义动画的关键帧 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 动画触发时的类 */
.fade-in {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  visibility: visible !important;
}
.fade1{
  display: flex;
  flex-direction: column;
}