html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 40px;
  line-height: 39px;
  padding: 0 60px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #e6231f;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6231f;
  background: #e6231f;
}
.l-btn.red:hover {
  border: 1px solid #ff3d39;
  background: #ff3d39;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*娴碱亜鍘撶槐鐘虫Ц鐞涘苯鍞撮崗鍐 濮濓絽鐖跺ù蹇氼潔閸ｃ劍绔婚梽銈嗚癁閸斻劍鏌熷▔锟�*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6濞撳懘娅庡ù顔煎З閻ㄥ嫭鏌熷锟� *閸欏嘲褰ч張濉圗6-IE7閹笛嗩攽閿涘苯鍙炬禒鏍ㄧセ鐟欏牆娅掓稉宥嗗⒔鐞涳拷*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="cross"][data-index="7"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="7"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/marketing/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="7"] > i:hover {
  background: url(https://website-static.vhall.com/web/images/marketing/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/marketing/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="7"] > i + i:hover {
  background: url(https://website-static.vhall.com/web/images/marketing/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn {
  width: 1400px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.right {
  transform: translateX(0);
}
.tab[data-direction="cross"][data-index="8"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="8"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/marketing/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="8"] > i:hover {
  background: url(https://website-static.vhall.com/web/images/marketing/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/marketing/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="8"] > i + i:hover {
  background: url(https://website-static.vhall.com/web/images/marketing/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn {
  width: 1600px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left1 {
  transform: translateX(-400px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.right {
  transform: translateX(0);
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
@media (max-width: 978px) {
  .tab[data-direction="cross"][data-index="7"] > i {
    display: none;
  }
  .tab[data-direction="cross"][data-index="8"] > i {
    display: none;
  }
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-title {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
  text-align: left;
}
.l-title h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-title p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.l-title img {
  display: inline-block;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .l-title p {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
  }
}
.content {
  padding-top: 0;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("https://website-static.vhall.com/web/images/marketing/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0);
}
.unfold.fold-icon {
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.more-btn {
  font-size: 16px;
  color: #e6251f;
  line-height: 24px;
  font-weight: 400;
}
.more-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(https://website-static.vhall.com/web/images/marketing/more-btn-icon.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.more-btn:hover i {
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .more-btn {
    font-size: 14px;
    color: #e6251f;
    line-height: 20px;
    font-weight: 400;
  }
  .more-btn i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(https://website-static.vhall.com/web/images/marketing/more-btn-icon.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .more-btn:hover i {
    animation: arrow 1s linear infinite;
  }
}
.typed-cursor {
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: typedjsBlink 1s;
  animation: typedjsBlink 1s;
}
@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  background: #eff3fd;
}
.banner .banner-main {
  float: left;
  line-height: 640px;
  height: 600px;
  width: 50%;
  padding-right: 60px;
}
.banner .banner-main .banner-topic {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 20px;
}
.banner .banner-main .banner-topic i {
  display: inline-block;
  width: 124px;
  height: 36px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 5px;
  background: url(https://website-static.vhall.com/web/images/marketing/banner-icon.svg) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-topic span {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-main .banner-bottom {
  margin-top: 20px;
}
.banner .banner-main .banner-bottom i {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 10px;
  background: url(https://website-static.vhall.com/web/images/marketing/banner-down-icon.svg) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-bottom a {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main .banner-info h1 {
  font-size: 38px;
  color: #000000;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .banner-main .banner-info img {
  width: 100%;
  width: 460px;
}
.banner .banner-main .banner-info a {
  border-radius: 4px;
  width: 163px;
  height: 46px;
  line-height: 45px;
  padding: 0;
}
.banner .banner-main .banner-info a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.banner .banner-main .banner-info a.white {
  background: transparent;
  border-color: #e6231f;
  color: #e6231f;
}
.banner .banner-main .banner-info a.white i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon-h.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.banner .banner-main .banner-info a.white:hover {
  background: #e6231f;
  color: #fff;
}
.banner .banner-main .banner-info a.white:hover i {
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.banner .banner-main .banner-info a:hover i {
  transform: translateX(5px);
}
.banner .banner-main p {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 50px;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner-img {
  float: right;
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
  padding-top: 60px;
}
.banner-img .banner-swiper {
  box-shadow: 0px 5px 20px rgba(157, 175, 222, 0.3);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.banner-img a {
  display: inline-block;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: -5px;
}
.banner-img img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.banner-img h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner-img h3 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(https://website-static.vhall.com/web/images/marketing/banner-icon-001.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    background: url(https://website-static.vhall.com/web/images/marketing/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main {
    float: none;
    line-height: 1px;
    height: auto;
    width: 100%;
    padding-right: 0px;
  }
  .banner .banner-main .banner-topic {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .banner .banner-main .banner-topic i {
    display: inline-block;
    width: 124px;
    height: 36px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 5px;
    background: url(https://website-static.vhall.com/web/images/marketing/banner-icon.svg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-topic span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner .banner-main .banner-bottom {
    margin-top: 20px;
  }
  .banner .banner-main .banner-bottom i {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 10px;
    background: url(https://website-static.vhall.com/web/images/marketing/banner-down-icon.svg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-bottom a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .banner .banner-main .banner-info {
    padding-top: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
  }
  .banner .banner-main .banner-info img {
    width: 100%;
  }
  .banner .banner-main .banner-info h1 {
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }
  .banner .banner-main .banner-info .btn-box {
    text-align: center;
  }
  .banner .banner-main .banner-info .btn-box a {
    width: 144px;
    float: none;
    display: inline-block;
  }
  .banner .banner-main p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner .banner-main p.info-mb {
    display: none;
  }
  .banner-img {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
  }
  .banner-img h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner-img h3 i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://website-static.vhall.com/web/images/marketing/banner-icon-001.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .banner .btn-mb {
    display: none;
  }
}
.brand {
  padding: 0;
  background: #f8fbff;
}
.brand .brand-swiper {
  height: 90px;
  padding-top: 5px;
}
.brand .swiper-slide {
  display: flex;
  align-items: center;
}
.brand img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 978px) {
  .brand {
    padding-top: 30px;
    background: #fff;
  }
}
.door .l-body ul li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  background: #f8f9ff;
  border-radius: 8px;
  float: left;
}
.door .l-body ul li:last-child {
  margin-right: 0;
}
.door .l-body ul li:nth-child(1) {
  background: url(https://website-static.vhall.com/web/images/marketing/door-bg-01.jpg) center no-repeat;
  background-size: cover;
}
.door .l-body ul li:nth-child(2) {
  background: url(https://website-static.vhall.com/web/images/marketing/door-bg-02.jpg) center no-repeat;
  background-size: cover;
}
.door .l-body ul li a {
  display: inline-block;
  padding: 30px;
}
.door .l-body ul li a img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.door .l-body ul li a h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.door .l-body ul li a h4 {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.3s;
  margin-bottom: 30px;
  min-height: 84px;
}
.door .l-body ul li a p {
  background: #e60012;
  border-radius: 4px;
  width: 134px;
  text-align: center;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.door .l-body ul li a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.door .l-body ul li a:hover h3 {
  color: #e6231f;
}
.door .l-body ul li a:hover p {
  background: #ff3d39;
}
.door .l-body ul li a:hover i {
  transform: translateX(5px);
}
@media (max-width: 978px) {
  .door {
    padding-bottom: 20px;
  }
  .door .l-body ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 8px;
    float: left;
  }
  .door .l-body ul li:last-child {
    margin-right: 0;
  }
  .door .l-body ul li:nth-child(1) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .door .l-body ul li:nth-child(2) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-02-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .door .l-body ul li a {
    display: inline-block;
    padding: 20px;
  }
  .door .l-body ul li a img {
    width: 24px;
    margin-bottom: 0;
  }
  .door .l-body ul li a h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .door .l-body ul li a h4 {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    min-height: 80px;
    transition: all 0.3s;
    margin-bottom: 20px;
  }
}
.advantage {
  background: #fafbff;
  position: relative;
  overflow: hidden;
  background: #f8f9ff;
}
.advantage .l-body {
  position: relative;
  z-index: 2;
}
.advantage .l-body ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(203, 219, 239, 0.4);
  border-radius: 16px;
  margin-bottom: 30px;
  float: left;
}
.advantage .l-body ul li:nth-child(3n) {
  margin-right: 0;
}
.advantage .l-body ul li a {
  display: inline-block;
  padding: 30px 0 30px 20px;
  width: 100%;
}
.advantage .l-body ul li a img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.advantage .l-body ul li a h3 {
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  width: 100%;
}
.advantage .l-body ul li a h4 {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.3s;
  min-height: 84px;
}
.advantage .l-body ul li a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.advantage .bg-box.pc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.advantage .bg-box.pc img {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
}
.advantage .bg-box.pc img:nth-child(1) {
  width: 675px;
  height: 675px;
  top: -40%;
  left: -20%;
  animation: banner2 16s ease-in-out infinite;
}
.advantage .bg-box.pc img:nth-child(2) {
  width: 505px;
  height: 505px;
  top: 60%;
  left: auto;
  right: -10%;
  animation: banner2 16s 1s ease-in-out infinite;
}
@media (max-width: 978px) {
  .advantage {
    background: url(https://website-static.vhall.com/web/images/marketing/advantage-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .advantage .l-body ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff !important;
    float: left;
  }
  .advantage .l-body ul li:last-child {
    margin-right: 0;
  }
  .advantage .l-body ul li:nth-child(1) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .advantage .l-body ul li:nth-child(2) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-02-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .advantage .l-body ul li:nth-child(3) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-03-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .advantage .l-body ul li:nth-child(4) {
    background: url(https://website-static.vhall.com/web/images/marketing/door-bg-04-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .advantage .l-body ul li a {
    display: inline-block;
    padding: 20px;
  }
  .advantage .l-body ul li a img {
    width: 24px;
    margin-bottom: 0px;
  }
  .advantage .l-body ul li a h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .advantage .l-body ul li a h4 {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    transition: all 0.3s;
    min-height: 0;
  }
  .advantage .l-body ul li a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(https://website-static.vhall.com/web/images/marketing/resources-arrow-icon.svg) center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
    transition: all 0.3s;
    z-index: 1;
  }
  .advantage .l-body ul li a:hover h3,
  .advantage .l-body ul li a:hover p {
    color: #e60012;
  }
  .advantage .l-body ul li a:hover i {
    transform: translateX(5px);
    background: url(https://website-static.vhall.com/web/images/marketing/resources-arrow-icon-red.svg) center no-repeat;
    background-size: 100% 100%;
  }
}
.advance {
  position: relative;
}
.advance .l-body {
  display: flex;
  position: relative;
  z-index: 2;
}
.advance .l-body .l-content {
  width: 55%;
  padding-right: 30px;
  font-size: 0;
}
.advance .l-body .l-content a {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.advance .l-body .l-content img {
  width: 100%;
}
.advance .l-body .r-content {
  width: 45%;
}
.advance .l-body .r-content ul li {
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 0;
  width: calc((100% - 40px) / 2);
}
.advance .l-body .r-content ul li:nth-child(2n) {
  margin-right: 0;
}
.advance .l-body .r-content ul li img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
.advance .l-body .r-content ul li p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.3s;
}
.advance .l-body .r-content ul a:hover p {
  color: #e6231f;
}
.advance .btn-box {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.advance .btn-box a {
  float: none;
  display: inline-block;
  border-radius: 4px;
  height: 46px;
  width: 220px;
  padding: 0;
  line-height: 45px;
}
.advance .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.advance .btn-box a:hover {
  background: #f73d3e;
}
.advance .btn-box a:hover i {
  transform: translateX(5px);
}
@media (max-width: 978px) {
  .advance {
    background: #fff;
  }
  .advance .l-body {
    display: block;
  }
  .advance .l-body .l-content {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .advance .l-body .l-content a {
    border-radius: 10px;
  }
  .advance .l-body .l-content h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .advance .l-body .r-content {
    width: 100%;
    margin-top: 20px;
    overflow: auto;
  }
  .advance .l-body .r-content::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .advance .l-body .r-content ul {
    width: 1040px;
  }
  .advance .l-body .r-content ul li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 0;
    width: 240px;
  }
  .advance .l-body .r-content ul li:nth-child(2n) {
    margin-right: 20px;
  }
  .advance .l-body .r-content ul li img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .advance .l-body .r-content ul li p {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s;
  }
  .advance .l-body .r-content ul a:hover p {
    color: #e6231f;
  }
}
.solution {
  background-image: linear-gradient(180deg, #f6f9ff 0%, #ffffff 64%);
}
.solution .l-body {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.solution .l-body .l-content {
  width: 45%;
  padding-right: 100px;
}
.solution .l-body .l-content h3 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
.solution .l-body .l-content h3 img {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.solution .l-body .l-content p {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.solution .l-body .l-content ul li p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
.solution .l-body .l-content ul li p span {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.solution .l-body .l-content ul li p:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #e60012;
  border-radius: 50%;
}
.solution .l-body .l-content a {
  background: #e60012;
  border-radius: 4px;
  width: 134px;
  margin-top: 20px;
  font-size: 16px;
  padding: 0;
}
.solution .l-body .l-content a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.solution .l-body .l-content a:hover {
  background: #ff3d39;
}
.solution .l-body .l-content a:hover i {
  transform: translateX(5px);
}
.solution .l-body .r-content {
  border-radius: 16px;
  width: 55%;
  overflow: hidden;
  font-size: 0;
}
.solution .l-body .r-content img {
  width: 100%;
}
.solution.solution-01 .l-body .l-content {
  padding-left: 100px;
  padding-right: 0;
}
@media (max-width: 978px) {
  .solution {
    padding-bottom: 40px;
  }
  .solution .l-body {
    display: block;
    align-items: center;
    padding-top: 0;
  }
  .solution .l-body .l-content {
    width: 100%;
    padding-right: 0px;
  }
  .solution .l-body .l-content h3 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .solution .l-body .l-content h3 img {
    width: 24px;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .solution .l-body .l-content ul li p {
    font-size: 13px;
    line-height: 24px;
  }
  .solution .l-body .l-content ul li p span {
    font-size: 13px;
    line-height: 24px;
  }
  .solution .l-body .l-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .solution .l-body .l-content a {
    margin-top: 10px;
    line-height: 35px;
  }
  .solution .l-body .l-content img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .solution .l-body .r-content {
    display: none;
  }
  .solution.solution-01 .l-body .l-content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.ad {
  background: url(https://website-static.vhall.com/web/images/marketing/ad-bg.png) center no-repeat;
  background-size: cover;
}
.ad .l-container {
  height: 390px;
  text-align: center;
}
.ad .ad-info {
  padding-top: 60px;
  margin-bottom: 45px;
}
.ad .ad-info h3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ad .ad-info .robot-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad .ad-info .robot-box .l-content {
  width: 142px;
  font-size: 0;
  margin-right: 20px;
}
.ad .ad-info .robot-box .l-content img {
  display: inline-block;
  width: 100%;
  animation: robot 3s linear infinite;
}
.ad .ad-info .robot-box .r-content {
  width: 500px;
  height: 200px;
  background: url(https://website-static.vhall.com/web/images/marketing/ad-talk.png) center no-repeat;
  background-size: 100% 100%;
  padding: 30px 40px;
}
.ad .ad-info .robot-box .r-content p {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
  width: 64%;
}
.ad .ad-info .robot-box .r-content .l-btn {
  margin-top: 30px;
}
.ad .btn-box {
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
}
.ad .btn-box a {
  margin-right: 0;
  font-size: 18px;
  color: #e6251f;
  margin-top: 0;
  background: #fff;
  border-color: #fff;
}
.ad .btn-box a:hover {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 978px) {
  .ad {
    background: url(https://website-static.vhall.com/web/images/marketing/ad-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }
  .ad .l-container {
    height: auto;
    padding: 30px 25px 40px;
    display: block;
    align-items: center;
    /*閸ㄥ倻娲跨仦鍛厬*/
    justify-content: center;
    /*濮樻潙閽╃仦鍛厬*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ad .ad-info p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .ad .btn-box a {
    font-size: 14px;
    padding: 0 20px;
  }
  .ad .mb img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
  }
}
.ads {
  background: #f8f9ff;
  position: relative;
  overflow: hidden;
}
.ads .bg-box.pc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.ads .bg-box.pc img {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
}
.ads .bg-box.pc img:nth-child(1) {
  width: 337.5px;
  height: 337.5px;
  top: -40%;
  left: 5%;
  animation: banner2 16s ease-in-out infinite;
}
.ads .bg-box.pc img:nth-child(2) {
  width: 405px;
  height: 405px;
  top: 20%;
  left: -10%;
  animation: banner2 16s 1s ease-in-out infinite;
}
.ads .bg-box.pc img:nth-child(3) {
  width: 405px;
  height: 405px;
  top: 20%;
  left: auto;
  right: 0%;
  animation: banner1 16s 1s ease-in-out infinite;
}
.ads .bg-box.pc img:nth-child(4) {
  width: 202.5px;
  height: 202.5px;
  top: -30%;
  left: auto;
  right: 5%;
  animation: banner2 16s 1s ease-in-out infinite;
}
.ads .l-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.ads .ad-info {
  display: block;
}
.ads .ad-info h3 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info h3 span {
  font-size: 36px;
  color: #e6231f;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.ads .btn-box {
  width: 100%;
  display: block;
  text-align: center;
}
.ads .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
  width: 200px;
  height: 46px;
  line-height: 45px;
  background: #e60012;
  font-size: 18px;
  color: #fff;
  border-color: #e6231f;
  border-radius: 4px;
  padding: 0;
}
.ads .btn-box a i {
  margin-top: -4px;
}
.ads .btn-box a:hover {
  background: #f73d3e;
}
.ads .btn-box a:hover i {
  transform: translateX(5px);
}
.ads .btn-box a.white {
  background: #fff;
  line-height: 44px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
}
.ads .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/marketing/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
}
.ads .btn-box a.red {
  border-color: #fff;
  background: transparent;
}
.ads .btn-box a.white:hover {
  color: #e60012;
  background: #fff;
}
.ads .btn-box a.white:hover i {
  animation: arrow 1s linear infinite;
}
.ads .btn-box a.red:hover {
  color: #e60012;
  background: #fff;
}
@media (max-width: 978px) {
  .ads {
    background: url(https://website-static.vhall.com/web/images/marketing/ads-bg-mb.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .ads .l-container {
    height: auto;
    padding: 45px 25px 45px;
    display: block;
    align-items: center;
    /*閸ㄥ倻娲跨仦鍛厬*/
    justify-content: center;
    /*濮樻潙閽╃仦鍛厬*/
  }
  .ads .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ads .ad-info h3 {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info h3 span {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info p {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .ads img {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 0 auto;
  }
  .ads .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .ads .btn-box a {
    font-size: 14px;
    height: 44px !important;
    line-height: 44px !important;
    margin-right: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-o-keyframes scroll {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes videoBg {
  0% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  25% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  50% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes lines {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes robot {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes banner1 {
  0% {
    transform: translate(0, 0) rotateY(180deg);
  }
  25% {
    transform: translate(-40px, -40px) rotateY(180deg);
  }
  50% {
    transform: translate(60px, -60px) rotateY(180deg);
  }
  100% {
    transform: translate(0, 0) rotateY(180deg);
  }
}
@keyframes banner2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(44px, 44px);
  }
  75% {
    transform: translate(30px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes banner3 {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
