* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}
html.overflow {
  overflow: hidden;
}
html body {
  background-color: #f8f8f8;
  color: rgba(33, 33, 33, 0.95);
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
}
html body a {
  text-decoration: none;
  color: rgba(33, 33, 33, 0.95);
  cursor: pointer;
}
html body a:hover {
  color: rgba(33, 33, 33, 0.95);
}
html body li {
  list-style-type: none;
}
html body ul {
  padding: 0;
}
html body img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    width: 1160px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
    width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
    width: 1360px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
    width: 1460px;
  }
}

.box_45326546 {
  background-color: #fff;
  position: sticky;
  z-index: 333;
  left: 0;
  right: 0;

  top: 0;
}
.box_45326546 .headerwrap {
  display: flex;
  align-items: center;
  height: 90px !important;
  justify-content: space-between;
  background: #fff;

  transition: all 0.6s;
  border-bottom: 1px solid transparent;
}
.box_45326546 .headerwrap .logo {
  margin-right: 110px;
}
.box_45326546 .headerwrap .navbar {
  display: flex;
  justify-content: center;
  margin-right: auto;
  /*width: 53%;*/
  /*position: relative;*/
  height: 90px;
  align-items: center;
  margin-bottom: 0;
}
.box_45326546 .headerwrap .navbar li {
  padding: 0 30px;
}
.box_45326546 .headerwrap .navbar li a {
  font-size: 18px;
  color: #666;
  transition: all 1s;
  font-weight: bold;
}
.box_45326546 .headerwrap li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.box_45326546 .headerwrap li:before {
  position: absolute;
  background: #f18719;
  border-radius: 10px;
  width: 0;
  transition: all 0.6s;
  height: 4px;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
}
.box_45326546 .headerwrap li .header-right {
  display: flex;
}
.box_45326546 .headerwrap li .header-right a {
  display: block;
  margin-left: 45px;
  font-size: 18px;
  color: #333333;
  transition: all 0.6s;
}
.box_45326546 .headerwrap li .header-right a:hover {
  transform: translateY(5px);
}
.box_45326546 .headerwrap li .header-right img {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
}
.box_45326546 .headerwrap.on .navbar {
  height: 75px;
}
.box_45326546 .headerwrap .logo {
  margin: 0;
}
.box_45326546 .headerwrap .navbar {
  padding: 0 10px;
  margin-right: 0;
}
.box_45326546 .headerwrap .navbar li:hover::before,
.box_45326546 .headerwrap .navbar li.on::before {
  width: 100%;
}
.box_45326546 .headerwrap .navbar li.nav-item:hover > a,
.box_45326546 .headerwrap .navbar li.nav-item.on > a {
  color: #f18719;
}
.box_45326546 .headerwrap1 {
  max-width: 1400px;
  margin: auto;
  box-shadow: initial;
}
@media (max-width: 1900px) {
  .box_45326546 .headerwrap {
    padding: 0 45px;
  }
  .box_45326546 .headerwrap .logo {
    margin: 0;
  }
  .box_45326546 .headerwrap .navbar {
    padding: 0 10px;
    margin-right: 0;
  }
  .box_45326546 .header-right a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .box_45326546 .headerwrap .navbar li a,
  .box_45326546 .header-right a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .box_45326546 .headerwrap {
    padding: 0 25px;
  }
  .box_45326546 .header-right a {
    margin-left: 20px;
  }
}
.box_45326546 .header-right {
  display: flex;
}
.box_45326546 .header-right a {
  display: block;
  margin-left: 45px;
  font-size: 18px;
  color: #333333;
  transition: all 0.6s;
  display: flex;
  align-items: center;
}
.box_45326546 .header-right a:hover {
  transform: translateY(5px);
}
.box_45326546 .header-right a:first-child {
  margin-left: 0;
}
.box_45326546 .header-right img {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
}

.mySwiperBanner .swiper-button-prev,
.mySwiperBanner .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.52);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mySwiperBanner .swiper-button-prev {
  left: 50px;
  transform: translateX(-50%);
}
.mySwiperBanner .swiper-button-next {
  right: 50px;
  transform: translateX(50%);
}
.mySwiperBanner .swiper-button-next:after,
.mySwiperBanner .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}

.box_6734876 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/aos.css */
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_6734876 [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}
.box_6734876 [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 0.25s;
}
.box_6734876 [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}
.box_6734876 [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 0.45s;
}
.box_6734876 body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}
.box_6734876 body[data-aos-easing='ease-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box_6734876 [data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
.box_6734876 [data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
.box_6734876 [data-aos='fade-blur'] {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 1 !important;
  transition: all 1.5s ease-out;
  visibility: visible !important;
  animation-fill-mode: both;
}
.box_6734876 [data-aos='fade-blur'].aos-animate {
  transition: all 1.5s;
  filter: blur(0px);
  transform: none;
  opacity: 1;
}
.box_6734876 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_6734876 p,
.box_6734876 h3,
.box_6734876 h4 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_6734876 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_6734876 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_6734876 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_6734876 h3,
.box_6734876 h4 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_6734876 i {
  font-style: normal;
}
.box_6734876 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_6734876 .clearfix {
  *zoom: 1;
}
.box_6734876 .clearfix:before,
.box_6734876 .clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.box_6734876 .clearfix:after {
  clear: both;
}
.box_6734876 .container {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
}
.box_6734876 .index-sec1 {
  padding: 75px 0;
  position: relative;
}
.box_6734876 .index-sec1 .container {
  position: relative;
}
.box_6734876 .index-sec1 .rightcont {
  width: 50%;
  margin-left: 50%;
}
.box_6734876 .index-sec1 .item-text {
  position: relative;
  padding-left: 12.5%;
  padding-bottom: 45px;
}
.box_6734876 .index-sec1 .rightcont .left-img {
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  box-shadow: 0 22px 30px -5px rgba(22, 56, 75, 0.36);
  border-radius: 30px 30px 0px 30px;
}
.box_6734876 .index-sec1 .left-img img {
  display: block;
  border-radius: 30px 30px 0px 30px;
}
.box_6734876 .index-sec1 .item-text h3 {
  color: #333333;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 4px;
  font-weight: bold;
}
.box_6734876 .index-sec1 .item-text h4 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #f18719;
  opacity: 0.1;
  font-family: arial;
}
.box_6734876 .index-sec1 .item-text .p1 {
  color: #666666;
  line-height: 40px;
  font-size: 20px;
  margin: 40px 0 45px 0;
}
.box_6734876 .index-sec1 .item-img {
  overflow: hidden;
  box-shadow: 0 22px 30px -5px rgba(22, 56, 75, 0.36);
  border-radius: 0px 30px 30px 30px;
}
.box_6734876 .index-sec1 .item-img img {
  border-radius: 0px 30px 30px 30px;
  display: block;
  width: 100%;
  height: auto;
}
.box_6734876 .index-sec1 .more {
  position: absolute;
  left: 0%;
  color: #f18719;
  font-size: 22px;
  font-family: DIN;
  width: 100%;
  bottom: 0;
  transition: all 1s;
}
.box_6734876 .index-sec1 .more i {
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #ecf0f4;
  vertical-align: middle;
  transition: all 1s;
}
.box_6734876 .index-sec1 .about-text {
  position: absolute;
  top: 50%;
  z-index: -1;
  margin-top: -30px;
}
.box_6734876 .index-sec1 .about-dot {
  position: absolute;
  top: 0%;
}
.box_6734876 .index-sec1 .more:hover i {
  width: 300px;
  background: #f18719;
}
.box_6734876 .index-sec1 .zongzhi {
  position: absolute;
  left: 0;
  font-size: 20px;
  width: 40%;
  bottom: 100px;
  transition: all 1s;
  line-height: 2.4;
}
.box_6734876 .index-sec1 .item-text a.taiduo {
  display: block;
  text-align: center;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  border: solid 1px #222222;
  line-height: 48px;
  font-size: 16px;
  transition: all 0.6s;
  float: right;
}
.box_6734876 .index-sec1 .item-text a.taiduo:hover {
  background: #f18719;
  color: #fff;
  border-color: #f18719;
  transform: translateX(10px);
  box-shadow: 0 0 20px rgba(241, 135, 25, 0.6);
}
@media (max-width: 1700px) {
  .box_6734876 .container {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
  }
  .box_6734876 .index-sec1 .about-text {
    max-width: 60%;
  }
  .box_6734876 .index-sec1 .about-dot {
    width: 90px;
  }
  .box_6734876 .index-sec1 .item-text .p1 {
    margin: 30px 0;
  }
  .box_6734876 .index-sec1 .rightcont {
    width: 57%;
    margin-left: 43%;
  }
  .box_6734876 .index-sec1 .more {
    left: 7%;
  }
  .box_6734876 .index-sec1 .more i {
    width: 160px;
  }
}

.box_4574574657 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_4574574657 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_4574574657 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_4574574657 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_4574574657 .mianyi-sec3 {
  position: relative;
}
.box_4574574657 .mianyi-sec3 .w1400 {
  position: relative;
  padding-top: 75px;
}
.box_4574574657 .mianyi-sec3 #tab2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.1);
  border-radius: 6px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
.box_4574574657 .mianyi-sec3 #tab2 a {
  display: block;
  line-height: 120px;
  flex-grow: 1;
  width: 25%;
  text-align: center;
  color: #333333;
  font-size: 20px;
  transition: all 1s;
}
.box_4574574657 .mianyi-sec3 #tab2 a span {
  font-weight: bold;
  font-size: 2rem;
}
.box_4574574657 .mianyi-sec3 #tab2 a:hover {
  background: #f18719;
  color: #fff;
}
@media (max-width: 1400px) {
  .box_4574574657 .w1400 {
    padding: 0 30px;
  }
}

.box_4578645896 {
  margin-top: 150px;
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
  /*! CSS Used keyframes */
}
.box_4578645896 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_4578645896 p,
.box_4578645896 h3,
.box_4578645896 ul,
.box_4578645896 li {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_4578645896 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_4578645896 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_4578645896 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_4578645896 ul,
.box_4578645896 li {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.box_4578645896 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_4578645896 i {
  font-style: normal;
}
.box_4578645896 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_4578645896 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_4578645896 .ipsc-sec5 {
  margin: 75px 0 0 0;
}
.box_4578645896 .ipsc-sec5 .tit h3 {
  text-align: center;
  color: #000000;
  font-size: 40px;
}
.box_4578645896 .ipsc-sec5 .tit h3 i {
  display: block;
  width: 40px;
  height: 2px;
  background: #f18719;
  margin: 40px auto 20px auto;
}
.box_4578645896 .ipsc-sec5 .tit p {
  text-align: center;
  color: #333333;
  font-size: 20px;
}
.box_4578645896 .ipsc-sec5 .line1 {
  width: 480px;
  height: 480px;
  border: solid 1px rgba(241, 135, 25, 0.8);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
.box_4578645896 .ipsc-sec5 .line2 {
  width: 680px;
  height: 680px;
  border: solid 1px rgba(241, 135, 25, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 150px auto;
  position: relative;
  background: #fff;
}
.box_4578645896 .ipsc-sec5 .line1::before {
  position: absolute;
  content: '';
  display: block;
  left: 30px;
  right: 30px;
  bottom: 30px;
  top: 30px;
  border: 100%;
  border: 1px solid 1px rgb(241, 135, 25);
  animation: linechange 3s linear infinite;
  border-radius: 100%;
  transform: scale(0.3);
}
.box_4578645896 .ipsc-sec5 .line1::after {
  position: absolute;
  content: '';
  display: block;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  transform: scale(0.3);
  border: 100%;
  border: 1px solid 1px rgb(241, 135, 25);
  animation: linechange 3s linear infinite;
  border-radius: 100%;
  animation-delay: 1s;
}
.box_4578645896 .ipsc-sec5 .line2::after {
  position: absolute;
  content: '';
  display: block;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  transform: scale(0.3);
  border: 100%;
  border: 1px solid 1px rgb(241, 135, 25);
  animation: linechange 3s linear infinite;
  border-radius: 100%;
  animation-delay: 1s;
}
.box_4578645896 .ipsc-sec5 .line2::before {
  position: absolute;
  content: '';
  display: block;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  transform: scale(0.3);
  border: 100%;
  border: 1px solid 1px rgb(241, 135, 25);
  animation: linechange 3s linear infinite;
  border-radius: 100%;
  animation-delay: 1s;
}
.box_4578645896 .ipsc-sec5 .centerline {
  width: 250px;
  height: 250px;
  background-color: #f18719;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  animation: colorchange 2s linear infinite;
}
.box_4578645896 .ipsc-sec5 ul li {
  position: absolute;
  z-index: 33;
}
.box_4578645896 .ipsc-sec5 .cont {
  position: relative;
}
.box_4578645896 .ipsc-sec5 li p {
  color: #000000;
  font-size: 18px;
  order: 5;
  padding-left: 20px;
  transition: all 0.6s;
  display: block;
  width: 300px;
}
.box_4578645896 .ipsc-sec5 li .tu {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(241, 135, 25, 0.2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  transition: all 0.6s;
}
.box_4578645896 .ipsc-sec5 li .tu img {
  transition: all 1s;
}
.box_4578645896 .ipsc-sec5 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_4578645896 .ipsc-sec5 .l1 {
  top: -43px;
  left: 116px;
}
.box_4578645896 .ipsc-sec5 .l2 {
  top: 29px;
  right: 40px;
}
.box_4578645896 .ipsc-sec5 .l3 {
  top: 420px;
  right: 0;
}
.box_4578645896 .ipsc-sec5 .l4 {
  bottom: -95px;
  right: 417px;
}
.box_4578645896 .ipsc-sec5 .l5 {
  top: 328px;
  left: 125px;
}
.box_4578645896 .ipsc-sec5 .l1 p {
  order: 2;
  padding-left: 0;
  padding-right: 20px;
}
.box_4578645896 .ipsc-sec5 .l4 p {
  align-self: flex-end;
}
.box_4578645896 .ipsc-sec5 .l5 a {
  flex-direction: column;
}
.box_4578645896 .ipsc-sec5 .l5 a .tu {
  align-self: flex-end;
  margin-bottom: 30px;
}
.box_4578645896 .ipsc-sec5 .l5 p {
  padding-left: 0;
}
.box_4578645896 .ipsc-sec5 li .hover {
  transform: translateY(0px);
  opacity: 0;
}
.box_4578645896 .ipsc-sec5 li .tu div {
  height: 60px;
  width: 60px;
  overflow: hidden;
}
.box_4578645896 .ipsc-sec5 li:hover .tu {
  background: #f18719;
}
.box_4578645896 .ipsc-sec5 li:hover .nohover {
  transform: translateY(-60px);
}
.box_4578645896 .ipsc-sec5 li:hover .hover {
  transform: translateY(-60px);
  display: block;
  opacity: 1;
}
.box_4578645896 .ipsc-sec5 li:hover p {
  color: #f18719;
}
@media (max-width: 1400px) {
  .box_4578645896 .w1400 {
    padding: 0 30px;
  }
  .box_4578645896 .ipsc-sec5 .l1 {
    top: -43px;
    left: 86px;
  }
  .box_4578645896 .ipsc-sec5 .l2 {
    top: 20px;
    right: 0px;
  }
  .box_4578645896 .ipsc-sec5 .l3 {
    top: 420px;
    right: 0px;
  }
  .box_4578645896 .ipsc-sec5 .l4 {
    bottom: -100px;
    right: 257px;
  }
  .box_4578645896 .ipsc-sec5 .l5 {
    top: 328px;
    left: 55px;
  }
  .box_4578645896 .ipsc-sec5 li p {
    max-width: 280px;
  }
  .box_4578645896 .ipsc-sec5 li p br {
    display: none;
  }
}
@keyframes linechange {
  from {
    border: 1px solid rgba(241, 135, 25, 0.8);
    opacity: 1;
  }
  50% {
    border: 1px solid rgba(241, 135, 25, 0.5);
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    border: 1px solid rgba(241, 135, 25, 0.2);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes colorchange {
  from {
    background-color: #f18719;
    transform: scale(1);
  }
  50% {
    background-color: #c26f16;
    transform: scale(0.95);
  }
  100% {
    background-color: #f18719;
    transform: scale(1);
  }
}

footer .top {
  background-color: #f3f3f3;
  padding: 50px 0;
}
@media (min-width: 1400px) {
  footer .top .container {
    max-width: 1360px;
    width: 1360px;
  }
}
@media (min-width: 1500px) {
  footer .top .container {
    max-width: 1460px;
    width: 1460px;
  }
}
footer .top .container .row .col-md-2 {
  text-align: center;
}
footer .top .container .row .col-md-2 img {
  max-width: 140px;
  margin-bottom: 12px;
  margin: 0 auto;
}
footer .top .container .row .i .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
footer .top .container .row .i .icos {
  display: flex;
  justify-content: center;
}
footer .top .container .row .i .icos div {
  width: 14%;
  box-sizing: content-box;
  text-align: center;
  font-size: 0.7rem;
}
footer .top .container .row .i .icos div img {
  width: 80%;
  background-color: #fff;
  border-radius: 25%;
  margin: 0 auto;
  margin-bottom: 8px;
}
footer .bottom {
  background-color: #4d4d4d;
  padding: 50px 0;
}
footer .bottom .col-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
footer .bottom .col-3:hover > img {
  opacity: 1;
}
footer .bottom .col-3 > img {
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s;
}
footer .bottom .col-3 .ico svg {
  font-size: 3rem;
}
footer .bottom .col-3 .text {
  text-align: center;
  padding-top: 4px;
}
footer .bottom .col-3 .text span {
  display: block;
  line-height: 1.2;
  color: #d3d3d3;
}

.box_347589346 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/aos.css */
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_347589346 [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}
.box_347589346 [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 0.25s;
}
.box_347589346 body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}
.box_347589346 body[data-aos-easing='ease-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box_347589346 [data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
.box_347589346 [data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
.box_347589346 [data-aos='fade-blur'] {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 1 !important;
  transition: all 1.5s ease-out;
  visibility: visible !important;
  animation-fill-mode: both;
}
.box_347589346 [data-aos='fade-blur'].aos-animate {
  transition: all 1.5s;
  filter: blur(0px);
  transform: none;
  opacity: 1;
}
.box_347589346 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_347589346 p,
.box_347589346 h3 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_347589346 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_347589346 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_347589346 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_347589346 b {
  font-weight: normal;
}
.box_347589346 b {
  font-style: normal;
}
.box_347589346 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_347589346 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_347589346 .taipan-sec1 {
  position: relative;
  padding: 75px 0;
  height: 730px;
}
.box_347589346 .taipan-sec1 .w1400 {
  position: relative;
}
.box_347589346 .taipan-sec1 .bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.box_347589346 .taipan-sec1 .bg img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 730px;
}
.box_347589346 .taipan-sec1 .div1 h3 {
  color: #000000;
  font-size: 40px;
}
.box_347589346 .taipan-sec1 .div1 p {
  color: #666666;
  font-size: 18px;
  margin-top: 20px;
}
.box_347589346 .taipan-sec1 .div2 {
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.1);
  margin-top: 70px;
  padding: 80px 0 80px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_347589346 .taipan-sec1 .div2 p {
  width: 38%;
  color: #666666;
  font-size: 18px;
  line-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_347589346 .taipan-sec1 .div2 p b {
  color: #f18719;
}
.box_347589346 .taipan-sec1 .rightimg {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin-right: 45px;
  box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.2);
}
.box_347589346 .taipan-sec1 .rightimg img {
  display: block;
  height: auto;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .box_347589346 .w1400 {
    padding: 0 30px;
  }
}

.box_347589346_aaa {
  margin-bottom: 150px;
}
.box_347589346_aaa .fbdsndfndfn h3 {
  font-weight: bold;
}
.box_347589346_aaa .fbdsndfndfn {
  border-bottom: 1px solid #f18719;
  color: #f18719;
}
.box_347589346_aaa .taipan-sec1 {
  height: auto;
  padding: 55px 0;
}
.box_347589346_aaa .taipan-sec1 .div1 {
  margin-bottom: -50px;
  margin-top: 20px;
}
.box_347589346_aaa .taipan-sec1 .div2 p {
  flex: 1;
}
.box_347589346_aaa .box_347589346:nth-child(even) .taipan-sec1 .div1 {
  text-align: right;
}
.box_347589346_aaa .box_347589346:nth-child(even) .taipan-sec1 .div2 {
  flex-direction: row-reverse;
}
.box_347589346_aaa .rightimg img {
  transition: 0.3s;
}
.box_347589346_aaa .rightimg img:hover {
  transform: scale(1.1);
}

.box_4574576 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_4574576 body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}
.box_4574576 body[data-aos-easing='ease-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box_4574576 [data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
.box_4574576 [data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
.box_4574576 [data-aos='fade-blur'] {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 1 !important;
  transition: all 1.5s ease-out;
  visibility: visible !important;
  animation-fill-mode: both;
}
.box_4574576 [data-aos='fade-blur'].aos-animate {
  transition: all 1.5s;
  filter: blur(0px);
  transform: none;
  opacity: 1;
}
.box_4574576 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_4574576 p,
.box_4574576 h3 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_4574576 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_4574576 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_4574576 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_4574576 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_4574576 b {
  font-weight: normal;
}
.box_4574576 b {
  font-style: normal;
}
.box_4574576 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_4574576 .container {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
}
.box_4574576 .index-sec3 {
  position: relative;
  padding: 75px 0;
}
.box_4574576 .index-sec3 .item-img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  height: 750px;
  overflow: hidden;
}
.box_4574576 .index-sec3 .item-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -100px;
}
.box_4574576 .index-sec3 .div1 {
  display: flex;
  align-items: center;
}
.box_4574576 .index-sec3 .div1 h3 {
  width: 180px;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.1);
  border-radius: 28px;
  text-align: center;
  line-height: 56px;
  color: #333333;
  font-size: 20px;
}
.box_4574576 .index-sec3 .tabs {
  display: flex;
  color: #333333;
  flex-grow: 1;
  align-items: center;
  margin-left: 34px;
  margin-right: 94px;
}
.box_4574576 .index-sec3 .tabs p {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 15px;
}
.box_4574576 .index-sec3 .tabs img {
  margin: 0px auto;
  position: relative;
  z-index: 3;
}
.box_4574576 .index-sec3 .tabs img.img1 {
  display: block;
}
.box_4574576 .index-sec3 .tabs img.img2 {
  display: none;
}
.box_4574576 .index-sec3 .tabs a {
  width: 50%;
  display: flex;
  align-items: center;
}
.box_4574576 .index-sec3 .tabs .t {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
.box_4574576 .index-sec3 .tabs .t div {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 18px;
}
.box_4574576 .index-sec3 .tabs .t div::before {
  position: absolute;
  content: '';
  display: block;
  height: 70px;
  width: 70px;
  transform: scale(0.3);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.8s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 0;
}
.box_4574576 .index-sec3 .tabs a.active .t div::before,
.box_4574576 .index-sec3 .tabs a:hover .t div::before {
  background: #f18719;
  opacity: 1;
  transform: scale(1);
}
.box_4574576 .index-sec3 .tabs a.active img.img1,
.box_4574576 .index-sec3 .tabs a:hover img.img1 {
  display: none;
}
.box_4574576 .index-sec3 .tabs a.active img.img2,
.box_4574576 .index-sec3 .tabs a:hover img.img2 {
  display: block;
}
.box_4574576 .index-sec3 .tabs b {
  height: 1px;
  background-color: #aaaaaa;
  display: block;
  width: 100%;
}
.box_4574576 .index-sec3 .tab-pal {
  display: flex;
  justify-content: space-between;
  padding: 100px 30px 30px 30px;
}
.box_4574576 .index-sec3 .tab-pal h3 {
  color: #333333;
  font-size: 40px;
}
.box_4574576 .index-sec3 .tab-pal .tab-text {
  max-width: 640px;
  flex-grow: 1;
}
.box_4574576 .index-sec3 .tab-pal .tab-text p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  position: relative;
  /*padding-left: 20px;*/
      text-indent: 2rem;
}
.box_4574576 .index-sec3 .tab-pal .tab-text p::before {
  /*content: '';*/
  display: block;
  position: absolute;
  left: 0;
  height: 6px;
  background: #333;
  width: 6px;
  border-radius: 100%;
  top: 12px;
}
.box_4574576 .index-sec3 .tab-pal .tab-text>a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 50px;
  border-radius: 25px;
  border: solid 2px #222222;
  display: block;
  transition: all 0.6s;
  color: #333333;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  margin-top: 110px;
}
.box_4574576 .index-sec3 .tab-pal .tab-text>a:hover {
  background: #f18719;
  color: #fff;
  border-color: #f18719;
  transform: translateX(10px);
  box-shadow: 0 0 20px rgba(241, 135, 25, 0.6);
}
.box_4574576 .index-sec3 .tab-img {
  box-shadow: 0 15px 15px -5px rgba(22, 56, 75, 0.36);
  border-radius: 30px;
  margin-left: 5%;
  position: relative;
  display: flex;
  transition: all 0.6s;
}
.box_4574576 .index-sec3 .tab-img .b1 {
  width: 156px;
  height: 80%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0pxrgba 6, 0, 1, 0.1;
  border-radius: 30px;
  opacity: 0.6;
  position: absolute;
  left: -30px;
  z-index: -1;
  top: 10%;
}
.box_4574576 .index-sec3 .tab-img .b2 {
  width: 119px;
  height: 70%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0pxrgba 6, 0, 1, 0.1;
  border-radius: 30px;
  opacity: 0.6;
  position: absolute;
  left: -50px;
  z-index: -1;
  top: 15%;
}
.box_4574576 .index-sec3 .tab-img img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.6s;
  width: 800px;
  object-fit: cover;
}
.box_4574576 .index-sec3 .tab-img img:hover,
.box_4574576 .index-sec3 .tab-img:hover {
  border-radius: 0px 70px 0 70px;
}
.box_4574576 .index-sec3 .container {
  position: relative;
  max-width: 1600px;
}
@media (max-width: 1700px) {
  .box_4574576 .container {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1600px) {
  .box_4574576 .index-sec3 .item-img {
    height: 700px;
  }
  .box_4574576 .index-sec3 .tab-pal {
    padding-top: 60px;
  }
}

.box_34652347 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
  /*! CSS Used keyframes */
}
.box_34652347 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_34652347 p,
.box_34652347 h3 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_34652347 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_34652347 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_34652347 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_34652347 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_34652347 i {
  font-style: normal;
}
.box_34652347 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_34652347 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_34652347 .ipsc-sec1 {
  padding: 75px 0;
  padding-top: 0;
}
.box_34652347 .ipsc-sec1 .p-text {
  position: relative;
}
.box_34652347 .ipsc-sec1 h3 {
  text-align: center;
  color: #000000;
  font-size: 40px;
}
.box_34652347 .ipsc-sec1 h3 i {
  display: block;
  width: 40px;
  height: 2px;
  background: #f18719;
  margin: 40px auto;
}
.box_34652347 .ipsc-sec1 p {
  color: #000000;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  background: url(https://www.ahcellbank.com/static/home/images/logohui.png) no-repeat center;
  width: 75%;
  position: relative;
  margin: 0 auto;
}
.box_34652347 .ipsc-sec1 .p-text img {
  position: absolute;
}
.box_34652347 .ipsc-sec1 .yinhao-l {
  left: 0;
  top: 0%;
}
.box_34652347 .ipsc-sec1 .yinhao-r {
  right: 0;
  top: 60px;
}
.box_34652347 .ipsc-sec1 .item-video {
  position: relative;
  margin-top: 50px;
}
.box_34652347 .ipsc-sec1 .item-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_34652347 .ipsc-sec1 .item-video a::before {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  content: '';
  display: block;
  border: 4px dashed #fff;
  border-radius: 100%;
  transition: all 0.6s;
  transform: scale(0);
  animation: ro 15s infinite linear;
  opacity: 0;
}
.box_34652347 .ipsc-sec1 .item-video a:hover::before {
  opacity: 0.6;
  transform: scale(1);
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}
@media (max-width: 1400px) {
  .box_34652347 .w1400 {
    padding: 0 30px;
  }
}
@keyframes ro {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.darnrdan {
  color: #f18719 !important;
}

.box_3658454847 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/swiper.min.css */
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_3658454847 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.box_3658454847 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.box_3658454847 .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.box_3658454847 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.box_3658454847 .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.box_3658454847 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_3658454847 p,
.box_3658454847 h3,
.box_3658454847 h4 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_3658454847 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_3658454847 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_3658454847 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_3658454847 h3,
.box_3658454847 h4 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_3658454847 b {
  font-weight: normal;
}
.box_3658454847 i,
.box_3658454847 b {
  font-style: normal;
}
.box_3658454847 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_3658454847 .container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_3658454847 .index-tit h3 {
  color: #333333;
  font-size: 40px;
}
.box_3658454847 .index-tit h4 {
  color: #f18719;
  font-family: DIN;
  font-size: 18px;
  margin-top: 20px;
}
.box_3658454847 .index-sec4 {
  background: url(https://www.ahcellbank.com/static/home/images/mapbg.png) no-repeat top center;
  background-size: 80% auto;
}
.box_3658454847 .index-sec4 .index-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_3658454847 .index-sec4 .index-tit a {
  display: block;
  text-align: center;
  width: 220px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #222222;
  line-height: 58px;
  font-size: 18px;
  transition: all 0.6s;
}
.box_3658454847 .index-sec4 .index-tit a:hover {
  background: #f18719;
  color: #fff;
  border-color: #f18719;
  transform: translateX(10px);
  box-shadow: 0 0 20px rgba(241, 135, 25, 0.6);
}
.box_3658454847 #index-sec4 {
  max-width: 1400px;
  margin: auto;
  height: 650px;
}
.box_3658454847 .index-sec4 .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 100px 0 10px 0;
  width: 28%;
  position: relative;
}
.box_3658454847 .index-sec4 .swiper-slide a {
  padding: 35px;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.1);
  transform: translateY(0);
  overflow: hidden;
  margin: 0 20px;
  transition: padding-bottom 1s, transform 1s;
}
.box_3658454847 .index-sec4 .item-img {
  position: relative;
}
.box_3658454847 .index-sec4 .item-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 4px;
}
.box_3658454847 .index-sec4 .item-text {
  padding: 35px 0 0 0;
}
.box_3658454847 .index-sec4 .item-text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707070;
  font-size: 28px;
  margin-bottom: 30px;
  transition: all 1s;
}
.box_3658454847 .index-sec4 .item-text p {
  color: #888888;
  line-height: 30px;
  font-size: 14px;
  display: -webkit-box;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box_3658454847 .index-sec4 .hide-more {
  width: 150px;
  position: absolute;
  bottom: -100px;
  transition: all 1s;
}
.box_3658454847 .index-sec4 .hide-more b {
  display: block;
  width: 150px;
  height: 1px;
  background: #f18719;
  margin-top: 15px;
}
.box_3658454847 .index-sec4 .hide-more div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_3658454847 .index-sec4 .hide-more span {
  color: #f18719;
  font-size: 16px;
}
.box_3658454847 .index-sec4 .swiper-slide:hover .hide-more {
  bottom: 50px;
}
.box_3658454847 .index-sec4 .swiper-slide:hover a {
  padding-bottom: 140px;
  transform: translateY(-105px);
}
.box_3658454847 .index-sec4 .swiper-slide:hover h3 {
  color: #f18719;
}
@media (max-width: 1700px) {
  .box_3658454847 .container {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
  }
  .box_3658454847 #index-sec4 {
    padding-left: 30px;
  }
}
@media (max-width: 1600px) {
  .box_3658454847 .index-sec4 .swiper-slide {
    padding-top: 70px;
  }
  .box_3658454847 #index-sec4 {
    height: 550px;
  }
  .box_3658454847 .index-sec4 .index-tit a {
    width: 180px;
    height: 50px;
    line-height: 48px;
  }
  .box_3658454847 .index-sec4 .item-text h3 {
    font-size: 24px;
  }
  .box_3658454847 .index-sec4 .swiper-slide:hover a {
    padding-bottom: 80px;
    transform: translateY(-45px);
  }
  .box_3658454847 .index-sec4 .swiper-slide:hover .hide-more {
    bottom: 35px;
  }
}
@media (max-width: 1300px) {
  .box_3658454847 #index-sec4 {
    height: 500px;
  }
}

.box_6453876536 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_6453876536 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_6453876536 p,
.box_6453876536 h3,
.box_6453876536 ul,
.box_6453876536 li,
.box_6453876536 form,
.box_6453876536 input {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_6453876536 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_6453876536 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_6453876536 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_6453876536 ul,
.box_6453876536 li {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.box_6453876536 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_6453876536 b {
  font-weight: normal;
}
.box_6453876536 i,
.box_6453876536 b {
  font-style: normal;
}
.box_6453876536 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_6453876536 input,
.box_6453876536 button {
  border: none;
  background: none;
}
.box_6453876536 input:focus {
  outline: none;
}
.box_6453876536 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_6453876536 .question-page {
  padding: 75px 0;
}
.box_6453876536 .question-page ul {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  flex-wrap: wrap;
  padding: 5px 0;
}
.box_6453876536 .question-page li {
  width: calc(32.7868852459% - 60px);
  margin-bottom: 70px;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 0.6s;
}
.box_6453876536 .question-page li a {
  display: block;
  padding: 35px 35px 50px 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(29, 56, 75, 0.07);
  transform: translateY(0);
  transition: all 1s;
  -webkit-box-shadow: 0px 0px 10px rgba(29, 56, 75, 0.1);
}
.box_6453876536 .question-page .item-img {
  position: relative;
  overflow: hidden;
}
.box_6453876536 .question-page .item-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 4px;
  transition: all 0.6s;
}
.box_6453876536 .question-page .item-text {
  padding: 35px 0 0 0;
}
.box_6453876536 .question-page .item-text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707070;
  font-size: 28px;
  margin-bottom: 30px;
  transition: all 0.6s;
}
.box_6453876536 .question-page .item-text p {
  color: #888888;
  line-height: 30px;
  font-size: 14px;
  display: -webkit-box;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box_6453876536 .question-page .hide-more {
  width: 150px;
  transition: all 0.6s;
  margin-top: 50px;
}
.box_6453876536 .question-page .hide-more i {
  display: inline-block;
  vertical-align: middle;
  background: url(https://www.ahcellbank.com/static/home/images/arrow2.png) no-repeat top center;
  height: 10px;
  width: 30px;
  transition: all 0.6s;
}
.box_6453876536 .question-page .hide-more b {
  display: block;
  width: 150px;
  height: 1px;
  background: #333;
  margin-top: 15px;
  transition: all 0.6s;
}
.box_6453876536 .question-page .hide-more div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s;
}
.box_6453876536 .question-page .hide-more span {
  color: #333;
  font-size: 16px;
  transition: all 0.6s;
}
.box_6453876536 .question-page li:hover {
  box-shadow: 0 0 20px rgba(241, 135, 25, 0.6);
}
.box_6453876536 .question-page li:hover h3 {
  color: #f18d1b;
}
.box_6453876536 .question-page li:hover .hide-more i {
  background-position: bottom center;
}
.box_6453876536 .question-page li:hover b {
  background: #f18d1b;
}
.box_6453876536 .question-page li:hover span {
  color: #f18d1b;
}
.box_6453876536 .question-page li:hover .item-img img {
  transform: scale(1.05);
}
.box_6453876536 .fenye {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_6453876536 .fenye p {
  margin-right: 10px;
}
.box_6453876536 .fenye p,
.box_6453876536 .fenye span {
  color: #333333;
  font-size: 14px;
}
.box_6453876536 .fenye p b {
  color: #f18d1b;
}
.box_6453876536 .fenye a {
  width: 69px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 26px;
  margin: 0 5px;
  transition: all 0.6s;
}
.box_6453876536 .fenye .at {
  background-color: #f1f1f1;
  width: 43px;
  height: 36px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: solid 1px #cccccc;
  text-align: center;
  margin-right: 5px;
}
.box_6453876536 .fenye span {
  margin-left: 10px;
  margin-right: 10px;
}
.box_6453876536 .fenye a:hover {
  background: #353535;
  color: #fff;
}
@media (max-width: 1400px) {
  .box_6453876536 .w1400 {
    padding: 0 30px;
  }
}

.box_63457863456 {
  margin-bottom: 50px;
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_63457863456 .w1400 a {
  color: #fff;
  font-weight: bold;
}
.box_63457863456 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_63457863456 p,
.box_63457863456 h3 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_63457863456 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_63457863456 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_63457863456 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_63457863456 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_63457863456 .ipsc-sec3 {
  background: url(/static/upload/image/20250314/1741947969766823.png) no-repeat center;
  padding: 125px 0;
}
.box_63457863456 .ipsc-sec3 h3 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  margin-bottom: 40px;
}
.box_63457863456 .ipsc-sec3 p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
@media (max-width: 1400px) {
  .box_63457863456 .w1400 {
    padding: 0 30px;
  }
}

.box_3745865745 {
  margin-bottom: 50px;
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_3745865745 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_3745865745 p,
.box_3745865745 h3,
.box_3745865745 ul,
.box_3745865745 li {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_3745865745 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_3745865745 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.box_3745865745 ul,
.box_3745865745 li {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.box_3745865745 h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_3745865745 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_3745865745 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_3745865745 .ipsc-sec2 {
  background: #f5f5f5 url(https://www.ahcellbank.com/static/home/images/ipsc-map.png) no-repeat center;
  padding: 100px 0;
}
.box_3745865745 .ipsc-sec2 .cont {
  display: flex;
  justify-content: space-between;
}
.box_3745865745 .ipsc-sec2 .left {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box_3745865745 .ipsc-sec2 .right {
  width: 950px;
}
.box_3745865745 .ipsc-sec2 .right ul {
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
}
.box_3745865745 .ipsc-sec2 .right li {
  background: #fff;
  position: relative;
  padding: 60px 35px 45px 35px;
  width: 47%;
  min-height: 280px;
  transition: all 1s;
}
.box_3745865745 .ipsc-sec2 .right li p {
  line-height: 34px;
  color: #000;
  font-size: 14px;
  transition: all 1s;
}
.box_3745865745 .ipsc-sec2 .right li:hover {
  box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.2);
  transform: scale(1.03);
  background: #f18d1b;
}
.box_3745865745 .ipsc-sec2 .right li:hover p {
  color: #fff;
}
.box_3745865745 .ipsc-sec2 .yinhao-l1 {
  left: 35px;
  top: -30px;
  position: absolute;
}
.box_3745865745 .ipsc-sec2 .yinhao-r1 {
  left: 35px;
  top: -30px;
  position: absolute;
}
.box_3745865745 .ipsc-sec2 .tit {
  display: flex;
}
.box_3745865745 .ipsc-sec2 .tit h3 {
  color: #000000;
  font-size: 34px;
  flex-grow: 1;
  white-space: nowrap;
  padding-top: 15px;
}
.box_3745865745 .six-block {
  width: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  height: 30px;
}
.box_3745865745 .six-block div {
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  animation: infinite 0.9s changecolor;
}
.box_3745865745 .six-block .b1 {
  background: #e2615a;
  animation-delay: 0.1s;
}
.box_3745865745 .six-block .b2 {
  background: #e57d78;
  animation-delay: 0.2s;
}
.box_3745865745 .six-block .b3 {
  background: #e89c99;
  animation-delay: 0.3s;
}
.box_3745865745 .six-block .b4 {
  background: #e57d78;
  animation-delay: 0.4s;
}
.box_3745865745 .six-block .b5 {
  background: #e89f9c;
  animation-delay: 0.5s;
}
.box_3745865745 .six-block .b6 {
  background: #ecbbba;
  animation-delay: 0.6s;
}
.box_3745865745 .six-block .b7 {
  background: #e9a19e;
  animation-delay: 0.7s;
}
.box_3745865745 .six-block .b8 {
  background: #ecc1c0;
  animation-delay: 0.8s;
}
.box_3745865745 .six-block .b9 {
  background: #f0dfe0;
  animation-delay: 0.9s;
}
@media (max-width: 1400px) {
  .box_3745865745 .w1400 {
    padding: 0 30px;
  }
}

.trjtjter li {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.2);
}
.trjtjter li video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.trjtjter li .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.trjtjter li .video-btn img {
  width: 50px;
  height: 50px;
}

.box_435786954 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
}
.box_435786954 * {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft Yahei';
}
.box_435786954 p,
.box_435786954 h3,
.box_435786954 h4,
.box_435786954 form,
.box_435786954 input {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.box_435786954 p {
  font-size: 14px;
  border: none;
  color: #000;
}
.box_435786954 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.box_435786954 dl,
.box_435786954 dt,
.box_435786954 dd {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
}
.box_435786954 h3,
.box_435786954 h4 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.box_435786954 i {
  font-style: normal;
}
.box_435786954 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}
.box_435786954 input,
.box_435786954 button {
  border: none;
  background: none;
}
.box_435786954 input:focus {
  outline: none;
}
.box_435786954 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.box_435786954 .quesxq-page {
  padding: 75px 0;
}
.box_435786954 .quesxq-page .w1400 {
  max-width: 1200px;
  margin: auto;
}
.box_435786954 .quesxq-page .quesxq-cont {
  display: flex;
  justify-content: space-between;
}
.box_435786954 .quesxq-page .quesxq-cont .left {
  width: 800px;
}
.box_435786954 .quesxq-page .quesxq-cont .left .qus-p *{
    max-width: 100%;
        text-wrap-mode: initial !important;
}
.box_435786954 .quesxq-page .quesxq-cont .right {
  width: 280px;
}
.box_435786954 .quesxq-page .qus-tit {
  padding-bottom: 50px;
}
.box_435786954 .quesxq-page .qus-tit h4 {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.box_435786954 .quesxq-page .qus-tit p {
  color: #888888;
  font-size: 14px;
  line-height: 36px;
}
.box_435786954 .quesxq-page .qus-p p {
  color: #333333;
  font-size: 15px;
  line-height: 50px;
}
.box_435786954 .fenpian {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
  margin-top: 50px;
  align-items: center;
}
.box_435786954 .fenpian div a {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.6s;
}
.box_435786954 .fenpian .backlist-btn {
  width: 160px;
  height: 40px;
  background-color: #f2f3f6;
  border-radius: 20px;
  transition: all 0.6s;
  display: block;
  text-align: center;
  line-height: 40px;
}
.box_435786954 .fenpian .backlist-btn i {
  display: inline-block;
  background: url(https://www.ahcellbank.com/static/home/images/backbtn.png) no-repeat top center;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  transition: all 0.6s;
}
.box_435786954 .fenpian .backlist-btn:hover {
  background: #f18d1b;
  color: #fff;
}
.box_435786954 .fenpian .backlist-btn:hover i {
  background-position: bottom center;
}
.box_435786954 .fenpian div a:hover {
  color: #f18d1b;
}
.box_435786954 .quesxq-page .search-box {
  display: flex;
  width: 280px;
  height: 50px;
  background-color: #f2f3f6;
}
.box_435786954 .quesxq-page .search-box .text {
  display: block;
  height: 50px;
  padding-left: 10px;
  flex-grow: 1;
}
.box_435786954 .quesxq-page .search-box .sub {
  display: block;
  height: 50px;
  width: 50px;
  background: url(https://www.ahcellbank.com/static/home/images/zoom.png) no-repeat center;
  cursor: pointer;
}
.box_435786954 .quesxq-page dl {
  margin: 45px 0;
}
.box_435786954 .quesxq-page dt h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 30px;
}
.box_435786954 .quesxq-page dd {
  margin-bottom: 15px;
  transition: all 0.6s;
}
.box_435786954 .quesxq-page dd .p1 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.6s;
}
.box_435786954 .quesxq-page dd .p2 {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.box_435786954 .quesxq-page dd .p2 span {
  color: #aaaaaa;
  font-size: 12px;
}
.box_435786954 .quesxq-page dd:hover {
  transform: translateX(10px);
}
.box_435786954 .quesxq-page dd:hover .p1 {
  color: #f18d1b;
}
@media (max-width: 1400px) {
  .box_435786954 .w1400 {
    padding: 0 30px;
  }
} /*# sourceMappingURL=style.css.map */

.box_346346346 {
  /*! CSS Used from: https://www.ahcellbank.com/static/home/css/style.css */
  /*! CSS Used keyframes */
}

.box_346346346 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft Yahei";
}

.box_346346346 p, .box_346346346 ul, .box_346346346 li {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}

.box_346346346 p {
  font-size: 14px;
  border: none;
  color: #000;
}

.box_346346346 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}

.box_346346346 img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.box_346346346 ul, .box_346346346 li {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.box_346346346 p {
  line-height: 170%;
  color: #555;
  font-size: 14px;
}

.box_346346346 .right-pop {
  position: fixed;
  right: 10px;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 86px;
  /*height: 400px;*/
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 43px;
  z-index: 6333;
}

.box_346346346 .right-pop li {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  vertical-align: middle;
  transition: all 0.6s;
}

.box_346346346 .right-pop li:first-child {
  padding-top: 10px;
}

.box_346346346 .right-pop li:last-child {
  border-bottom: none;
}

.box_346346346 .right-pop li span img {
  display: block;
  margin: 0 auto;
  transition: all 0.6s;
}

.box_346346346 .right-pop li p {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.box_346346346 .right-pop .sub-pop {
  position: absolute;
  right: 90px;
  top: 50%;
  bottom: 0;
  transform: translate(-10px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.box_346346346 .right-pop .tel-pop {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #f18d1b;
  border-radius: 50px;
  height: 60px;
}

.box_346346346 .right-pop li:hover .sub-pop {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.box_346346346 .right-pop .wx-pop img {
  height: 100px;
  width: 100px;
}

.box_346346346 .right-pop .wx-pop {
  top: 35%;
}

.box_346346346 .right-pop li:hover .wx-pop {
  transform: translate(0, -50%);
}

.box_346346346 .right-pop li:hover span img {
  animation: jello 1s;
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.box_4574576 .index-sec3 .tab-pal.drtbrdbrdbrb .tab-img {
    margin-left: 0;
    margin-right: 5%;
}

.box_4574576 .index-sec3 .tab-pal.drtbrdbrdbrb .tab-img .b1 {
    right: -30px;
    left: initial;
}
.box_4574576 .index-sec3 .tab-pal.drtbrdbrdbrb .tab-img .b2 {
    right: -50px;
    left: initial;
}



@charset "UTF-8";
.box23476985723984 {
  /*! CSS Used from: https://www.hdtzjt.com/static/home/css/common.css */
  /*! CSS Used from: https://www.hdtzjt.com/static/home/css/style.css */
  /*! CSS Used from: https://www.hdtzjt.com/static/home/css/media.css */
  /*! CSS Used from: https://www.hdtzjt.com/static/home/css/animate.css */
  /*! CSS Used keyframes */
}

.box23476985723984 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

.box23476985723984 input, .box23476985723984 textarea {
  font-size: 15px;
  font-family: "PingFang SC", "å¾®è½¯é›…é»‘","Microsoft YaHei","Arial",  "é»‘ä½“","å®‹ä½“";
  color: #333;
}

.box23476985723984 input, .box23476985723984 textarea {
  vertical-align: middle;
  resize: none;
  -webkit-appearance: none !important;
  outline: none;
  border: none;
  background: transparent;
}

.box23476985723984 ::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.box23476985723984 ::-webkit-scrollbar-track {
  border-radius: 5px;
}

.box23476985723984 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}

.box23476985723984 .f16 {
  font-size: 16px;
}

.box23476985723984 .f30 {
  font-size: 30px;
}

.box23476985723984 .mt20 {
  margin-top: 20px;
}

.box23476985723984 .color-white {
  color: white;
}

.box23476985723984 .color-666 {
  color: #666;
}

.box23476985723984 .bg-red {
  background-color: #f18719;
}

.box23476985723984 .bg-white {
  background-color: white;
}

.box23476985723984 .dis-flex-between {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.box23476985723984 .text-center {
  text-align: center;
}

.box23476985723984 .cursor {
  cursor: pointer;
}

.box23476985723984 .gbook {
    max-width: 1400px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: -20px;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 50px 100px;
}

.box23476985723984 .gbook .desc {
  font-size: 20px;
}

.box23476985723984 .gbook .two, .box23476985723984 .gbook .there {
  margin-top: 50px;
}

.box23476985723984 .gbook .two .items {
  width: 47%;
}

.box23476985723984 .gbook .two .items input {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  font-size: 18px;
  padding: 0 0 16px 0;
  margin-top: 22px;
}

.box23476985723984 .gbook .items textarea {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 22px;
  font-size: 18px;
  line-height: 2;
}

.box23476985723984 .gbook .btnby {
  margin: 40px auto 0;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  display: block;
}

@media screen and (max-width: 1440px) {
  .box23476985723984 .f16 {
    font-size: 14px;
  }
  .box23476985723984 .gbook .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .box23476985723984 .f16 {
    font-size: 14px;
  }
  .box23476985723984 .gbook {
    width: 100%;
    margin-top: -40px;
    padding: 20px;
  }
  .box23476985723984 .gbook .desc {
    font-size: 14px;
  }
  .box23476985723984 .gbook .two {
    flex-direction: column;
  }
  .box23476985723984 .gbook .two .items {
    width: 100%;
    margin-bottom: 20px;
  }
  .box23476985723984 .gbook .two .items input {
    font-size: 14px;
  }
  .box23476985723984 .gbook .there {
    margin-top: 0;
  }
  .box23476985723984 .gbook .items textarea {
    font-size: 14px;
  }
}
.box_4574576 .index-sec3 .drtbrdbrdbrb h3{
    text-align: right;
}
.box_4574576 .index-sec3 .drtbrdbrdbrb a{
    margin-left: auto;
}
.box23476985723984 .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.drhrnrnrnrnr{
        display: flex;
}
.drhrnrnrnrnr .sdthntdnstdn{
    width: 70%;
}
.drhrnrnrnrnr .rnbrnrn{
    
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.drhrnrnrnrnr .rnbrnrn img{
        max-width: 160px;
}
.drhrnrnrnrnr .rnbrnrn span{
        color: #fff;
    margin-top: 8px;
}