.news-banner {
  height: 494px;
  background-image: url(../image/news-banner.webp);
  background-size: cover;
  background-position: center center;
  margin-top: -88px;
  color: #fff;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 88px;
}
.banner-title {
  padding: 122px 0 24px;
  font-size: 48px;
  font-weight: bold;
}
.news-content {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
}
.news-content-left {
  width: 504px;
}
.news-content-left .title {
  font-size: 24px;
  padding-bottom: 24px;
  font-weight: bold;
}
.news-content-left .content {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
.news-content-left .content:last-child {
  margin-bottom: 0;
}
.news-content-right {
  width: 600px;
  height: 337px;
  background-image: url(../image/news-bg.webp);
  background-size: cover;
  background-position: center center;
}
.container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .title {
  font-size: 48px;
  padding-top: 80px;
  font-weight: bold;
}
.news-qualification {
  background-image: url(../image/news-qualification-bg.webp);
  background-size: cover;
  background-position: center center;
}
.news-qualification .container {
  position: relative;
}
.arrows {
  width: 120px;
  justify-content: space-between;
  position: absolute;
  top: 92px;
  right: 0;
}
.arrows > div {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.arrow-left {
  background-image: url(../image/arrow-left.webp);
}
.arrow-right {
  background-image: url(../image/arrow-right.webp);
}
.news-swiper {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.news-qualification-item {
  width: 282px;
  height: 100%;
  margin-right: 24px;
  background: #e5e9ee;
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.news-qualification-item:last-child {
  margin-right: 0;
}
.news-qualification-item img {
  width: 194px;
  height: 140px;
  padding: 24px 0;
  object-fit: contain;
}
.news-qualification-item-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-qualification-label {
  width: 100%;
  background: #fff;
  padding: 24px 0;
  text-align: center;
  font-size: 16px;
}
.development {
  background: #f3f5f8;
}
.development-inner {
  padding: 54px 0 165px;
  position: relative;
}
.development-item {
  display: flex;
  align-items: center;
  padding-top: 64px;
}
.development-item .development-year {
  width: 548px;
  font-size: 36px;
}
.development-item .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.3);
  margin: 0 40px;
}
.development-item .dot > div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
}
.development-item .red-dot {
  background: rgba(248, 77, 60, 0.3);
}
.development-item .red-dot > div {
  background: rgb(248, 77, 60);
}
.development-item .development-description {
  width: 548px;
  box-sizing: border-box;
  padding: 40px;
  font-size: 18px;
  border-radius: 0 0 28px 0;
  background-color: #fff;
  font-weight: 600;
}
.red {
  color: #f84d3c;
}
.development-item .red-bg {
  background-color: #f84d3c;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(248, 77, 60, 0.21);
}
.text-right {
  text-align: right;
}
.line {
  width: 2px;
  height: 950px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: calc(50% - 1px);
  top: 80px;
}
.news-contact {
  height: 498px;
  background-image: url(../image/news-dev-bg.webp);
}
.news-contact .container {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.news-contact .title {
  margin-bottom: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}
.news-contact .description {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}
.news-form {
  background-color: #fff;
  width: 610px;
  border-radius: 12px;
  padding: 40px;
  flex-wrap: wrap;
}
.news-form-item {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #f0f2f5;
  position: relative;
}
.news-form-item .error-tips {
  position: absolute;
  bottom: -20px;
  color: #f84d3c;
  font-size: 12px;
  display: none;
}
.news-form-item input,
.news-form-item select {
  font-size: 16px;
  border: none;
  line-height: 48px;
}
.news-form-item select {
  width: 100%;
  height: 48px;
}
.news-contact-btn {
  margin-left: auto;
  margin-top: 24px;
  font-size: 16px;
  background: #f84d3c;
  color: #fff;
  padding: 16px 40px;
  border-radius: 8px;
  cursor: pointer;
}
.news-contact-btn:hover {
  opacity: 0.8;
}
.news-form-item input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* Internet Explorer 10-11 */
.news-form-item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* Microsoft Edge */
.news-form-item input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  display: none;
}
.success-dialog {
  width: 288px;
  height: 288px;
  background: linear-gradient(180deg, #ffeeec 0%, #ffffff 100%);
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.success-dialog img {
  width: 64px;
  height: 64px;
  padding: 40px 0 16px;
}
.success-dialog .success-title {
  font-size: 20px;
  font-weight: 500;
}
.success-dialog .success-content {
  padding: 8px 0 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.success-dialog .success-btn {
  font-size: 14px;
  line-height: 22px;
  padding: 9px 34px;
  background: #f84d3c;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

