.container {
  width: 100%;
  background: #fff;
}

.top {
  width: 100%;
  height: 645px;
  overflow: hidden;
  background: linear-gradient(180deg, #3585FA 0%, #A1C5F9 100%);
  /* background: red; */
  position: relative;
}

.contact-p {
  position: absolute;
  bottom: 40px;
  left: 23%;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: rgba(255, 255, 255, 1);
}

.contact-p span {
  font-weight: 100;
}

.nav {
  height: 100px;
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 1440px;
  margin: 0 auto;
}

.logo-index {
  width: 98px;
  height: 98px;
  margin-left: 120px;
}

.logo-index img {
  width: 98px;
  height: 98px;
}

.about {
  margin-left: auto;
  margin-right: 50px;
}

.contact {
  margin-right: 120px;
}

.contact.active {
  font-weight: 700;
  color: rgba(0, 255, 238, 1);
}

.banner {
  width: 1440px;
  height: 550px;
  margin: 0 auto;
  opacity: 0.8;
  display: flex;
}

.ways {
  width: 1000px;
  margin: 0 auto;
  height: 444px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.ways .title {
  font-size: 20px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  margin-top: 60px;
}

.icon-box {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.icon-box img {
  width: 30px;
  height: 30px;
}

.icon-box p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(98, 98, 98, 1);
  margin: -4px 0 0 24px;
}

.ways .text {
  font-size: 14px;
  line-height: 24px;
  width: 368px;
  color: rgba(98, 98, 98, 1);
  margin-top: 24px;
}

.footer-box {
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, #C9DCF9 0%, #F2F4F6 100%);
  display: flex;
  align-items: flex-end
}

.footer {
  width: 1440px;
  height: 330px;
  background: rgba(41, 126, 250, 1);
  margin: 0 auto 0;
  position: relative;
}

.footer-mian {
  width: 1180px;
  margin: 0 auto;
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-mian .footer-logo {
  width: 211px;
  height: 81px;
}

.footer-contact .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.footer-contact .tel {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.footer .rights {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.footer .line {
  width: 92%;
  height: 1px;
  background: #fff;
  opacity: 0.32;
  position: absolute;
  bottom: 100px;
  left: 4%;
}