/* .sd_imgbox {
    height: 100%;
  } */
  .smart .swiper-slide ul li {
    cursor: pointer;
}

/* body {
    overflow: hidden;
  } */
/* @media (max-height: 630px) and (max-width: 991px) {
    body {
      overflow: auto;
    }
  } */
.fullScreen {
    padding-top: 120px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
}

@media (max-height: 630px) and (max-width: 991px) {
    .fullScreen {
        height: auto;
    }

    .fullScreen>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fullScreen .banner,
    .fullScreen .module2,
    .fullScreen .module3 {
        height: -moz-calc(100vh - 50px);
        height: calc(100vh - 50px);
        min-height: 700px;
    }

    .fullScreen .banner {
        min-height: 450px;
    }

    .fullScreen .ecological_platform {
        height: -moz-calc(100vh - 50px) !important;
        height: calc(100vh - 50px) !important;
        min-height: 750px;
    }

    .fullScreen .haierEcology .ecological_platform .js_higd,
    .fullScreen .haierEcology .ecological_platform .js_scene,
    .fullScreen .haierEcology .ecological_platform .js_scene .swiper-wrapper .swiper-slide .cut,
    .fullScreen .haierEcology .ecological_platform .ecological_banner .left,
    .fullScreen .haierEcology .ecological_platform .ecological_banner .lg_right {
        max-height: 1000px;
    }

    .fullScreen .haierEcology .ecological_platform .ecological_banner .js_zoo {
        max-height: 1000px;
    }

    .fullScreen .haierEcology .ecological_platform .ecological_banner .js_zoo .three {
        max-height: 1000px;
    }
}

@media (max-height: 630px) and (max-width: 991px) and (max-width: 400px) {

    .fullScreen .banner,
    .fullScreen .module2,
    .fullScreen .module3 {
        min-height: 500px;
    }
}

@media (max-height: 630px) and (max-width: 991px) and (max-width: 400px) {
    .fullScreen .banner {
        min-height: 500px;
    }
}

@media (max-height: 630px) and (max-width: 991px) and (max-width: 400px) {
    .fullScreen .ecological_platform {
        min-height: 600px;
    }
}

.module2 {
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.smart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.smart .smart_swiper {
    height: 100%;
}

.smart .swiper-wrapper {
    height: 100% !important;
}

.smart .swiper-slide {
    width: 33.3333%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100% !important;
}

.smart .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.smart .swiper-slide .content {
    width: 33.3vw;
    padding: 60px 45px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1366px) {
    .smart .swiper-slide .content {
        padding: 45px 45px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide .content {
        padding: 45px 30px 0;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide .content {
        padding: 60px 60px 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide .content {
        padding: 30px 30px 0;
    }
}

.smart .swiper-slide .hoverContent {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    position: relative;
    z-index: 1;
    cursor: pointer;
    max-height: -moz-calc(100% - 400px);
    max-height: calc(100% - 400px);
}

@media (max-width: 1199px) {
    .smart .swiper-slide .hoverContent {
        display: none;
    }
}

.smart .swiper-slide .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 5;
    opacity: 0;
    top: 100px;
    text-align: center;
}

@media (max-width: 1366px) {
    .smart .swiper-slide .title {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .smart .swiper-slide .title {
        text-align: center;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide .title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide .title {
        font-size: 28px;
    }
}

.smart .swiper-slide p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    top: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }
}

.smart .swiper-slide a {
    position: relative;
    z-index: 5;
    width: 150px;
    height: 40px;
    background: rgba(15, 35, 65, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 30px auto 0;
    opacity: 0;
    top: 100px;
}

.smart .swiper-slide ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0 -5px;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    position: relative;
    z-index: 5;
    padding-top: 100px;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0 45px;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide ul {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide ul {
        padding: 0 60px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide ul {
        padding: 0 30px;
    }
}

.smart .swiper-slide ul li {
    padding: 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smart .swiper-slide ul li .cont {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1366px) {
    .smart .swiper-slide ul li .cont {
        padding: 15px 10px;
    }
}

.smart .swiper-slide ul li .icon {
    width: 32px;
    height: 32px;
}

.smart .swiper-slide ul li .icon img {
    position: relative;
    height: 100%;
}

.smart .swiper-slide ul li .text {
    margin-left: 16px;
    margin-top: 10px;
    margin-left: 0;
}

.smart .swiper-slide ul li .text .title_cn {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1280px) {
    .smart .swiper-slide ul li .text .title_cn {
        text-align: center;
    }
}

.smart .swiper-slide ul li .text .title_en {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Arial";
    text-align: center;
}

@media (max-width: 1366px) {
    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }
}

@media (max-width: 1280px) {
    .smart .swiper-slide ul li .text .title_en {
        text-align: center;
    }
}

.smart .pagination {
    position: absolute;
    bottom: 0;
    display: none;
    margin-top: 30px;
    z-index: 5;
    bottom: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .smart .pagination {
        display: block;
    }
}

.smart .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    opacity: 1;
}

.smart .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smart .arrow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 60px;
    font-size: 32px;
    color: #fff;
    z-index: 1;
}
.smart .arrow img{
    width: 32px;
    height: 32px;
}
.smart .arrow-prev {
    margin-left: -42px;
}

.smart .arrow-next {
    margin-left: 10px;
}

.smart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.smart .smart_swiper {
    height: 100%;
}

.smart .swiper-wrapper {
    height: 100% !important;
}

.smart .swiper-slide {
    width: 33.3333%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100% !important;
}

.smart .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.smart .swiper-slide .content {
    width: 33.3vw;
    padding: 60px 45px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1366px) {
    .smart .swiper-slide .content {
        padding: 45px 45px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide .content {
        padding: 45px 30px 0;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide .content {
        padding: 60px 60px 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide .content {
        padding: 30px 30px 0;
    }
}

.smart .swiper-slide .hoverContent {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    position: relative;
    z-index: 1;
    cursor: pointer;
    max-height: -moz-calc(100% - 400px);
    max-height: calc(100% - 400px);
}

@media (max-width: 1199px) {
    .smart .swiper-slide .hoverContent {
        display: none;
    }
}

.smart .swiper-slide .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 5;
    opacity: 0;
    top: 100px;
    text-align: center;
}

@media (max-width: 1366px) {
    .smart .swiper-slide .title {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .smart .swiper-slide .title {
        text-align: center;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide .title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide .title {
        font-size: 28px;
    }
}

.smart .swiper-slide p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    top: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }
}

.smart .swiper-slide a {
    position: relative;
    z-index: 5;
    width: 150px;
    height: 40px;
    background: rgba(15, 35, 65, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 30px auto 0;
    opacity: 0;
    top: 100px;
}

.smart .swiper-slide ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0 -5px;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    position: relative;
    z-index: 5;
    padding-top: 100px;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0 45px;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart .swiper-slide ul {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .smart .swiper-slide ul {
        padding: 0 60px;
    }
}

@media (max-width: 575px) {
    .smart .swiper-slide ul {
        padding: 0 30px;
    }
}

.smart .swiper-slide ul li {
    padding: 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smart .swiper-slide ul li .cont {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1366px) {
    .smart .swiper-slide ul li .cont {
        padding: 15px 10px;
    }
}

.smart .swiper-slide ul li .icon {
    width: 32px;
    height: 32px;
}

.smart .swiper-slide ul li .icon img {
    position: relative;
    height: 100%;
}

.smart .swiper-slide ul li .text {
    margin-left: 16px;
    margin-top: 10px;
    margin-left: 0;
}

.smart .swiper-slide ul li .text .title_cn {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1280px) {
    .smart .swiper-slide ul li .text .title_cn {
        text-align: center;
    }
}

.smart .swiper-slide ul li .text .title_en {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Arial";
    text-align: center;
}

@media (max-width: 1366px) {
    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }
}

@media (max-width: 1280px) {
    .smart .swiper-slide ul li .text .title_en {
        text-align: center;
    }
}

.smart .pagination {
    position: absolute;
    bottom: 0;
    display: none;
    margin-top: 30px;
    z-index: 5;
    bottom: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .smart .pagination {
        display: block;
    }
}

.smart .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    opacity: 1;
}

.smart .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smart .arrow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 60px;
    font-size: 32px;
    color: #fff;
    z-index: 1;
}

.smart .arrow-prev {
    margin-left: -42px;
}

.smart .arrow-next {
    margin-left: 10px;
}

.module3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #16191a;
    cursor: pointer;
}

.module3 ol {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 0 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.module3 ol::-webkit-scrollbar {
    display: none;
}

.module3 ol li {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #ffffff;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 20px 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.module3 ol li.cur::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.module3 .module3Main {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .module3 .module3Main {
        display: block;
    }
}

.module3 .item {
    width: 33.33%;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.module3 .item.cur {
    width: -moz-calc(100vw - 600px);
    width: calc(100vw - 600px);
    z-index: 1 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module3 .item.cur {
        width: -moz-calc(100vw - 400px);
        width: calc(100vw - 400px);
    }
}

.module3 .item.close {
    width: 300px;
    z-index: 0 !important;
}

.module3 .item.close:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: -0.5px;
    top: 0;
    bottom: 0;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module3 .item.close {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .module3 .item {
        position: absolute;
    }
}

.module3 .item:last-child {
    right: 0;
    left: auto;
}

.module3 .item:last-child .mask {
    right: 0;
    left: auto;
}

.module3 .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.module3 .item .bg .blur {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    opacity: 0;
}

.module3 .item .img1,
.module3 .item .img2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.module3 .item .img1 {
    opacity: 1;
}

.module3 .item .img2 {
    opacity: 0;
}

.module3 .item .showbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 35, 65, 0.8);
    opacity: 0;
    pointer-events: none;
}

.module3 .item .mask {
    width: 300px;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 45px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module3 .item .mask {
        width: 200px;
    }
}

.module3 .item .mask h5 {
    font-size: 30px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    opacity: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module3 .item .mask h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.module3 .item .mask .mask_li {
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    top: 0;
    opacity: 0;
}

.module3 .item .mask .mask_li .icon {
    width: 40px;
    height: 40px;
}

.module3 .item .mask .mask_li .icon img {
    position: relative;
    width: auto;
    height: 100%;
}

.module3 .item .mask .mask_li .text {
    margin-left: 12px;
    min-width: 93px;
}

.module3 .item .mask .mask_li .text .title_cn {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.module3 .item .mask .mask_li .text .title_en {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.module3 .item .mask .switch {
    font-size: 14px;
    background: #fff;
    width: 50px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    display: none;
}

.module3 .item .switch_inner {
    font-size: 14px;
    background: #fff;
    width: 80px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    display: none;
}

@media (max-width: 575px) {
    .module3 .item .switch_inner {
        top: 0;
    }
}

.module3 .item .cont {
    width: 100%;
    padding: 60px 0;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .module3 .item .cont {
        padding: 45px 0;
    }
}

.module3 .item .cont h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #ffffff;
    margin-left: 80px;
    position: relative;
    opacity: 0;
}

.module3 .item .cont .arrowBox {
    position: absolute;
    right: 8.333vw;
    top: 65px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1440px) {
    .module3 .item .cont .arrowBox {
        top: 50px;
    }
}

@media (max-width: 991px) {
    .module3 .item .cont .arrowBox {
        display: none !important;
    }
}

.module3 .item .cont .arrow-prev {
    display: inline-block;
    font-size: 32px;
    color: white;
    position: relative;
    opacity: 0;
}



.module3 .item .cont .arrowBox .arrow img{
    width: 32px;
    height: 32px;
}

.module3 .item .cont .arrow-next {
    display: inline-block;
    font-size: 32px;
    color: white;
    margin-left: 30px;
    position: relative;
    opacity: 0;
}

.module3 .item .cont .arrowBox .arrow.swiper-button-disabled img:nth-child(2) {
    display: none;
}

.module3 .item .cont .arrowBox .arrow.swiper-button-disabled img:nth-child(1) {
    display: block;
}
.module3 .item .cont .arrowBox .arrow img:nth-child(2) {
    display: block;
}

.module3 .item .cont .arrowBox .arrow img:nth-child(1) {
    display: none;
}

.live_brand {
    z-index: auto;
    width: -moz-calc(100vw - 700px);
    width: calc(100vw - 700px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 30px;
    padding: 0 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1440px) {
    .live_brand {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .live_brand {
        width: -moz-calc(100vw - 400px);
        width: calc(100vw - 400px);
    }
}

.live_brand .swiper-slide {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    opacity: 0;
}

@media (max-width: 1366px) {
    .live_brand .swiper-slide {
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .live_brand .swiper-slide {
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

.live_brand .swiper-slide .content {
    height: 100%;
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    cursor: default;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.live_brand .swiper-slide .content.back_active {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.live_brand .swiper-slide .content.back_active img.back {
    opacity: 1;
}

.live_brand .swiper-slide .content.back_active img.noBack {
    opacity: 0;
}

.live_brand .swiper-slide .content.back_active .description {
    opacity: 0;
}

.live_brand .swiper-slide .content.back_active .back_description {
    pointer-events: none;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.live_brand .swiper-slide .content.back_active .back_description a {
    display: inline-block;
}

.live_brand .swiper-slide .content.back_active .open {
    opacity: 0;
    z-index: 1;
}

.live_brand .swiper-slide .content.back_active .close {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    z-index: 5;
    display: none;
}

@media (max-width: 1200px) {
    .live_brand .swiper-slide .content.back_active .close {
        display: block;
    }
}

.live_brand .swiper-slide .content.back_active .clickMask {
    display: none !important;
}

.live_brand .swiper-slide .content img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.live_brand .swiper-slide .content img.back {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.live_brand .swiper-slide .content .description {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 45px 30px 30px 30px;
}

@media (max-width: 1199px) {
    .live_brand .swiper-slide .content .description {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .live_brand .swiper-slide .content .description {
        padding-top: 45px;
    }
}

@media (max-width: 575px) {
    .live_brand .swiper-slide .content .description {
        padding-top: 30px;
    }
}

.live_brand .swiper-slide .content .description .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
    min-height: 44px;
}

.live_brand .swiper-slide .content .description p {
    font-size: 18px;
    line-height: 1.75em;
    color: #666666;
    margin: 10px 0 10px;
    font-family: "Arial";
    min-height: 10.5em;
}

@media (max-width: 1440px) {
    .live_brand .swiper-slide .content .description p {
        margin-bottom: 10px;
    }
}

.live_brand .swiper-slide .content .back_description {
    padding: 30px 50px 82px 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.live_brand .swiper-slide .content .back_description .brand_img {
    width: 200px;
    text-align: center;
    margin: 10px 0;
    pointer-events: all;
}

@media (max-width: 1440px) {
    .live_brand .swiper-slide .content .back_description .brand_img {
        width: 150px;
        margin: 7.5px 0;
    }
}

.live_brand .swiper-slide .content .back_description .brand_img img {
    position: relative;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.live_brand .swiper-slide .content .open {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #000000;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 9px;
    border: 1px solid #000000;
}

.live_brand .swiper-slide .content .close {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.live_brand .swiper-slide .content .clickMask {
    height: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

@media (max-width: 991px) {
    .live_brand .swiper-slide.swiper-slide-active .content .clickMask {
        display: block;
    }
}

.live_brand.new_live_brand .swiper-slide .content .description .title_line {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 27px auto 26px;
}

.live_brand.new_live_brand .swiper-slide .content .description .title_line img {
    position: relative;
    width: 100%;

}

.live_brand.new_live_brand .swiper-slide .content .description .title {
    min-height: 0;
}

.live_brand.new_live_brand .swiper-slide .content .description p {
    min-height: 5.5em;
}

@media (max-width: 991px) {
    .isend .live_brand .swiper-slide.swiper-slide-active .content .clickMask {
        display: none;
    }
}

@media (max-width: 991px) {
    .isend .live_brand .swiper-slide.swiper-slide-next .content .clickMask {
        display: block;
    }
}

.shedder .module3 ol {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .shedder .module3 ol {
        margin-top: 30px;
    }
}

.shedder .module3 ol li {
    padding-top: 0;
}

.shedder .module3 .item .cont {
    z-index: 5;
}

@media (max-width: 991px) {
    .shedder .module3 .item .cont .arrowBox {
        top: 60%;
        width: 100%;
        z-index: 5;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        right: 0;
    }
}

.shedder .module3 .item .mask {
    pointer-events: auto;
}

.shedder .module3 .item .mask .switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.shedder .module3 .item .switch_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.shedder .live_brand .swiper-slide .content.back_active>.sd_imgbox:first-child {
    display: none;
}

.shedder .live_brand .swiper-slide .content.back_active .back_description {
    z-index: 5;
}

.shedder .live_brand .swiper-slide .content .back_description {
    z-index: -1;
}

.shedder .live_brand .swiper-slide .content .back_description .brand_img .js_sd_adder {
    position: absolute;
}

.shedder .live_brand .swiper-slide .content .open {
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fullScreen {
        padding-top: 110px;
    }

    .banner .videoBox {
        display: none;
    }

    .banner .img {
        display: block;
    }

    .banner .text span {
        font-size: 48px;
        line-height: 54px;
        margin-top: 10px;
    }

    .banner .text p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 25px;
    }

    .banner .icon_down {
        display: none;
    }

    .banner .downArrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner .downArrow i {
        display: block;
        font-size: 18px;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .banner .downArrow i:last-child {
        margin-top: -6px;
    }

    .smart .swiper-slide .hoverContent {
        width: 100%;
    }

    .smart .swiper-slide .title {
        font-size: 32px;
        line-height: 38px;
    }

    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }

    .smart .swiper-slide a {
        width: 120px;
    }

    .smart .swiper-slide ul {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 60px;
        padding: 0 25px;
        width: 100%;
    }

    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }

    .module3 .item .mask {
        padding: 0 30px;
    }

    .module3 .item .mask .mask_li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-top: 10px;
        padding: 20px;
    }

    .module3 .item .mask .mask_li .text {
        margin-left: 0;
        margin-top: 10px;
        min-width: 0;
    }

    .module3 .item .mask .mask_li .text .title_en {
        display: none;
    }

    .module3 .item .cont {
        padding: 60px 0;
    }

    .module3 .item .cont h2 {
        font-size: 32px;
        line-height: 38px;
        margin-left: 60px;
    }

    .module3 .item .cont .arrowBox {
        right: 60px;
        top: 63px;
    }

    .live_brand {
        padding: 0 60px;
    }

    .live_brand .swiper-slide .content .back_description {
        padding: 30px 28px 92px 28px;
    }

    .live_brand .swiper-slide .content .back_description .brand_img {
        margin: 10px 0;
    }

    .live_brand .swiper-slide .content .back_description .brand_img img {
        width: 100%;
    }

    .practical_achievements .title_h2 {
        margin-bottom: 10px;
    }

    .haierEcology .practical_achievements .title_h2 h2 {
        margin-bottom: 15px;
    }

    .haierEcology .ecological_platform {
        padding: 40px 0 80px;
    }

    .haierEcology .ecological_platform .ecological_banner .lg_right {
        height: 300px;
    }
}

@media (min-width: 701px) and (max-width: 991px) {
    .fullScreen {
        padding-top: 70px;
    }

    .banner .videoBox {
        display: none;
    }

    .banner .img {
        display: block;
    }

    .banner .text span {
        font-size: 48px;
        line-height: 54px;
        margin-top: 10px;
    }

    .banner .text p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 25px;
    }

    .banner .icon_down {
        display: none;
    }

    .banner .downArrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner .downArrow i {
        display: block;
        font-size: 18px;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .banner .downArrow i:last-child {
        margin-top: -6px;
    }

    .smart .swiper-slide {
        width: 100%;
    }

    .smart .swiper-slide .title {
        font-size: 32px;
        line-height: 38px;
    }

    .smart .swiper-slide p {
        font-size: 16px;
        line-height: 22px;
    }

    .smart .swiper-slide a {
        width: 200px;
    }

    .smart .swiper-slide ul {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 122px;
        padding: 0 55px;
        width: 100%;
    }

    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }

    .smart .arrow {
        display: block;
    }

    .module3 ol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .module3 .item {
        width: 100% !important;
    }

    .module3 .item .showbox {
        display: none !important;
    }

    .module3 .item .mask {
        display: none !important;
    }

    .module3 .item .cont {
        width: 100%;
        padding: 175px 0 90px;
    }

    .module3 .item .cont h2 {
        display: none;
    }

    .live_brand {
        width: 100%;
        margin-top: 0;
        padding: 0 60px;
    }

    .live_brand .swiper-slide {
        width: 300px;
    }

    .live_brand .swiper-slide .content .description {
        padding: 45px 30px 30px 30px;
    }

    .live_brand .swiper-slide .content .description .title {
        font-size: 20px;
        line-height: 26px;
    }

    .live_brand .swiper-slide .content .description p {
        font-size: 14px;
        margin: 10px 0 30px;
    }

    .live_brand .swiper-slide .content .back_description {
        padding: 45px 50px 107px 50px;
    }

    .live_brand .swiper-slide .content .back_description .brand_img {
        margin: 10px 0;
    }

    .live_brand .swiper-slide .content .close {
        bottom: 45px;
    }

    .live_brand .arrow {
        display: none;
    }

    .practical_achievements .title_h2 {
        margin-bottom: 10px;
    }

    .haierEcology .practical_achievements .title_h2 h2 {
        margin-bottom: 15px;
    }

    .haierEcology .ecological_platform {
        padding: 40px 0 80px;
    }

    .haierEcology .ecological_platform .ecological_banner .lg_right {
        height: 245px;
    }
}

@media (min-width: 576px) and (max-width: 700px) {
    .fullScreen {
        padding-top: 70px;
    }

    .banner .videoBox {
        display: none;
    }

    .banner .img {
        display: block;
    }

    .banner .text span {
        font-size: 48px;
        line-height: 54px;
        margin-top: 10px;
    }

    .banner .text p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 25px;
    }

    .banner .icon_down {
        display: none;
    }

    .banner .downArrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner .downArrow i {
        display: block;
        font-size: 18px;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .banner .downArrow i:last-child {
        margin-top: -6px;
    }

    .smart .swiper-slide {
        width: 100%;
    }

    .smart .swiper-slide .title {
        font-size: 32px;
        line-height: 38px;
    }

    .smart .swiper-slide p {
        font-size: 16px;
        line-height: 22px;
    }

    .smart .swiper-slide a {
        width: 200px;
    }

    .smart .swiper-slide ul {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 122px;
        padding: 0 55px;
        width: 100%;
    }

    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }

    .smart .arrow {
        display: block;
    }

    .module3 ol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .module3 .item {
        width: 100% !important;
    }

    .module3 .item .showbox {
        display: none !important;
    }

    .module3 .item .mask {
        display: none !important;
    }

    .module3 .item .cont {
        width: 100%;
        padding: 175px 0 90px;
    }

    .module3 .item .cont h2 {
        display: none;
    }

    .live_brand {
        width: 100%;
        margin-top: 0;
        padding: 0 60px;
    }

    .live_brand .swiper-slide {
        width: 300px;
    }

    .live_brand .swiper-slide .content .description {
        padding: 45px 30px 30px 30px;
    }

    .live_brand .swiper-slide .content .description .title {
        font-size: 20px;
        line-height: 26px;
    }

    .live_brand .swiper-slide .content .description p {
        font-size: 14px;
        margin: 10px 0 30px;
    }

    .live_brand .swiper-slide .content .back_description {
        padding: 45px 50px 107px 50px;
    }

    .live_brand .swiper-slide .content .back_description .brand_img {
        margin: 10px 0;
    }

    .live_brand .swiper-slide .content .close {
        bottom: 45px;
    }

    .live_brand .arrow {
        display: none;
    }

    .practical_achievements .title_h2 {
        margin-bottom: 10px;
    }

    .haierEcology .practical_achievements .title_h2 h2 {
        margin-bottom: 15px;
    }

    .haierEcology .ecological_platform {
        padding: 40px 0 80px;
    }

    .haierEcology .ecological_platform .ecological_banner .lg_right {
        height: 225px;
    }
}

@media (max-width: 575px) {
    .fullScreen {
        padding-top: 50px;
    }

    .banner .videoBox {
        display: none;
    }

    .banner .img {
        display: block;
    }

    .banner .text span {
        font-size: 36px;
        line-height: 42px;
        margin-top: 5px;
    }

    .banner .text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .banner .text p br {
        display: block;
    }

    .banner .icon_down {
        display: none;
    }

    .banner .downArrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner .downArrow i {
        display: block;
        font-size: 18px;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .banner .downArrow i:last-child {
        margin-top: -6px;
    }

    .smart .swiper-slide {
        width: 100%;
    }

    .smart .swiper-slide .content {
        padding: 30px 30px 0;
    }

    .smart .swiper-slide .title {
        font-size: 28px;
        line-height: 34px;
    }

    .smart .swiper-slide p {
        font-size: 14px;
        line-height: 1.75;
    }

    .smart .swiper-slide a {
        width: 100px;
        height: 32px;
        font-size: 12px;
        margin-top: 20px;
    }

    .smart .swiper-slide ul {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 72px;
        padding: 0 27.5px;
        width: 100%;
    }

    .smart .swiper-slide ul li {
        padding: 0 2.5px;
    }

    .smart .swiper-slide ul li .text .title_en {
        display: none;
    }

    .smart .arrow {
        display: block;
        bottom: 10px;
    }

    .module3 ol {
        padding: 0 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .module3 ol li {
        font-size: 20px;
        line-height: 26px;
        padding: 30px 10px 15px;
    }

    .module3 .item {
        width: 100% !important;
    }

    .module3 .item .showbox {
        display: none !important;
    }

    .module3 .item .mask {
        display: none !important;
    }

    .module3 .item .cont {
        width: 100%;
        padding: 90px 0 30px;
    }

    .module3 .item .cont h2 {
        display: none;
    }

    .live_brand {
        width: 100%;
        margin-top: 0;
        padding: 0 30px;
    }

    .live_brand .swiper-slide {
        width: 250px;
    }

    .live_brand .swiper-slide .content .description {
        padding: 30px 20px 20px 20px;
    }

    .live_brand .swiper-slide .content .description .title {
        font-size: 20px;
        line-height: 26px;
    }

    .live_brand .swiper-slide .content .description p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .live_brand .swiper-slide .content .back_description {
        padding: 45px 50px 107px 50px;
    }

    .live_brand .swiper-slide .content .back_description .brand_img {
        margin: 10px 0;
    }

    .live_brand .swiper-slide .content .close {
        bottom: 30px;
    }

    .live_brand .arrow {
        display: none;
    }

    .practical_achievements .title_h2 {
        margin-bottom: 5px;
    }

    .haierEcology .practical_achievements .title_h2 h2 {
        margin-bottom: 10px;
    }

    .haierEcology .ecological_platform .ecological_banner .lg_right {
        height: 195px;
    }

    .haierEcology .ecological_platform {
        padding: 40px 0 80px;
    }

    .haierEcology .ecological_platform .js_higd,
    .haierEcology .ecological_platform .js_scene,
    .haierEcology .ecological_platform .js_scene .swiper-wrapper .swiper-slide .cut,
    .haierEcology .ecological_platform .ecological_banner .left,
    .haierEcology .ecological_platform .ecological_banner .lg_right,
    .haierEcology .ecological_platform .ecological_banner .js_zoo {
        max-height: 1000px;
    }

    .haierEcology .ecological_platform .ecological_banner .js_zoo .three.w50 {
        max-height: 1000px;
    }

    .haierEcology .ecological_platform .ecological_title {
        margin-bottom: 20px !important;
    }
}

@keyframes stars {
    0% {
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        opacity: 0.8;
    }

    50% {
        -o-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        -webkit-transform: scale(1.4, 1.4);
        -moz-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        opacity: 0;
    }
}

@-webkit-keyframes stars {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.4, 1.4);
        -webkit-transform: scale(1.4, 1.4);
        -moz-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        opacity: 0;
    }
}

@-moz-keyframes stars {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.4, 1.4);
        -webkit-transform: scale(1.4, 1.4);
        -moz-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        opacity: 0;
    }
}

@keyframes downArrow {
    0% {
        top: 0;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes downArrow {
    0% {
        top: 0;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes downArrow {
    0% {
        top: 0;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}