.industry_con > img {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    object-fit: cover;
}

#listImg {
    height: calc(100vh + 10px);
}

#swiper-container {
    margin-left: 0;
    text-align: center;
}

.aaa_con .aaa_logo {
    margin-left: 50px;
}

.aaa_con .aaa_btn {
    margin-right: 50px;
}

#swiper-container .swiper-slide {
    height: 100%;
    overflow: hidden;
}

#swiper-container .swiper-slide:last-child {
    height: 150px;
    background-color: #1a1b1d;
}

.header_box .header_top .header_top_left {
    margin-left: 50px;
}

.header_box .header_top .header_top_right {
    margin-right: 50px;
}

.aaa_con ul li a {
    color: #fff !important;
}

body {
    overflow: hidden;
}

.about_con06 {
    width: 100%;
    height: 100%;
}

.a_c06_con dl>* {
    text-align: left;
}

.swiper-pagination-bullet-active {
    background: #007aff !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    background: #fff;
    opacity: 1 !important;
}

.pad_lay {
    text-align: left;
}

.aaa_header_bbb .ccc_nav_bg {
    z-index: 9999;
}

.n_animate:nth-child(1) {
    animation-name: fadeInLeft;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.8s;
}

.n_animate:nth-child(2) {
    animation-name: fadeInLeft;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.8s;
}

.n_animate:nth-child(3) {
    animation-name: fadeInLeft;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.8s;
}

.case-flex {}

.real_time {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.new_tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.real_time .new_tit span {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    display: block;
    width: 100%;
}

.real_time p {
    font-size: 26px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    text-align: left;
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 1.3s;
    animation-fill-mode: both;
}

.real_time a {
    opacity: 1;
    font-weight: 400;
    margin-top: 30px;
    background-color: rgba(0, 172, 245, 0);
    border: 1px solid rgba(0, 172, 245, 1);
    border-radius: 50%;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    transition: all 0.5s ease;
    max-width: 80px;
    min-width: 0px;
    max-height: 0px;
    min-height: 80px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    animation-name: zoomIn;
    animation-direction: normal;
    animation-duration: 1.2s;
    animation-delay: 1.6s;
    animation-fill-mode: both;
}

.real_case {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 3);
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation-name: fadeInLeft;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.6s;
    animation-fill-mode: both;
}

.real-case-1 {
    animation-delay: 1.8s;
}

.real-case-2 {
    animation-delay: 2s;
}

.real_case:hover:after {
    height: 100%;
}

.real_case:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(19, 99, 181, 0.7);
    left: 0px;
    bottom: 0px;
    z-index: 0;
    transition: all 0.36s ease;
}

.newCon {
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 370px;
    /* padding-bottom: 68%; */
}

.real_case .real_case_img {
    width: 100%;
    /* height: 220px; */
}

.real_case .real_case_tit {
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    margin-top: 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.real_case .real_case_detail {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.real_case .real_case_detail em {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #dedede;
}

.real_case .real_case_detail img {
    transition: all 0.5s ease;
    width: 20px;
    height: 8px;
}

.real {
    display: flex;
    height: 100%;
    margin-right: 100px;
}

.real::before {
    display: block;
    width: 10%;
    content: '';
    height: 100%;
}

.real_warp {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    color: #fff;
    text-align: center;
    height: 100%;
}

.footLogo {
    width: 95px;
    height: 35px;
}

.usAnimation {
    margin-top: 100px;
}

.real_time a:hover {
    background-color: rgba(0, 172, 245, 1);
    border: 1px solid rgba(0, 172, 245, 1);
    color: #fff;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

video::-webkit-media-controls-volume-control-container {
    display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-internal-media-controls-overflow-button {
    display: none !important;
}

.list_con {
    display: flex;
    width: calc(100% / 3.4);
    height: 260px;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #ffffff;
    float: left;
    margin-right: 40px;

    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.4s;
    animation-fill-mode: both;
}

.list_con:hover {
    background-color: rgb(5, 127, 255, 0.2);
}

.list_con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s ease;
}

.list_con:hover::after {
    transform: scale(1.05);
    background: rgba(19,99,181,0.7);
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 5%);
    cursor: pointer;
}

.list_con:nth-child(2) {
    animation-delay: 1.6s;
}

.list_con:nth-child(3) {
    animation-delay: 1.8s;
}

.list_con:last-child {
    margin-right: 0px;
}

.list_con .list_con_img {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 15px;
}

.list_con .list_con_img img {
    width: 58px;
    height: 55px;
}

.list_con .list_con_txt {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 15px;
}

.list_con .list_con_des {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 15px 20px 15px;
    text-align: left;
}

.industry_con .list_warp {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 20px;
    margin-left: 80px;
    margin-right: auto;
    overflow: hidden;
    display: none;
}

.text-zoom-in > * {
    animation-delay: 1s;
}

.swiper-pagination {
    display: none;
}

.real-case-imgbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 65.18%;
}

.real_case_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showBoxLink::before,
.showBoxLink::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 60%;
    height: 1px;
    transform: translateX(-50%);
    background: #fff;
    transition: all .5s ease;
}

.showBoxLink::before {
    top: 0;
}

.showBoxLink::after {
    bottom: 0;
}

.real_case:hover .showBox {
    opacity: 1;
}

.real_case:hover .real_case_img {
    transform: translate(-50%, -50%) scale(1.1);
}

.real_case:hover .showBoxLink::before,
.real_case:hover .showBoxLink::after {
    width: 16px;
}

.contact-us {
  margin-top: 60px!important;
}

.video-bg {
  pointer-events: none;
}

.aaa_header_bbb .header {
    position: fixed;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 66px;
    margin-left: -33px;
    width: 66px;
    height: 122px;
    text-align: center;
    background: no-repeat center bottom / contain url("data:image/svg+xml,%3Csvg t='1654530317485' class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' p-id='1583' width='128' height='128'%3E%3Cpath d='M511.998465 63.83998c-131.280975 0-238.080374 106.807584-238.080374 238.08856L273.918092 722.078623c0 131.266649 106.799398 238.080374 238.080374 238.080374 131.283022 0 238.08242-106.813724 238.08242-238.080374L750.080885 301.92854C750.080885 170.647565 643.281487 63.83998 511.998465 63.83998zM722.071971 722.078623c0 115.825982-94.232175 210.07146-210.073506 210.07146-115.839285 0-210.070436-94.245478-210.070436-210.07146L301.928029 301.92854c0-115.833145 94.231151-210.07146 210.070436-210.07146 115.841332 0 210.073506 94.238314 210.073506 210.07146L722.071971 722.078623zM511.998465 189.896978c-7.740288 0-14.004969 6.264681-14.004969 13.998829l0 112.037702c0 7.728008 6.263657 14.004969 14.004969 14.004969 7.742335 0 14.007015-6.27696 14.007015-14.004969L526.00548 203.894783C526.004457 196.161658 519.7408 189.896978 511.998465 189.896978z' p-id='1584' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    animation: scroll-down 1s infinite both;
    pointer-events: none;
}

.scroll-down::before {
    content: 'SCROLL DOWN';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

@keyframes scroll-down {
    0% { bottom: 88px; }
    50% { bottom: 66px; }
    100% { bottom: 88px; }
}

.real-case-in {
    height: auto!important;
}

.text-zoom-title,
.text-zoom-sub {
  text-shadow: 6px 6px 6px rgba(0, 0, 0, .3);
}

.text-zoom-sub {
  font-weight: 300;
}

.home-list-wrap {
  left: 50%!important;
  transform: translateX(-50%);
  padding-left: 0!important;
  margin-left: auto!important;
  width: 90%;
  max-width: 1280px;
}

.home-list-wrap .list_con {
    width: calc((100% - 80px) / 3);
    box-sizing: border-box;
    user-select: none;
}

.home-list-wrap .list_con .list_con_txt {
    font-size: 28px;
}

.header_box .wrap,
.header-menu-bar .wrap {
    width: 90%;
}

@media screen and (max-width: 1450px) {
    .header_box .header_top .header_top_left {
        margin-left: 0;
    }
    .header_box .header_top .header_top_right {
        margin-right: 0;
    }

    .header-logo {
        margin-left: 0!important;
    }
    .header-more {
        margin-right: 0!important;
    }
}

@media screen and (max-width: 1280px) {
    .header_box .wrap,
    .header-menu-bar .wrap {
        width: 100%;
    }
}
