@font-face {
  font-family: Hum777l;
  src: url(../fonts/Hum777l.eot);
  src: url(../fonts/Hum777l-1.eot) format('embedded-opentype'),
    url(../fonts/Hum777l.woff) format('woff'), url(../fonts/Hum777l.ttf) format('truetype');
}
.news-detail-swiper {
  height: 277px;
}
@media (max-width: 768px) {
  .news-detail-swiper {
    height: 250px;
  }
}
.news-wrapper {
  width: 100%;
}
.news-wrapper .news-nav {
  display: -webkit-box;
  display: flex;
  width: 390px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #333;
  padding-bottom: 20px;
  position: relative;
}
.news-wrapper .news-nav a {
  width: 154px;
  height: 154px;
  font-size: 20px;
  padding-top: 18px;
  text-align: center;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.news-wrapper .news-nav a::after {
  content: ' ';
  position: absolute;
  width: 42px;
  height: 4px;
  background-color: #38b4ff;
  border-radius: 2px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.news-wrapper .news-nav a .icon {
  height: 68px;
  width: 68px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 136px 136px;
  margin-bottom: 6px;
  background-image: url(../img/icon_news_nav.png);
}
.news-wrapper .news-nav a:nth-child(1) .icon {
  background-position: 0 0;
}
.news-wrapper .news-nav a:nth-child(2) .icon {
  background-position: -68px 0;
}
.news-wrapper .news-nav a:hover {
  border: 1px solid #38b4ff;
  color: #38b4ff;
}
.news-wrapper .news-nav a:hover .icon {
  background-position-y: -68px;
}
.news-wrapper .news-nav .active {
  border: 1px solid #38b4ff;
  color: #38b4ff;
}
.news-wrapper .news-nav .active::after {
  opacity: 1;
}
.news-wrapper .news-nav .active .icon {
  background-position-y: -68px !important;
}
.news-wrapper .news-list {
  margin-top: 60px;
  width: 100%;
  position: relative;
}
.news-wrapper .news-list .official-list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.news-wrapper .news-list .media-list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.news-wrapper .news-list.official .official-list {
  display: block;
}
.news-wrapper .news-list.official .media-list {
  display: none;
}
.news-wrapper .news-list.media .official-list {
  display: none;
}
.news-wrapper .news-list.media .media-list {
  display: block;
}
.news-wrapper .news-list .news-item {
  padding: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 38px;
  cursor: pointer;
}
.news-wrapper .news-list .news-item:hover {
  box-shadow: 0 4px 40px 0 #e1e1e1;
}
.news-wrapper .news-list .news-item:hover .news-title {
  color: #38b4ff;
}
.news-wrapper .news-list .news-item .news-img {
  width: 381px;
  height: 220px;
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-wrapper .news-list .news-item .news-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: #333;
}
.news-wrapper .news-list .news-item .news-info .news-title {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: justify;
}
.news-wrapper .news-list .news-item .news-info .news-mobile-img {
  display: none;
}
.news-wrapper .news-list .news-item .news-info .news-content {
  margin-top: 24px;
  width: 100%;
  max-height: 100px;
  font-size: 18px;
  line-height: 34px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: justify;
}
.news-wrapper .news-list .news-item .news-info .news-extra {
  font-size: 18px;
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.news-wrapper .news-list .news-item .news-info .news-extra .news-from {
  color: #333;
  font-weight: 700;
}
.news-wrapper .news-list .news-item .news-info .news-to-detail {
  display: none;
}
.news-wrapper .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 141px;
}
.news-wrapper .pagination .desktop {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  align-items: center;
}
.news-wrapper .pagination .desktop a {
  color: #333;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  margin: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.news-wrapper .pagination .desktop .page {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-wrapper .pagination .desktop .page:hover {
  color: #38b4ff;
  border: 1px solid #38b4ff;
  border-radius: 2px;
}
.news-wrapper .pagination .desktop .active {
  color: #38b4ff;
  border: 1px solid #38b4ff;
  border-radius: 2px;
}
.news-wrapper .pagination .mobile {
  display: none;
}
@media (max-width: 768px) {
  .news-wrapper .news-nav {
    width: 146px;
    padding-bottom: 10px;
  }
  .news-wrapper .news-nav::after {
    width: 36px;
    height: 2px;
    border-radius: 1px;
  }
  .news-wrapper .news-nav a {
    height: auto;
    width: auto;
    font-size: 14px;
    padding-top: 0;
    border: none;
  }
  .news-wrapper .news-nav a .icon {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    background-size: 80px 80px;
  }
  .news-wrapper .news-nav a:nth-child(1) .icon {
    background-position: 0 0;
  }
  .news-wrapper .news-nav a:nth-child(2) .icon {
    background-position: -40px 0;
  }
  .news-wrapper .news-nav a:hover {
    border: 0 solid transparent;
    color: #38b4ff;
  }
  .news-wrapper .news-nav a:hover .icon {
    background-position-y: -40px;
  }
  .news-wrapper .news-nav .active {
    border: 0 solid transparent;
    color: #38b4ff;
  }
  .news-wrapper .news-nav .active::after {
    opacity: 1;
  }
  .news-wrapper .news-nav .active .icon {
    background-position-y: -40px !important;
  }
  .news-wrapper .news-list {
    margin-top: 40px;
  }
  .news-wrapper .news-list .news-item {
    padding: 30px 20px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .news-wrapper .news-list .news-item .news-img {
    display: none;
  }
  .news-wrapper .news-list .news-item .news-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    color: #333;
  }
  .news-wrapper .news-list .news-item .news-info .news-title {
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .news-wrapper .news-list .news-item .news-info .news-mobile-img {
    display: block;
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 26px;
  }
  .news-wrapper .news-list .news-item .news-info .news-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    -webkit-line-clamp: 4;
    max-height: 110px;
  }
  .news-wrapper .news-list .news-item .news-info .news-extra {
    font-size: 16px;
  }
  .news-wrapper .news-list .news-item .news-info .news-to-detail {
    display: block;
    text-align: right;
    margin-top: 20px;
  }
  .news-wrapper .news-list .news-item .news-info .news-to-detail img {
    width: 32px;
    height: 32px;
  }
  .news-wrapper .pagination .desktop {
    display: none;
  }
  .news-wrapper .pagination .mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    margin-top: 30px;
    color: #333;
    width: 80%;
  }
  .news-wrapper .pagination .mobile a {
    line-height: 36px;
    color: #38b4ff;
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #38b4ff;
  }
  .news-wrapper .pagination .mobile a.disabled {
    color: grey;
    border: 1px solid grey;
    pointer-events: none;
  }
}
.news-detail-wrapper {
  width: 876px;
}
.news-detail-wrapper .news-info {
  margin-top: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.news-detail-wrapper .news-info .news-title {
  font-size: 26px;
}
.news-detail-wrapper .news-info .news-extra {
  font-size: 18px;
  color: #999;
  margin: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.news-detail-wrapper .news-info .news-extra .news-from {
  color: #333;
  font-weight: 700;
}
.news-detail-wrapper .news-content {
  margin-top: 30px;
}
.news-detail-wrapper .news-content p {
  max-width: 876px;
  white-space: normal;
  font-size: 18px;
  line-height: 1.9;
}
.news-detail-wrapper .news-content img {
  margin: 30px 0;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 876px;
}
.news-detail-wrapper .news-detail-nav {
  margin-top: 70px;
  margin-bottom: 172px;
  overflow: auto;
  text-align: center;
}
.news-detail-wrapper .news-detail-nav .nav-button {
  height: 110px;
  width: 413px;
  border: 1px solid #38b4ff;
  padding: 28px 30px;
  color: #38b4ff;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.news-detail-wrapper .news-detail-nav .nav-button.pre {
  text-align: right;
  float: left;
}
.news-detail-wrapper .news-detail-nav .nav-button.pre .icon {
  background-image: url(../img/icon_news_navarr_left.png);
}
.news-detail-wrapper .news-detail-nav .nav-button.next {
  text-align: left;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.news-detail-wrapper .news-detail-nav .nav-button.next .icon {
  background-position: right;
  background-image: url(../img/icon_news_navarr_right.png);
  margin-left: 20px;
  margin-right: 0;
}
.news-detail-wrapper .news-detail-nav .nav-button .icon {
  width: 54px;
  height: 54px;
  background-size: 54px 54px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 20px;
}
.news-detail-wrapper .news-detail-nav .nav-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 50px;
}
.news-detail-wrapper .news-detail-nav .nav-button:hover {
  color: #fff;
  background-color: #38b4ff;
}
.news-detail-wrapper .news-detail-nav .nav-button:hover.pre .icon {
  background-image: url(../img/icon_news_navarr_left_hl.png);
}
.news-detail-wrapper .news-detail-nav .nav-button:hover.next .icon {
  background-image: url(../img/icon_news_navarr_right_hl.png);
}
.news-detail-wrapper .news-detail-nav .nav-divider {
  border-right: 1px dashed #38b4ff;
  margin: 0 24px;
  width: 1px;
  display: inline-block;
  height: 110px;
}
@media (max-width: 768px) {
  .news-detail-wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
  }
  .news-detail-wrapper .news-info {
    margin-top: 40px;
    border-bottom: 1px solid #e1e1e1;
  }
  .news-detail-wrapper .news-info .news-title {
    font-size: 18px;
  }
  .news-detail-wrapper .news-info .news-extra {
    font-size: 16px;
    margin: 20px 0;
  }
  .news-detail-wrapper .news-content {
    margin-top: 20px;
  }
  .news-detail-wrapper .news-content p {
    max-width: 100%;
    white-space: normal;
    font-size: 16px;
    line-height: 1.8;
  }
  .news-detail-wrapper .news-content img {
    margin: 30px 0;
    width: 100%;
    max-width: 100%;
    max-height: auto;
    height: auto;
  }
  .news-detail-wrapper .news-detail-nav {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .news-detail-wrapper .news-detail-nav .nav-button {
    height: 100px;
    width: 100%;
    padding: 28px 25px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .news-detail-wrapper .news-detail-nav .nav-button .icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
  .news-detail-wrapper .news-detail-nav .nav-button span {
    max-height: 44px;
  }
  .news-detail-wrapper .news-detail-nav .nav-divider {
    display: none;
  }
}
.about-info-wrapper {
  padding: 0 0 80px;
}
.about-info-wrapper .about-info {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media (max-width: 768px) {
  .about-info-wrapper {
    padding: 0 20px 40px;
  }
  .about-info-wrapper .about-info {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.44px;
  }
}
@media (max-width: 768px) {
  .about-wrapper {
    padding: 0 20px;
  }
}
.about-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 18px;
  text-align: justify;
  line-height: 34px;
  color: #333;
  padding-bottom: 80px;
}
.about-card > img {
  width: 540px;
  height: 320px;
  margin: 0 80px 0 0;
  flex-shrink: 0;
}
.about-card > div {
  margin: 0 30px 0 0;
  flex-shrink: 1;
}
.about-card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.about-card:nth-child(even) > img {
  margin: 0 0 0 80px;
}
.about-card:nth-child(even) > div {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .about-card {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .about-card > img {
    width: 100%;
    height: 220px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-card > div {
    margin: 30px 0 0;
  }
  .about-card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .about-card:nth-child(even) > img {
    margin: 0;
  }
  .about-card:nth-child(even) > div {
    margin: 30px 0 0;
  }
}
.milestone-wrapper .milestone-nav {
  width: 100%;
  border-bottom: 1px solid #6adbff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.milestone-wrapper .milestone-nav > .nav-icon {
  height: 63px;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.milestone-wrapper .milestone-nav > .start {
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
}
.milestone-wrapper .milestone-nav > .mid {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.milestone-wrapper .milestone-nav > .end {
  -webkit-transform: translateX(290px);
  transform: translateX(290px);
}
.milestone-wrapper .milestone-nav > .item {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-transition: border-width 0.3s;
  transition: border-width 0.3s;
  cursor: pointer;
}
.milestone-wrapper .milestone-nav > .item > div {
  border-radius: 50%;
  border: 1px solid #00adef;
  width: 54px;
  height: 54px;
  background-size: 22px 11px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  background-image: url(../img/about-icon-arr-right.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.milestone-wrapper .milestone-nav > .item:hover {
  border: 1px solid #00adef;
}
.milestone-wrapper .milestone-nav > .item:hover > div {
  background-image: url(../img/about-icon-arr-right-hl.png);
  background-color: #00adef;
}
.milestone-wrapper .milestone-nav > .next > div {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.milestone-wrapper .milestone-swiper {
  margin-top: 40px;
  overflow: hidden;
}
.milestone-wrapper .milestone-swiper .milestone-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.milestone-wrapper .milestone-swiper .milestone-slide .milestone-item {
  width: 360px;
  height: 410px;
  border-bottom: 4px solid #38b4ff;
  background-color: #f0f9ff;
  padding: 30px;
  box-sizing: border-box;
}
.milestone-wrapper .milestone-swiper .milestone-slide .milestone-item > h3 {
  font-size: 32px;
  color: #0b5dad;
}
.milestone-wrapper .milestone-swiper .milestone-slide .milestone-item > div {
  margin-top: 20px;
  font-size: 16px;
  color: #0b5dad;
  line-height: 30px;
  text-align: justify;
}
.milestone-wrapper .milestone-swiper .milestone-swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .milestone-wrapper .milestone-swiper .milestone-swiper-pagination {
    position: relative;
    margin-top: 20px;
    display: block;
  }
  .milestone-wrapper .milestone-swiper .milestone-swiper-pagination .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 16px;
    height: 2px;
    opacity: 0.3;
    background: 0 0;
    margin: 0 1px !important;
    position: relative;
    background-color: #38b4ff;
    border-radius: 0;
  }
  .milestone-wrapper
    .milestone-swiper
    .milestone-swiper-pagination
    .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
    background-color: #38b4ff;
  }
}
@media (max-width: 768px) {
  .milestone-wrapper .milestone-nav {
    border: none;
  }
}
.icon-nav-wrapper {
  position: relative;
}
.icon-nav-wrapper .icon-nav-swiper {
  overflow: hidden;
  position: relative;
}
.icon-nav-wrapper .icon-nav-swiper .icon-nav-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item {
  cursor: pointer;
  box-sizing: border-box;
  width: 182px;
  height: 182px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #333;
  letter-spacing: 0.36px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #38b4ff;
}
.icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
  width: 68px;
  height: 68px;
}
.icon-nav-wrapper .icon-nav-swiper .icon-nav-slide::after {
  margin-top: 22px;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #38b4ff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  content: ' ';
}
.icon-nav-wrapper .icon-nav-swiper-button-next,
.icon-nav-wrapper .icon-nav-swiper-button-prev {
  width: 20px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: url(../img/icon_nav_arrow.png);
  background-size: 40px 45px;
  cursor: pointer;
}
.icon-nav-wrapper .icon-nav-swiper-button-prev {
  left: -40px;
}
.icon-nav-wrapper .icon-nav-swiper-button-next {
  right: -40px;
  background-position-x: -20px;
}
@media (max-width: 768px) {
  .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item {
    width: auto;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 20px;
  }
  .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
    width: 40px;
    height: 40px;
  }
  .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide::after {
    margin-top: 12px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #38b4ff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    content: ' ';
  }
  .icon-nav-wrapper .icon-nav-swiper-button-next,
  .icon-nav-wrapper .icon-nav-swiper-button-prev {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 6px;
    background: url(../img/icon_nav_arrow_mobile.png);
    background-size: 14px 11px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .icon-nav-wrapper .icon-nav-swiper-button-prev {
    left: -20px;
    background-position-x: 13px;
  }
  .icon-nav-wrapper .icon-nav-swiper-button-next {
    right: -20px;
    background-position-x: -7px;
  }
}
.cwyl-swiper-container {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .cwyl-swiper-container {
    height: 250px;
  }
}
.cwyl-wrapper {
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 32px;
}
.cwyl-wrapper .cwyl-wljr-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}
.cwyl-wrapper .cwyl-wljr-wrapper > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cwyl-wrapper .cwyl-wljr-wrapper > div > img {
  width: 360px;
}
.cwyl-wrapper .cwyl-wljr-wrapper > div > h3 {
  font-size: 26px;
  letter-spacing: 0.81px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cwyl-wrapper {
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 26px;
  }
  .cwyl-wrapper > .info {
    font-size: 14px;
  }
  .cwyl-wrapper > img {
    width: 100%;
  }
  .cwyl-wrapper .cwyl-wljr-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .cwyl-wrapper .cwyl-wljr-wrapper > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cwyl-wrapper .cwyl-wljr-wrapper > div > img {
    width: 100%;
  }
  .cwyl-wrapper .cwyl-wljr-wrapper > div > h3 {
    font-size: 18px;
    letter-spacing: 0.81px;
    font-weight: 400;
    text-align: left;
    margin: 30px 0;
  }
}
.jrkj-wrapper {
  background: #fff;
  box-shadow: 0 0 9px 0 #e1e1e1;
  margin-top: -120px;
}
.jrkj-wrapper .info {
  padding: 0 73px 60px 95px;
}
@media (max-width: 768px) {
  .jrkj-wrapper {
    background: #fff;
    box-shadow: 0 0 0;
    margin-top: 0;
  }
  .jrkj-wrapper .info {
    padding: 0 0 30px;
  }
}
.cwzy-wrapper {
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 32px;
  padding-bottom: 60px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper {
  margin-bottom: 60px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
  background-image: url(../img/icon_zy.png);
  background-size: 408px 136px;
  margin-bottom: 6px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-1 {
  background-position-x: 0;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-2 {
  background-position-x: -68px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-3 {
  background-position-x: -136px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-4 {
  background-position-x: -204px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-5 {
  background-position-x: -272px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-6 {
  background-position-x: -340px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item {
  border: 1px solid #38b4ff;
  background: rgba(56, 180, 255, 0.05);
  color: #38b4ff;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item .icon {
  background-position-y: -68px;
}
.cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active::after {
  width: 42px;
}
@media (max-width: 768px) {
  .cwzy-wrapper {
    padding: 0 20px 60px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 26px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper {
    margin-bottom: 40px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
    background-size: 240px 80px;
    margin-bottom: 10px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-1 {
    background-position-x: 0;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-2 {
    background-position-x: -40px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-3 {
    background-position-x: -80px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-4 {
    background-position-x: -160px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-5 {
    background-position-x: -200px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-6 {
    background-position-x: -240px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item {
    border: 0;
    background: 0 0;
    color: #38b4ff;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item .icon {
    background-position-y: -40px;
  }
  .cwzy-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active::after {
    width: 35px;
  }
}
.dw-wrapper {
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 32px;
  padding-bottom: 90px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper {
  margin-bottom: 60px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
  background-image: url(../img/icon_dw.png);
  background-size: 272px 136px;
  margin-bottom: 6px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-1 {
  background-position-x: 0;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-2 {
  background-position-x: -68px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-3 {
  background-position-x: -136px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-4 {
  background-position-x: -204px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-5 {
  background-position-x: -272px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-6 {
  background-position-x: -340px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item {
  border: 1px solid #38b4ff;
  background: rgba(56, 180, 255, 0.05);
  color: #38b4ff;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item .icon {
  background-position-y: -68px;
}
.dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active::after {
  width: 42px;
}
@media (max-width: 768px) {
  .dw-wrapper {
    padding: 0 20px 60px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 26px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper {
    margin-bottom: 40px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon {
    background-size: 160px 80px;
    margin-bottom: 10px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-1 {
    background-position-x: 0;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-2 {
    background-position-x: -40px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-3 {
    background-position-x: -80px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide .icon-nav-item .icon-4 {
    background-position-x: -160px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item {
    border: 0;
    background: 0 0;
    color: #38b4ff;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active .icon-nav-item .icon {
    background-position-y: -40px;
  }
  .dw-wrapper .icon-nav-wrapper .icon-nav-swiper .icon-nav-slide-active::after {
    width: 35px;
  }
}
@media (max-width: 768px) {
  .bxkj-wrapper {
    font-size: 16px;
  }
  .bxkj-wrapper > .info {
    font-size: 16px;
  }
}
.bxkj-wrapper .index-partner-wrapper {
  padding: 65px 0 60px;
}
.bxkj-wrapper .index-partner-wrapper .title {
  text-align: center;
  font-size: 32px;
  color: #333;
  letter-spacing: 1.07px;
}
.bxkj-wrapper .index-partner-wrapper .partner-view {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bxkj-wrapper .index-partner-wrapper .partner-view .partner-item {
  padding: 20px 0;
  box-sizing: border-box;
}
.bxkj-wrapper .index-partner-wrapper .partner-view .partner-item > img {
  width: 209px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 0;
}
.bxkj-wrapper .index-partner-wrapper .partner-view .partner-item > img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0 2px rbga(0, 0, 0, 1);
}
.bxkj-wrapper .index-partner-wrapper .show-more {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
}
.bxkj-wrapper .index-partner-wrapper .show-more > img {
  cursor: pointer;
  width: 12px;
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bxkj-wrapper .index-partner-wrapper .show-more > span {
  cursor: pointer;
}
@media (max-width: 768px) {
  .bxkj-wrapper .index-partner-wrapper {
    padding: 40px 20px 60px;
  }
  .bxkj-wrapper .index-partner-wrapper .title {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .bxkj-wrapper .index-partner-wrapper .partner-view {
    margin-top: 20px;
  }
  .bxkj-wrapper .index-partner-wrapper .partner-view .partner-item {
    padding: 10px 0;
  }
  .bxkj-wrapper .index-partner-wrapper .partner-view .partner-item > img {
    width: 102px;
  }
  .bxkj-wrapper .index-partner-wrapper .show-more {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.bxkj-fk-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: relative;
}
.bxkj-fk-wrapper .fk-nav-header {
  display: none;
}
.bxkj-fk-wrapper .fk-nav {
  width: 200px;
  flex-shrink: 0;
  border-right: 1px solid #e1e1e1;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.bxkj-fk-wrapper .fk-nav::after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  right: -7px;
  top: 50px;
  border: 10px solid transparent;
  border-left: 19px solid transparent;
  border-right: 19px solid #38b4ff;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.bxkj-fk-wrapper .fk-nav .fk-item {
  line-height: 60px;
  font-size: 20px;
  color: #333;
  text-align: center;
  letter-spacing: 0.36px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bxkj-fk-wrapper .fk-nav .active {
  color: #38b4ff;
}
.bxkj-fk-wrapper .active0::after {
  top: 50px;
}
.bxkj-fk-wrapper .active1::after {
  top: 110px;
}
.bxkj-fk-wrapper .active2::after {
  top: 170px;
}
.bxkj-fk-wrapper .fk-swiper {
  height: 578px;
  overflow: hidden;
}
.bxkj-fk-wrapper .fk-swiper .common-swiper {
  height: 578px;
}
.bxkj-fk-wrapper .fk-swiper .common-swiper .common-swiper-slide {
  padding: 40px 70px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.32px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .bxkj-fk-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border: none;
  }
  .bxkj-fk-wrapper .fk-nav-header {
    display: block;
    width: 100%;
    height: 44px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    z-index: 3;
    background-color: #fff;
    padding: 0 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
  }
  .bxkj-fk-wrapper .fk-nav-header .nav-title {
    color: #333;
    font-size: 14px;
  }
  .bxkj-fk-wrapper .fk-nav-header .nav-toggle {
    width: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bxkj-fk-wrapper .fk-nav {
    height: 44px;
    border-right: none;
    width: 100%;
    padding: 0;
    max-height: 44px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    border: 1px solid #e1e1e1;
  }
  .bxkj-fk-wrapper .fk-nav::after {
    display: none;
  }
  .bxkj-fk-wrapper .fk-nav .fk-item {
    line-height: 44px;
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
  }
  .bxkj-fk-wrapper .fk-nav .active {
    color: #38b4ff;
  }
  .bxkj-fk-wrapper .fk-swiper {
    height: auto;
    width: 100%;
    background-color: #fbfbfb;
  }
  .bxkj-fk-wrapper .fk-swiper .common-swiper {
    height: auto;
  }
  .bxkj-fk-wrapper .fk-swiper .common-swiper .common-swiper-slide {
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 28px;
  }
}
.fk-nav-show .fk-nav {
  max-height: 162px;
}
.fk-nav-show .fk-nav-header .nav-toggle {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.divider {
  background-image: linear-gradient(45deg, #6adbff, #38b4ff);
  background-size: 100% 6px;
  background-repeat: no-repeat;
  width: 100%;
  height: 6px;
}
.particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .particles-js {
    height: 250px;
  }
}
.page-index .index-swiper-wrapper {
  height: auto;
}
.page-index .index-swiper-wrapper .video{
  width: 100%;
  height: auto;
}
.page-index .platform-wrapper {
  padding: 65px 0 90px;
  position: relative;
}
.page-index .platform-wrapper > .title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1.07px;
}
.page-index .platform-wrapper .icon-nav-button-next,
.page-index .platform-wrapper .icon-nav-button-prev {
  width: 20px;
  height: 45px;
  position: absolute;
  top: 41%;
  margin-top: -35px;
  background: url(../img/icon_nav_arrow.png);
  background-size: 40px 45px;
  cursor: pointer;
}
.page-index .platform-wrapper .icon-nav-button-prev {
  left: -40px;
}
.page-index .platform-wrapper .icon-nav-button-next {
  right: -40px;
  background-position-x: -20px;
}
.page-index .platform-wrapper .platform-data-wrapper {
  overflow-x: hidden;
}
.page-index .platform-wrapper .platform-data-view {
  width: 1140px;
  margin-top: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item {
  width: 190px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view > div,
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view > img {
  position: absolute;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view:hover {
  -webkit-animation: icon-view 1s;
  animation: icon-view 1s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-1 {
  width: 135px;
  top: 51px;
  left: 19px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-2 {
  width: 139px;
  top: 104px;
  left: 18px;
  height: 3px;
  position: absolute;
  background: url(../img/icon_platform_1_2.png);
  background-size: 100%;
  background-repeat: repeat-x;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-3 {
  width: 139px;
  top: 112px;
  left: 18px;
  height: 7px;
  position: absolute;
  background: url(../img/icon_platform_1_3.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: repeat-x;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1:hover .part-1 {
  -webkit-animation: platform-1-1 0.3s;
  animation: platform-1-1 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1:hover .part-2 {
  -webkit-animation: platform-1-2 5s;
  animation: platform-1-2 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1:hover .part-3 {
  -webkit-animation: platform-1-2 3.5s;
  animation: platform-1-2 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-1 {
  width: 20px;
  top: 58px;
  left: 45px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-2 {
  width: 19px;
  top: 58px;
  right: 44px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-3 {
  width: 34px;
  top: 49px;
  left: 68px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-4 {
  width: 92px;
  top: 102px;
  left: 37px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-1 {
  -webkit-animation: platform-2-1 1s;
  animation: platform-2-1 1s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-2 {
  -webkit-animation: platform-2-2 1s;
  animation: platform-2-2 1s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-3 {
  -webkit-animation: platform-2-3 0.3s;
  animation: platform-2-3 0.3s;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3 .part-1 {
  width: 20px;
  position: absolute;
  top: 44px;
  left: 76px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3 .part-2 {
  width: 109px;
  position: absolute;
  top: 62px;
  left: 30px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3:hover .part-1 {
  -webkit-animation: platform-3-1 1s;
  animation: platform-3-1 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3:hover .part-2 {
  -webkit-animation: platform-3-2 1s;
  animation: platform-3-2 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-1 {
  width: 122px;
  top: 7px;
  left: 25px;
  border-radius: 50%;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-2 {
  width: 17px;
  top: 77px;
  left: 30px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-3 {
  width: 17px;
  top: 77px;
  left: 122px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-4 {
  width: 23px;
  top: 123px;
  left: 77px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-1 {
  -webkit-animation: platform-4-1 0.3s;
  animation: platform-4-1 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-2 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-3 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-4 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-1 {
  width: 47px;
  top: 29px;
  left: 63px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-2 {
  width: 44px;
  left: 64px;
  top: 59px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-3 {
  width: 19px;
  top: 69px;
  left: 24px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-4 {
  width: 19px;
  top: 69px;
  left: 126px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-5 {
  width: 24px;
  top: 121px;
  left: 75px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-data {
  max-height: 16px;
  width: 2px;
  background-color: #1077dd;
  height: 10px;
  border-radius: 1px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-6 {
  left: 74px;
  bottom: 85px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-7 {
  height: 16px;
  left: 82px;
  bottom: 85px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-8 {
  left: 90px;
  bottom: 85px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-9 {
  left: 98px;
  bottom: 85px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-3 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-4 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-5 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-6,
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-8 {
  max-height: 14px;
  -webkit-animation: platform-data 1.5s;
  animation: platform-data 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-7,
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-9 {
  -webkit-animation: platform-data 1.5s;
  animation: platform-data 1.5s;
  animation-direction: reverse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-6 .part-1 {
  width: 70px;
  left: 55px;
  top: 50px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-6:hover .part-1 {
  -webkit-animation: platform-4-1 2s;
  animation: platform-4-1 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-1 {
  width: 54px;
  left: 64px;
  top: 51px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-2 {
  width: 17px;
  left: 30px;
  top: 64px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-3 {
  width: 23px;
  left: 75px;
  top: 117px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-4 {
  width: 17px;
  left: 131px;
  top: 65px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-2 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-3 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-4 {
  opacity: 0;
  -webkit-animation: platform-show 1s;
  animation: platform-show 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .data-view {
  margin-top: 24px;
  font-size: 24px;
  color: #0b5dad;
  letter-spacing: 0.43px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .data-view > span {
  display: block;
}
.page-index
  .platform-wrapper
  .platform-data-view
  .platform-data-item
  .data-view
  > span:nth-child(2) {
  font-size: 20px;
}
.page-index .platform-wrapper .platform-data-view .platform-data-item .info-view {
  margin-top: 24px;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .page-index .platform-wrapper {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .page-index .platform-wrapper > .title {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .page-index .platform-wrapper .icon-nav-button-next,
  .page-index .platform-wrapper .icon-nav-button-prev {
    display: none;
  }
  .page-index .platform-wrapper .platform-data-view {
    margin-top: 17.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: auto;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item {
    margin: 12.5px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view {
    width: 102px;
    height: 102px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .data-view {
    font-size: 14px;
    color: #0b5dad;
    letter-spacing: 0.25px;
    margin-top: 9px;
    text-align: left;
    font-weight: 500;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .data-view > span {
    display: inline-block;
  }
  .page-index
    .platform-wrapper
    .platform-data-view
    .platform-data-item
    .data-view
    > span:nth-child(2) {
    font-size: 14px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .info-view {
    font-size: 13px;
    letter-spacing: 0.38px;
    text-align: justify;
    line-height: 18px;
    margin-top: 10px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-1 {
    width: 81px;
    top: 31px;
    left: 11px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-2 {
    width: 83px;
    top: 63px;
    left: 10px;
    height: 3px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-1 .part-3 {
    width: 93px;
    top: 67px;
    left: 10px;
    height: 4px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-1 {
    width: 14px;
    top: 30px;
    left: 25px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-2 {
    width: 14px;
    top: 30px;
    right: 23px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-3 {
    width: 24px;
    top: 25px;
    left: 40px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2 .part-4 {
    width: 56px;
    top: 62px;
    left: 22px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-1 {
    -webkit-animation: platform-2-1 1s;
    animation: platform-2-1 1s;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-2 {
    -webkit-animation: platform-2-2 1s;
    animation: platform-2-2 1s;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-2:hover .part-3 {
    -webkit-animation: platform-2-3 0.3s;
    animation: platform-2-3 0.3s;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3 .part-1 {
    width: 12px;
    top: 26px;
    left: 45px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3 .part-2 {
    width: 66px;
    top: 38px;
    left: 18px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3:hover .part-1 {
    -webkit-animation: platform-3-1 1s;
    animation: platform-3-1 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-3:hover .part-2 {
    -webkit-animation: platform-3-2 1s;
    animation: platform-3-2 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-1 {
    width: 73px;
    top: 4px;
    left: 15px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-2 {
    width: 10px;
    top: 46px;
    left: 18px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-3 {
    width: 10px;
    top: 46px;
    left: 73px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4 .part-4 {
    width: 14px;
    top: 74px;
    left: 46px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-1 {
    -webkit-animation: platform-4-1 0.3s;
    animation: platform-4-1 0.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-2 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-3 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-4:hover .part-4 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-1 {
    width: 29px;
    top: 17px;
    left: 38px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-2 {
    width: 27px;
    top: 35px;
    left: 38px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-3 {
    width: 11px;
    top: 41px;
    left: 14px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-4 {
    width: 11px;
    top: 41px;
    left: 75px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-5 {
    width: 14px;
    top: 72px;
    left: 45px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-data {
    max-height: 16px;
    width: 1px;
    background-color: #1077dd;
    height: 6px;
    border-radius: 1px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-6 {
    left: 44px;
    bottom: 51px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-7 {
    height: 9px;
    left: 49px;
    bottom: 51px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-8 {
    left: 54px;
    bottom: 51px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5 .part-9 {
    left: 59px;
    bottom: 51px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-3 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-4 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-5 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-6,
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-8 {
    max-height: 14px;
    -webkit-animation: platform-data 1.5s;
    animation: platform-data 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-7,
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-5:hover .part-9 {
    -webkit-animation: platform-data 1.5s;
    animation: platform-data 1.5s;
    animation-direction: reverse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-6 .part-1 {
    width: 50px;
    left: 29px;
    top: 28px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-6:hover .part-1 {
    -webkit-animation: platform-4-1 2s;
    animation: platform-4-1 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-1 {
    width: 32px;
    left: 37px;
    top: 32px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-2 {
    width: 10px;
    left: 17px;
    top: 40px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-3 {
    width: 13px;
    left: 43px;
    top: 72px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7 .part-4 {
    width: 10px;
    left: 76px;
    top: 41px;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-2 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-3 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  .page-index .platform-wrapper .platform-data-view .platform-data-item .icon-view-7:hover .part-4 {
    opacity: 0;
    -webkit-animation: platform-show 1s;
    animation: platform-show 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

.page-index .index-cases-section {
  background-color: #fbfbfb;
}
@media (max-width: 768px) {
  .page-index .index-cases-section {
    background-color: #f5fbff;
  }
}
.page-index .index-cases-wrapper {
  padding: 65px 0 60px;
  overflow: hidden;
  position: relative;
}
.page-index .index-cases-wrapper .title {
  display: none;
}
.page-index .index-cases-wrapper .index-cases-box {
  display: -webkit-box;
  display: flex;
  width: 5700px;
  width: max-content;
}
.page-index .index-cases-wrapper .index-cases-box .case-item {
  display: -webkit-box;
  display: flex;
  width: 1140px;
}
.page-index .index-cases-wrapper .index-cases-box .case-item .case-img{
  width: 440px;
  height: 560px
}
.page-index .index-cases-wrapper .index-cases-box .case-item .case-img-box .case-icon{
  margin-top: 20px;
  width: 133px;
}
.page-index .index-cases-wrapper .case-tags{
  margin-top: 20px;
}
.page-index .index-cases-wrapper .case-tag{
  padding: 6px 15px;
  color: #fff;
  background-color: #1b7bf6;
  box-shadow: 0 0 1px 0 #1b7bf6;
}
.page-index .index-cases-wrapper .index-cases-box .case-item .case-detail {
  margin-left: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.page-index .index-cases-wrapper .index-cases-box .case-item .case-detail .case-ref-img {
  width: 100px;
  height: 80px;
}
.page-index .index-cases-wrapper .index-cases-box .case-item .case-detail .case-content-box {
  margin-top: 20px;
}
.page-index
  .index-cases-wrapper
  .index-cases-box
  .case-item
  .case-detail
  .case-content-box
  .case-title {
  font-size: 32px;
  color: #0b5dad;
}
.page-index
  .index-cases-wrapper
  .index-cases-box
  .case-item
  .case-detail
  .case-content-box
  .case-content {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  text-align: justify;
  line-height: 40px;
}
.page-index
  .index-cases-wrapper
  .index-cases-box
  .case-item
  .case-detail
  .case-content-box
  .case-content
  .row-box{
    font-size: 16px;
  }

.page-index .index-cases-wrapper .case-nav-wrapper {
  position: absolute;
  top: 65px;
  right: 0;
  display: -webkit-box;
  display: flex;
}
.page-index .index-cases-wrapper .case-nav-wrapper > .case-nav-item {
  width: 19px;
  height: 16px;
  background: url(../img/icon_case_arrow.png);
  background-size: 38px 32px;
  cursor: pointer;
}
.page-index .index-cases-wrapper .case-nav-wrapper > .case-nav-prev {
  background-position: 0 -16px;
}
.page-index .index-cases-wrapper .case-nav-wrapper > .case-nav-next {
  background-position: -19px -16px;
  margin-left: 15px;
}
.page-index .index-cases-wrapper .case-nav-wrapper > .disable {
  background-position-y: 0;
  cursor: default;
}
.page-index .index-cases-wrapper .case-pagination-wrapper {
  position: absolute;
  bottom: 60px;
  left: 500px;
  right: 0;
  display: -webkit-box;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
}
.page-index .index-cases-wrapper .more-case {
  display: none;
}
@media (max-width: 768px) {
  .page-index .index-cases-wrapper {
    padding: 25px 24px 15px;
  }
  .page-index .index-cases-wrapper .title {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-align: center;
    display: block;
  }
  .page-index .index-cases-wrapper .more-case {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #38b4ff;
    margin-top: 4px;
  }
  .page-index .index-cases-wrapper .more-case img {
    height: 12px;
    margin-left: 5px;
  }
  .page-index .index-cases-wrapper .index-cases-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item {
    margin-top: 15px;
    width: 100%;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-extra {
    display: block;
    float: right;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-extra .case-icon {
    height: 22px
  }
  .page-index .index-cases-wrapper .index-cases-box .case-extra .case-tags {
    margin-top: 0;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-extra .case-tags .case-tag {
    padding: 2px 6px;
    font-size: 12px;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-img-box{
    width: 100%;
    margin-top: 0;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 75px;
    height: 75px
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-img-box .case-tags,
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-img-box .case-icon {
    display: none;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-detail {
    margin-left: 15px;
    border-bottom: 1px solid #d7d7d7
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-detail .case-ref-img {
    display: none;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item .case-detail .case-content-box {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 15px;
  }
  .page-index
    .index-cases-wrapper
    .index-cases-box
    .case-item
    .case-detail
    .case-content-box
    .case-title {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    line-height: 23px;
  }
  .page-index
    .index-cases-wrapper
    .index-cases-box
    .case-item
    .case-detail
    .case-content-box
    .case-content {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
  }
  .page-index .index-cases-wrapper .index-cases-box .case-item:last-child .case-detail {
    border-bottom: none;
  }
  .page-index .index-cases-wrapper .case-nav-wrapper {
    display: none;
  }
  .page-index .index-cases-wrapper .case-pagination-wrapper {
    display: none;
  }
}
.page-index .index-core-wrapper .index-core-title {
  position: absolute;
  top: 65px;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #333;
  letter-spacing: 1.07px;
}
.page-index .index-core-wrapper .core-illustrations-view {
  overflow-x: hidden;
  position: relative;
  height: 500px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations {
  position: absolute;
  top: 0;
  left: 0;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .core-illustrations-bg {
  width: 3867.6px;
  height: 500px;
  max-width: 3867.6px;
  display: block;
  background-color: #fff;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .core-illustrations-img {
  position: absolute;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-1 {
  width: 28px;
  left: 288px;
  top: 207px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-2 {
  width: 49px;
  left: 378px;
  top: 239px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-3 {
  width: 39px;
  left: 338px;
  top: 190px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-4 {
  width: 112px;
  left: 1305px;
  top: 180px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-5 {
  width: 11px;
  left: 3604px;
  top: 181px;
  opacity: 0;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-6 {
  width: 11px;
  left: 3780px;
  top: 102px;
  opacity: 0;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-7 {
  width: 11px;
  left: 3741px;
  top: 76px;
  opacity: 0;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-8 {
  width: 83px;
  left: 3641px;
  top: 164px;
}
.page-index .index-core-wrapper .core-illustrations-view .core-illustrations .illustrations-icon-9 {
  width: 141px;
  left: 2946px;
  top: 77px;
  opacity: 0;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .illustrations-icon-10 {
  width: 147px;
  height: 97px;
  left: 2900px;
  top: 155px;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .illustrations-icon-10
  img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-5 {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-6 {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-7 {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-9 {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-10
  img:nth-child(1) {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-10
  img:nth-child(2) {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-10
  img:nth-child(3) {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index
  .index-core-wrapper
  .core-illustrations-view
  .core-illustrations
  .show-illustrations-icon-10
  img:nth-child(4) {
  -webkit-animation: opacity-1;
  animation: opacity-1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.page-index .index-core-wrapper .index-core-view {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
}
.page-index .index-core-wrapper .index-core-view .index-core-item-title {
  display: none;
}
.page-index .index-core-wrapper .index-core-view .index-core-item {
  display: -webkit-box;
  display: flex;
  width: 45%;
  -webkit-box-align: center;
  align-items: center;
  font-size: 18px;
  color: #38b4ff;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 0 0 31px;
}
.page-index .index-core-wrapper .index-core-view .index-core-item > img {
  width: 48px;
  height: 48px;
  margin-right: 36px;
}
.page-index .index-core-wrapper .index-core-view .index-core-divider {
  padding: 70px 0;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  width: 1px;
  left: 50%;
  top: 0;
  position: absolute;
}
.page-index .index-core-wrapper .index-core-view .index-core-divider > div {
  background: url(../img/divider_core.png);
  background-size: 100%;
  width: 1px;
  height: 100%;
}
.page-index .index-core-wrapper .index-core-nav-view {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
.page-index .index-core-wrapper .index-core-nav-view > .nav-item {
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #38b4ff;
  padding: 23px 46px 24px 31px;
  letter-spacing: 0;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.page-index .index-core-wrapper .index-core-nav-view > .nav-item .index {
  letter-spacing: 0;
  line-height: 36px;
  font-size: 42px;
  color: #38b4ff;
  margin-right: 13px;
  font-family: Hum777l;
  font-weight: 300;
}
.page-index .index-core-wrapper .index-core-nav-view .active {
  background-color: #e9f7ff;
  color: #0b5dad;
}
@media (max-width: 768px) {
  .page-index .index-core-wrapper .index-core-title {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.6px;
    top: 40px;
    font-weight: 500;
  }
  .page-index .index-core-wrapper .core-illustrations-view {
    height: 306px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .core-illustrations-bg {
    width: 2366.97px;
    height: 306px;
    max-width: 2366.97px;
    display: block;
    background-color: #02467a;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-1 {
    width: 17px;
    left: 176px;
    top: 127px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-2 {
    width: 31px;
    left: 231px;
    top: 146px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-3 {
    width: 24px;
    left: 207px;
    top: 117px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-4 {
    width: 69px;
    left: 798px;
    top: 110px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-5 {
    width: 6px;
    left: 2206px;
    top: 111px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-6 {
    width: 6px;
    left: 2314px;
    top: 73px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-7 {
    width: 6px;
    left: 2290px;
    top: 63px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-8 {
    width: 52px;
    left: 2228px;
    top: 100px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-9 {
    width: 86px;
    left: 1803px;
    top: 47px;
  }
  .page-index
    .index-core-wrapper
    .core-illustrations-view
    .core-illustrations
    .illustrations-icon-10 {
    width: 90px;
    height: 65px;
    left: 1775px;
    top: 95px;
  }
  .page-index .index-core-wrapper .index-core-nav-view > .nav-item {
    width: 20%;
    height: 60px;
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .page-index .index-core-wrapper .index-core-nav-view > .nav-item .index {
    font-family: PingFangSC-Light;
    font-size: 20px;
    color: #38b4ff;
    letter-spacing: 0;
    line-height: 36px;
    margin-right: 0;
  }
  .page-index .index-core-wrapper .index-core-nav-view > .nav-item > .title {
    display: none;
  }
  .page-index .index-core-wrapper .index-core-nav-view .active .index {
    color: #0b5dad;
  }
  .page-index .index-core-wrapper .index-core-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 36px 25px;
    box-sizing: border-box;
  }
  .page-index .index-core-wrapper .index-core-view .index-core-item {
    width: 100%;
    font-size: 14px;
    color: #38b4ff;
    letter-spacing: 0;
    line-height: 36px;
    white-space: nowrap;
    padding: 15px 0;
  }
  .page-index .index-core-wrapper .index-core-view .index-core-item > img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .page-index .index-core-wrapper .index-core-view .index-core-item-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #0b5dad;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .page-index .index-core-wrapper .index-core-view .index-core-divider {
    display: none;
  }
}
.page-index .index-product-wrapper {
  padding: 65px 0 60px;
}
.page-index .index-product-wrapper > .title {
  text-align: center;
  font-size: 32px;
  color: #333;
  letter-spacing: 1.07px;
}
.page-index .index-product-wrapper .product-view {
  margin-top: 60px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.page-index .index-product-wrapper .product-view .product-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 51px;
  box-sizing: border-box;
  width: 370px;
  height: 255px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.46px;
  border-radius: 8px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 0;
}
.page-index .index-product-wrapper .product-view .product-item .title-view {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
}
.page-index .index-product-wrapper .product-view .product-item .title-view .title {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.25px;
}
.page-index .index-product-wrapper .product-view .product-item .title-view .content {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .index-product-wrapper .product-view .product-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.page-index .index-product-wrapper .product-view .product-item > img {
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 11px;
}
.page-index .index-product-wrapper .product-view .product-item:nth-child(1) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 385px;
}
@media (max-width: 768px) {
  .page-index .index-product-wrapper {
    padding: 40px 20px 30px;
    box-sizing: border-box;
  }
  .page-index .index-product-wrapper > .title {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .page-index .index-product-wrapper .product-view {
    flex-wrap: wrap;
    margin-top: 22.5px;
    padding-bottom: 0;
  }
  .page-index .index-product-wrapper .product-view .product-item {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.21px;
    width: 48%;
    height: 130px;
    margin: 7.5px 0;
    border-radius: 0;
  }
  .page-index .index-product-wrapper .product-view .product-item .title-view {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 10px;
  }
  .page-index .index-product-wrapper .product-view .product-item .title-view .title {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.46px;
  }
  .page-index .index-product-wrapper .product-view .product-item .title-view .content {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-index .index-product-wrapper .product-view .product-item > img {
    height: 7.2px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 6px;
  }
  .page-index .index-product-wrapper .product-view .product-item:nth-child(1) {
    width: 100%;
    position: unset;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}
.page-index .index-partner-wrapper {
  padding: 65px 0 60px;
}
.page-index .index-partner-wrapper .title {
  text-align: center;
  font-size: 32px;
  color: #333;
  letter-spacing: 1.07px;
}
.page-index .index-partner-wrapper .partner-view {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  flex-wrap: wrap;
}
.page-index .index-partner-wrapper .partner-view .partner-item {
  padding: 20px 9px;
  box-sizing: border-box;
}
.page-index .index-partner-wrapper .partner-view .partner-item > img {
  width: 209px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 0;
}
.page-index .index-partner-wrapper .partner-view .partner-item > img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0 2px rbga(0, 0, 0, 1);
}
.page-index .index-partner-wrapper .show-more {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
}
.page-index .index-partner-wrapper .show-more > img {
  cursor: pointer;
  width: 12px;
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .index-partner-wrapper .show-more > span {
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-index .index-partner-wrapper {
    padding: 40px 20px 60px;
  }
  .page-index .index-partner-wrapper .title {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .page-index .index-partner-wrapper .partner-view {
    margin-top: 20px;
  }
  .page-index .index-partner-wrapper .partner-view .partner-item {
    width: 33.33%;
    padding: 10px 4px;
  }
  .page-index .index-partner-wrapper .partner-view .partner-item > img {
    width: 100%;
    height: 52px
  }
  .page-index .index-partner-wrapper .show-more {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.core-swiper {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .core-swiper {
    height: 250px;
  }
}
.core-wrapper {
  display: -webkit-box;
  display: flex;
  padding: 40px 0 200px;
}
.core-wrapper .core-nav {
  margin-right: 40px;
  position: relative;
}
.core-wrapper .core-nav .nav-header {
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 44px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.core-wrapper .core-nav .nav-header .nav-toggle {
  width: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.core-wrapper .core-nav .nav-item {
  width: 240px;
  height: 74px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  margin-bottom: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  background-size: 40px 40px;
  background-position: 180px center;
  background-repeat: no-repeat;
  position: relative;
}
.core-wrapper .core-nav .nav-item a {
  display: inline-block;
  color: #333;
  white-space: normal;
  width: 100%;
  padding: 20px 27px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .core-wrapper .core-nav .nav-item:hover {
    background-color: #38b4ff;
    color: #fff;
  }
  .core-wrapper .core-nav .nav-item:hover::after {
    content: '|';
    position: absolute;
    left: 16px;
    top: 24px;
  }
  .core-wrapper .core-nav .nav-item:hover a {
    color: #fff;
  }
}
.core-wrapper .core-nav .active {
  background-color: #38b4ff;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.core-wrapper .core-nav .active::after {
  content: '|';
  position: absolute;
  left: 16px;
  top: 24px;
}
.core-wrapper .core-nav .active a {
  color: #fff;
}
.core-wrapper .core-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.core-wrapper .core-content > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.core-wrapper .core-content > div:first-child {
  display: block;
}
.core-wrapper .core-content .banner {
  width: 100%;
  height: 243px;
  -o-object-fit: cover;
  object-fit: cover;
}
.core-wrapper .core-content .section {
  padding: 20px 0;
  box-sizing: border-box;
}
.core-wrapper .core-content .section .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 24px;
  color: #38b4ff;
}
.core-wrapper .core-content .section .title img {
  width: 56px;
  height: 56px;
}
.core-wrapper .core-content .section .title span {
  margin-left: 20px;
}
.core-wrapper .core-content .section p {
  padding-top: 20px;
  line-height: 28px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .core-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 200px;
  }
  .core-wrapper .core-nav {
    margin: 0;
    width: 100%;
  }
  .core-wrapper .core-nav .nav-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .core-wrapper .core-nav .nav-list {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    height: 220px;
  }
  .core-wrapper .core-nav .nav-list .nav-item:first-child {
    margin-top: 10px;
  }
  .core-wrapper .core-nav .nav-item {
    height: 40px;
    margin: 0;
    width: 100%;
    border: none;
    font-size: 14px;
  }
  .core-wrapper .core-nav .nav-item a {
    padding: 10px 20px;
  }
  .core-wrapper .core-nav .active {
    background-color: #fff;
    color: #333;
  }
  .core-wrapper .core-nav .active::after {
    content: ' ';
    position: absolute;
    left: 16px;
  }
  .core-wrapper .core-nav .active a {
    color: #333;
  }
  .core-wrapper .mobile-show .nav-list {
    -webkit-animation: core-nav-show 0.3s;
    animation: core-nav-show 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .core-wrapper .mobile-show .nav-header .nav-toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .core-wrapper .mobile-hidden .nav-list {
    -webkit-animation: core-nav-hidden 0.3s;
    animation: core-nav-hidden 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .core-wrapper .core-content .banner {
    height: 260px;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .core-wrapper .core-content .section .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    font-size: 20px;
    padding: 15px 20px;
    background-color: rgba(11, 93, 173, 0.05);
  }
  .core-wrapper .core-content .section .title span {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0;
    padding-right: 30px;
  }
  .core-wrapper .core-content .section p {
    padding: 20px 20px 0;
  }
}
.input-view {
  height: 77px;
  margin-top: 1px;
}
.input-view > span {
  color: #f70000;
  font-size: 10px;
  padding: 5px 10px;
  display: none;
}
.input-view[error] > span {
  display: inline-block;
}
.input-view[error] .input-control {
  border: 1px solid #f70000;
}
.input-view .input-control {
  border: 1px solid #d7d7d7;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  min-width: 350px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.input-view .input-control > input {
  outline: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 10px;
  box-sizing: border-box;
}
.input-view .input-control > button {
  width: 120px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.input-view .input-control.active {
  border: 1px solid #1b7bf6;
}
.input-view .input-control.active > button {
  color: #1b7bf6;
}
@media (max-width: 768px) {
  .input-view {
    height: 50px;
    position: relative;
  }
  .input-view > span {
    color: #f70000;
    font-size: 10px;
    padding: 5px 10px;
    display: none;
  }
  .input-view[error] > span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    line-height: 49px;
    padding: 0;
    text-align: right;
    min-width: 90px;
  }
  .input-view[error] .input-control {
    border: none;
    border-bottom: 1px solid #f70000;
  }
  .input-view .input-control {
    border: none;
    min-width: auto;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    -webkit-box-align: center;
    align-items: center;
  }
  .input-view .input-control > input {
    min-width: 100px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 14px;
  }
  .input-view .input-control > img {
    width: 20px;
    height: 20px;
  }
  .input-view .input-control > button {
    background: 0 0;
    color: #333;
  }
  .input-view .input-control.active {
    border: none;
    border-bottom: 1px solid #1b7bf6;
  }
  .input-view .input-control.active > button {
    color: #1b7bf6;
  }
}
