html,
body {
  width: 100%;
  /*height: 100%;*/
  font-size: 14px;
  color: #333;
  /* background: #361a51; */
}

.swiper_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  color: #fff;
  background: #fff;
  box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.05);
}

.header-left {
  padding: 15px 30px;
}

.header-left .img {
  height: 30px;
  vertical-align: middle;
}

.header-right {
  line-height: 40px;
  padding: 10px 30px;
}

.header-right .img {
  width: 42px;
  vertical-align: middle;
}

.header-navbar {
  color: #fff;
  background: #fff7f6;
  padding: 25px 0;
}

.header-navbar .navlist {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.header-navbar .navlist li {
  display: inline-block;
  font-size: 16px;
  margin: 0 50px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.header-navbar .navlist img {
  width: 20px;
  vertical-align: text-bottom;
}

.navfoot {
  text-align: center;
  padding: 80px 0 30px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.navfoot .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navfoot .imgbox {
  text-align: center;
  margin-right: 30px;
  width: 160px;
  height: 190px;
  background: #fff;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.navfoot .qrbox {
  text-align: center;
  margin-left: 60px;
}
.navfoot .shebeiText {
  font-size: 24px;
  font-weight: 600;
  color: #1e1b1b;
  margin-top: 15px;
}

.navfoot .icon {
  width: 100px;
}

.navfoot .qrbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fb422e;
  border-radius: 10px;
  width: 140px;
  height: 140px;
}

.navfoot .qrbox-inner img {
  border-radius: 10px;
}

.btnbox {
  width: 220px;
}

.section-gap {
  padding-top: 60px;
}

.h-section {
  position: relative;
  width: 100%;
  height: 860px;
  background: url(../images/banner-bg1.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.h-section.bg2 {
  /* background-image: url(../images/banner-bg2.png); */
  background: #fff;
}

.h-section.bg3 {
  background-image: url(../images/banner-bg3.png);
}

.h-section.bg5 {
  background-image: url(../images/banner-bg5.png);
}

.h-section-banner1 {
  box-sizing: border-box;
  display: table;
  width: 100%;
  min-width: 1200px;
  text-align: center;
}

.h-section-banner1 .left {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.h-section-banner1 .left-btn {
  padding-top: 130px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.h-section-banner1 .btn-dl {
  width: 200px;
  vertical-align: middle;
  margin-right: 20px;
}

.h-section-banner1 .right {
  display: flex;
  vertical-align: middle;
}
.right_qr {
  text-align: center;
  width: 173px;
  height: 214px;
  background: #fbeae7;
  border-radius: 6px 6px 6px 6px;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #fb422e;
}
.right_qr img {
  width: 150px;
  height: 150px;
  border-radius: 6px 6px 6px 6px;

  margin-bottom: 10px;
}

.h-section-banner1 .right .img {
  width: 500px;
}

.text_img {
  width: 450px;
}

.toNext {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  margin-left: -20px;

  width: 30px;
  height: 30px;
  background: url(../images/toNext.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.toNext.swiper-button-disabled {
  opacity: 0;
}

.h-section-banner2 .title {
  text-align: center;
  padding: 20px 0 30px;
}

.h-section-banner2 .article {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.h-section-banner2 .article-item {
  display: inline-block;
  width: 365px;
  height: 500px;
  vertical-align: top;
  border-radius: 20px;
  background-color: #fff7f6;
  overflow: hidden;
  /* border: 4px solid transparent; */
}

.h-section-banner2 .article-item + .article-item {
}

.h-section-banner2 .article-item:hover {
  /* border-color: #f30676; */
}

.h-section-banner2 .article-item .img {
  width: 100%;
}

.h-section-banner2 .article-item .titleH4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #0d1317;
  padding: 30px 0 10px;
  padding-left: 35px;
}
.h-section-banner2 .article-item .titleH4 img {
  width: 12px;
  height: 24px;
  margin-right: 5px;
}

.h-section-banner2 .article-item .text {
  height: 170px;
  text-align: left;
  font-size: 16px;
  color: #333;
  padding: 0 35px;
}

.h-section-banner3 .title {
  text-align: center;
  padding: 20px 0 30px;
}

.h-section-banner3 .article {
  overflow: hidden;
  color: #fff;
}

.h-section-banner3 .article .img {
  width: 300px;
  margin-right: 60px;
}

.h-section-banner3 .article p {
  margin: 20px 0;
}

.h-section-banner4 .title {
  text-align: center;
  padding: 20px 0 30px;
}

.h-section-banner4 .article {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 90px;
}

.h-section-banner4 .article-item {
  width: 220px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #333333;
  padding: 50px 25px;
  box-sizing: border-box;
  border-radius: 20px;
}

.h-section-banner4 .article-item + .article-item {
  /* margin-left: 85px; */
}

.h-section-banner4 .article-item .img {
  width: 90px;
  position: relative;
}

.h-section-banner4 .article-item .img:hover {
  transform: scale(1.1);
}

.h-section-banner4 .article-item p {
  text-align: left;
}

.h-section-banner6 .title {
  text-align: center;
  padding: 20px 0 30px;
}

.h-section-banner6 .article {
  padding-top: 40px;
}

.h-section-banner6 .article-item {
  float: left;
  width: 1200px;
  text-align: center;
  color: #fff;
}

.h-section-banner6 .article-item + .article-item {
  margin-left: 85px;
}

.h-section-banner6 .article-item .img {
  width: 100%;
  position: relative;
}

.h-section-banner6 .article-item p {
  margin-top: 50px;
}
.h-section-banner5 {
  background-image: url(../images/hezuo_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.h-section-banner5 .title {
  text-align: center;
  padding: 20px 0 50px;
}

.h-section-banner5 .article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.h-section-banner5 .article-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 283px;
  height: 156px;
  background: #fff7f6;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eae9e9;
}

.h-section-banner5 .article-item:hover {
  background: #fb422e;
}

.h-section-banner5 .article-item + .article-item {
  margin-left: 40px;
}

.h-section-banner5 .img {
  width: 250px;
}

.footer {
  color: #fff;
  padding: 150px 0;
  background-image: url('../images/footer_bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.footer-left {
  width: 1200px;
  margin: 0 auto;
}
.footer-left dd {
  float: left;
  margin-right: 40px;
}

.site {
  float: left;
  margin: 20px 0;
}

.footer-right .btn {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  margin-right: 24px;
}

.footer-right .qrcode {
  display: inline-block;
  width: 78px;
  vertical-align: middle;
}

.footer-right img {
  width: 100%;
}

.footer-bottom {
  width: 100%;
  font-size: 12px;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
}
.link_ke img {
  width: 173px;
}
.link {
  width: 259px;
  height: 65px;
  background: #fb422e;
  box-shadow: 0px 20px 30px 0px rgba(255, 86, 58, 0.15);
  border-radius: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
}
.link img {
  width: 30px;
  height: 30px;
}
dl {
  display: flex;
}
dl dd {
  margin-right: 20px;
}
.title img {
  width: 500px;
}
#content {
  background-image: url('../images/content_bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.jigou_box {
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.footer_info img {
  width: 40px;
  vertical-align: middle;
}

.active_a {
  color: #fb422e;
}
.icon_bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 20px;
}
.app_load {
  width: 210px;
}
