.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 540px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide {
    height: 450px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide {
    height: 500px;
  }
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 40px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn {
  font-family: Source Han Sans;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn::after {
  width: 200px;
  height: 1px;
  background-color: #D8D8D8;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 140px;
  }
}
.sect-1 .swiper .swiper-slide .content .en {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 28px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 32px;
  }
}

.sect-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px auto 0;
  position: relative;
  z-index: 9;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    margin: 40px auto 0;
    padding: 0 15px;
    gap: 0;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    margin: 40px auto 0;
    padding: 0 15px;
    gap: 0;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    margin: 40px auto 0;
    padding: 0 15px;
    gap: 0;
    justify-content: space-between;
  }
}
.sect-2 .item {
  width: 210px;
  height: 80px;
  background: #F2F4F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .item {
    width: 32%;
    height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .item {
    width: 32%;
    height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .item {
    width: 32%;
    height: 40px;
    font-size: 14px;
  }
}
.sect-2 .active {
  background: #244196;
  color: #fff;
}

.sect-3 {
  width: calc(100% - 380px);
  margin: 110px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    width: calc(100% - 30px);
    margin: 15px auto 40px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    width: calc(100% - 30px);
    margin: 15px auto 40px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    width: calc(100% - 30px);
    margin: 15px auto 40px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-3 {
    width: calc(100% - 80px);
    margin: 40px auto;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-3 {
    width: calc(100% - 120px);
    margin: 60px auto;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-3 {
    width: calc(100% - 160px);
    margin: 80px auto;
  }
}
.sect-3 .left {
  background-color: #fff;
  width: 66.6666666667%;
  padding: 60px 90px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-3 .left {
    width: 60%;
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-3 .left {
    width: 60%;
    padding: 40px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-3 .left {
    width: 60%;
    padding: 50px;
  }
}
.sect-3 .left .name {
  line-height: 50px;
}
.sect-3 .left .name .cn {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left .name .cn {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left .name .cn {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left .name .cn {
    font-size: 20px;
    line-height: 1.6;
  }
}
.sect-3 .left .name .en {
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: 350;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left .name .en {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left .name .en {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left .name .en {
    font-size: 14px;
    line-height: 1.6;
  }
}
.sect-3 .left .info {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left .info {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left .info {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left .info {
    margin-top: 20px;
  }
}
.sect-3 .left .info .txt {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left .info .txt {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left .info .txt {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left .info .txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sect-3 .left .info .qr {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  text-align: center;
  align-self: flex-end;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .left .info .qr {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .left .info .qr {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .left .info .qr {
    font-size: 14px;
    line-height: 2;
  }
}
.sect-3 .left .info .qr img {
  width: 100px;
  height: 100px;
}
.sect-3 .right {
  background-color: #224196;
  width: 33.3333333333%;
  padding: 60px 70px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .right {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .right {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .right {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-3 .right {
    width: 40%;
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-3 .right {
    width: 40%;
    padding: 40px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-3 .right {
    width: 40%;
    padding: 50px;
  }
}
.sect-3 .right .name {
  font-family: Source Han Sans;
  font-size: 22px;
  font-weight: 350;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .right .name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .right .name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .right .name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.sect-3 .right .desc {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .right .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .right .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .right .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.sect-3 .right .service {
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: 350;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 180px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .right .service {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .right .service {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .right .service {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}

.sect-4 {
  width: calc(100% - 380px);
  margin: 110px auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 {
    width: calc(100% - 30px);
    margin: 40px auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 {
    width: calc(100% - 30px);
    margin: 40px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 {
    width: calc(100% - 30px);
    margin: 40px auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 {
    width: calc(100% - 80px);
    margin: 40px auto;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 {
    width: calc(100% - 120px);
    margin: 60px auto;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 {
    width: calc(100% - 160px);
    margin: 80px auto;
  }
}
.sect-4 .tit {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .tit {
    width: calc(100% - 30px);
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .tit {
    width: calc(100% - 30px);
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .tit {
    width: calc(100% - 30px);
    font-size: 20px;
  }
}
.sect-4 form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 30px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 form {
    row-gap: 15px;
    margin-top: 15px;
    column-gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 form {
    row-gap: 15px;
    margin-top: 15px;
    column-gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 form {
    row-gap: 15px;
    margin-top: 15px;
    column-gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-4 form {
    gap: 25px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-4 form {
    gap: 30px;
    margin-top: 25px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-4 form {
    gap: 30px;
    margin-top: 30px;
  }
}
.sect-4 form .ipt {
  flex-grow: 1;
  height: 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 form .ipt {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 form .ipt {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 form .ipt {
    height: 50px;
  }
}
.sect-4 form .ipt input {
  width: 100%;
  height: 100%;
  background: #F2F4F8;
  padding: 0 20px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  outline: none;
  border: none;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 form .ipt input {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 form .ipt input {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 form .ipt input {
    padding: 0 15px;
    font-size: 14px;
  }
}
.sect-4 form .ipt input::placeholder {
  color: #ACB1C2;
}
.sect-4 form .text {
  width: 100%;
}
.sect-4 form .text textarea {
  width: 100%;
  height: 240px;
  padding: 20px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  outline: none;
  border: none;
  background: #F2F4F8;
  resize: none;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 form .text textarea {
    padding: 15px;
    font-size: 14px;
    height: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 form .text textarea {
    padding: 15px;
    font-size: 14px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 form .text textarea {
    padding: 15px;
    font-size: 14px;
    height: 140px;
  }
}
.sect-4 form .text textarea::placeholder {
  color: #ACB1C2;
}
.sect-4 form .btn {
  font-family: Source Han Sans;
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  background-color: #224196;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 form .btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 form .btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 form .btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=contact.css.map */
