@charset "UTF-8";
.home-swiper {
  position: relative;
  width: 100%;
  height: 790px;
}

.home-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.home-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.home-swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.company-wrapper {
  background-color: #fff;
}

.company-wrapper .container {
  display: flex;
  justify-content: space-between;
  padding: 80px 30px;
}

.company-wrapper .left .title {
  position: relative;
  color: #083EC7;
  font-size: 52px;
  font-weight: 600;
  line-height: 73px;
  padding-bottom: 12px;
}

.company-wrapper .left .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 130px;
  height: 2px;
  background-color: blue;
}

.company-wrapper .left .des {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 42px;
  margin-top: 89px;
}

.company-wrapper .left .des image {
  max-width: 100%;
  height: auto;
}

.company-wrapper .img {
  width: 511px;
  height: auto;
  margin-left: 60px;
}

.application-range-wrapper {
  padding: 80px 30px;
}

.application-range-wrapper .title {
  position: relative;
  color: #083EC7;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 64px;
  padding-bottom: 19px;
  margin-bottom: 80px;
}

.application-range-wrapper .title::after {
  position: absolute;
  content: '';
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #083EC7;
}

.application-range-wrapper .range-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.application-range-wrapper .range-box .range-item {
  width: 580px;
  height: 471px;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.application-range-wrapper .range-box .range-item .name {
  font-size: 42px;
  font-weight: 60px;
  padding: 0 30px;
  margin-bottom: 24px;
}

.application-range-wrapper .range-box .range-item .des {
  font-size: 24px;
  line-height: 32px;
  padding: 0 30px;
}

.application-range-wrapper .range-box .range-item .btn-detail {
  width: 162px;
  height: 54px;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  border-radius: 27px;
  cursor: pointer;
  border: 2px solid #FFFFFF;
}

.product-wrapper {
  width: 100%;
  padding: 110px 0 120px;
  background-color: #fff;
}

.product-wrapper .title {
  position: relative;
  color: #083EC7;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 64px;
  padding-bottom: 19px;
  margin-bottom: 80px;
}

.product-wrapper .title::after {
  position: absolute;
  content: '';
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #083EC7;
}

.product-wrapper .product-grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 30px;
}

.product-wrapper .product-grid .product-item {
  position: relative;
  width: 580px;
  height: 580px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
}

.product-wrapper .product-grid .product-item .img {
  width: 580px;
  height: 580px;
}

.product-wrapper .product-grid .product-item .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 139px;
  background: rgba(0, 0, 0, 0.6);
  padding: 24px 30px;
  cursor: pointer;
}

.product-wrapper .product-grid .product-item .bottom .name {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-wrapper .product-grid .product-item .bottom:hover {
  background: rgba(8, 62, 199, 0.6);
  animation: background 0.5s;
}

.product-wrapper .btn-more {
  width: 210px;
  height: 67px;
  color: #083EC7;
  font-size: 24px;
  line-height: 68px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #083EC7;
  margin: 60px auto;
  cursor: pointer;
}

.product-wrapper .banner-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin: 60px auto 0;
}

.job-wrapper {
  padding: 80px 100px;
}

.job-wrapper .title {
  position: relative;
  color: #083EC7;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 64px;
  padding-bottom: 19px;
  margin-bottom: 80px;
}

.job-wrapper .title::after {
  position: absolute;
  content: '';
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #083EC7;
}

.job-wrapper .job-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.job-wrapper .job-form .left-img {
  width: 747px;
  height: 523px;
  object-fit: contain;
}

.job-wrapper .job-form .job-form-box {
  width: 763px;
  margin: 0 100px 0 30px;
}

.job-wrapper .job-form .job-form-box .form-item {
  margin-bottom: 48px;
}

.job-wrapper .job-form .job-form-box .form-item .label {
  color: #000;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 12px;
}

.job-wrapper .job-form .job-form-box .form-item .input {
  width: 763px;
  height: 82px;
  border: 0;
  font-size: 24px;
  background-color: #fff;
  padding: 0 30px;
}

.job-wrapper .job-form .job-form-box .form-item input:focus {
  border-color: #007bff;
  /* 改变边框颜色 */
  outline: none;
  /* 移除默认的outline，如果你不想显示它 */
}

.job-wrapper .job-form .job-form-box .btn-sub {
  width: 210px;
  height: 67px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 67px;
  text-align: center;
  background: #083EC7;
  border-radius: 40px;
  margin: 0 auto;
  cursor: pointer;
}
