#index .header {
  position: fixed;
}
#index .font48 {
  color: #00CDEF;
  font-weight: bold;
}
#index .bannerSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
@keyframes bannerText {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#index .bannerSwiper .swiper-slide .bannerText {
  animation: bannerText 1 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#index .bannerSwiper .swiper-slide .banenr-content {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 8;
}
#index .bannerSwiper .swiper-slide .banenr-content img {
  max-width: 46.35%;
}
#index .bannerSwiper .swiper-slide > .pcimg {
  width: 100%;
  height: 100%;
}
#index .bannerSwiper .swiper-slide > .pcimg img {
  width: 100%;
  height: 100%;
}
#index .bannerSwiper .swiper-slide > .mbimg {
  position: relative;
}
#index .bannerSwiper .swiper-slide > .mbimg .play {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 9;
  width: 60px;
  height: 60px;
}
#index .bannerSwiper .swiper-slide .banner-slide {
  width: 100%;
  height: 100%;
}
#index .bannerSwiper .swiper-slide .bannerPic {
  position: relative;
  width: 100%;
  transition: all 1s ease 2.5s;
  /*transform: perspective(1000px) translate3d(0, 0, 100px);*/
}
#index .bannerSwiper .swiper-slide.active .bannerPic {
  transition: all 5s ease 0s;
  /*transform: perspective(1000px) translate3d(0, 0, 0px);*/
}
#index .bannerSwiper .swiper-banner-pagination {
  bottom: 62px;
}
#index .bannerSwiper .swiper-banner-pagination .f-14 {
  font-size: 14px;
}
#index .bannerSwiper .swiper-banner-pagination span {
  position: relative;
}
@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 90;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 90 0;
    stroke-dashoffset: 0;
  }
}
#index .bannerSwiper .swiper-banner-pagination .jdt2 {
  animation: jtd2 infinite 4s linear;
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin: 0 14px;
  opacity: 1;
  color: transparent;
  position: relative;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet .jdt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  background-color: transparent;
  color: #ffffff;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .jdt {
  opacity: 1;
  transform: rotate(-90deg);
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  font-size: 14px;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .rightcircle {
  border-bottom: 2px solid #2CB0FF;
  border-left: 2px solid #2CB0FF;
  right: 0;
  animation: circleProgressLoad_right 6.5s linear infinite;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .leftcircle {
  border-top: 2px solid #2CB0FF;
  border-right: 2px solid #2CB0FF;
  left: 0;
  animation: circleProgressLoad_left 6.65s linear infinite;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet .circleProgress {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(-135deg);
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet .wrapper_con {
  width: 19px;
  height: 34px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet .wrapper_con.right {
  right: -2px;
}
#index .bannerSwiper .swiper-banner-pagination .swiper-pagination-bullet .wrapper_con.left {
  left: -2px;
}
#index .introduction {
  position: relative;
}
#index .introduction > img {
  width: 100%;
}
#index .introduction .introduction_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .introduction .introduction_box .introduction_main {
  max-height: 90%;
  display: flex;
  align-items: center;
  padding-right: 8.7%;
}
#index .introduction .introduction_left {
  position: relative;
  width: 53.65%;
  padding: 0 2%;
  box-sizing: border-box;
  bottom: 82px;
}
#index .introduction .introduction_left .img1 {
  background: url('../images/img1.png') no-repeat;
  background-size: auto 90%;
}
#index .introduction .introduction_left .img2 {
  background: url('../images/img2.png') no-repeat;
  background-size: auto 90%;
}
#index .introduction .introduction_left .img3 {
  background: url('../images/img3.png') no-repeat;
  background-size: auto 90%;
}
#index .introduction .introduction_left div {
  width: auto;
  height: 88px;
  margin-bottom: 20px;
}
#index .introduction .introduction_right {
  width: 46.35%;
}
#index .introduction .introduction_right .font48 {
  color: #00CDEF;
  font-weight: bold;
}
#index .introduction .introduction_right .i_r_content {
  line-height: 35px;
  color: #001934;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
#index .introduction .introduction_right .font14 {
  display: inline-flex;
  background: #00CDEF;
  margin-top: 20px;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
}
#index .introduction .introduction_right .font14:hover {
  color: #fff;
}
#index .introduction .introduction_right .font14 text {
  margin-right: 35px;
}
#index .product {
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2022122708384374612/cms/image/1114cc68-849d-4699-be05-dae6b7aec081.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 90px;
  padding-bottom: 90px;
  background-attachment: fixed;
  background-size: cover;
}
#index .product .project_list {
  margin-top: 46px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 600px;
}
#index .product .project_list .project_a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 16.77%;
  height: 615px;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#index .product .project_list .project_a .imgs {
  height: 580px;
}
#index .product .project_list .project_a .ly_img {
  display: inline-block;
  height: 100%;
  width: auto;
}
#index .product .project_list .project_a .class {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
}
#index .product .project_list .project_a .ly_desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 580px;
  padding: 30px 25px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#index .product .project_list .project_a .ly_desc h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: left;
  margin: 0;
  display: none;
}
#index .product .project_list .project_a .ly_desc p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  display: none;
}
@keyframes move {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#index .product .project_list .project_a.project_a_on {
  width: 46.95%;
}
#index .product .project_list .project_a.project_a_on .ly_desc {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
}
#index .product .project_list .project_a.project_a_on .ly_desc h5 {
  text-align: left;
  animation: move 1 0.7s;
  animation-fill-mode: forwards;
  display: block;
}
#index .product .project_list .project_a.project_a_on .ly_desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-top: 6px;
  animation: move  1 1s;
  animation-fill-mode: forwards;
}
#index .business {
  position: relative;
  background-image: url(../images/index/business.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-attachment: fixed;
  height: max-content;
}
#index .business img {
  width: 100%;
}
#index .business .content {
  width: 100%;
  height: 100%;
}
#index .business .max-width {
  height: 100%;
  display: flex;
  align-items: center;
}
#index .business .color-white {
  flex: 1;
  padding-right: 13%;
  box-sizing: border-box;
}
#index .business .color-white .font24 {
  margin-bottom: 12px;
}
#index .business .desc {
  flex: 1;
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: baseline
}
#index .business .desc .font78 {
  font-size: 78px;
  font-weight: bold;
}
#index .business .desc .font68 {
  font-size: 68px;
  font-weight: bold;
}
#index .business .desc .font16 {
  position: relative;
  bottom: 45px;
  right: 5px;
}
#index .news {
  background: url(../images/index/news.png) no-repeat right bottom #F3F3F3;
}
#index .news .title {
  padding: 57px 0 30px;
}
#index .news .title .font28 {
  color: #1E1E1E;
}
#index .news .new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 22px;
  position: relative;
}
#index .news .new .imgs {
  width: 36.58%;
}
#index .news .new .imgs img {
  width: 100%;
}
#index .news .new .detail {
  width: calc(63% - 44px);
}
#index .news .new .detail .font24 {
  color: #001934;
  font-weight: 400;
}
#index .news .new .detail p {
  color: #617081;
  line-height: 25px;
  margin: 14px 0 10px;
  padding-right: 100px;
}
#index .news .new .detail span {
  color: #001934;
  padding: 13px 33px;
  border-radius: 25px;
  border: 1px solid #D7DBDF;
  display: inline-block;
  transition: all 0.3s;
}
#index .news .new .detail span:hover {
  color: #fff;
  background: #00CDEF;
  border-color: #00CDEF;
}
#index .news .new .time {
  position: absolute;
  right: 22px;
  bottom: 22px;
}
#index .news .new .time .font26 {
  color: #25ABC1;
  font-family: 'Impact';
  text-align: right;
}
#index .news .new .time .font47 {
  color: #D7DBDF;
  font-size: 47px;
  font-family: 'Impact';
  text-align: right;
}
#index .news .list {
  display: flex;
  justify-content: space-around;
  padding: 60px 0 20px;
}
#index .news .list .item {
  width: 23%;
  flex: none;
  margin-right: 2.666%;
  padding-bottom: 20px;
  position: relative;
}
#index .news .list .item::after {
  content: '';
  width: 0;
  height: 3px;
  background: #25ABC1;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index .news .list .item:hover::after {
  width: 100%;
}
#index .news .list .item:last-child {
  margin-right: 0;
}
#index .news .list .item a {
  display: block;
}
#index .news .list .item a .time {
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
}
#index .news .list .item a .time .font26 {
  color: #25ABC1;
  font-family: 'Impact';
  text-align: right;
  height: 26px;
}
#index .news .list .item a .time .font47 {
  color: #D7DBDF;
  font-size: 47px;
  font-family: 'Impact';
  text-align: right;
  height: 47px;
}
#index .news .list .item a .font18 {
  color: #001934;
  margin-bottom: 14px;
}
#index .news .list .item a .font14 {
  color: #617081;
  line-height: 25px;
}
#index .news .other {
  display: flex;
  margin-top: 15px;
}
#index .news .other a {
  display: flex;
  justify-content: center;
  width: 24.22%;
  flex: none;
  margin-right: 0.99%;
  background: #25ABC1;
  border-radius: 20px 20px 0 0;
  padding: 29px 0 22px;
}
#index .news .other a:last-child {
  margin-right: 0;
}
#index .news .other a .box {
  display: flex;
  align-items: center;
}
#index .news .other a .box img {
  margin-right: 15px;
}
#index .news .other a .box div .font24 {
  margin-bottom: 6px;
  font-weight: bold;
}
#index .modal.in .modal-dialog {
  width: auto;
  min-width: inherit;
  max-width: 80%;
  padding: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}
#index .modal.in .modal-dialog .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  max-width: 100%;
}
#index .modal.in .modal-dialog .modal-body {
  width: max-content;
  height: max-content;
  margin: auto;
  position: relative;
  max-width: 100%;
}
#index .modal.in .modal-dialog .modal-body .video-box {
  background: #fff;
  padding: 2em;
  position: relative;
}
#index .modal.in .modal-dialog .modal-body .video-box video {
  max-width: 100%;
}
#index .modal.in .modal-dialog .modal-body .video-box .layout-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 79px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  background-image: url(../images/index/play.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#index .modal.in .modal-dialog .modal-body .video-box .layout-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF9F9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#index .modal.in .modal-dialog .modal-body .video-box .layout-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#index .modal.in .modal-dialog .modal-body .video-box .layout-play:hover::after {
  opacity: 1;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
#index .modal.in .modal-dialog .modal-body .video-box .layout-play:hover::before {
  opacity: 1;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
#index .modal.in .modal-dialog .modal-body > img {
  position: absolute;
  right: -50px;
  top: -10px;
}
@media screen and (max-width: 1366px) {
  #index .news .other a {
    padding: 22px 8px 17px;
    box-sizing: border-box;
  }
  #index .news .other a .box img {
    width: 45px;
  }
  #index .news .other a .box div .font24 {
    font-size: 20px;
  }
  #index .introduction .introduction_left .img1,
  #index .introduction .introduction_left .img2,
  #index .introduction .introduction_left .img3 {
    background-size: auto 70%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #index .bannerSwiper .swiper-slide .banenr-content {
    height: 80%;
  }
  #index .bannerSwiper .swiper-slide .banenr-content img {
    max-width: 58%;
  }
  #index .introduction {
    background: url('../images/index/about_bg_m.png') no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #index .introduction .introduction_box {
    position: relative;
  }
  #index .introduction .introduction_box .introduction_main {
    width: 92%;
    margin: auto;
    padding: 0;
  }
  #index .introduction .introduction_box .introduction_main .introduction_right {
    width: 100%;
  }
  #index .introduction > img {
    display: none;
  }
  #index .introduction .introduction_left {
    display: none;
  }
  #index .introduction .introduction_right {
    padding: 50px 0 90px;
  }
  #index .introduction .introduction_right .font28 {
    font-size: 17px;
  }
  #index .introduction .introduction_right .font48 {
    font-size: 27px;
  }
  #index .introduction .introduction_right .i_r_content {
    display: block;
    font-size: 15px;
  }
  #index .product {
    padding-top: 53px;
    padding-bottom: 20px;
  }
  #index .product .title .font28 {
    font-size: 17px;
  }
  #index .product .title .font48 {
    font-size: 29px;
  }
  #index .product .project_list {
    margin-top: 20px;
    height: auto;
    flex-direction: column;
  }
  #index .product .project_list .project_a {
    width: 100%!important;
    margin-bottom: 30px;
    height: 332px!important;
  }
  #index .product .project_list .project_a .ly_desc {
    height: 292px!important;
    background: none!important;
    padding: 25px 15px;
    box-sizing: border-box;
  }
  #index .product .project_list .project_a .ly_desc h5 {
    font-size: 19px;
    display: block;
  }
  #index .product .project_list .project_a .ly_desc p {
    font-size: 14px;
    margin-top: 0;
    display: block;
  }
  #index .product .project_list .project_a .imgs {
    height: 292px!important;
  }
  #index .business {
    padding-top: 40px;
    padding-bottom: 45px;
    background-attachment: inherit;
  }
  #index .business .max-width {
    flex-direction: column;
  }
  #index .business .max-width .color-white {
    padding-right: 0;
  }
  #index .business .max-width .color-white .font24 {
    font-size: 17px;
    line-height: 35px;
    text-align: center;
  }
  #index .business .max-width .color-white .font24 text {
    display: block;
  }
  #index .business .max-width .color-white .font16 {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  #index .business .desc {
    margin-top: 10px;
    width: 100%;
  }
  #index .business .desc .font78 {
    font-size: 65px;
  }
  #index .business .desc .font68 {
    font-size: 60px;
  }
  #index .business .desc .font16 {
    font-size: 14px;
    bottom: 40px;
  }
  #index .news .title {
    padding: 33px 0 30px;
  }
  #index .news .title .font28 {
    font-size: 16px;
  }
  #index .news .title .font48 {
    font-size: 29px;
  }
  #index .news .new {
    padding: 16px 17px;
    flex-direction: column;
  }
  #index .news .new .imgs {
    width: 100%;
  }
  #index .news .new .detail {
    padding-top: 15px;
    width: 100%;
  }
  #index .news .new .detail p {
    padding-right: 0;
  }
  #index .news .new .detail .font24 {
    font-size: 19px;
  }
  #index .news .new .detail span {
    margin-top: 10px;
  }
  #index .news .new .time {
    display: none;
  }
  #index .news .list {
    flex-direction: column;
    padding: 40px 0 20px;
  }
  #index .news .list .item {
    width: 100%;
    margin-right: 0;
  }
  #index .news .list .item a .time {
    padding-bottom: 11px;
  }
  #index .news .list .item a .time .font47 {
    font-size: 43px;
    margin-right: 5px;
  }
  #index .news .list .item a .time .font26 {
    font-size: 24px;
  }
  #index .news .list .item a .font18 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  #index .news .other {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index .news .other a {
    width: 48.55%;
    margin-right: 0;
    border-radius: 20px;
    margin-bottom: 13px;
  }
  #index .news .other a .box {
    flex-direction: column;
    text-align: center;
  }
  #index .news .other a .box img {
    margin-right: 0;
    margin-bottom: 4px;
  }
  #index .news .other a .box .font14 span {
    display: block;
  }
}
