.wrapper {
  width: 85%;
  position: relative;
  height: 100%;
  max-width: 1200px;
}

.btn-red {
  height: 50px;
  background: #FF0000;
  border-radius: 10px;
  padding: 0 46px;
  color: #fff;
  outline: none;
  border: 0 none;
  cursor: pointer;
  font-size: 18px;
}

.center {
  margin: 0 auto;
}

.title-big {
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}

.title-en {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #999;
  text-align: center;
  margin-top: 15px;
}

.title-divider-line {
  width: 112px;
  height: 3px;
  background: #e60012;
  margin-top: 18px;
}

.apply-con {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 70px;
}

.left-con {
  width: 586px;
}

.video-style {
  width: 100%;
}

.nav-top {
  position: fixed;
  height: 104px;
  line-height: 104px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.nav-logo {
  float: left;
  padding-top: 25px;
}

.nav-logo img {
  width: 160px;
}

.nav-link {
  float: left;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: 6%;
}

.nav-link li {
  font-size: 0.22rem;
}

.nav-link li a {
  color: #003333;
}

.nav-tel {
  float: right;
  background: url(../img/tel.png) left center no-repeat;
  background-size: 22px 28px;
  padding-left: 20px;
  font-size: 0.22rem;
}

.banner {
  margin-top: 104px;
  height: 600px;
  padding-top: 1.7rem;
  padding-bottom: 0.68rem;
  background: url(../img/bg-banner.png) center center no-repeat;
  background-size: 100% 100%;
}

.banner-line {
  width: 2.57rem;
  height: 0.04rem;
  background: #FFFFFF;
}

.banner-des1 {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}

.banner-des2 {
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #fff;
}

.banner-code {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 1rem auto 0;
  color: #fff;
}

.banner-code li {
  width: 155px;
}

.banner-code li img {
  width: 100%;
}

.banner-code li p {
  text-align: center;
  margin-top: 15px;
}

.profile {
  background: url(../img/bg-profile.png) center center no-repeat;
  height: 774px;
  color: #fff;
  padding-bottom: 20px;
  background-size: 100% 100%;
  position: relative;
}

.profile-wrapper {
  display: flex;
  justify-content: space-between;
}

.profile-left {
  width: 44%;
  padding-top: 0.80rem;
}

.profile-title {
  font-size: 0.6rem;
  line-height: 0.6rem;
}

.profile-en {
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-top: 10px;
}

.profile-line {
  width: 56px;
  height: 3px;
  background: #e60012;
  margin-top: 18px;
  margin-bottom: 70px;
}

.profile-content {
  margin-bottom: 40px;
  line-height: 30px;
}

.profile-right {
  max-width: 54%;
  margin-top: 0.4rem;
  position: relative;
  color: #fff;
}

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

.profile-logo-title {
  text-align: center;
  position: absolute;
  width: 3.6rem;
  top: 2.7rem;
  left: 1.4rem;
}

.profile-logo-title h3 {
  font-size: 0.8rem;
  line-height: 0.88rem;
}

.profile-logo-title p {
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin: 8px 0 20px 0;
}

.profile-right-line {
  width: 125px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.advantage {
  position: relative;
  background: #f5f5f5;
  padding: 58px 0 20px 0;
  min-height: 1060px;
}

.placeholder {
  position: absolute;
  display: block;
  width: 100px;
  height: 104px;
  top: -104px;

}

.adv-item {
  float: left;
  width: 33.3%;
  border-left: 1px solid #e0e0e0;
  padding: 25px 22px;
  height: 7.8rem;
  margin-top: 45px;
}

.adv-item:first-child {
  border-left: 0 none;
}

.adv-item-border {
  width: 139px;
  height: 139px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 139px;
}

.adv-item-icon {
  background: url(../img/icons.png) 0 0 no-repeat;
  width: 59px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}

.adv-item-icon-home {
  width: 66px;
  height: 60px;
  background-position: -80px 0;
}

.adv-item-icon-per {
  width: 66px;
  height: 64px;
  background-position: -160px 0;
}

.adv-title {
  margin-top: 20px;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
}

.adv-title p {
  font-weight: bold;
}

.adv-item-list {
  line-height: 0.28rem;
}

.adv-item-list li {
  margin-top: 40px;
  position: relative;
  padding-left: 25px;
}

.adv-item-list li:before {
  content: ' ';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ccc;
  border-radius: 50%;
  top: 5px;
  left: 0;
}

.adv-btn-more {
  margin-top: 18px;
  text-align: center;
}

.contact {
  position: relative;
  padding: 70px 0 20px 0;
  background: url(../img/bg-contact.png) no-repeat;
  background-size: 100% 100%;
  min-height: 691px;
}

.contact-title {
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
  margin-bottom: 62px;
}

.contact-us {
  font-size: 0.6rem;
  margin-bottom: 15px;
  line-height: 0.6rem;
}

.contact-list {
  float: left;
  margin: 0.5rem 0 0 5%;
  width: 50%;
}

.contact-list li {
  margin-bottom: 45px;
  position: relative;
  color: #fff;
  padding-left: 74px;
}

.contact-list li:before {
  position: absolute;
  content: ' ';
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background: url(../img/icons.png) no-repeat;
  background-position: 0 -80px;
}

.contact-list li:nth-child(2):before {
  background-position: -80px -80px;
}

.contact-list li:nth-child(3):before {
  background-position: -160px -80px;
}

.contact-list li p {
  font-size: 0.24rem;
  margin-top: 10px;
}

.contact-right {
  float: right;
  width: 40%;
  color: #fff;
  text-align: center;
}

.contact-logo-title {
  font-size: 0.24rem;
  margin-top: 8px;
}

.contact-right-type {
  text-align: center;
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: 0.72rem auto 0;
}

.contact-right-type li p {
  margin-top: 12px;
}

.project {
  background: linear-gradient(#c7dcf4, #e5f1ff);
  padding: 0.4rem 0 0.3rem;
  text-align: center;
}

.project-desc {
  margin-top: 0.28rem;
  width: 100%;
  position: relative;
}

.project-desc img {
  width: 100%;
}

.project-desc-info {
  width: 100%;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.project-desc-title {
  font-size: 0.3rem;
}

.project-desc-con {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 0.4rem;
}

.footer {
  margin-top: 1px;
  background: #333;
  height: 140px;
  padding-top: 36px;
  color: #fff;
  text-align: center;
  line-height: 0.3rem;
}

.footer-link {
  margin-bottom: 14px;
}

.footer-link li {
  display: inline-block;
}

.footer-link li a {
  color: #fff;
}

.footer-link li a:hover {
  color: #ff0000;
}

.footer-divider {
  margin: 0 0.3rem;
}

.agreement-banner,
.app-banner {
  margin-top: 104px;
  background: url(../img/agreement-banner.png) center center no-repeat;
  background-size: 100% 100%;
  height: 179px;
  color: #fff;
}

.agreement-banner-inner,
.app-banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agreement-banner-inner h3 {
  font-size: 0.38rem;
}

.agreement-banner-inner p {
  font-size: 0.2rem;
}

.agreement-content {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.agreement-wrapper {
  background: #fff;
  padding-bottom: 0.4rem;
}

.agreement-title-list {
  border-bottom: 1px solid #e0e0e0;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
}

.agreement-title-list li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 0.5rem;
  height: 100%;
  position: relative;
}

.agreement-title-list li:after {
  content: '|';
  position: absolute;
  right: 0;
}

.agreement-title-list li:last-child:after {
  content: ''
}

.agreement-title-list li span {
  display: inline-block;
  height: 100%;
}

.agreement-desc {
  padding: 0.3rem;
  max-height: 500px;
  overflow-y: auto;
}

.agreement-desc.hide {
  display: none;
}

.agreement-desc p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}

.agreement-desc-title {
  font-size: 0.24rem;
  text-align: center;
}

.agreement-title-list li.active span {
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
}

.form-info {
  background: #f5f5f5;
  padding: 70px 0;
  text-align: center;
}

.apply-title {
  font-size: 0.55rem;
  line-height: 0.6rem;
}

.apply-title-en {
  color: #999;
  font-size: 0.3rem;
}

.label-name {
  width: 110px;
  display: inline-block;
  text-align: right;
  font-size: 0.22rem;
  margin-right: 10px;
}

.form-content li {
  margin-bottom: 20px;
}

.form-content input {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  width: 4.2rem;
  padding: 5px 10px;
}

.label-name.hidden {
  visibility: hidden;
}

.submit-btn {
  font-size: 0.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #ff0000;
  text-align: center;
  color: #fff;
  width: 4.2rem;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

#toast {
  display: none;
  position: fixed;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background: #333;
  opacity: 0.8;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 10001;
}

.app-desc {
  font-size: 0.22rem;
}

.app-desc .desc2 {
  margin-top: 10px;
}

.app-banner-inner {
  display: flex;
}

.app-content {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.download-wrapper {
  width: 20%;
}

.download-wrapper .btn-download {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  background: #ff0000;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.4rem;
  margin-top: 20px;
}

.download-wrapper img {
  width: 100%;
}

.app-show {
  width: 80%;
  display: flex;
}

.app-show img {
  width: 40%;
  margin-left: 10%;
}

@media screen and (min-width: 1080px) and (max-width: 1200px) {
  .apply-con {
    display: block;
  }

  .left-con {
    margin: 0 auto;
  }

  .form-content {
    margin-top: 20px;
  }

  .banner-des1 {
    font-size: 0.6rem;
  }

  .nav-link {
    width: 40%;
  }

  .adv-item {
    height: 8.8rem;
  }

  .profile-right {
    margin-right: 1.3rem;
  }

  .project-desc-con {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 0.26rem;
  }
}

@media screen and (max-width: 1080px) {
  .banner {
    /* height: 400px; */
    padding-top: 1.3rem;
  }

  .banner-des1 {
    font-size: 0.5rem;
  }

  .banner-des2 {
    font-size: 0.4rem;
  }

  .apply-con {
    display: block;
  }

  .left-con {
    margin: 0 auto;
  }

  .form-content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .left-con {
    width: 100%;
  }

  .submit-btn {
    width: 3rem;
  }

  .nav-logo {
    float: none;
  }

  .nav-logo img {
    margin: 0 auto;
  }

  .label-name {
    width: 80px;
    font-size: 0.18rem;
  }

  .nav-link,
  .nav-tel {
    display: none;
  }

  .banner {
    height: 400px;
    padding-top: 0.8rem;
  }

  .banner-des1 {
    font-size: 0.4rem;
  }

  .banner-des2 {
    font-size: 0.3rem;
  }

  .banner-code {
    width: 94%;
  }

  .banner-code li {
    width: 30%;
  }

  .profile {
    background: #2d2d2c;
    height: auto;
  }

  .profile-wrapper {
    display: block;
  }

  .profile-logo-title {
    top: 45%;
    left: 2.2rem;
  }

  .profile-left,
  .profile-right {
    float: none;
    width: 100%;
  }

  .adv-item {
    float: none;
    width: 100%;
    border-left: 0 none;
    height: 8.8rem;
  }

  .contact {
    background: #292928;
  }

  .contact-right-type {
    width: 100%;
  }

  .contact-list,
  .contact-right {
    float: none;
    width: 100%;
  }

  .contact-list {
    margin: 0;
  }

  .agreement-title-list {
    display: none;
  }

  .agreement-desc.hide {
    display: block;
  }

  .agreement-desc {
    max-height: 100%;
    overflow-y: inherit;
  }

  .project-desc img {
    display: none;
  }

  .project-desc-info {
    position: static;
    background: #fff;
    border-radius: 0.4rem;
    border: 1px dashed #ccc;
  }

  .project-desc-title {
    font-size: 0.22rem;
  }

  .form-content input {
    width: 3rem;
  }
}

@media screen and (max-width: 414px) {
  .label-name {
    width: 56px;
  }

  .banner {
    height: 300px;
    padding-top: 0.8rem;
  }

  .app-content {
    display: block;
  }

  .download-wrapper {
    width: 50%;
    margin: 0 auto;
  }

  .app-show {
    margin-top: 40px;
  }

  .app-show img {
    width: 50%;
  }
}