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: 40px;
  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: #e60012;
  border: 1px solid #e60012;
  background: transparent;
}

.l-btn.white:hover {
  color: #fff;
  background: #e60012;
}

.l-btn.red {
  color: #fff;
  border: 1px solid #e60012;
  background: #e60012;
}

.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清除浮动的方式 *号只有IE6-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="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%;
}

.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
  text-align: left;
}

.l-title h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}

.l-title p {
  font-size: 16px;
  color: #585656;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.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;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }

  .l-title p {
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 6px;
  }
}

.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("../images/customers/ifold.svg") center no-repeat;
  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;
  }
}

.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(../images/customers/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(../images/customers/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-size: cover !important;
}

.banner .l-container {
  position: relative;
}

.banner .banner-main {
  line-height: 400px;
  height: 400px;
  text-align: center;
}

.banner .banner-main .banner-topic {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 14px;
}

.banner .banner-main .banner-topic i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #e60012;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/customers/banner-icon.png) 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: 24px;
  height: 24px;
  background: #e60012;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/customers/notice-icon.svg) center no-repeat;
  background-size: cover;
}

.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}

.banner .banner-main h1 {
  font-size: 44px;
  color: #000000;
  text-align: center;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner .banner-main p {
  font-size: 16px;
  color: #585656;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner .banner-main .flex {
  display: flex;
  align-items: center;
}

.banner .banner-main .flex .t1 {
  font-size: 60px;
  color: #e60012;
  line-height: 42px;
  font-weight: 700;
}

.banner .banner-main .flex span {
  font-size: 16px;
  color: #000000;
  line-height: 42px;
  font-weight: 700;
}

.banner .banner-main .clearfixCh {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  flex: 1;
}

.banner .banner-main div a {
  display: inline-block;
  float: none;
  height: 48px;
  line-height: 48px;
}

@media (max-width: 978px) {
  .banner {
    background: none;
    height: 360px;
    margin-bottom: 60px;
  }

  .banner .banner-main .flex .t1 {
    font-size: 46px;
  }

  .banner .l-container {
    position: relative;
    height: 100%;
    padding: 0;
  }

  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: calc(100% - 40px);
    text-align: center;
    padding-right: 0;
    padding-top: 60px;
    margin-bottom: 60px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
  }

  .banner .banner-main .banner-topic {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 14px;
  }

  .banner .banner-main .banner-topic i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #e60012;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/customers/banner-icon.png) 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: 24px;
    height: 24px;
    background: #e60012;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/customers/notice-icon.svg) center no-repeat;
    background-size: cover;
  }

  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }

  .banner .banner-main h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .banner .banner-main p {
    margin-bottom: 20px;
  }

  .banner .mb img {
    width: 100%;
    height: 360px;
    visibility: hidden;
  }
}

.content {
  padding-top: 60px;
}

@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}

.case-list .l-body .top-content {
  position: relative;
}

.case-list .l-body .top-content .titleBox {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
}

.case-list .l-body .top-content .titleBox {
  font-weight: bold;
}

.case-list .l-body .top-content .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.case-list .l-body .top-content .swiper-slide img {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 10px;
}

.case-list .l-body .top-content .swiper-slide img+img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.case-list .l-body .top-content .swiper-slide p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}

.case-list .l-body .top-content .swiper-slide.xuanzhong p {
  border-color: #e60012;
}

.case-list .l-body .top-content .swiper-slide:hover img+img,
.case-list .l-body .top-content .swiper-slide.active img+img {
  opacity: 1;
  visibility: visible;
}

.case-list .l-body .bottom-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.case-list .l-body .bottom-content .list-content li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px -8px rgb(31, 35, 41, 6%),
    0 6px 12px 0 rgb(31, 35, 41, 4%), 0 8px 24px 8px rgb(31, 35, 41, 4%);
}

.case-list .l-body .bottom-content .list-content li:nth-child(3n) {
  margin-right: 0;
}

.case-list .l-body .bottom-content .list-content li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}

.case-list .l-body .bottom-content .list-content li a>span {
  background: transparent;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 157px;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  right: 0;
  z-index: 1;
}

@media (max-width: 978px) {
  .case-list .l-body .bottom-content .list-content li a>span {
    display: none;
  }
}

.case-list .l-body .bottom-content .list-content li a>span img {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0);
}

.case-list .l-body .bottom-content .list-content li a:hover>span {
  background: rgba(222, 0, 29, 0.3);
}

.case-list .l-body .bottom-content .list-content li a:hover>span img {
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.case-list .l-body .bottom-content .list-content li:hover .card-info h3 {
  text-decoration: underline;
}

.case-list .l-body .bottom-content .card img {
  width: 100%;
}

.case-list .l-body .bottom-content .card .card-info {
  padding: 20px 20px 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 99px;
  text-align: center;
}

.case-list .l-body .bottom-content .card h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  min-height: 48px;
  margin-bottom: 0px;
  text-align: left;
}

.case-list .l-body .bottom-content .card p {
  text-align: left;
}

.case-list .l-body .bottom-content .card span {
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 10px;
  color: #e60012;
  margin-right: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.case-list .l-body .bottom-content .card .card-info img {
  width: 60%;
}

.case-list .l-body .swiper-case-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/customers/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}

.case-list .l-body .swiper-case-prev:hover {
  background: url(../images/customers/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}

.case-list .l-body .swiper-case-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/customers/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}

.case-list .l-body .swiper-case-next:hover {
  background: url(../images/customers/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}

@media (max-width: 1400px) {

  .interview .swiper-case-prev,
  .interview .swiper-case-next {
    display: none;
  }
}

@media (max-width: 978px) {
  .case-list {
    background: #fefefe;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 50px;
  }

  .case-list .l-container {
    padding: 0;
  }

  .case-list .l-body .top-content {
    position: relative;
    box-shadow: 0px 10px 20px 0px rgba(203, 210, 228, 0.3);
    margin-bottom: 20px;
    background: #fff;
  }

  .case-list .l-body .top-content .swiper-slide {
    text-align: center;
    cursor: pointer;
    display: inline-block;
  }

  .case-list .l-body .top-content .swiper-slide img {
    display: none;
  }

  .case-list .l-body .top-content .swiper-slide p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    /* line-height: 20px; */
    font-weight: 400;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
  }

  .case-list .l-body .top-content .swiper-slide:hover p,
  .case-list .l-body .top-content .swiper-slide.xuanzhong p {
    border-color: #e60012;
  }

  .case-list .l-body .bottom-content {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-list .l-body .bottom-content .list-content li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(203, 210, 228, 0.3);
    border-radius: 8px;
    overflow: hidden;
  }

  .case-list .l-body .bottom-content .list-content li:nth-child(4n) {
    margin-right: 0;
  }

  .case-list .l-body .bottom-content .list-content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .case-list .l-body .bottom-content .card img {
    width: 100%;
  }

  .case-list .l-body .bottom-content .card .card-info {
    padding: 15px 15px;
    border: none;
    min-height: 0;
  }

  .case-list .l-body .bottom-content .card h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .case-list .l-body .swiper-case-prev {
    display: none;
  }

  .case-list .l-body .swiper-case-next {
    display: none;
  }

  .case-list .btn-box {
    text-align: center;
  }

  .case-list .btn-box a {
    float: none;
    display: inline-block;
  }
}

.interview {
  background: url(../images/index/interview-bg.png) center no-repeat;
  background-size: cover;
}

.interview .l-body {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
  border-radius: 10px;
  position: relative;
}

.interview .l-body .swiper-slide {
  display: flex;
}

.interview .interview-l {
  max-width: 600px;
  width: 50%;
  font-size: 0;
  position: relative;
  padding: 10px 10px;
}

.interview .interview-l .video-box {
  font-size: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.interview .interview-l .video-box img {
  width: 100%;
}

.interview .interview-l .video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.interview .interview-l .video-box .play-icon {
  opacity: 0;
  visibility: hidden;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -45px;
  background: url(../images/index/video-play.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}

.interview .interview-l .video-box .play-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  background: #e60012;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  animation: videoBg 1s infinite;
  z-index: 0;
}

.interview .interview-l .video-box .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/index/video-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}

.interview .interview-l .video-box:hover .play-icon {
  opacity: 1;
  visibility: visible;
}

.interview .interview-r {
  width: 50%;
  padding: 45px 60px;
  position: relative;
}

.interview .interview-r h3 {
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.interview .interview-r h2 {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 20px;
}

.interview .interview-r p {
  font-size: 14px;
  color: #525d78;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

.interview .interview-r .logo-box span {
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
}

.interview .interview-r .logo-box span img {
  height: 48px;
}

.interview .swiper-interview-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/index/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}

.interview .swiper-interview-prev:hover {
  background: url(../images/index/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}

.interview .swiper-interview-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/index/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}

.interview .swiper-interview-next:hover {
  background: url(../images/index/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}

.interview .interview-paganation-box {
  width: 81%;
  padding-right: 60px;
  padding-left: 60px;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 1;
}

.interview .interview-paganation-box .logo-box span {
  width: calc((100% - 20px) / 5);
  float: left;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

.interview .interview-paganation-box .logo-box span:last-child {
  margin-right: 0;
}

.interview .interview-paganation-box .logo-box span img {
  width: 100%;
  cursor: pointer;
}

.interview .interview-paganation-box .logo-box span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.interview .interview-paganation-box .logo-box span img:last-child:hover,
.interview .interview-paganation-box .logo-box span.active img:last-child {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1400px) {

  .interview .swiper-interview-prev,
  .interview .swiper-interview-next {
    display: none;
  }
}

@media (max-width: 978px) {
  .interview {
    background: url(../images/index/interview-bg-mb.png) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }

  .interview .l-body {
    background: transparent;
    box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
    border-radius: 10px;
    position: relative;
  }

  .interview .l-body .swiper-slide {
    display: block;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
    border-radius: 10px;
  }

  .interview .interview-l {
    max-width: 600px;
    width: 100%;
    font-size: 0;
    position: relative;
    padding: 0;
  }

  .interview .interview-l .video-box {
    font-size: 0;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
  }

  .interview .interview-l .video-box img {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
  }

  .interview .interview-l .video-box video {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
  }

  .interview .interview-l .video-box .play-icon {
    opacity: 1;
    visibility: visible;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -45px;
    background: url(../images/index/video-play.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
  }

  .interview .interview-l .video-box .play-icon::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.3;
    background: #e60012;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    animation: videoBg 1s infinite;
    z-index: 0;
  }

  .interview .interview-l .video-box .close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/index/video-close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
  }

  .interview .interview-r {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .interview .interview-r h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 15px;
  }

  .interview .interview-r h2 {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .interview .interview-r p {
    font-size: 12px;
    color: #525d78;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0 15px;
    min-height: 80px;
  }

  .interview .interview-r .logo-box {
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
  }

  .interview .interview-r .logo-box span {
    display: inline-block;
    font-size: 0;
    margin-right: 0;
  }

  .interview .interview-r .logo-box span img {
    height: 48px;
  }

  .interview .swiper-interview-prev {
    display: none;
  }

  .interview .swiper-interview-next {
    display: none;
  }

  .interview .swiper-pagination {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }

  .interview .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: rgba(3, 12, 76, 0.3);
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s;
  }

  .interview .swiper-pagination-bullet-active {
    background: #e60012;
    width: 30px;
  }

  .interview .interview-paganation-box {
    display: none;
  }
}

.ad {
  background: url(../images/customers/ad-bg.png) center no-repeat;
  background-size: cover;
}

.ad .l-container {
  text-align: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ad .ad-info {
  display: inline-block;
  vertical-align: middle;
}

.ad .ad-info h3 {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 10px;
}

.ad .ad-info p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

.ad .btn-box {
  width: calc(100% - 700px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ad .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
}

.ad .btn-box a.white {
  background: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 40px;
  font-size: 18px;
  border-radius: 24px;
}

.ad .btn-box a.red {
  border-color: #fff;
  background: transparent;
}

.ad .btn-box a.white:hover {
  color: #ff3d39;
  background: #fff;
}

.ad .btn-box a.red:hover {
  color: #e60012;
  background: #fff;
}

@media (max-width: 978px) {
  .ad {
    background: url(../images/customers/ad-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }

  .ad .l-container {
    height: auto;
    padding: 40px 25px 40px;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }

  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .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: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .ad .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }

  .ad .btn-box a {
    font-size: 14px !important;
    padding: 0 30px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-right: 0;
  }
}

.ads {
  background: url(../images/index/ads-bg.png) center no-repeat;
  background-size: cover;
}

.ads .l-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.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: #e60012;
  text-align: center;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 30px;
}

.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;
  color: #fff;
  font-size: 18px;
  width: 167px;
  margin-right: 0;
}

.ads .btn-box a.white {
  background: #e60012;
  line-height: 44px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
}

.ads .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
}

.ads .btn-box a.red {
  border-color: #e60012;
  background: transparent;
}

.ads .btn-box a.white:hover {
  color: #fff;
  background: #ec4f44;
}

.ads .btn-box a.white:hover i {
  animation: arrow 1s linear infinite;
}

.ads .btn-box a.red:hover {
  color: #fff;
  background: #ec4f44;
}

@media (max-width: 978px) {
  .ads {
    background: url(../images/index/ads-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }

  .ads .l-container {
    height: auto;
    padding: 50px 25px 50px;
    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: 36px;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .ads .ad-info p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .ads .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }

  .ads .btn-box a {
    font-size: 14px;
    padding: 0 30px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin-right: 0;
  }
}

@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);
  }
}

@-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);
  }
}