body,
html,
header,
section,
div,
ul,
li,
div,
a,
p,
h1,
h2,
h3,
button,
input,
h4 {
  padding: 0;
  margin: 0;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, \\5fae\8f6f\96c5\9ed1, Arial, sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-weight: normal;
}

p {
  font-size: 14px;
  color: #3a3a3c;
  font-weight: normal;
}

h2,
h3 {
  color: #323232;
  font-size: 22px;
}

html {
  font-size: 16px;
}

@media only screen and (min-width: 1500px) {
  html {
    font-size: 20px !important;
  }
}

.main {
  position: relative;
}

.main.bg-gray {
  background: rgba(227, 230, 237, 0.1);
}

.main.bg-white {
  background-color: #fff;
}

.main.bg-half:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 50% 50%;
}

.main.bg-scene {
  height: 25rem;
  background: url('https://cdn.51yanpu.com/FuZ3BX0g2yvZ1yx3eO4PevKvPD33') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 3.3rem;
}

.main.bg-earth {
  height: 49rem;
  background: url('https://cdn.51yanpu.com/Fqswo-ipAQ0tJytmBwYTPMFv8Hws') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 2.5rem;
}

.main.bg-blue {
  padding: 5rem 0 2rem;
  background: -webkit-linear-gradient(top, rgba(243, 245, 247, 0.1), rgba(1, 50, 139, 0.1));
}

.main.bg-linear-gray {
  padding: 5rem 0 2rem;
  background: -webkit-linear-gradient(top, rgba(203, 217, 242, 0.1), rgba(4, 15, 37, 0.1));
  height: 50.4rem;
  box-sizing: border-box;
}

.main.bg-linear-pos {
  padding-top: 2.5rem;
  background: -webkit-linear-gradient(top, rgba(203, 217, 242, 0.1), rgba(4, 15, 37, 0.1));
}

.main.bg-linear-about-top {
  padding: 2.5rem 0 3.4rem;
  background: -webkit-linear-gradient(top, #f0f0fd, #fff);
}

.main.bg-linear-about-bottom {
  padding: 1.9rem 0 5rem;
  background: -webkit-linear-gradient(bottom, #f0f0fd, #fff);
}

.main .line {
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.inner {
  width: 60rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.section {
  overflow: hidden;
}

/*头部导航*/

.hd {
  width: 100%;
  color: white;
  height: 4.3rem;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  z-index: 100;
}

.hd.hd-bg {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 6px 0 #ccc;
}

.logo {
  display: inline-block;
  width: 9.15rem;
  overflow: hidden;
  position: relative;
}

.logo img {
  width: 100%;
  position: absolute;
  bottom: 0.65rem;
  left: 0;
}

.menu {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  height: 4.3rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
}

.menu li {
  display: inline-block;
  height: 100%;
  margin-left: 2.5rem;
  position: relative;
}

.menu li a {
  cursor: pointer;
  color: #3a3a3c;
  display: block;
  line-height: 2rem;
  font-size: 0.8rem;
  font-weight: 300;
}

.white-color .menu li a {
  color: #fff;
}

.hd-bg .menu li a {
  color: #3a3a3c;
}

.menu li a.login-btn {
  color: #fff;
  width: 4rem;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #dc5550;
}

.menu li a.login-btn:hover {
  background-color: #ff6b65;
}

.menu li a:hover,
.menu .active a {
  font-weight: 500;
}

.menu .active:before {
  content: '';
  position: absolute;
  height: 0.2rem;
  background-color: #dc5550;
  bottom: 0;
  width: 80%;
  left: 10%;
}

.main-title {
  text-align: center;
}

.main-title .title {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

.main-title img {
  width: 17.4rem;
}

.main-title .btn {
  margin-top: 2.15rem;
}

.main-title .btn a {
  display: inline-block;
  width: 6.6rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #222222;
  font-size: 0.9rem;
  border: 1px solid #999;
  box-sizing: border-box;
  font-weight: 300;
  border-radius: 0.15rem;
}

.main-title .desc {
  color: #222222;
  font-size: 0.9rem;
  font-weight: 300;
  width: 26.5rem;
  margin: 0.55rem auto 0;
}

.main-big-img {
  width: 100%;
  margin-top: 4.5rem;
  text-align: center;
}

.main-big-img img {
  width: 100%;
}

.apply-title {
  text-align: center;
  font-size: 0.8rem;
}

.apply-title .title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.apply-title p {
  color: #fff;
  font-weight: 300;
}

.apply-form {
  overflow: hidden;
  margin: 2rem 0 2.2rem;
}
.apply-form-line {
  display: flex;
}
.apply-form-col {
  flex: 1;
}

.apply-form-input {
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;
}
.form-input-line-wrap {
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
}
.input-phone {
  flex: 1;
  margin-right: 20px;
  display: inline-block;
}
.input-code {
  width: 28%;
  display: inline-block;
}
.apply-form-input input {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.15rem;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}

.apply-form-input .code {
  position: absolute;
  top: 0.7rem;
  right: 0.6rem;
  color: #dc5550;
  font-size: 14px;
  cursor: pointer;
}

.input-phone .code {
  position: absolute;
  top: 0.7rem;
  right: 0.6rem;
  color: #dc5550;
  font-size: 14px;
  cursor: pointer;
}

.apply-form .submit-btn {
  text-align: center;
  margin-top: 2rem;
}

.apply-form .submit {
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  background-color: #dc5550;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

.apply-form .submit:hover {
  background-color: #ff6b65;
}

.apply-mail {
  width: 18rem;
  height: 4rem;
  border: 1px solid #fff;
  font-size: 1.8rem;
  margin: 4rem auto 6rem;
  text-align: center;
  line-height: 4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
}

.about-inner {
  overflow: hidden;
  padding: 2.4rem 0 1.9rem;
}

.about-inner .company-name {
  float: left;
  width: 21.1rem;
  box-sizing: border-box;
  padding-right: 3.7rem;
}

.about-inner p {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 1.1rem;
  line-height: 1.1rem;
}

.about-inner .name {
  margin-bottom: 2.1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.about-inner .relation {
  margin-bottom: 2.2rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.about-inner p a {
  color: #fff;
}

.about-inner .company-info {
  float: left;
  width: calc(100% - 32.5rem);
  width: -webkit-calc(100% - 32.5rem);
  box-sizing: border-box;
  padding: 0 6rem;
  border-left: 1px solid #fff;
}

.company-qrcode {
  float: right;
  width: 11.4rem;
  margin-top: 6rem;
  padding-left: 2.5rem;
  box-sizing: border-box;
}

.company-qrcode .qrcode {
  float: left;
  width: 5rem;
  text-align: center;
  font-weight: 300;
  font-size: 0.7rem;
  color: #fff;
}

.company-qrcode .qrcode img {
  width: 100%;
  vertical-align: bottom;
}

.company-qrcode .qrcode p {
  margin-top: 0.35rem;
}

.service {
  position: fixed;
  right: 1.6rem;
  bottom: 5rem;
  width: 6.5rem;
  height: 10rem;
  background-color: #dc5550;
  border-radius: 1.5rem 0 1.5rem 0;
  box-shadow: 0 0.1rem 0.2rem rgba(197, 55, 50, 0.6);
  z-index: 50;
  box-sizing: border-box;
  padding-top: 1rem;
  text-align: center;
}

.service .close {
  position: absolute;
  width: 1.3rem;
  right: -0.65rem;
  top: -0.65rem;
  cursor: pointer;
}

.service .user {
  width: 3.2rem;
  vertical-align: bottom;
}

.service .text {
  font-size: 0.65rem;
  color: #fff;
  margin: 0.7rem 0 0.4rem;
}

.service .text img {
  width: 0.6rem;
}

.service .mobile {
  font-size: 0.7rem;
  color: #fff;
}

.service .apply-btn {
  display: inline-block;
  width: 5.3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #dc5550;
  font-size: 0.65rem;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.2rem #b2201b;
  margin-top: 0.5rem;
}

.footer-copyright {
  margin-top: 1rem;
}

.footer-copyright p {
  line-height: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.title-text {
  font-size: 18px;
}

.white {
  color: white;
}

.body-text {
  font-size: 14px;
}

.text-center-box {
  text-align: center;
}

.module-box {
  display: inline-block;
  width: calc(100% / 4 - 4px);
  text-align: center;
}

.line-index-title {
  color: #323232;
  font-weight: normal;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.line-index-title::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 10px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url('https://cdn.51yanpu.com/FhriV5Pprs088f1cf4c_QuxuMInE') no-repeat;
  background-size: cover;
}

/*图标字体*/

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-content-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
