.home {
  position: relative;
  width: 100%;
}
.home .banner {
  position: relative;
  height: calc(100vh + 600px);
}
.home .banner .fix {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.home .banner .bg {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.home .banner .bg .animate {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .bg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .text {
  position: absolute;
  left: 10.4166666667vw;
  top: 16.875vw;
  color: #fff;
}
.home .banner .text.on .p1 {
  color: #000;
}
.home .banner .text.on .p2 {
  color: #000;
}
.home .banner .text .p1 {
  font-size: 8.3333333333vw;
  line-height: 1;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s ease;
}
.home .banner .text .p2 {
  font-size: 2.5vw;
  transition: 0.3s ease;
}
.home .banner .product-label {
  align-items: flex-end;
  background: linear-gradient(180deg, transparent, #000 95%);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 12.5vw;
  height: 12.989vw;
  left: 0;
  letter-spacing: -0.5208vw;
  line-height: 0.68;
  mix-blend-mode: darken;
  padding-left: 10.4166666667vw;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.home .banner .product-label .en_num_light {
  font: inherit;
  margin: 0;
  font-family: "PINGFANGSC";
}
.home .section1 {
  margin: 6.25vw 12.5vw 0 12.5vw;
}
.home .section1 .t {
  text-align: center;
  color: #003B83;
  font-size: 2.5vw;
}
.home .section1 .content {
  display: flex;
  justify-content: space-between;
  margin: 7.96875vw 0;
}
.home .section1 .content .l p {
  -webkit-text-stroke: 1.5px rgba(0, 59, 131, 0.8);
  color: transparent;
  font-size: 6.3541666667vw;
  line-height: 1;
}
.home .section1 .content .l .p2 {
  margin-left: 1.0416666667vw;
}
.home .section1 .content .r {
  width: 40.0520833333vw;
}
.home .section1 .content .r .p1 {
  color: #003B83;
  font-size: 1.6666666667vw;
  font-weight: bold;
  line-height: 1;
}
.home .section1 .content .r .des {
  margin: 2.5vw 0;
  color: #000;
  font-size: 1.0416666667vw;
  line-height: 2;
}
.home .section1 .content .r .p2 {
  color: #000;
  font-size: 1.0416666667vw;
  line-height: 1;
  margin-bottom: 1.3541666667vw;
}
.home .section1 .content .r .tel {
  color: #003B83;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.12;
}
.home .section2 {
  margin: 0 10.4166666667vw 9.375vw 10.4166666667vw;
}
.home .section2 .t {
  display: flex;
  align-items: center;
  margin: 3.90625vw 0 1.40625vw 0;
}
.home .section2 .t svg {
  width: 2.65625vw;
  display: block;
}
.home .section2 .t p {
  color: #003B83;
  font-size: 2.5vw;
  margin: 0 0.8333333333vw 0 0;
}
.home .section2 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .section2 .form .item {
  width: 48.5%;
  margin-top: 3.125vw;
}
.home .section2 .form .item .tag {
  color: #666;
  font-size: 1.25vw;
  margin-bottom: 1.3020833333vw;
}
.home .section2 .form .item .tag span:nth-child(2) {
  color: #FF002B;
}
.home .section2 .form .item input {
  background: #F6F6F8;
  font-size: 0.8333333333vw;
  color: #000;
  height: 3.75vw;
  padding: 0 1.25vw;
  width: 100%;
  outline: none;
  border: none;
  font-family: "PINGFANGSC";
}
.home .section2 .form .item input::-moz-placeholder {
  color: #999;
  font-family: "PINGFANGSC";
}
.home .section2 .form .item input:-ms-input-placeholder {
  color: #999;
  font-family: "PINGFANGSC";
}
.home .section2 .form .item input::placeholder {
  color: #999;
  font-family: "PINGFANGSC";
}
.home .section2 .form .item .sr {
  position: relative;
}
.home .section2 .form .item .sr .d1 {
  background: #F6F6F8;
  font-size: 0.8333333333vw;
  color: #999;
  height: 3.75vw;
  padding: 0 1.25vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.home .section2 .form .item .sr .d1 p {
  font-family: "PINGFANGSC";
}
.home .section2 .form .item .sr .d2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 10;
  border: 1px solid #37659D;
  border-top: none;
  display: none;
}
.home .section2 .form .item .sr .d2 p {
  padding: 0.5208333333vw 0;
  text-align: center;
  cursor: pointer;
  transition: all 600ms;
}
.home .section2 .form .item .sr .d2 p:hover {
  background: #37659D;
  color: white;
}
.home .section2 .form .notice {
  display: flex;
  margin: 2.1875vw 0 1.6666666667vw 0;
  align-items: center;
  cursor: pointer;
}
.home .section2 .form .notice .k {
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
  transition: all 600ms;
}
.home .section2 .form .notice span, .home .section2 .form .notice a, .home .section2 .form .notice div {
  color: #333;
  font-size: 0.8333333333vw;
}
.home .section2 .form .notice a {
  text-decoration: underline;
}
.home .section2 .form .on .k {
  background: #003B83;
}
.home .section2 .form .btns {
  display: flex;
  width: 100%;
  margin: 2.1875vw 0 1.6666666667vw 0;
}
.home .section2 .form .btns button {
  position: relative;
  z-index: 1;
  width: 7.7083333333vw;
  height: 2.1875vw;
  background: url(/images/icon_border.png) no-repeat;
  display: flex;
  justify-content: center;
  background-size: 100% 100%;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
}
.home .section2 .form .btns button::before {
  background: url(/images/icon_bg.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 600ms;
}
.home .section2 .form .btns button svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.7604166667vw;
  display: block;
  transform: translateX(100%);
  transition: all 600ms;
  z-index: 2;
}
.home .section2 .form .btns .submit p {
  background: linear-gradient(134deg, #0579FF -2.75%, #36DBFF 108.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  font-family: "PINGFANGSC";
  position: relative;
  z-index: 1;
  transition: all 600ms;
}
.home .section2 .form .btns .submit:hover::before {
  opacity: 1;
}
.home .section2 .form .btns .submit:hover p {
  color: white;
  background: transparent;
  -webkit-text-fill-color: white;
}
.home .section2 .form .btns .submit:hover svg {
  transform: translateX(0);
}
.home .section2 .form .btns .reset {
  background: url(/images/icon_border_gray.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4.1666666667vw;
}
.home .section2 .form .btns .reset p {
  color: #666;
  font-size: 1.1458333333vw;
  position: relative;
  z-index: 1;
  font-family: "PINGFANGSC";
  transition: all 600ms;
}
.home .section2 .form .btns .reset:hover::before {
  opacity: 1;
}
.home .section2 .form .btns .reset:hover p {
  color: white;
}
.home .section2 .form .btns .reset:hover svg {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    margin: 30px 5%;
  }
  .home .section1 .t {
    font-size: 24px;
  }
  .home .section1 .content {
    margin: 40px 0;
    flex-direction: column;
  }
  .home .section1 .content .l p {
    font-size: 48px;
  }
  .home .section1 .content .r {
    width: 100%;
    margin-top: 20px;
  }
  .home .section1 .content .r .p1 {
    font-size: 24px;
  }
  .home .section1 .content .r .des {
    font-size: 18px;
    margin: 20px 0;
  }
  .home .section1 .content .r .p2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home .section1 .content .r .tel {
    font-size: 28px;
  }
  .home .section2 {
    margin: 30px 5%;
  }
  .home .section2 .t p {
    font-size: 20px;
  }
  .home .section2 .t svg {
    width: 20px;
    margin-left: 10px;
  }
  .home .section2 .form .item {
    width: 100%;
    margin-top: 20px;
  }
  .home .section2 .form .item .tag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home .section2 .form .item input {
    height: 45px;
    padding: 12px 10px;
    font-size: 14px;
  }
  .home .section2 .form .item .sr .d1 {
    height: 45px;
    padding: 12px 10px;
    font-size: 14px;
  }
  .home .section2 .form .notice {
    margin: 15px 0;
  }
  .home .section2 .form .notice .k {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .home .section2 .form .notice span, .home .section2 .form .notice a, .home .section2 .form .notice div {
    font-size: 16px;
  }
  .home .section2 .form .btns {
    margin: 15px 0;
  }
  .home .section2 .form .btns button {
    width: 120px;
    height: 35px;
  }
  .home .section2 .form .btns button svg {
    width: 55px;
  }
  .home .section2 .form .btns .submit p, .home .section2 .form .btns .reset p {
    font-size: 16px;
  }
}/*# sourceMappingURL=dealers.css.map */