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
}

body {
  background-color: #fff;
}

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

.main {
  position: relative;
  box-sizing: border-box;
}

.main.bg-gray {
  background: rgba(227, 230, 237, .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: 15.5rem;
  background: url("https://cdn.51yanpu.com/FuZ3BX0g2yvZ1yx3eO4PevKvPD33") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 2rem;
}

.main.bg-earth {
  /* height: 52rem; */
  background: url("https://cdn.51yanpu.com/nomandy/FnF-Gj7aXSpSCuWLejsdvOZR8tOa.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-bottom: 1rem;
}

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

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

.main.bg-linear-pos {
  padding-top: 2.5rem;
  background: -webkit-linear-gradient(top, rgba(203, 217, 242, .1), rgba(4, 15, 37, .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;
  margin-top: 5.5rem;
  background-color: #fff;
  box-sizing: border-box;
  height: 27rem;
}

.section {
  overflow: hidden
}


/*头部导航*/

.header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s;
  z-index: 100;
}

.nav {
  display: block;
  width: 26px;
  height: 26px;
  /* position: absolute;
    top:14px;
    right: 15px; */
  background: url("https://cdn.51yanpu.com/Fs-CNZpfDvMvSLJOrfD7-y6Dj_ya") no-repeat;
  background-size: contain;
}

.hd {
  padding-left: 2rem;
  padding-right: 2rem;
  /* width: 100%; */
  /* color: white; */
  display: flex;
  justify-content: space-between;
  height: 5.5rem;
  align-items: center;
}

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

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

.logo img {
  max-width: 100%;
  max-height: 100%;
}


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

.menu {
  display: block;
  overflow: hidden;
  font-size: 0;
  width: 120px;
  position: absolute;
  top: 50px;
  right: -180px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu.active {
  display: block;
  top: 50px;
  right: 8px;
  box-shadow: #ccc 0 1px 2px;
}

.menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.menu li:last-child {
  border-bottom: none;
}

.menu li a {
  cursor: pointer;
  text-align: center;
  color: black;
  display: block;
  padding: 8px 0;
  line-height: 30px;
  font-size: 14px;
}

.menu li a:hover,
.menu .active a {
  color: #f84263;
}

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

.main-title .title {
  color: #222222;
  font-size: 1.6rem;
  font-weight: bold;
  /* margin-bottom: .5rem; */
  line-height: 2.2rem;
}

.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: .9rem;
  border: 1px solid #999;
  box-sizing: border-box;
  font-weight: 300;
  border-radius: .15rem;
}

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

.main-big-img {
  max-width: 100%;
  margin-top: 3rem;
  margin-left: 5rem;
  margin-right: 5rem;
  text-align: center;
}

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

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

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

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

.apply-form {
  overflow: hidden;
  margin: 2rem 0 2.2rem;
}


.apply-form-input {
  width: 50%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;
}

.apply-form-input input {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: .15rem;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0 .5rem;
  font-size: .8rem;
}

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

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

.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 {
  opacity: 0.5;
}

.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: .5rem;
}

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

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

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

.about-inner .name {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  display: flex;
  justify-content: space-between;
}

.about-inner .name a {
  font-weight: 400;
  font-size: 1rem;
}

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

.about-inner .relation-margin {
  margin-top: 0.5rem;
}

.about-inner .relation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

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

.about-inner .company-info {
  /* margin-top:2rem; */
}

.company-qrcode {
  width: 12rem;
  display: flex;
  justify-content: flex-end;
}

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

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

.company-qrcode .qrcode p {
  margin-top: .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 .1rem .2rem rgba(197, 55, 50, .6);
  z-index: 50;
  box-sizing: border-box;
  padding-top: 1rem;
  text-align: center;
}

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

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

.service .text {
  font-size: .65rem;
  color: #fff;
  margin: .7rem 0 .4rem;
}

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

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

.service .apply-btn {
  display: inline-block;
  width: 5.3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #DC5550;
  font-size: .65rem;
  border-radius: .75rem;
  background-color: #fff;
  box-shadow: 0 .1rem .2rem #B2201B;
  margin-top: .5rem;
}

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

.footer-copyright p {
  line-height: 1.5rem;
  color: #fff;
  font-size: .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;
}

.menu {
  display: none;
}

.menu.active {}