body {
  height: initial !important;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  padding-bottom: 4.63rem !important;
}

.footer {
  position: absolute;
  bottom: -.6rem;
}

.footer {
  margin-top: .6rem;
}

.title {
  text-align: center;
}

.title img {
  width: 2.45rem;
  vertical-align: 2px;
}

.title span {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: .32rem;
  color: #333;
  margin: 0 0.3rem;
}

.nav-profile-photo {
  opacity: 1;
}

.swiepr_box {
  height: 5.4rem;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
}

.swiepr_box .swiper {
  height: 100%;
}

.swiepr_box .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiepr_box .swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7);
}

.swiepr_box .swiper-horizontal>.swiper-pagination-bullets,
.swiepr_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiepr_box .swiper-pagination-custom,
.swiepr_box .swiper-pagination-fraction {
  top: 50%;
  left: 30px;
  width: 0;
  transform: translateY(-45%);
  bottom: inherit;
}

.swiepr_box .gallery-bg {
  transform: translate3d(0, 0, 0) scale(1.1);
  transition: opacity 0.3s ease, transform 0s ease 1s;
  overflow: hidden;
}

.swiepr_box .swiper-slide-active .gallery-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}

.swiepr_box .swiper-wrapper {
  height: 100%;
}

.swiepr_box .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiepr_box .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.swiepr_box .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
}

.swiepr_box .swiper-pagination-bullet {
  width: 30px;
  height: 26px;
  background: url(../images/swiepr_icon.png) no-repeat center top;
  background-size: cover;
  margin-bottom: 25px !important;
}

.swiepr_box .swiper-pagination-vertical.swiper-pagination-bullets,
.swiepr_box .swiper-vertical>.swiper-pagination-bullets {
  left: 30px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

@keyframes jump {

  0%,
  20%,
  60%,
  to {
    transform: translate(-50%) translateY(0);
    height: 3px;
    animation-timing-function: ease-in;
  }

  40%,
  80% {
    transform: translate(-50%) translateY(7px);
    height: 7px;
    animation-timing-function: ease-out;
  }
}

.column-tab {
  width: 100%;
  height: .9rem;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: -0.45rem;
  background-color: white;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  /* background: url(/statics/againgb/images/19955.png) no-repeat center top;
  background-size: cover; */
}

.column-tab .column-tab-lf {
  width: 1.6rem;
  height: .9rem;
  background: url(/statics/againgb/images/columnbck.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  line-height: 0.9rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .24rem;
  color: #FFFFFF;
}

.column-tab .column-tab-rh {
  width: 11.4rem;
  height: .9rem;
}

.column-tab .column-tab-rh ul {
  padding-left: .28rem;
}

.column-tab .column-tab-rh ul .on a {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .18rem;
  color: #2356DC;
}

.column-tab .column-tab-rh ul .on a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: .06rem solid transparent;
  border-right: .06rem solid transparent;
  border-bottom: .09rem solid #2356DC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.column-tab .column-tab-rh ul .on a::after {
  content: '';
  width: 100%;
  height: .02rem;
  background-color: #2356DC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.column-tab .column-tab-rh ul li {
  position: relative;
  float: left;
  margin-right: .25rem;
}

.column-tab .column-tab-rh ul li:last-child {
  margin: 0;
}

.column-tab .column-tab-rh ul li a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  color: #333333;
  line-height: .9rem;
}

.navigation-class {
  margin-top: .76rem;
  float: right;
  margin-right: .28rem;
  margin-bottom: .3rem;
}

.navigation-class img {
  width: .28rem;
  vertical-align: top;
  margin-right: .04rem;
}

.navigation-class span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .18rem;
  color: #999999;
  margin-right: .1rem;
}

.navigation-class span::after {
  content: "|";
  color: #999999;
  margin-left: .15rem;
}

.navigation-class a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .18rem;
  color: #333333;
  margin-right: .15rem;
}

.navigation-class a:hover {
  color: #333;
}

.navigation-class a::after {
  content: ">";
  color: #333;
  margin-left: .15rem;
}

.navigation-class a:last-child::after {
  content: " ";
}

.navigation-class a:last-child {
  margin-right: 0;
}

.wrapper {
  width: 100%;
  background: url(/statics/againgb/images/123123213.png) no-repeat center top;
  background-size: 100% 100%;
}

.showbox .cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.showbox .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.showbox .popup_box {
  width: 5.26rem;
  height: 6.5rem !important;
  background: #FFFFFF;
}

.showbox .popup_box .popup_title {
  width: 100%;
  height: .8rem;
  background: #2356DC;
  padding-left: .27rem;
}

.showbox .popup_box .popup_title img {
  position: absolute;
  top: .32rem !important;
  right: .25rem !important;
  width: .17rem !important;
  cursor: pointer;
}

.showbox .popup_box .popup_title h3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: .24rem !important;
  color: #FFFFFF;
  line-height: .8rem;
}

.showbox .popup_box .popup_form {
  width: 4.85rem;
  padding: .3rem 0 0 .27rem;
}

.showbox .popup_form .layui-form-label {
  padding: .09rem 0;
  text-align: inherit;
  width: auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: .18rem !important;
  color: #333333;
  float: none;
}

.showbox .popup_form .layui-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: .18rem !important;
  color: #333333;
}

.showbox .popup_form .layui-input-block {
  margin-left: 0;
  min-height: .36rem !important;
}

.showbox .popup_form .layui-form-label-c1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: .18rem !important;
  color: #333333;
  float: left;
}

.showbox .popup_form .layui-form-radio>i {
  font-size: 0.22rem !important;
}

.showbox .popup_form .layui-form-radio * {
  font-size: .18rem !important;
}

.showbox .popup_form .layui-input {
  height: 0.38rem !important;
  font-size: 0.18rem !important;
}

.showbox .popup_form .layui-textarea {
  min-height: 1rem !important;
  line-height: .2rem !important;
  font-size: .18rem !important;
}

.showbox .popup_form .layui-input-fl {
  margin-left: .7rem !important;
}

.layui-form-label:has(+div textarea[lay-verify*='required']):after {
  content: "*";
  color: red;
}

.layui-title:after {
  content: "*";
  color: red;
}

.showbox .popup_form .layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #2356DC !important;
}

.showbox .popup_form .layui-textarea {
  margin-top: .2rem !important;
}

.showbox .popup_form .layui-form-item {
  margin-bottom: 0.15rem !important;
}

.showbox .popup_form .layui-form-label {
  line-height: 0.2rem !important;
}

.showbox .popup_form .layui-form-radio {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  line-height: .28rem;
  margin: .06rem .1rem 0 0;
  padding-right: .1rem;
  cursor: pointer;
  font-size: 0;
}

.showbox .popup_form .layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: .53rem;
  line-height: .53rem;
  border: 1px solid transparent;
  padding: 0 50px;
  background: #2356DC;
  white-space: nowrap;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: .22rem;
  color: #FFFFFF;
  margin-left: 1.56rem;
  margin-top: .1rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.showbox .popup_form .layui-btn:hover {
  background-color: #2356DC !important;
}

.elevator-nav {
  position: fixed;
  bottom: 2rem;
  right: 50%;
  margin-right: -9rem;
  z-index: 999;
}

.elevator-nav ul li {
  width: 1.1rem;
  height: 1.26rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem .14rem .07rem #DBE7F4;
  border-radius: .2rem .2rem .2rem .2rem;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.elevator-nav ul li img {
  width: .5rem;
}

.elevator-nav ul li p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: .13rem;
  color: #666666;
}

@media (max-width: 1750px) {
  .elevator-nav {
    margin-right: 0;
    right: 0;
    bottom: 3rem;
  }
  .swiepr_box{
    height: 4rem;
  }
}




@media screen and (max-width: 900px) {
  section {
    width: 1300px;
    max-width: none;
  }

  .px1600 {
    max-width: none;
  }

  .header .bd .px1600 {
    width: 1650px;
    margin: 0 auto;
    height: 103px;
    padding-top: 15px;
  }

  body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 463px !important;
  }

  .footer {
    position: absolute;
    bottom: inherit;
  }

  .footer {
    width: 100%;
    height: 463px;
    background: url(../images/footer_bck.png) no-repeat center top;
    background-size: cover;
    padding-top: 82px;
    background-color: #2356DC;
  }

  .footer .footer_logo {
    width: 393px;
    height: 230px;
    border-right: 1px solid white;
    padding-top: 20px;
    float: left;
  }

  .footer .footer_logo .footer_box {
    float: left;
    text-align: center;
  }

  .footer .footer_box p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #ECEBEB;
    padding-top: 12px;
  }

  .footer .footer_box i {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 11px;
    color: #ECEBEB;
    font-style: normal;
    display: block;
  }

  .footer .footer_box a span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #ECEBEB;
    display: block;
    padding-top: 28px;
  }

  .footer .footer_logo .copy_img {
    width: 76px;
    height: 89px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
  }

  .footer_message {
    float: left;
    margin-left: 56px;
  }

  .footer_message ul li {
    float: left;
    position: relative;
    margin-right: 45px;
  }

  .footer_message ul li:last-child {
    margin-right: 0;
  }

  .footer_message ul li h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 26px;
  }

  .footer_message ul li h3:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 27px;
    left: 0;
  }

  .footer_message ul li a {
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #E4E4E4;
    line-height: 42px;
  }

  .footer_list {
    float: left;
    margin-left: 80px;
  }

  .footer_list li {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    margin-bottom: 26px;
  }

  .footer_list li:last-child {
    margin-bottom: 0;
  }

  .footer_list li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }

  .footer_list li .ico img {
    transition: .5s;
  }

  .footer_list li .ewm {
    position: absolute;
    bottom: -23px;
    left: 30%;
    width: 86px;
    padding: 0;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    overflow: hidden;
  }

  .footer_list li .ewm img {
    width: 100%;
  }

  .footer_list li:hover .ico svg {
    fill: #1d1d1d;
    opacity: 1;
  }

  .footer_list li:hover .ewm {
    transform: translate(50%, 0);
    opacity: 1;
    visibility: visible;
  }

  .footer .copy-text {
    text-align: center;
    font-family: zihun111hao-jibangzhaopaiti, zihun111hao-jibangzhaopaiti;
    font-weight: 400;
    font-size: 23px;
    color: #5CE3D3;
    letter-spacing: 3px;
    display: block;
  }

  .footer .copy-text img {
    margin-top: -44px;
  }

  .nav {
    position: relative;
    z-index: 99;
    margin-right: 50px;
  }

  .nav ul {
    float: left;
  }

  .nav ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    vertical-align: top;
    margin: 0 0 0 28px;
  }

  .nav .nav-user {
    float: left;
  }

  .nav .nav-user img {
    width: 19px;
    height: 19px;
    display: block;
    margin: 27px 0 0 28px;
  }

  .nav .sub_nav {
    width: 111px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 9px 9px 9px 9px;
    border: 1px solid rgba(255, 254, 254, 0.41);
    position: absolute;
    top: 57px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
  }

  .nav .sub_nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    transform: translateX(-50%);
  }

  .nav .sub_nav a {
    display: block;
    text-align: center;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    height: 47px;
    line-height: 47px;
  }

  .no_scroll {
    overflow: hidden;
  }

  header {
    height: 103px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  header.on .t_logo {
    margin: -40px 0 0;
  }

  .t_logo img {
    display: inline-block;
    vertical-align: middle;
    width: 365px;
    height: 72px;
  }

  .nav-profile-photo {
    float: left;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(5, 255, 255, 0.23);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }

  .nav-profile-photo img {
    width: 44px;
    display: block;
    border-radius: 50%;
  }

  .nav h3 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #F2F2F4;
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 76px;
  }

  .footer .copy-text img {
    width: 830px !important;
    height: 28px !important;
    margin-top: -44px !important;
  }

  .column-tab {
    width: 100%;
    height: 90px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: -45px;
    background-color: white;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    /* background: url(/statics/againgb/images/19955.png) no-repeat center top;
    background-size: cover; */
  }

  .column-tab .column-tab-lf {
    width: 160px;
    height: 90px;
    background: url(/statics/againgb/images/columnbck.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    line-height: 90px;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
  }

  .column-tab .column-tab-rh {
    width: 1140px;
    height: 90px;
  }

  .column-tab .column-tab-rh ul {
    padding-left: 28px;
  }

  .column-tab .column-tab-rh ul .on a {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #2356DC;
  }

  .column-tab .column-tab-rh ul .on a::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #2356DC;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .column-tab .column-tab-rh ul .on a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2356DC;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .column-tab .column-tab-rh ul li {
    position: relative;
    float: left;
    margin-right: 25px;
  }

  .column-tab .column-tab-rh ul li:last-child {
    margin: 0;
  }

  .column-tab .column-tab-rh ul li a {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 90px;
  }

  .navigation-class {
    margin-top: 76px;
    float: right;
    margin-right: 28px;
    margin-bottom: 30px;
  }

  .navigation-class img {
    width: 28px;
    vertical-align: top;
    margin-right: 4px;
  }

  .navigation-class span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
  }

  .navigation-class span::after {
    content: "|";
    color: #999999;
    margin-left: 15px;
  }

  .navigation-class a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-right: 15px;
  }

  .navigation-class a:hover {
    color: #333;
  }

  .navigation-class a::after {
    content: ">";
    color: #333;
    margin-left: 15px;
  }

  .navigation-class a:last-child::after {
    content: " ";
  }

  .navigation-class a:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1750px) {
  .header .bd .px1600 {
    padding-left: 0.2rem;
  }
}

