/*公共样式*/
.wrap {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
}
.layout {
  position: relative;
  width: 1400px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.wrap-margin-top {
  margin-top: 50px;
}
.wrap-color {
  background-color: #eff7fe;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.h3 {
  position: relative;
  padding: 15px 0;
}
.h3 .text {
  font-size: 36px;
  font-weight: 600;
  color: #141414;
  line-height: 60px;
}
.h3 .letter {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.h3 .lt {
  color: #e0e0e0 !important;
}
.h3 .input-box {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 360px;
  padding: 0 20px;
  border: 1px solid #c5c5c5;
  border-radius: 24px;
}
.h3 .input-box .input {
  margin-left: 15px;
  width: 300px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #141414;
}
.wrap-bauble {
  position: relative;
  padding-top: 135px !important;
  padding-bottom: 104px !important;
}
.wrap-bauble::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  content: '';
  width: 665px;
  height: 135px;
  background: url(../image/ab.png) center no-repeat;
}
.wrap-bauble::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  content: '';
  width: 379px;
  height: 104px;
  background: url(../image/ac.png) center no-repeat;
}
/*公共样式结束*/
.wrap-top {
  position: fixed;
  top: 0px;
  z-index: 98;
}
      /* 初始透明状态 */
        .wrap-top.transparent {
            background: transparent;
            box-shadow: none;
        }

        /* 滚动后蓝色背景 */
        .wrap-top.scrolled {
            background: #2196F3; /* 主蓝色 */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
.wrap-background {

}
.layout-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.layout-top .logo {
  width: 157px;
  height: 50px;
  padding-left: 10px;
}
.layout-top .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-top .nav-box .link {
  position: relative;
  height: 50px;
  max-width: 200px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.layout-top .nav-box .link:hover .link-nav {
  color: #fff;
  background: #2f56c9;
  
}
.layout-top .nav-box .link-nav {
  position: relative;
  z-index: 92;
  display: block;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.layout-top .nav-box .active {
  background: #2f56c9;
}
.hide-box {
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 90;
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.hide-box a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  border-top: 1px solid #e5e5e5;
}
.hide-box a:hover {
  color: #389ee0;
}
.topright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.language {
  position: relative;
}
.language::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  content: '';
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #fff;
}
.language .lang {
  margin-right: 10px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.language .active {
  font-weight: 600;
  color: #e9149d;
}
.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.user .hd,
.user .hdimg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.user .name {
  margin-left: 12px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.layout-banner-become {
  position: relative;
}
.layout-banner-become .desc {
  position: absolute;
  top: 304px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  text-align: center;
}
.layout-banner-become .link {
  position: absolute;
  top: 419px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 213px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background: #053DC8;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.48);
  transition: all .2s ease;
}
.layout-banner-become .link:hover {
  background-color: #1451e8;
}
/*广告图*/
.wrap-banner {
  position: relative;
  height: 1080px;
}
.wrap-banner .layout-banner {
  height: 1080px;
}
.slide-banner {
  position: relative;
  overflow: hidden;
}
.slide-banner .img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  min-width: 1400px;
  min-height: 1080px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slide-banner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-banner .info .title {
  font-size: 56px;
  font-weight: 600;
  line-height: 86px;
  color: #fff;
  text-align: center;
}
.slide-banner .info .small {
  font-size: 38px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
  text-align: center;
}
.slide-banner .info .city {
  padding: 20px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 66px;
  color: #fff;
  text-align: center;
}
.slide-banner .info .baoming {
  display: block;
  margin-top: 20px;
  margin-right: -90px;
  width: 220px;
  height: 70px;
  padding-right: 90px;
  background: url(../image/bao.png) center no-repeat;
  font-size: 30px;
  line-height: 70px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.swiper-chair {
  padding: 0 10px 70px 10px;
}
.pagination-chair .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 8px;
  background: #1b43b4;
}
.pagination-banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #8da0d8;
}
.pagination-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.wrap-site {
  height: 1111px;
  background: url(../image/site.png) center no-repeat;
      background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.circle-box {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.circle-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circle-item .info {
  padding-left: 75px;
}
.circle-item .info .text {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
.circle-item .info .small {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.circle-item .see {
  margin-top: 25px;
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #141414;
  background: #fff;
  border-radius: 12px;
}
.circle-item .see-1 {
  margin-top: 15px;
  width: 90px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #141414;
  background: #fff;
  border-radius: 10px;
}
.circle-item .info-1 {
  background: url(../image/site-1.png) left center no-repeat;
  background-size: 68px 68px;
}
.circle-item .info-2 {
  background: url(../image/site-2.png) left center no-repeat;
  background-size: 68px 68px;
}
.circle-item .info-3 {
  background: url(../image/site-3.png) left center no-repeat;
  background-size: 68px 68px;
}
.circle-item .info-4 {
  background: url(../image/site-4.png) left center no-repeat;
  background-size: 68px 68px;
}
.circle-1 {
  margin-top: 100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fe4871;
}
.circle-2 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #e9159d;
}
.circle-3,
.circle-4 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.circle-3 {
  margin-top: 200px;
  background: #43ab38;
}
.circle-4 {
  margin-top: 100px;
  background: #4999d4;
}
.info-box {
  margin-top: 30px;
  padding-left: 120px;
  height: 230px;
  background: url(../image/color.png) left no-repeat;
}
.info-box .title {
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  color: #00165a;
  overflow: hidden;
}
.info-box .text {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  color: #141414;
  overflow: hidden;
}
.wrap-schedule {
  height: 796px;
  background: url(../image/schedule.png) center no-repeat;
    background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
  min-height: 100vh; /* 确保至少为视口高度 */
}
.schedule-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.schedule-item {
  /*width: 33.333%;*/
  width: 100%;
  height: 796px;
  color: #fff;
}
.schedule-item .show {
  padding: 218px 10px 0;
}
.schedule-item .show .xu {
  position: relative;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  height: 80px;
}
.schedule-item .show .xu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #c8c8c8;
}
.schedule-item .show .detail {
  margin-top: 25px;
  width: 100%;
  height: 180px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.schedule-item .show .title {
  width: 100%;
  height: 120px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.schedule-item .show .xie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
}
.schedule-item .show .xie span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.schedule-item .show .xie em {
  font-size: 12px;
  color: #999999;
  line-height: 1;
}
.schedule-item .hide {
  position: relative;
  display: none;
  padding: 0 0px;
  height: 796px;
}
.schedule-item .hide .himg {
  width: 100%;
  height: 100%;
}
.schedule-item .hide .map {
  height: 510px;
}
.schedule-item .hide .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 286px;
}
.schedule-item .hide .xu {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.schedule-item .hide .title {
  margin-top: 15px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.schedule-item .hide .bao {
  margin: 0 auto;
  width: 184px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #e9159d;
}
.schedule-item-2 {
  color: #141414;
}
.schedule-item-2 .detail {
  color: #666 !important;
}
.schedule-item:hover .show {
  display: none;
}
.schedule-item:hover .hide {
  display: block;
}
.wrap-facilitie {
  height: 807px;
  background: url(../image/facilitie.png) center no-repeat;
}
.wrap-flt {
  background: #fff !important;
}
.layout-facilitie {
  padding-top: 60px;
}
.facilitie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.facilitie-item {
  position: relative;
  margin-right: 40px;
  width: 320px;
  height: 507px;
  border-radius: 8px;
  overflow: hidden;
}
.facilitie-item .imgbox {
  position: relative;
}
.facilitie-item .imgbox::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
}
.facilitie-item .img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.facilitie-item .text {
  position: absolute;
  top: 34px;
  left: 20px;
  z-index: 10;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}
.facilitie-item .text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: #f926ad;
}
.facilitie-item .soon {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}
.facilitie-item:nth-child(4n) {
  margin-right: 0;
}
.facilitie-item:hover .soon {
  display: block;
}
.facilitie-item:hover .imgbox::after {
  background: rgba(250, 250, 250, 0);
}
.facilitie-item-2 {
  margin-right: 0 !important;
  width: 25% !important;
  height: 606px !important;
  border-radius: 0;
}
.facilitie-item-2 .img {
  height: 606px !important;
  border-radius: 0;
}
.facilitie-item-2 .imgbox::after {
  display: none;
}
.wrap-company {

  background-image: url('../image/company.png');
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
  min-height: 100vh; /* 确保至少为视口高度 */

}
.wrap-cp {
  height: 783px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: url(../image/cp.png) center no-repeat !important;
}
.layout-company {
  padding: 15px 0 !important;
}
.company-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}
.company-box .company-item {
  margin: 0 10px;
  width: 264px;
  height: 180px;
  border-radius: 12px;
}
.company-box .company-item .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.company-box .company-item:nth-child(1) {
  margin-left: 0 !important;
}
.company-box .company-item:last-child {
  margin-right: 0 !important;
}
.wrap-footer {
  background: url(../image/footer.png) center no-repeat;
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */

}
.layout-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
      width: 1200px;
}
.layout-footer .title {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.layout-footer .ul {
  width: 230px;
  height: auto;
}
.layout-footer .li {
  padding: 5px 0;
}
.layout-footer .li .link {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.wrap-register {
  height: 630px;
  background: #383c48;
}
.register-link {
  margin-top: 32px;
  margin-left: 60px;
  display: inline-block;
  width: 155px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
.layout-register {
  padding-top: 100px;
}
.register-item {
  margin-top: 24px;
}
.register-item .title {
  padding-left: 65px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
.register-item .text {
  margin-left: 65px;
  padding: 10px 0;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.wrap-detail {
  padding-top: 150px !important;
  padding-bottom: 180px !important;
}
.detail-title-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.detail-title-box .title .text {
  position: relative;
  padding: 22px 0;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #e9159d;
  line-height: 52px;
}
.detail-title-box .title .text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  content: '';
  width: 28px;
  height: 2px;
  background: #c8c8c8;
}
.detail-title-box .title .register {
  width: 195px;
  height: 54px;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #e9159d;
  border-radius: 8px;
}
.detail-title-box .name {
  padding: 22px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #141414;
}
.detail-title-box .dsc {
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
}
.detail-box {
  padding: 24px 30px;
  background: #f7f7f7;
  border-radius: 10px;
}
.detail-box .title {
  margin-left: -40px;
  width: 143px;
  height: 42px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  text-indent: 10px;
  background: url(../image/shade.png) center no-repeat;
}
.third-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 35px 0;
}
.third-box .third-item {
  width: 33.333%;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #141414;
}
.road-box {
  margin-top: 10px;
}
.road-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #ebebeb;
}
.road-item .img {
  width: 562px;
  height: 322px;
}
.road-item .img .pic {
  width: 100%;
  height: 100%;
}
.road-item .info {
  width: 730px;
  height: auto;
}
.road-item .info .name {
  padding: 10px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #141414;
}
.road-item .info .text {
  margin-top: 12px;
  font-size: 22px;
  line-height: 40px;
  color: #333333;
}
.road-item .info .text p {
  margin-top: 15px;
}
.pattern-box {
  margin-top: 45px;
}
.pattern-box .title-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #141414;
}
.pattern-box .imagebox {
  margin-top: 25px;
  height: 460px;
}
.pattern-box .imagebox .pic {
  width: 100%;
  height: 100%;
}
.pattern-box .imagesbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pattern-box .imageitem {
  margin-top: 30px;
  width: 400px;
  height: 228px;
}
.pattern-box .imageitem:nth-child(3n+2) {
  margin-left: 70px;
  margin-right: 70px;
}
.pattern-box .textbox {
  margin-top: 12px;
  font-size: 22px;
  line-height: 40px;
  color: #333333;
}
.pattern-box .textbox p {
  margin-top: 15px;
}
.tupianbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tupianbox .tupian-item {
  width: 31%;
  padding: 40px 0;
}
.tupianbox .tupian-item .img {
  height: 230px;
}
.tupianbox .tupian-item .img .i {
  width: 100%;
  height: 100%;
}
.tupianbox .tupian-item .name {
  margin-top: 20px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #141414;
}
.tupianbox .tupian-item .date {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #666;
}
.tupianbox .tupian-item:nth-child(3n+2) {
  margin: 0 28px;
}
.pagebox {
  padding: 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagebox .pgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagebox .pg {
  position: relative;
  margin: 0 6px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.pagebox .active {
  color: #333333;
}
.pagebox .pg-next::after {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.pagebox .pg-prev::after {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -4px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.payment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 0;
}
.payment-box .total {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #e32725;
}
.payment-box .paymentbtn {
  margin-top: 25px;
  display: block;
  width: 190px;
  height: 54px;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  background: #e1373a;
}
.checked-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.checked-box .label {
  padding: 8px 0;
  width: 110px;
  height: auto;
}
.checked-box .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checked-box .vl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #d9d9d9;
}
.checked-box .vl:last-child {
  border-bottom: none;
}
.checked-box .price {
  color: #e22625;
}
.bao-item {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.bao-item .label {
  padding: 8px 0;
  width: 230px;
  height: auto;
  text-align: right;
}
.bao-item .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bao-item .checkitembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px 10px;
}
.bao-item .check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: auto;
  padding: 2px 0 20px;
}
.bao-item .check-item .lb {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 5px;
}
.bao-item .check-item .lbed {
  border-color: #f927ae;
  background: #f927ae;
}
.bao-item .check-item .lbed::after {
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 16px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.bao-item .check-item .text {
  margin-left: 8px;
  font-size: 18px;
  color: #f927ae;
  line-height: 28px;
}
.checkbox {
  display: none;
}
.checkbox + .cklb {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 5px;
}
.checkbox + .cklb::after {
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 16px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.checkbox:checked + .cklb {
  border-color: #f927ae;
  background: #f927ae;
}
.wrap-login {
  height: 1080px;
  background: url(../image/login.png) center no-repeat;
}
.wrap-login .layout-login {
  position: relative;
  height: 100%;
}
.wrap-login .logo {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 90;
  width: 215px;
  height: 69px;
}
.wrap-login .login-box {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 90;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 40px 50px 40px;
  width: 440px;
  height: auto;
  background: #fff;
  border-radius: 10px;
}
.wrap-login .login-box .title {
  padding: 32px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 56px;
  color: #141414;
  text-align: center;
}
.wrap-login .tab-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-login .tab-box .tab {
  position: relative;
  z-index: 9;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  cursor: pointer;
}
.wrap-login .tab-box .active {
  font-weight: 600;
  color: #141414;
}
.wrap-login .tab-box .active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #eb2ca6;
}
.wrap-login .login-btn {
  margin-top: 70px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 12px;
  background: #e9159d;
}
.wrap-login .link-box {
  margin-top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
.wrap-login .link-box .link {
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.input-box {
  margin-top: 25px;
  padding: 12px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
.input-box .icon {
  width: 22px;
  height: 22px;
}
.input-box .icon .i {
  width: 100%;
  height: 100%;
}
.input-box .inputbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-box .inputbox .input {
  display: block;
  width: 94%;
  height: 20px;
  padding: 10px 3%;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
}
.wrap-qiye {
  height: 964px;
  background: url(../image/about.png) center no-repeat;
  overflow: auto;
}
.layout-qiye {
  padding-top: 60px;
}
.qiye-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}
.qiye-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.qiye-text p {
  padding: 10px 0;
}
.qiye-qrc {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcode .qrcode-img {
  width: 100px;
  height: 100px;
}
.qrcode .qrcode-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.qiye-qrc .text {
  padding: 0 30px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.about-first {
  margin-top: -135px;
  padding-top: 135px;
  height: 870px;
  background: url(../image/about-1.png) center no-repeat;
}
.about-second {
  height: 660px;
  background: url(../image/about-2.png) center no-repeat;
}
.first-box {
  position: relative;
  margin-top: 100px;
  padding: 60px 65px 35px;
  background: rgba(250, 250, 250, 0.8);
}
.first-box .title {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.first-box .title .yang {
  position: relative;
  padding: 0 20px 0 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #141414;
}
.first-box .title .yang::before {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
  margin-top: -13px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 26px;
  background: #ff00ff;
  border-radius: 2px;
}
.first-box .title .yang::after {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 9;
  margin-top: -13px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 26px;
  background: #ff00ff;
  border-radius: 2px;
}
.first-box .title .hai {
  margin: 0 100px 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #e9159d;
}
.first-box .title .line {
  width: 100%;
  height: 1px;
  background: #ff00ff;
}
.first-box .title .line-1 {
  width: 50px;
}
.first-box .title .line-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.first-box .text {
  font-size: 20px;
  line-height: 36px;
  color: #141414;
}
.first-box .text p {
  padding: 10px 0;
}
.second-box {
  position: relative;
  padding: 90px 40px 80px 75px;
}
.secondbox {
  height: 490px;
}
.second-item {
  display: none;
}
.second-item .img {
  float: left;
  width: 400px;
  height: 490px;
}
.second-item .img .i {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.second-item .info {
  float: right;
  position: relative;
  width: 830px;
  height: 490px;
}
.second-item .info .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.second-item .info .title .big {
  position: relative;
  padding-left: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
.second-item .info .title .big::before {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
}
.second-item .info .title .big::after {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
}
.second-item .info .title .small {
  position: relative;
  margin-left: 30px;
  padding-left: 28px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: url(../image/location.png) left center no-repeat;
}
.second-item .info .text {
  height: 400px;
  overflow: hidden;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.second-item .info .text p {
  padding: 15px 0;
}
.second-item:nth-child(1) {
  display: block;
}
.page-2 {
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 10;
  width: 830px;
  height: auto;
}
.page-2 .progress {
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(250, 250, 250, 0.6);
}
.page-2 .a {
  width: 30%;
  height: 100%;
  background: #e9159d;
}
.page-2 .curre {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .pbtn {
  position: relative;
  margin: 0 6px;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: #717171;
}
.pagination .pbtn:hover {
  background: #e9159d;
}
.pagination .active {
  color: #e9159d;
}
.pagination .pbtn-1::after {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination .pbtn-2::after {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -4px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.three-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-third {
  padding: 80px 0 20px;
  background: #fff;
}
.three-box {
  margin-top: 70px;
}
.three-box .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #141414;
}
.text-1 {
  width: 700px;
  height: auto;
}
.text-1 .title {
  position: relative;
  padding-left: 40px;
}
.text-1 .title::before {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 20px;
  background: #e9159d;
  border-radius: 2px;
}
.text-1 .title::after {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  content: '';
  width: 4px;
  height: 20px;
  background: #e9159d;
  border-radius: 2px;
}
.text-1 .small {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #141414;
}
.text-1 .text {
  margin-top: 35px;
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}
.img-1 {
  position: relative;
  width: 650px;
  height: 640px;
  padding: 20px 0;
}
.img-1 .img-a {
  width: 470px;
  height: 580px;
}
.img-1 .img-b {
  position: absolute;
  right: 0;
  top: 260px;
  z-index: 9;
  width: 345px;
  height: 400px;
}
.img-1 .i {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.imgtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgtext .city {
  width: 290px;
  height: 56px;
  font-size: 28px;
  line-height: 56px;
  font-weight: 600;
  color: #e9159d;
  text-align: center;
  background: url(../image/city.png) center bottom no-repeat;
}
.imgtext .textcy {
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}
.imgtext .textcy p {
  padding: 10px 0;
}
.img-2 {
  margin-left: -260px;
  width: 925px;
  height: 540px;
}
.text-2 {
  width: 730px;
  height: auto;
  padding-top: 30px;
}
.img-3 {
  margin-right: -260px;
  width: 970px;
  height: 584px;
}
.text-3 {
  width: 690px;
}
.img-4 {
  margin-left: -260px;
  width: 860px;
  height: 632px;
}
.text-4 {
  width: 790px;
  height: auto;
}
.duan {
  margin-top: 30px;
  padding: 20px 28px;
  font-size: 20px;
  line-height: 36px;
  color: #666;
  background: #f7f7f7;
  border-radius: 10px;
}
