.header-wrapper {
  height: 88px;
}
.header-wrapper .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 88px;
  background-color: #333333;
  z-index: 999;
}
.header-wrapper .header .container {
  display: flex;
  height: 88px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.header-wrapper .header .container .logo {
  display: flex;
  align-items: center;
}
.header-wrapper .header .container .logo img {
  width: 56px;
  height: 56px;
  margin-right: 14px;
}
.header-wrapper .header .container .logo span {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
}
.header-wrapper .header .container ul {
  display: flex;
  align-items: center;
  height: 88px;
}
.header-wrapper .header .container ul li {
  list-style: none;
}
.header-wrapper .header .container ul li a {
  text-decoration: none;
  padding: 0 25px;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.header-wrapper .header .container ul li a:hover {
  color: #e5e5e5;
}
.banner {
  position: relative;
}
.banner .banner-img {
  display: block;
  width: 100%;
}
.banner .download-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 238px;
  background-color: #FF5800;
}
.banner .download-wrapper > h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 37px;
}
.banner .download-wrapper > h2 span {
  color: #FFEE76;
}
.banner .download-wrapper .download {
  width: 196px;
  height: 58px;
}
.about-us {
  padding-top: 89px;
}
.about-us .container {
  width: 1200px;
  margin: 0 auto;
}
.about-us .container .process-title {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #333;
  margin-bottom: 33px;
}
.about-us .container .process {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
}
.about-us .container .process .list .item {
  display: flex;
  margin-bottom: 40px;
}
.about-us .container .process .list .item img {
  width: 88px;
  height: 88px;
}
.about-us .container .process .list .item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 39px;
}
.about-us .container .process .list .item .info .title {
  font-size: 20px;
  font-weight: bold;
  color: #FF5800;
  margin-bottom: 11px;
}
.about-us .container .process .list .item .info .msg {
  font-size: 16px;
  color: #333333;
}
.about-us .container .process .process-phone {
  width: 400px;
  margin-left: 146px;
}
.about-us .container .time-title {
  font-size: 38px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
}
.about-us .container .info-text {
  font-size: 20px;
  line-height: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 154px;
}
.contact-us {
  padding: 82px 0 118px;
  background-color: rgba(255, 88, 0, 0.18);
}
.contact-us h1 {
  text-align: center;
  font-size: 38px;
  color: #333333;
  margin-bottom: 92px;
}
.contact-us .grid-list {
  display: flex;
  justify-content: center;
}
.contact-us .grid-list .item {
  width: 588px;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  background-color: #fff;
}
.contact-us .grid-list .item:first-child {
  margin-right: 50px;
}
.contact-us .grid-list .item img {
  width: 118px;
  height: 118px;
  margin-right: 41px;
}
.contact-us .grid-list .item .info h2 {
  font-size: 28px;
  font-weight: bold;
  color: #FF5800;
  margin-bottom: 36px;
}
.contact-us .grid-list .item .info p {
  font-size: 24px;
  color: #333;
  margin-bottom: 24px;
}
.contact-us .grid-list .item .info p:last-child {
  margin-bottom: 0;
}
.footer {
  width: 100%;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0a1b33;
}
.footer p {
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}
