@charset "UTF-8";
/**设置cssfun方法**/
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**设置cssfun方法**/
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

html {
  font-size: 100%;
  height: 100%;
  font-family: '微软雅黑';
}

body {
  line-height: 1.42857;
  min-height: 100%;
  font-family: '微软雅黑';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.c-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.img_auto {
  display: block;
  width: 100%;
  height: auto;
}

/** 多行省略 **/
.ellipsisTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

.by-locked-cta {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 620px;
  right: 0;
  display: block;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: top right;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

.by-locked-cta .score-button {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  position: relative;
  padding: 16px 30px 15px 30px;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #eb5207;
  font-weight: bold;
  cursor: pointer;
  transition: all ease 0.3s;
  text-align: center;
}

.by-locked-cta .score-button::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: calc(100% - 60px);
  height: 0px;
  content: '';
  transition: all ease-out 0.4s;
  transform: translateX(-50%);
  background-color: #fff;
}

.by-locked-cta .score-button:hover::after {
  height: 3px;
}

.by-locked-cta .score-button:nth-child(2) {
  border-left: 1px solid #001b50;
}

@media screen and (max-width: 992px) {
  .by-locked-cta .by-locked-cta {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .c-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .c-container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .c-container {
    max-width: 1260px;
  }
}

@media (min-width: 1900px) {
  .c-container {
    max-width: 1440px;
  }
}

@media (max-width: 991px) {
  .c-container {
    padding: 0 30px;
  }
  .by-locked-cta {
    display: none;
  }
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 0;
  color: #001b50;
}

h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0;
  color: #001B50;
}

p,
a,
li {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #001b50;
  font-size: 1rem;
  text-decoration: none;
}

.button {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  padding: 18px 32px 15px 32px;
  cursor: pointer;
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
  color: #203367;
  border: 2px solid #00b8f1;
  border-radius: 5px;
  background: transparent;
  font-size: .9375rem;
}

.button:hover {
  text-decoration: none;
  background-color: #00b8f1;
}

.score {
  margin-bottom: 100px;
  padding-top: 40px;
}

@media screen and (max-width: 574px) {
  .score {
    margin-bottom: 30px !important;
    padding-top: 20px !important;
  }
}

.CStitle {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #001B50;
}

.CStitle::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  transform: translateX(-50%);
  background-color: #00b8f1;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.125rem;
    line-height: 62px;
  }
  h2 {
    font-size: 2.625rem;
    line-height: 52px;
  }
  h3 {
    font-size: 1.675rem;
    line-height: 37px;
  }
  p,
  a,
  li {
    font-size: 1.0625rem;
    line-height: 25px;
    font-weight: 400;
  }
  .swiper-container,
  .swiper-container-horizontal {
    width: calc(100% - 170px);
  }
}

.bannerModule {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 90px;
}

.bannerModule .container {
  flex-wrap: wrap;
  align-items: flex-start !important;
}

.bannerModule .container .banner-left {
  float: left;
  width: 50%;
}

.bannerModule .container .banner-left .banner-left-box {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
}

.bannerModule .container .banner-left .banner-left-box h1 {
  position: relative;
  margin-bottom: 28px;
}

.bannerModule .container .banner-left .banner-left-box h1:after {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  background-color: #00b8f1;
}

.bannerModule .container .banner-left .banner-left-box h2 {
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 10px;
  font-size: 1.0625rem;
}

.bannerModule .container .banner-left .banner-left-box p {
  margin-bottom: 14px;
  font-size: 1.0625rem;
  line-height: 25px;
  font-weight: 400;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action {
  display: flex;
  align-items: center;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .button {
  margin: 14px 20px 0 0;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .banner-left-video {
  margin: 14px 0 0 36px;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .banner-left-video a {
  margin: 0;
  position: relative;
  font-size: .9375rem;
  line-height: 15px;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .banner-left-video a::before {
  position: absolute;
  top: -3px;
  left: -32px;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url(../images/services/by-play-button.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .banner-left-video a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.bannerModule .container .banner-left .banner-left-box .banner-left-action .banner-left-video a:hover::after {
  bottom: -12px;
  height: 6px;
}

@media screen and (max-width: 574px) {
  .bannerModule .container .banner-left .banner-left-box .button {
    margin: 14px 0 0 0 !important;
  }
  .bannerModule .container .banner-left .banner-left-box .banner-left-action {
    flex-direction: column;
  }
  .bannerModule .container .banner-left .banner-left-box .banner-left-video {
    margin: 14px 0 0 20px !important;
  }
}

@keyframes textSlideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .bannerModule .container .banner-left {
    width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 574px) {
  .bannerModule .container .banner-left h2,
  .bannerModule .container .banner-left h1,
  .bannerModule .container .banner-left p {
    text-align: center;
  }
  .bannerModule .container .banner-left h1::after {
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}

.bannerModule .container .banner-right {
  width: 50%;
  float: left;
}

.bannerModule .container .banner-right .banner-right-box {
  max-width: 535px;
  min-height: 500px;
  position: relative;
}

.bannerModule .container .banner-right .banner-right-box img {
  position: relative;
  top: auto;
  left: auto;
  height: 560px;
  animation: pulldown cubic-bezier(0.39, 0.06, 0.46, 0.91);
  animation-duration: 0.6s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
  width: auto;
  max-width: none;
}

@keyframes pulldown {
  0% {
    transform: translateY(-70px) scale(1.4);
    opacity: 0;
  }
  100% {
    transform: translateY(5px) scale(1);
    opacity: 1;
  }
}

.bannerModule .container .banner-right .banner-right-box::before {
  position: absolute;
  z-index: 7;
  top: -590px;
  right: -657px;
  width: 773px;
  height: 748px;
  content: '';
  transform-origin: 204px 548px;
  animation: rotateBlueDrop ease-out;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
  background: url(https://www.blueyondercn.com/images/services/petal-hero.png) no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  animation-fill-mode: forwards;
}

@keyframes rotateBlueDrop {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}

.bannerModule .container .banner-right .banner-right-box::after {
  position: absolute;
  z-index: 3;
  content: '';
  animation: rotateBottom ease-out;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
  opacity: 1;
  animation-fill-mode: forwards;
  top: -930px;
  right: -968px;
  width: 1900px;
  max-width: none;
  height: 1860px;
  max-height: none;
  background: url(https://www.blueyondercn.com/images/services/abc.svg) no-repeat center center;
  background-size: 2000px 2000px;
}

@keyframes rotateBottom {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 992px) {
  .bannerModule .container .banner-right {
    width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 574px) {
  .bannerModule .container .banner-right-box {
    width: calc(100vw - 60px);
    min-height: 400px !important;
  }
  .bannerModule .container .banner-right-box img {
    height: 400px !important;
    left: -30% !important;
  }
  .bannerModule .container .banner-right-box::before {
    top: -260px !important;
    right: -309px !important;
    width: 370px !important;
    height: 370px !important;
    animation: rotateBlueDrop 0s ease-out !important;
  }
  .bannerModule .container .banner-right-box::after {
    top: -585px !important;
    right: -586px !important;
    width: 1200px !important;
    height: 1200px !important;
    background-size: 100% 100% !important;
  }
}

@media screen and (max-width: 769px) {
  .bannerModule {
    margin-bottom: 30px !important;
  }
}

.ideaModule {
  text-align: center;
}

.ideaModule .ideaHeader {
  margin-bottom: 40px;
}

.ideaModule .ideaList {
  align-items: unset;
  flex-wrap: wrap;
}

.ideaModule .ideaList .ideaList-box {
  float: left;
  width: 33.33333%;
  padding-right: 30px;
}

.ideaModule .ideaList .ideaList-box .ideaListIcon {
  align-self: center;
  width: 100%;
  margin-bottom: 10px;
}

.ideaModule .ideaList .ideaList-box .ideaListImg {
  display: block;
  align-self: baseline;
  order: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ideaModule .ideaList .ideaList-box .ideaList-text {
  padding: 0 5%;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ideaModule .ideaList .ideaList-box .ideaList-text h2 {
  font-size: 168.75%;
  line-height: 23px;
  margin-bottom: 14px;
  color: #001b50;
}

.ideaModule .ideaList .ideaList-box .ideaList-text p {
  font-size: .9375rem;
  line-height: 18px;
}

.ideaModule .ideaList .ideaList-box .ideaList-text .ideaSmallText1 {
  width: 100%;
}

.ideaModule .ideaList .ideaList-box .ideaList-text .ideaSmallText2 {
  width: 64%;
}

@media screen and (min-width: 575px) {
  .ideaModule .ideaList .ideaList-box span {
    line-height: 14px;
    font-size: .75rem;
  }
  .ideaModule .ideaList .ideaList-box h3 {
    line-height: 25px;
    font-size: 1.25rem;
  }
  .ideaModule .ideaList .ideaList-box p {
    font-size: 1.0625rem;
    line-height: 25px;
    margin-bottom: 44px;
  }
  .ideaModule .ideaList .ideaList-box .videoAction::after {
    height: 3px;
  }
}

.ideaModule .ideaList .ideaList-text2 {
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .ideaModule .ideaList-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .ideaModule .ideaList-box .ideaSmallText {
    max-width: 300px;
    margin: 0 auto;
  }
  .ideaModule .ideaSmallText2 {
    width: 100% !important;
  }
}

.CSswiperModule {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #203367;
}

.CSswiperModule .swiper-slide {
  text-align: center;
  padding-bottom: 40px;
}

.CSswiperModule .swiper-slide .swiperLeft {
  width: 84%;
  margin: 0 auto;
}

.CSswiperModule .swiper-slide .swiperLeft h2 {
  font-size: 2.625rem;
  line-height: 52px;
  position: relative;
  margin-bottom: 28px;
  color: #fff !important;
}

.CSswiperModule .swiper-slide .swiperLeft h2::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  transform: translateX(-50%);
  background-color: #fff;
}

.CSswiperModule .swiper-slide .swiperLeft h3 {
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 10px;
}

.CSswiperModule .swiper-slide .swiperLeft p {
  font-size: 1.0625rem;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
  margin-bottom: 14px;
}

@media screen and (max-width: 992px) {
  .CSswiperModule .swiper-slide .swiperLeft {
    width: 100%;
    order: 2;
  }
  .CSswiperModule .swiper-slide .swiperLeft h2 {
    font-size: 1.625rem;
  }
  .CSswiperModule .swiper-slide .swiperLeft h3 {
    font-size: 1.125rem;
    line-height: 23px;
  }
  .CSswiperModule .swiper-slide .swiperLeft p {
    font-weight: 400;
    line-height: 24px;
    font-size: 1rem;
  }
}

.CSswiperModule .swiper-slide .swiperRight {
  width: 33.3%;
  float: left;
  position: relative;
  min-height: 376px;
}

@media screen and (max-width: 992px) {
  .CSswiperModule .swiper-slide .swiperRight {
    width: 100%;
    order: 1;
  }
}

.CSswiperModule .swiper-slide .swiper-pagination {
  text-align: left;
  left: 35%;
  bottom: 80px;
}

.CSswiperModule .swiper-slide .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 10px;
}

.CSswiperModule .swiper-slide .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
}

.CSswiperModule .swiper-slide .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 1px solid white;
  border-radius: 50%;
  padding: 12px;
  top: 0;
  left: 0;
  transform: translate(-31%, -31%);
}

@media screen and (max-width: 1024px) {
  .CSswiperModule .swiper-container .swiper-button-next {
    display: none;
  }
  .CSswiperModule .swiper-container .swiper-button-prev {
    display: none;
  }
  .CSswiperModule .swiper-container .swiper-pagination {
    left: 30%;
  }
}

@media screen and (max-width: 992px) {
  .bannerModule .container .banner-left .banner-left-box h2 {
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 1.0625rem;
  }
  .bannerModule .container .banner-left .banner-left-box h1 {
    font-weight: bold;
    letter-spacing: 0;
  }
  .score-column4,
  .score-left,
  .score-center2,
  .score-center,
  .score-right {
    border-right: 0px !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .score-left,
  .score-center2,
  .score-center {
    margin-bottom: 80px;
    position: relative;
  }
  .score-left .score-call-to-action,
  .score-center2 .score-call-to-action,
  .score-center .score-call-to-action {
    top: 110%;
    width: 35%;
    height: 1px;
    background-color: #9A9B9F;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .ideaList,
  .c-flex {
    width: 100% !important;
  }
  .CSswiperModule .swiper-container .swiper-pagination {
    text-align: center;
    left: 0;
  }
  .container {
    margin-bottom: 40px !important;
  }
  .bannerModule {
    padding-top: 84px;
  }
  h1 {
    font-size: 2rem !important;
    line-height: 43px !important;
    margin-bottom: 28px !important;
  }
  .button {
    margin-bottom: 20px !important;
  }
  .ideaList {
    display: flex;
    flex-direction: column;
  }
  .ideaList .ideaList-box {
    width: 100% !important;
  }
  .wht h2::after {
    left: 44% !important;
  }
  .wht-center,
  .wht-colm {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    margin-bottom: 50px !important;
  }
  .wht-center .wht-right,
  .wht-colm .wht-right {
    width: 100% !important;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .wht-center .wht-left, .wht-center .wht-left1,
  .wht-colm .wht-left,
  .wht-colm .wht-left1 {
    width: 100% !important;
    padding: 0 !important;
    height: 100%;
    margin-bottom: 20px;
  }
  .wht-center .wht-left h2,
  .wht-center .wht-left p, .wht-center .wht-left1 h2,
  .wht-center .wht-left1 p,
  .wht-colm .wht-left h2,
  .wht-colm .wht-left p,
  .wht-colm .wht-left1 h2,
  .wht-colm .wht-left1 p {
    text-align: center;
  }
  .wht-center .wht-left h2, .wht-center .wht-left1 h2,
  .wht-colm .wht-left h2,
  .wht-colm .wht-left1 h2 {
    position: relative;
    margin-bottom: 20px;
  }
  .wht-center .wht-left h2::after, .wht-center .wht-left1 h2::after,
  .wht-colm .wht-left h2::after,
  .wht-colm .wht-left1 h2::after {
    position: absolute;
    left: 45% !important;
    bottom: -6px;
    width: 44px;
    height: 1px;
    content: '';
    background-color: #00b8f1;
  }
  .wht-center .wht-left p, .wht-center .wht-left1 p,
  .wht-colm .wht-left p,
  .wht-colm .wht-left1 p {
    margin-bottom: 14px;
  }
  .wht-center .wht-left .banner-left-action, .wht-center .wht-left1 .banner-left-action,
  .wht-colm .wht-left .banner-left-action,
  .wht-colm .wht-left1 .banner-left-action {
    height: 66px;
    position: relative;
  }
  .wht-center .wht-left .banner-left-action .button, .wht-center .wht-left1 .banner-left-action .button,
  .wht-colm .wht-left .banner-left-action .button,
  .wht-colm .wht-left1 .banner-left-action .button {
    width: 45%;
    position: absolute;
    left: 29%;
    margin: 14px 20px 0 0 !important;
    left: 28%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    padding: 18px 32px 15px 32px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
    color: #203367;
    border: 2px solid #00b8f1;
    border-radius: 5px;
    background: transparent;
    font-size: .9375rem;
  }
  .wht-center .wht-left .video, .wht-center .wht-left1 .video,
  .wht-colm .wht-left .video,
  .wht-colm .wht-left1 .video {
    color: #203367;
    margin: 0;
    font-weight: bold;
    position: relative;
    left: 40%;
    font-size: .9375rem;
    line-height: 15px;
  }
  .wht-center .wht-left .video::before, .wht-center .wht-left1 .video::before,
  .wht-colm .wht-left .video::before,
  .wht-colm .wht-left1 .video::before {
    position: absolute;
    top: -3px;
    left: -32px;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(../images/services/by-play-button.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .wht-center .wht-left .video::after, .wht-center .wht-left1 .video::after,
  .wht-colm .wht-left .video::after,
  .wht-colm .wht-left1 .video::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    transition: all ease 0.3s;
    background-color: #00b8f1;
  }
  .wht-center .wht-left .video:hover::after, .wht-center .wht-left1 .video:hover::after,
  .wht-colm .wht-left .video:hover::after,
  .wht-colm .wht-left1 .video:hover::after {
    bottom: -12px;
    height: 6px;
  }
  .wht-center .wht-right img,
  .wht-colm .wht-right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .blue::after {
    left: 40% !important;
  }
  .customsModule .swiper-button-next {
    right: 0px !important;
  }
  .customsModule .swiper-button-prev {
    left: 0px !important;
  }
}

.wht h2 {
  position: relative;
  margin-bottom: 40px;
}

.wht h2::after {
  position: absolute;
  bottom: -6px;
  left: 49%;
  width: 40px;
  height: 1px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.wht-center {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wht-colm {
  display: flex;
  margin-bottom: 100px;
}

.wht-colm .wht-left {
  width: 50%;
  text-align: left;
  padding: 20px 15px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wht-colm .wht-left h2 {
  position: relative;
  margin-bottom: 20px;
}

.wht-colm .wht-left h2::after {
  position: absolute;
  left: 1px;
  bottom: -6px;
  width: 44px;
  height: 1px;
  content: '';
  background-color: #00b8f1;
}

.wht-colm .wht-left1 {
  width: 50%;
  text-align: left;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wht-colm .wht-left1 h2 {
  position: relative;
  margin-bottom: 20px;
}

.wht-colm .wht-left1 h2::after {
  position: absolute;
  left: 1px;
  bottom: -6px;
  width: 44px;
  height: 1px;
  content: '';
  background-color: #00b8f1;
}

.wht-colm .wht-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wht-colm .wht-right img {
  max-width: 100%;
  height: auto;
}

.why {
  margin-bottom: 100px;
}

.why .blue {
  margin-bottom: 40px;
  position: relative;
}

.why .blue::after {
  position: absolute;
  bottom: -6px;
  left: 48%;
  width: 44px;
  height: 1px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.why .why-col {
  margin: 0 auto;
}

.why .why-center .score-column4 {
  display: flex;
}

.why .why-center .score-column4 .score-left,
.why .why-center .score-column4 .score-center,
.why .why-center .score-column4 .score-center2 {
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #9A9B9F;
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.why .why-center .score-column4 .score-left {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.why .why-center .score-column4 .score-center {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.why .why-center .score-column4 .score-center2 {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 0.9s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.why .why-center .score-column4 .score-right {
  flex: 1;
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 1s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.why .why-center .score-column4 h2 {
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 111px;
  margin-bottom: 20px;
  color: #81ba3d;
}

.why .why-center .score-column4 p {
  font-size: 1.125rem;
  line-height: 23px;
  margin-bottom: 14px;
}

.why .why-center .caption {
  display: flex;
  flex-direction: column;
}

.why .why-center .caption h2 {
  flex: 1;
  display: inline-block;
  /* 零时注销 */
  /* font-family: 'GT-Sectra'; */
}

.why .why-center .caption .score-highlight-body {
  flex: 1;
}

.big {
  position: relative;
}

.customsModule {
  text-align: center;
  margin-bottom: 100px !important;
}

.customsModule .swiper-container {
  width: 87%;
  margin-bottom: 50px;
  overflow: hidden;
}

.customsModule .swiper-wrapper {
  display: flex;
  margin: 0 auto;
  width: 99.459%;
}

.customsModule .swiper-slide a {
  display: inline-block;
}

.customsModule .swiper-slide a:active {
  border: #000 2px solid;
}

.customsModule .swiper-slide img {
  padding-top: 10px;
  height: 62px;
  width: 154px;
  cursor: pointer;
  transition: all ease .5s;
}

.customsModule .swiper-slide img:hover {
  transform: scale(1.1);
}

.customsModule .swiper-slide:nth-of-type(6) {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: .5s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.customsModule .swiper-slide:nth-of-type(7) {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: .7s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.customsModule .swiper-slide:nth-of-type(8) {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: .9s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.customsModule .swiper-slide:nth-of-type(9) {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 1.1s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.customsModule .swiper-slide:nth-of-type(10) {
  transform: translateX(70px);
  animation: textSlideIn ease-in;
  animation-duration: 1.3s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.customsModule .swiper-button-next {
  position: absolute;
  top: 58px;
  right: 58px;
  width: 32px;
  height: 32px;
  transition: all ease 0.3s;
  border: none;
  background: url(../images/services/blue-arrow-right.svg) no-repeat center;
  background-size: 32px 32px;
}

.customsModule .swiper-button-next:hover {
  opacity: .7;
}

.customsModule .swiper-button-prev {
  position: absolute;
  top: 58px;
  left: 57px;
  width: 32px;
  height: 32px;
  transition: all ease 0.3s;
  border: none;
  background: url(../images/services/blue-arrow-left.svg) no-repeat center;
  background-size: 32px 32px;
}

.customsModule .swiper-button-prev:hover {
  opacity: .7;
}

.ideaHeader {
  margin: 0 auto;
}

.ideaHeader .learnP {
  margin-bottom: 80px;
}

.ideaList {
  margin: 0 auto;
}

.ideaList .ideaList-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.ideaList .ideaList-box .ideaList-text2 {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  order: 3;
  padding: 0 !important;
  margin-bottom: 40px;
}

.ideaList .ideaList-box .ideaList-text2 h2 {
  font-size: 1.125rem !important;
}

.ideaList .ideaList-box .ideaList-text2 p {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  color: inherit;
  margin-bottom: 14px;
}

.ideaList .ideaList-box .ideaList-text2 .box-mar {
  margin-top: auto;
}

.ideaList .ideaList-box .ideaList-text2 .videoAction {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #004990;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
}

.ideaList .ideaList-box .ideaList-text2 .videoAction::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.ideaList .ideaList-box .ideaList-text2 .videoAction:hover::after {
  bottom: -12px;
  height: 6px;
}

.contactModule {
  overflow: hidden;
  background: url(../images/services/contaceBg.png) no-repeat;
  background-size: 125% 99%;
  transition: all .7s;
  background-position: center center;
}

.contactModule .c-container {
  position: relative;
}

.contactModule .c-container .contactText {
  padding-top: 100px;
  background: url(../images/services/promo-globe-mask.png) 0 0 no-repeat;
  background-size: cover;
  background-position-x: 250px;
  transition: all 1s;
}

.contactModule .c-container .contactText::before {
  content: '';
  position: absolute;
  transition: all 2s;
  width: 100vw;
  height: 100%;
  background-color: white;
  top: 0;
  left: -62%;
}

.contactModule .c-container .contactText .CStitle {
  text-align: center;
}

.contactModule .c-container .contactText .score-bu {
  margin: 0 auto;
  width: 45%;
}

.contactModule .c-container .contactText .score-bu .button {
  position: relative;
  left: 40%;
  margin-top: 20px;
  transform: translate(-50%, 0);
}

.contactModule .c-container .contactText .score-bu .videoAction {
  left: 35%;
  font-size: 1rem;
  font-weight: bold;
  color: #004990;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
  line-height: 15px;
}

.contactModule .c-container .contactText .score-bu .videoAction::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.contactModule .c-container .contactText .score-bu .videoAction:hover::after {
  bottom: -12px;
  height: 6px;
}

@media screen and (min-width: 992px) {
  .contactModule .c-container .contactText .CStitle {
    max-width: 50%;
  }
  .contactModule .c-container .contactText p {
    padding: 0 20%;
  }
}

@media screen and (min-width: 1200px) {
  .contactModule .c-container .imgAnimate {
    background-position: 100% !important;
  }
}

.contactModule .imgAnimate {
  background-position: 93% !important;
}

.contactModule .imgAnimate::before {
  left: -100% !important;
}

@media screen and (min-width: 992px) {
  .contactModule .c-container {
    margin: 0 auto;
    margin-top: 176px;
  }
  .contactModule .c-container .contactText {
    padding-right: 10%;
  }
}

@media screen and (max-width: 992px) {
  .contactModule {
    background-position: center top;
    background-size: 100%;
  }
  .contactModule .c-container {
    margin-top: 36px;
  }
  .contactModule .c-container .contactText {
    padding: 20px 0;
  }
  .contactModule .c-container .contactText::before {
    width: 100vh;
    left: -14% !important;
  }
  .contactModule .c-container .contactText .CStitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .score-bu {
    display: flex;
    flex-direction: column;
  }
  .score-bu .button {
    left: 50% !important;
    transform: translate(-50%);
  }
  .score-bu .videoAction {
    left: 0% !important;
    text-align: center;
  }
  .score-bu .videoAction::after {
    width: 0 !important;
  }
}

@media screen and (max-width: 574px) {
  .contactModule {
    background-position: center top;
    background-size: 100%;
  }
  .contactModule .c-container {
    margin: 54px 0px 0 0px;
  }
  .contactModule .c-container .contactText {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 38px;
  }
}

@media screen and (min-width: 996px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  #header header {
    position: unset;
  }
}

.modal-dialog {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(32, 51, 103, 0.85);
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    padding: 84px 0 30px 0;
  }
}

.modal-content {
  max-width: 90vw;
  overflow: hidden;
  margin: 0 auto;
}

.modal-header {
  margin-top: 111px;
  display: flex;
  justify-content: right;
  position: relative;
}

.modal-header .close {
  width: 44px;
  height: 44px;
  transition: all ease 0.3s;
  opacity: 1;
  color: #fff;
  border: 3px solid #fff;
  font-size: 2.375rem;
  line-height: 38px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.modal-header .close span {
  width: 38px;
  height: 38px;
  font-size: inherit;
  display: inline-block;
}

.modal-body {
  position: relative;
  padding: 40px;
  max-height: 100%;
}

.modal-body .video-js {
  width: calc(75vw - 170px);
  height: calc(75vh - 90px);
  margin: 40px auto;
  position: relative;
  margin: auto;
  background: transparent;
  display: flex;
}

.modal-body .video-js .vjs-tech {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-body .video-js .vjs-poster {
  background: transparent;
}

.modal-header {
  margin-top: 40px;
  text-align: right;
  display: flex;
  justify-content: flex-end !important;
}

.modal-header .close {
  position: relative;
}

.modal-content {
  margin: 0 auto !important;
}

@media screen and (max-width: 992px) {
  .modal-body {
    padding: 0 5px !important;
  }
  .video-js {
    width: 100% !important;
    height: calc(50vh - 15px) !important;
  }
}

@media screen and (max-width: 768px) {
  .vjs-progress-control {
    display: block !important;
  }
}

@media screen and (min-width: 2000px) {
  .c-container {
    max-width: 1440px !important;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1900px) {
  .c-container {
    max-width: 1440px !important;
    padding: 0 15px;
  }
}
