html {
  margin: 0;
  padding: 0;
}
body {
  color: #4b4b4b;
  font-family: "Segoe UI", "Arial", "Source Han Sans Regular";
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-width: 1240px;
}
div {
  box-sizing: border-box;
}
.hp-site-banner-sticky {
  height: 225vh;
  display: block;
  /*--lt-container-overlap: -100vh;
  --lt-container-min-height: calc(var(--lt-content-min-height)*3);
  --lt-content-min-height: calc(var(--lt-container-overlap)*-1);
  --lt-sticky-top: 0;

  overflow: visible!important;
  width: 100%;
  //margin-bottom: var(--lt-container-overlap)*2;
  min-height: var(--lt-container-min-height);
  position: relative;*/
}
.hp-site-banner {
  height: 100vh;
  width: 100vw;
  min-height: 840px;
  position: sticky;
  top: 0px;
  /*.banner-container-wrapper{
    --lt-container-overlap: -100vh;
    --lt-container-min-height: calc(var(--lt-content-min-height)*3);
    --lt-content-min-height: calc(var(--lt-container-overlap)*-1);
    --lt-sticky-top: 0;

    overflow: visible!important;
    width: 100%;
    //margin-bottom: var(--lt-container-overlap)*2;
    min-height: var(--lt-container-min-height);
    position: relative;

    .banner-container-swiper{

    }
  }*/
}
.hp-site-banner .banner-container {
  position: sticky;
  /* height: var(--lt-content-min-height); */
  top: 1px;
}
.hp-site-banner .swiper-wrapper .bannerImgDefault {
  background: url(../../images/panhub/homeV3/banner-header-02.jpg) center center no-repeat;
}
.hp-site-banner .swiper-pagination.swiper-pagination-clickable {
  bottom: 400px;
}
.hp-site-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 0.5;
  background: #FFFFFF;
  bottom: 100px;
}
.hp-site-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}
.hp-site-banner .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../../images/panhub/homeV3/icon-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: white;
  border-radius: 40px;
  opacity: 0.5;
  top: auto;
  bottom: 400px;
  right: 360px;
  z-index: 98;
}
.hp-site-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  background-image: url(../../images/panhub/homeV3/icon-left.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 40px;
  opacity: 0.5;
  top: auto;
  bottom: 400px;
  right: 420px;
  left: auto;
  z-index: 98;
}
.hp-site-banner .swiper-button-prev:after,
.hp-site-banner .swiper-button-next:after {
  content: ' ';
  font-size: inherit;
}
.hp-site-banner .service-wapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 10;
}
.hp-site-banner .service-wapper .sub-service:nth-child(1) {
  animation-delay: 0.15s;
}
.hp-site-banner .service-wapper .sub-service:nth-child(2) {
  animation-delay: 0.3s;
}
.hp-site-banner .service-wapper .sub-service:nth-child(3) {
  animation-delay: 0.45s;
}
.hp-site-banner .service-wapper .sub-service:nth-child(4) {
  animation-delay: 0.6s;
}
.hp-site-banner .service-wapper .sub-service {
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.hp-site-banner .service-wapper .sub-service .service-bg:hover + .slide-wrapper {
  cursor: pointer;
  transform: translate(-2.1rem, -2ex);
}
.hp-site-banner .service-wapper .sub-service .service-bg:hover {
  cursor: pointer;
}
.hp-site-banner .service-wapper .sub-service .slide-wrapper:hover {
  cursor: pointer;
  transform: translate(-2.1rem, -2ex);
}
.hp-site-banner .service-wapper .sub-service .service-of-all-bg {
  height: 150px;
  background-image: url(../../images/panhub/homeV3/service-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
}
.hp-site-banner .service-wapper .sub-service .service-of-all-logo {
  background-image: url(../../images/panhub/homeV3/service-vessel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 356px;
  height: 315px;
  top: 4px;
  left: 93px;
  position: absolute;
  transition: all 0.5s ease;
}
.hp-site-banner .service-wapper .sub-service .service-of-contract-bg {
  height: 150px;
  background-image: url(../../images/panhub/homeV3/service-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
}
.hp-site-banner .service-wapper .sub-service .service-of-contract-logo {
  background-image: url(../../images/panhub/homeV3/service-contract.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 245px;
  height: 243px;
  top: 11px;
  left: 110px;
  position: absolute;
  transition: all 0.5s ease;
}
.hp-site-banner .service-wapper .sub-service .service-of-personal-tailor-bg {
  height: 150px;
  background-image: url(../../images/panhub/homeV3/service-bg-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
}
.hp-site-banner .service-wapper .sub-service .service-of-personal-tailor-logo {
  background-image: url(../../images/panhub/homeV3/service-cargo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 250px;
  height: 250px;
  top: 11px;
  left: 125px;
  position: absolute;
  transition: all 0.5s ease;
}
.hp-site-banner .service-wapper .sub-service .service-of-logistics-bg {
  height: 150px;
  background-image: url(../../images/panhub/homeV4/service-bg-4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
}
.hp-site-banner .service-wapper .sub-service .service-of-logistics-bg-logo {
  background-image: url(../../images/panhub/homeV4/service-truck.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 384px;
  height: 430px;
  top: 28px;
  left: 94px;
  position: absolute;
  transition: all 0.5s ease;
}
.hp-site-banner .service-wapper .sub-service .placeholder {
  height: 50px;
}
.hp-site-banner .service-wapper .sub-service .eng-title {
  width: 112px;
  height: 12px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.hp-site-banner .service-wapper .sub-service .title {
  margin-top: 20px;
  width: 72px;
  height: 36px;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #004098;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.hp-site-banner .service-wapper .sub-service .eng-name {
  text-align: left;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
  margin-top: 5px;
}
.hp-site-banner .service-wapper .sub-service .name {
  text-align: left;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #004098;
  margin-top: 10px;
}
.hp-site-banner .service-wapper-title {
  position: absolute;
  left: 18%;
  top: 32%;
  z-index: 10;
  margin: -50px auto 0 auto;
  color: #fff;
  text-align: center;
}
.hp-site-banner .service-wapper-title > .title {
  font-family: 'Raleway', 'Libre Franklin', 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 95px;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hp-site-banner .service-wapper-title > .sub-title {
  font-family: 'Raleway', 'Libre Franklin', 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  animation: shadow linear 1600ms infinite;
}
.hp-site-banner .service-wapper-title > .chuxin {
  text-transform: uppercase;
  animation: shadow linear 1600ms infinite;
}
@-webkit-keyframes shadow {
  0% {
    text-shadow: 0px 0px 30px red;
  }
  25% {
    text-shadow: 0px 0px 50px red;
  }
  50% {
    text-shadow: 0px 0px 30px Purple;
  }
  75% {
    text-shadow: 0px 0px 50px yellow;
  }
  90% {
    text-shadow: 0px 0px 50px green;
  }
  100% {
    text-shadow: 0px 0px 30px #006400;
  }
}
@keyframes shadow {
  0% {
    text-shadow: 0px 0px 30px red;
  }
  25% {
    text-shadow: 0px 0px 50px red;
  }
  50% {
    text-shadow: 0px 0px 30px Purple;
  }
  75% {
    text-shadow: 0px 0px 50px yellow;
  }
  90% {
    text-shadow: 0px 0px 50px green;
  }
  100% {
    text-shadow: 0px 0px 30px #006400;
  }
}
.hp-site-banner .banner-img {
  position: relative;
  height: calc(100vh - 24px);
  background: url(../../images/panhub/homeV3/banner-sea2.png) center center no-repeat;
  background-size: cover;
  z-index: 7;
}
.hp-site-banner .banner-img img {
  height: calc(100vh - 24px);
}
.hp-site-banner .banner-img > .ship {
  position: absolute;
  height: 272px;
  width: 924px;
  background-image: url(../../images/panhub/homeV3/banner-vessel3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  top: calc(50vh - 260px);
  right: 0;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 1s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease-in-out;
  /* Opera */
  z-index: 8;
}
.hp-site-banner .banner-img > .ship.forward {
  right: calc(100vw - 924px);
}
.hp-site-banner .banner-img .banner-video {
  width: 100%;
  height: 100%;
  object-position: right top;
  object-fit: cover;
}
.hp-site-banner .hp-system-accouncement {
  background-color: #E6F0FF;
}
.hp-site-banner .hp-system-accouncement .announcement-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  position: relative;
}
.hp-site-banner .hp-system-accouncement .announcement-section .accouncement-logo {
  background-image: url(../../images/panhub/homeV3/sys-accouncement-logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 48px;
  position: absolute;
}
.hp-site-banner .hp-system-accouncement .announcement-section .accouncement-tle {
  background-image: url(../../images/panhub/homeV3/sys-accouncement-logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 60px;
  width: 182px;
  cursor: pointer;
}
.hp-site-banner .hp-system-accouncement .announcement-section .accouncement-tle-blue {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #004098;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-content {
  display: inline-block;
  width: 960px;
  white-space: nowrap;
  line-height: 60px;
  overflow-x: hidden;
  margin-left: 50px;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-content .item {
  padding: 0 40px;
}
.hp-site-banner .hp-system-accouncement .announcement-section .accouncement-scrollDown {
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url(../../images/panhub/homeV3/icon-ScrollDown-1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  right: -100px;
  top: -51px;
  z-index: 98;
  animation: finger infinite 2s;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul li {
  display: inline-block;
  list-style-type: disc;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul li:not(:first-child) {
  padding: 0 40px;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul li .announcement-title {
  max-width: 350px;
  display: inline-block;
  vertical-align: top;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul li .announcement-title a {
  color: #333;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul li .announcement-title a:hover {
  color: #004098;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul .announcement-label {
  font-size: 16px;
  font-weight: bold;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul .announcement-label span {
  vertical-align: middle;
}
.hp-site-banner .hp-system-accouncement .announcement-section ul .announcement-label img {
  width: 24px;
  height: 24px;
  padding-right: 6px;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section {
  display: inline-block;
  margin-left: 10px;
  top: 5px;
  font-size: 16px !important;
  background: transparent;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section .publish-date {
  padding-left: 20px;
  color: rgba(0, 32, 75, 0.3);
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section.str_wrap.str_active {
  background: transparent;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section .announcement-title a {
  color: #666;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section .highlight-red {
  color: #ff0000 !important;
  border-radius: 4px;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section .highlight-red :hover {
  color: #cc0000 !important;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section .announcement-title:before {
  content: ' ';
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.hp-site-banner .hp-system-accouncement .announcement-section .announcement-marquee-section li:before {
  content: ' ';
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.hp-section-qxy-sticky {
  height: 900px;
  display: block;
}
.hp-section-qxy {
  background-image: url(../../images/panhub/homeV3/service-all-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: sticky;
  top: 0px;
}
.hp-section-qxy .hp-section-qxy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col {
  width: 250px;
  height: 800px;
  margin-left: 20px;
  position: relative;
  /*
  .all-card-8 {
    height: 150px;
    background-image: url(../../images/panhub/homeV3/all-card-8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    top: 800px;
    left: 1050px ;

    //top: 585px;
  }
  */
  /*.svc-all-card:hover {
    //transform: scale(1.05);
    background-size: 110% 110%;

    .title{
      display: none;
    }*/
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-1 .eng-name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-1 .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-1 .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin-top: 30px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-1 {
  text-align: left;
  top: 50px;
  left: -800px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-2 {
  background-image: url(../../images/panhub/homeV3/all-card-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 50px;
  left: -800px;
  opacity: 0;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-3 {
  background-image: url(../../images/panhub/homeV3/all-card-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 50px;
  left: 1050px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-4 {
  background-image: url(../../images/panhub/homeV3/all-card-4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 800px;
  left: -1050px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-5 {
  background-image: url(../../images/panhub/homeV3/all-card-5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 50px;
  left: 1050px ;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-6 {
  background-image: url(../../images/panhub/homeV3/all-card-6-new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 800px;
  left: -1300px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-7 {
  background-image: url(../../images/panhub/homeV3/all-card-7-new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 500px;
  left: 1050px ;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last:hover {
  color: #004098;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last:hover .learn-more-content {
  color: #004098;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last:hover .learn-more-logo {
  background: linear-gradient(251.56deg, #004098 7.59%, #0074C9 90.92%);
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 900px;
  left: -800px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last .learn-more-logo {
  width: 44px;
  height: 44px;
  background: linear-gradient(251.56deg, #0074C9 7.59%, #004098 90.92%);
  box-shadow: 2px 3px 10px rgba(0, 64, 152, 0.5);
  margin-left: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-last .learn-more-logo .icon {
  background-image: url(../../images/panhub/homeV3/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  width: 44px;
  height: 44px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .svc-all-card .learn-more-content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-layer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 300px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s;
  border-radius: 20px;
  background: rgba(0, 64, 152, 0.8);
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-layer:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-layer:hover:before .mask-content {
  display: none;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-layer:hover:before .title {
  display: none;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-layer:hover .title {
  display: none;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-2:hover,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-3:hover,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-4:hover,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-5:hover,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-6:hover,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-7:hover {
  background-size: 105% 105%;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-2:hover .title,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-3:hover .title,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-4:hover .title,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-5:hover .title,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-6:hover .title,
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-7:hover .title {
  display: none;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .all-card-6 .card-button {
  margin-top: 100px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .svc-all-card:hover .mask-card-wrapper {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-transform: translateY(-92%);
  background: rgba(0, 80, 152, 0.8);
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-input textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-input textarea {
  width: 200px;
  height: 193px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  outline: none;
  border: none;
  resize: none;
  padding: 20px 20px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper .card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .mask-card-wrapper {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  padding: 24px;
  width: 100%;
  height: 100%;
  top: 100%;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .svc-all-card {
  width: 250px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 1s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease-in-out;
  /* Opera */
  overflow: hidden;
}
.hp-section-qxy .hp-section-qxy-wrapper .svc-all-col .svc-all-card .title {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hp-section-contract.hp-section-hyy {
  margin-top: 100px;
}
.hp-section-hyy {
  background-image: url(../../images/panhub/homeV3/service-contract-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 100px;
}
.hp-section-hyy .contract-title-wrapper .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-hyy .contract-title-wrapper .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-hyy .contract-title-wrapper .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.hp-section-hyy .contract-content-wrapper .contract-card-1 {
  padding-left: 80px;
}
.hp-section-hyy .contract-content-wrapper .contract-card-3 {
  padding-left: 100px;
}
.hp-section-hyy .contract-content-wrapper .contract-card-5 {
  padding-left: 100px;
}
.hp-section-hyy .contract-content-wrapper .contract-card-6 {
  padding-left: 20px;
}
.hp-section-hyy .contract-content-wrapper .contract-card:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.hp-section-hyy .contract-content-wrapper .contract-card {
  width: 300px;
  text-align: left;
  margin-top: 50px;
  transition: transform 0.5s;
}
.hp-section-hyy .contract-content-wrapper .contract-card .title {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.hp-section-hyy .contract-content-wrapper .contract-card .sub-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-top: 15px;
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-logo {
  width: 48px;
  height: 48px;
  background-image: url(../../images/panhub/homeV3/contract-logo.svg);
  background-repeat: no-repeat;
  background-size: 150% 150%;
  background-position: center;
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-1-logo {
  background-image: url(../../images/panhub/homeV3/contract-logo.svg);
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-2-logo {
  background-image: url(../../images/panhub/homeV3/contract-card-2-logo.svg);
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-3-logo {
  background-image: url(../../images/panhub/homeV3/contract-card-3-logo.svg);
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-4-logo {
  background-image: url(../../images/panhub/homeV3/contract-card-4-logo.svg);
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-5-logo {
  background-image: url(../../images/panhub/homeV3/contract-card-5-logo.svg);
}
.hp-section-hyy .contract-content-wrapper .contract-card .contract-card-6-logo {
  background-image: url(../../images/panhub/homeV3/contract-card-6-logo.svg);
}
.hp-section-hyy .contract-content-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.hp-section-hyy .contract-content-wrapper .contract-middle {
  width: 545px;
  height: 480px;
  margin: 20px;
}
.hp-section-hyy .contract-content-wrapper .contract-middle .contract-middle-image {
  width: 545px;
  height: 480px;
  margin: 20px;
  background-image: url(../../images/panhub/homeV3/contract-middle-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.hp-section-hyy .contract-content-wrapper .contract-middle .image-1 {
  background-image: url(../../images/panhub/homeV3/contract-middle-1.png);
}
.hp-section-hyy .contract-content-wrapper .contract-middle .image-2 {
  background-image: url(../../images/panhub/homeV3/contract-middle-2.png);
}
.hp-section-hyy .contract-content-wrapper .contract-middle .image-3 {
  background-image: url(../../images/panhub/homeV3/contract-middle-3.png);
}
.hp-section-hyy .contract-content-wrapper .contract-middle .image-4 {
  background-image: url(../../images/panhub/homeV3/contract-middle-4.png);
}
.hp-section-hyy .contract-learn-wrapper:hover {
  background: linear-gradient(251.56deg, #004098 7.59%, #0074C9 90.92%);
}
.hp-section-hyy .contract-learn-wrapper {
  width: 240px;
  height: 58px;
  background: linear-gradient(251.56deg, #0074C9 7.59%, #004098 90.92%);
  box-shadow: 2px 3px 24px rgba(0, 64, 152, 0.3);
  border-radius: 8px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.5s;
}
.hp-section-hyy .contract-learn-wrapper .learn-more {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.hp-section-dzy .personal-title-wrapper {
  padding: 50px 0px;
}
.hp-section-dzy .personal-title-wrapper .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-dzy .personal-title-wrapper .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-dzy .personal-title-wrapper .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.hp-section-dzy .personal-content-wrapper .personal-card:first-child {
  margin-top: 0px;
}
.hp-section-dzy .personal-content-wrapper .personal-card:hover {
  color: #004098;
}
.hp-section-dzy .personal-content-wrapper .personal-card:hover .personal-card-logo {
  width: 48px;
  height: 48px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(251.56deg, #004098 7.59%, #0074c9 90.92%);
}
.hp-section-dzy .personal-content-wrapper .active {
  color: red;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-1 {
  top: 25px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-1 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-1-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-2 {
  top: 115px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-2 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-2-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-3 {
  top: 203px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-3 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-3-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-4 {
  top: 294px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-4 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-4-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-5 {
  top: 384px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-5 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-5-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-6 {
  top: 474px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card.swiper-card-pos-6 .swiper-card-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-6-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
  box-shadow: 2px 3px 14px rgba(249, 168, 38, 0.5);
  border-radius: 18px;
  position: absolute;
  left: -25px;
  top: 29px;
}
.hp-section-dzy .personal-content-wrapper .swiper-personal-card .swiper-card-logo {
  width: 70px;
  height: 70px;
  background-image: url(../../images/panhub/homeV3/personal-card-1-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.1;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo {
  background: rgba(255, 255, 255, 0.35);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-title {
  position: relative;
  left: -39px;
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo {
  background: #FFFFFF;
  box-shadow: 2px 3px 10px rgba(249, 168, 38, 0.5);
  border-radius: 12px;
  position: relative;
  left: -35px;
  /*div {
      background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
    }*/
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-1-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-1.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-2-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-2.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-3-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-3.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-4-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-4.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-5-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-5.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card.active .personal-card-logo .personal-card-6-logo {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-6.svg);
}
.hp-section-dzy .personal-content-wrapper .swiper-card-3.active .swiper-personal-card {
  top: 384px;
}
.hp-section-dzy .personal-content-wrapper .personal-card {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo {
  width: 48px;
  height: 48px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(251.56deg, #0074c9 7.59%, #004098 90.92%);
  border-radius: 12px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo div {
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../../images/panhub/homeV3/personal-card-1-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-1-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-1-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-2-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-2-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-3-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-3-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-4-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-4-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-5-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-5-logo.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-card .personal-card-logo .personal-card-6-logo {
  background-image: url(../../images/panhub/homeV3/personal-card-6-logo.svg);
}
.hp-section-dzy .personal-content-wrapper {
  display: flex;
  justify-content: flex-start;
}
.hp-section-dzy .personal-content-wrapper .personal-left {
  background: #F3F8FF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.hp-section-dzy .personal-content-wrapper .personal-right {
  width: 900px;
  height: 580px;
  text-align: left;
  background: #FFFBF5;
  padding: 50px;
  margin-left: 15px;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-right-wrapper .swiper-slide-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-title .title {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-title .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
  margin-top: 20px;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-left {
  width: 350px;
  height: 300px;
  background-image: url(../../images/panhub/homeV3/personal-right-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-right {
  width: 350px;
  height: 300px;
  background-image: url(../../images/panhub/homeV3/personal-right-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-left: 20px;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-yd1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-yd1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-yd2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-yd2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-jg1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-jg1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-jg2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-jg2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-ldh1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-ldh1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-ldh2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-ldh2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-bt1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-bt1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-bt2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-bt2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-xxqc1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-xxqc1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-xxqc2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-xxqc2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-df1 {
  background-image: url(../../images/panhub/homeV3/per-swipper-df1.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-content-swipper .per-swipper-df2 {
  background-image: url(../../images/panhub/homeV3/per-swipper-df2.png);
}
.hp-section-dzy .personal-content-wrapper .personal-right .learn-more-wrapper:hover {
  cursor: pointer;
  color: #004098;
}
.hp-section-dzy .personal-content-wrapper .personal-right .learn-more-wrapper:hover .learn-more-logo {
  background: linear-gradient(251.56deg, #004098 7.59%, #0074C9 90.92%);
}
.hp-section-dzy .personal-content-wrapper .personal-right .learn-more-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.hp-section-dzy .personal-content-wrapper .personal-right .learn-more-wrapper .learn-more-logo {
  width: 44px;
  height: 44px;
  background: linear-gradient(251.56deg, #0074C9 7.59%, #004098 90.92%);
  box-shadow: 2px 3px 10px rgba(0, 64, 152, 0.5);
  border-radius: 8px;
  margin-left: 12px;
}
.hp-section-dzy .personal-content-wrapper .personal-right .learn-more-wrapper .learn-more-logo .icon {
  background-image: url(../../images/panhub/homeV3/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  width: 44px;
  height: 44px;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo {
  width: 240px;
  height: 240px;
  background-image: url(../../images/panhub/homeV3/service-persnal-logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.1;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-1 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-1.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-2 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-2.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-3 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-3.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-4 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-4.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-5 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-5.svg);
}
.hp-section-dzy .personal-content-wrapper .personal-right .personal-bg-logo-6 {
  background-image: url(../../images/panhub/homeV3/per-yellow-card-6.svg);
}
.hp-section-jxy {
  width: 100%;
  margin-top: 82px;
  background-image: url(../../images/panhub/homeV4/ftl-service-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.hp-section-jxy .hp-section-jxy-content {
  width: 1380px;
  margin: 0 auto;
  display: flex;
}
.hp-section-jxy .hp-section-jxy-content .ftl-left-wrapper {
  width: 696px;
  height: 584px;
  background-image: url(../../images/panhub/homeV4/ftl-service-truck.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper {
  width: 60%;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: start;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-title .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-title .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
  margin-top: 10px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-title .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  line-height: 30px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card {
  transition: all 0.3s;
  position: relative;
  margin-right: 62px;
  margin-bottom: 62px;
  border-radius: 16px;
  background-color: #f3f8ff;
  width: 312px;
  height: 175px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card .ftl-content-card-body {
  padding: 32px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card .ftl-content-card-body .ftl-content-card-title {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card .ftl-content-card-icon {
  top: -24px;
  left: 24px;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: linear-gradient(251.56deg, #004098 7.59%, #0074C9 90.92%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card .ftl-content-card-icon .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover {
  color: #fff;
  transition: all 0.3s;
  transform: scale(1.05);
  background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover .ftl-content-card-icon {
  background: #fff;
  border-radius: 11px;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover .ftl-content-card-body {
  color: #fff;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover .ftl-content-card-body .ftl-content-card-title {
  color: #fff;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:nth-child(1) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/cny-icon.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:nth-child(2) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/earth-icon.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:nth-child(3) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/time-icon.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:nth-child(4) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/truck-icon.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover:nth-child(1) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/cny-icon-active.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover:nth-child(2) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/earth-icon-active.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover:nth-child(3) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/time-icon-active.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-content .ftl-content-card:hover:nth-child(4) .ftl-content-card-icon .icon {
  background-image: url(../../images/panhub/homeV4/truck-icon-active.png);
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-more-option {
  display: flex;
  align-items: center;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-more-option .ftl-icon-wrapper {
  margin-left: 5px;
  transform: scale(0.8);
  width: 48px;
  height: 48px;
  background-image: url(../../images/panhub/homeV4/ftl-service-icon-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-section-jxy .hp-section-jxy-content .ftl-right-wrapper .ftl-more-option .ftl-icon-wrapper .arrow-icon {
  width: 24px;
  height: 24px;
  background-image: url(../../images/panhub/homeV4/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@keyframes growUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.05);
  }
}
.hp-section.hp-section-news {
  margin-top: 100px;
}
.hp-section-news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hp-section-news .news-left:hover .news-logo {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hp-section-news .news-left {
  width: 400px;
  height: 400px;
  background-image: url(../../images/panhub/homeV3/news-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.hp-section-news .news-left .news-title {
  text-align: left;
}
.hp-section-news .news-left .news-title .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-news .news-left .news-title .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-news .news-left .news-logo {
  width: 300px;
  height: 300px;
  background-image: url(../../images/panhub/homeV3/earth-logo.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hp-section-news .news-right .see-more:hover .see-more-logo {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.hp-section-news .news-right {
  position: relative;
  left: 60px;
}
.hp-section-news .news-right .see-more {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004098;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 100px;
  top: 20px;
}
.hp-section-news .news-right .see-more .see-more-logo {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 74px;
  background-image: url(../../images/panhub/homeV3/see-more-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hp-section-news .news-right .news-card:hover .news-card-date {
  background: linear-gradient(251.56deg, #FF9416 7.59%, #FFC045 90.92%);
}
.hp-section-news .news-right .news-card:hover .news-card-content {
  cursor: pointer;
}
.hp-section-news .news-right .news-card:hover .news-card-content .content {
  color: #004098;
}
.hp-section-news .news-right .news-card:hover .news-card-content .source {
  color: #004098;
}
.hp-section-news .news-right .news-card {
  width: 750px;
  border-bottom: 1px dashed #CCCCCC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.hp-section-news .news-right .news-card .news-card-date {
  width: 60px;
  height: 60px;
  background: linear-gradient(251.56deg, #FFC045 7.59%, #FF9416 90.92%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.hp-section-news .news-right .news-card .news-card-date .date {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.hp-section-news .news-right .news-card .news-card-date .month {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.hp-section-news .news-right .news-card .news-card-date .card-date-line {
  width: 40px;
  height: 2px;
  border-top: 1px solid white;
}
.hp-section-news .news-right .news-card .news-card-content {
  text-align: left;
}
.hp-section-news .news-right .news-card .news-card-content .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.hp-section-news .news-right .news-card .news-card-content .source {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
}
/*============系统公告============*/
.hp-section.hp-section-announcement {
  margin-top: 50px;
}
.hp-section-announcement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hp-section-announcement .announcement-left .announcement-card:hover {
  cursor: pointer;
}
.hp-section-announcement .announcement-left .announcement-card:hover .content {
  color: #004098;
}
.hp-section-announcement .announcement-left .announcement-card:hover .announcement-card-date {
  color: #004098;
}
.hp-section-announcement .announcement-left .announcement-card {
  width: 600px;
  border-bottom: 1px dashed #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hp-section-announcement .announcement-left .announcement-card .content {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-section-announcement .announcement-left .announcement-card .content.highlight-red {
  color: #ff0000 !important;
  border-radius: 4px;
}
.hp-section-announcement .announcement-left .announcement-card .announcement-card-date {
  min-width: 82px;
}
.hp-section-announcement .announcement-left .see-more:hover .see-more-logo {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.hp-section-announcement .announcement-left .see-more {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004098;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0px;
  top: 20px;
  cursor: pointer;
}
.hp-section-announcement .announcement-left .see-more .see-more-logo {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 74px;
  background-image: url(../../images/panhub/homeV3/see-more-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hp-section-announcement .announcement-right:hover .announcement-logo {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hp-section-announcement .announcement-right {
  width: 400px;
  height: 400px;
  background-image: url(../../images/panhub/homeV3/announcement-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 100px;
  cursor: pointer;
}
.hp-section-announcement .announcement-right .announcement-title {
  text-align: right;
}
.hp-section-announcement .announcement-right .announcement-title .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-announcement .announcement-right .announcement-title .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-announcement .announcement-right .announcement-logo {
  width: 222px;
  height: 222px;
  background-image: url(../../images/panhub/homeV3/announcement-logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/*==============联系方==================*/
.contact-bottom {
  background-color: #F3F8FF;
  margin-top: 100px;
}
.contact-bottom .contact-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-bottom .contact-bottom-wrapper .site-item .logo-site {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.35s ease-in-out;
  /* Opera */
  display: inline-block;
}
.contact-bottom .contact-bottom-wrapper .site-item .logo-site:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  /* IE 9 */
  -moz-transform: translateY(-6px);
  /* Firefox */
  -webkit-transform: translateY(-6px);
  /* Safari 和 Chrome */
  -o-transform: translateY(-6px);
  /* Opera */
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(1) .logo-site {
  width: 380px;
  height: 44px;
  background: transparent url(../../images/panhub/home/logo-cosco.png) no-repeat center;
  background-size: contain;
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(1) .logo-site:hover {
  background: transparent url(../../images/panhub/home/logo-cosco.png) no-repeat center;
  background-size: contain;
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(2) .logo-site {
  width: 349px;
  height: 40px;
  background: transparent url(../../images/panhub/home/logo-shfy.png) no-repeat center;
  background-size: contain;
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(2) .logo-site:hover {
  background: transparent url(../../images/panhub/home/logo-shfy.png) no-repeat center;
  background-size: contain;
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(3) .logo-site {
  width: 153px;
  height: 42px;
  background: transparent url(../../images/panhub/home/logo-fyds.png) no-repeat center;
  background-size: contain;
}
.contact-bottom .contact-bottom-wrapper .site-item:nth-child(3) .logo-site:hover {
  background: transparent url(../../images/panhub/home/logo-fyds.png) no-repeat center;
  background-size: contain;
}
/*=======公共的=======*/
.hp-section {
  width: 1280px;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
}
.hp-section-contract {
  width: 1480px;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
}
.hp-section-sailing-schedule {
  height: 626px;
  padding: 32px;
  background-image: url(../../images/panhub/homeV3/hp-search-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.tab-search {
  height: auto;
  background-color: transparent;
  z-index: 2;
  padding: 32px 32px 32px 280px;
  width: 1280px;
  margin: 30px auto;
}
.tab-search .search-group {
  position: relative;
  margin-top: 40px;
}
.tab-search .search-group .product-form {
  width: 722px;
  padding: 0;
  margin: 0;
}
.tab-search .search-group .product-form .flex-row {
  position: relative;
}
.tab-search .search-group .product-form .flex-row.cy-cy {
  margin-top: 35px;
}
.tab-search .search-group .product-form .flex-row .assign-port {
  top: 20px;
  z-index: 2;
}
.tab-search .search-group .product-form .flex-row.dr-assign-port {
  position: absolute !important;
  z-index: 2;
}
.tab-search .search-group .product-form .flex-row .pord-control .select-icon,
.tab-search .search-group .product-form .flex-row .pord-control .clear-text {
  top: 22px;
}
.tab-search .search-group .product-form .flex-row .pord-control .transform-60 {
  transform: translateY(-66%);
}
.tab-search .search-group .product-form .flex-row .pord-control .port-switch {
  right: -15px;
  top: 15px;
  width: 30px;
  height: 30px;
}
.tab-search .search-group .product-form .flex-row .pord-control.margin-right-15 {
  margin-right: 15px;
}
.tab-search .search-group .product-form .flex-row .pord-control.margin-left-15 {
  margin-left: 15px;
}
.tab-search .search-group .product-form .flex-row .pord-control input {
  box-sizing: border-box;
  height: 56px;
  font-size: 16px;
}
.tab-search .search-group .product-form .flex-row .pord-control input:focus + label span,
.tab-search .search-group .product-form .flex-row .pord-control input:valid + label span {
  transform: translateY(-66%);
}
.tab-search .search-group .product-form .flex-row .pord-control label {
  position: absolute;
  top: -16px;
  left: 22px;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
}
.tab-search .search-group .product-form .flex-row .pord-control label span {
  position: absolute;
  bottom: -54px;
  left: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-break: keep-all;
}
.tab-search .search-group .product-form .flex-row .pord-control .city-picker-span > .city-title > span {
  font-size: 16px;
}
.tab-search .search-group .product-form .flex-row .pord-control .search-history {
  top: 20px;
}
.tab-search .search-group .product-form .city-picker-span {
  height: 56px;
  padding-top: 20px;
}
.tab-search .search-group .product-form .city-picker-span .arrow {
  top: 22px;
}
.tab-search .search-group .product-form .eb-search-button {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -150px;
  right: -150px;
  z-index: 2;
}
.tab-search .search-group .product-form .eb-search-button:hover {
  background: linear-gradient(251.56deg, #FF9416 7.59%, #FFC045 90.92%);
}
.tab-search .search-group .product-form .assign-cargo {
  top: 19px;
}
.tab-search .tab-panel-wrap {
  position: relative;
  width: 908px;
  padding: 20px;
  margin-left: -20px;
  z-index: 1;
}
.tab-search .tab-panel-wrap.dr-dr-tab-panel-wrap {
  padding-bottom: 0;
}
.tab-search .tab-panel-wrap.dr-dr-tab-panel-wrap .tab-panel {
  height: 418px;
}
.tab-search .tab-panel-wrap.dr-dr-tab-panel-wrap .tab-panel .flex-row {
  margin-top: 15px;
}
.tab-search .tab-panel-wrap .bg-img {
  position: absolute;
  right: -15px;
  bottom: 38px;
  width: 150px;
}
.tab-search .tab-panel {
  width: 960px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 40px 35px 30px 35px;
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
}
.tab-search .tab-panel .tab-body {
  position: absolute;
  z-index: 99999;
  margin-top: 20px;
  margin-left: 10px;
}
.tab-search .tabs {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 550px;
  position: absolute;
  left: 45px;
  top: 20px;
  z-index: 2;
}
.tab-search .tabs::after {
  content: ' ';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: -6px;
  height: 0;
  border-bottom: 6px solid #F4A000;
}
.tab-search .tabs .tab-item {
  background-color: #FFFFFF;
}
.tab-search .tabs .tab-item.active,
.tab-search .tabs .tab-item:hover {
  background-size: contain;
  background-color: #F4A000;
  color: #fff;
}
.tab-search .tabs .tab-item.active .tab-item-label,
.tab-search .tabs .tab-item:hover .tab-item-label {
  color: #FFFFFF;
}
.tab-search .tabs .tab-item .tab-item-label {
  color: #333333;
}
.tab-search .tabs > .tab-item {
  margin-top: 17px;
  border-radius: 8px 8px 0px 0px;
  height: 44px;
  line-height: 45px;
  flex: 0 0 130px;
  background-size: contain;
  font-family: 'Source Han Sans Medium';
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.35s ease-in-out;
  /* Opera */
  display: inline-block;
}
.tab-search .tabs > .tab-item::after {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.tab-search .tabs > .tab-item .search-type {
  display: block;
  width: 48px;
  height: 48px;
  margin: 16px auto 8px auto;
}
.tab-search .tabs > .tab-item.active,
.tab-search .tabs > .tab-item:hover {
  background-size: contain;
}
@keyframes finger {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.hp-section-all-channel-service {
  background-image: url(../../images/panhub/homeV3/all-channel-service-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 820px;
}
.hp-section-all-channel-service .all-channel-title-wrapper {
  margin-top: 100px;
}
.hp-section-all-channel-service .all-channel-title-wrapper .eng-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F4A000;
}
.hp-section-all-channel-service .all-channel-title-wrapper .name {
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 53px;
  color: #004098;
}
.hp-section-all-channel-service .all_channel_service {
  width: 1480px;
  height: 400px;
  text-align: center;
  margin-top: 22px;
}
.hp-section-all-channel-service .all_channel_service .display-card.choose-card {
  width: 435px;
}
.hp-section-all-channel-service .all_channel_service .display-card .choose-card-wrapper {
  position: relative;
  z-index: 11;
  -webkit-transform: translateX(-100%);
  transform: translateX(52%) translateY(-100%);
  -ms-transform: translateX(-92%);
  background: rgba(255, 255, 255, 0.3);
  top: 40%;
  display: block;
}
.hp-section-all-channel-service .all_channel_service .display-card .choose-card-title {
  display: none;
}
.hp-section-all-channel-service .all_channel_service .display-card .choose-card-detail-title {
  height: 102px;
  overflow-y: hidden;
  display: block;
}
.hp-section-all-channel-service .all_channel_service .choose-card {
  width: 150px;
  height: 415px;
  opacity: 1;
  margin-left: 30px;
  float: left;
  z-index: 9;
  background: no-repeat center left;
  transition: all 0.7s ease 0s;
  border-radius: 20px;
}
.hp-section-all-channel-service .all_channel_service .all-channel-card1 {
  background-image: url(../../images/panhub/homeV3/all-channel-service-cargoTracking-bg.png);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card1 .all-channel-icon1 {
  position: relative;
  width: 62px;
  height: 71px;
  z-index: 12;
  margin-left: 115px;
  margin-top: 177px;
  background-image: url(../../images/panhub/homeV3/all-channel-service-cargoTracking-icon.svg);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card2 {
  background-image: url(../../images/panhub/homeV3/all-channel-service-voucherless-bg.png);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card2 .all-channel-icon2 {
  position: relative;
  width: 62px;
  height: 71px;
  z-index: 12;
  margin-left: 115px;
  margin-top: 177px;
  background-image: url(../../images/panhub/homeV3/all-channel-service-voucherless-icon.svg);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card3 {
  background-image: url(../../images/panhub/homeV3/all-channel-service-truck-bg.png);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card3 .all-channel-icon3 {
  position: relative;
  width: 62px;
  height: 71px;
  z-index: 12;
  margin-left: 115px;
  margin-top: 177px;
  background-image: url(../../images/panhub/homeV3/all-channel-service-truck-icon.svg);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card4 {
  background-image: url(../../images/panhub/homeV3/all-channel-service-insur-bg.png);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card4 .all-channel-icon4 {
  position: relative;
  width: 62px;
  height: 71px;
  z-index: 12;
  margin-left: 115px;
  margin-top: 177px;
  background-image: url(../../images/panhub/homeV3/all-channel-service-insur-icon.svg);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card5 {
  background-image: url(../../images/panhub/homeV3/all-channel-service-email-bg.png);
}
.hp-section-all-channel-service .all_channel_service .all-channel-card5 .all-channel-icon5 {
  position: relative;
  width: 62px;
  height: 71px;
  z-index: 12;
  margin-left: 115px;
  margin-top: 177px;
  background-image: url(../../images/panhub/homeV3/all-channel-service-email-icon.svg);
}
.hp-section-all-channel-service .all_channel_service .choose-card-title {
  position: absolute;
  color: #fff;
  padding: 71px 27px 0;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  z-index: 20;
}
.hp-section-all-channel-service .all_channel_service .choose-card-detail-title {
  position: absolute;
  color: #fff;
  padding: 71px 94px 0;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  z-index: 20;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper .card-input textarea {
  width: 200px;
  height: 250px;
  background: rgba(0, 80, 152, 0.8);
  border-radius: 8px;
  outline: none;
  border: none;
  resize: none;
  padding: 20px 20px;
  margin-top: 120px;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper .card-content {
  position: absolute;
  width: 179px;
  height: 79px;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-top: 138px;
  left: 51px;
  color: #FFFFFF;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper .card-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 20px;
  width: 147px;
  height: 44px;
  color: #FFFFFF;
  top: 288px;
  margin-left: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper .card-button-singleType {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  width: 180px;
  height: 40px;
  top: 192px;
  cursor: pointer;
  color: #FFFFFF;
  margin-left: 53px;
  background: rgba(0, 64, 152, 0.8);
  border-radius: 8px;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper .card-button-content-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  width: 180px;
  height: 40px;
  top: 271px;
  color: #FFFFFF;
  margin-left: 53px;
  background: rgba(0, 64, 152, 0.8);
  border-radius: 8px;
}
.hp-section-all-channel-service .all_channel_service .choose-card-wrapper {
  position: absolute;
  padding: 0;
  width: 66%;
  height: 100%;
  top: 100%;
  font-family: 'Source Han Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  display: none;
  transform: rotate(-90deg);
  overflow: hidden;
}
