.content {
    background: #fff;
}

.toLeveMainInfo, .toLeveMain {
    padding-top: 104px;
    margin-top: -104px;
}

.toLeveMain .topLevelPlanning {
    margin-top: 75px;
}

.topLevelPlanning {
    width: 85%;
    display: flex;
    margin-left: 15%;
    background: #f6f6f6;
    padding: 5% 0;
    box-sizing: border-box;
}

.topLevelLeft {
    margin-left: -5%;
    width: 50%;
}

.topLevelTitle h1 {
    font-size: 35px;
}

.schematization {
    font-size: 24px;
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-top: 10px;
}

.topLevelContent {
    font-size: 16px;
    margin-top: 25px;
    line-height: 35px;
}

.topLevelRight {
    width: 40%;
    margin-left: 5%;
    max-width: 400px;
}

.topLevelDetails {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.more1 {
    position: relative;
}

.more1 {
    display: block;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 0, 0);
    width: 180px;
    height: 50px;
    border: 1px solid rgb(255, 0, 0);
    line-height: 50px;
    margin-top: 30px;
}

.more1 p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.more1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(255, 0, 0);
    transition-duration: 0.5s;
}

.more1:hover::after {
    width: 100%;
}

.more1:hover p {
    color: #ffffff;
}


.goDetails {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
}

.goDetails p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.goDetails::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition-duration: 0.5s;
}

.goDetails:hover::after {
    width: 100%;
}

.goDetails:hover p {
    color: rgb(255, 0, 0);
}

.industrial {
    margin-top: -4px;
    padding-top: 104px;
}

.industrialImg {
    width: 85%;
}

.industrialContent {
    width: 85%;
    display: flex;
    margin-left: 15%;
    background: #f6f6f6;
    padding: 15% 0 10% 0;
    box-sizing: border-box;
    margin-top: -10%;
}

.industrialTitle {
    margin-left: -5%;
}

.industrialTitle h1 {
    font-size: 35px;
}

.industrialParagraph {
    font-size: 16px;
    line-height: 35px;
    width: 60%;
}

.industrialMain {
    display: flex;
    justify-content: space-between;
    width: 82%;
    align-items: center;
}

.rotation {
    padding-top: calc(100px + 104px);
    margin-top: -104px;
}

.innerTitle {
    font-size: 26px;
    margin-top: 10px;
}

.intelligent {
    padding-top: 104px;
    margin-top: -104px;
}

.goInner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 30px;
}

.goHide {
    padding: 10px 15px;
    color: #EA1D2C;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    margin-top: 20px;
    left: -100%;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.6s;
}

.goInner:hover .goHide {
    left: 0;
    opacity: 1;
}

.goHide:hover .goDetails {
    opacity: 0;
}

.rotation .paragraph.paragraph-news-slider .news-slider .flickity-viewport img {
    box-shadow: 0 0 10px #efefef;
    margin-top: 1%;
    opacity: 0.4;
}

.paragraph.paragraph-news-slider .news-slider .carousel-cell.is-selected img {
    opacity: initial;
}

.mIdeaImg {
    display: none;
}

.rotation .transition-fade {
    width: 80%;
}


@media (max-width: 1201px) {
    .topLevelTitle h1, .industrialTitle h1 {
        font-size: 0.54rem;
    }

    .schematization {
        font-size: 0.48rem;
    }

    .topLevelContent, .industrialParagraph {
        font-size: 0.32rem;
    }

    .topLevelContent, .industrialParagraph {
        line-height: 0.54rem;
    }

    .toLeveMain .topLevelPlanning {
        margin-top: 0;
    }

    .topLevelPlanning {
        flex-wrap: wrap;
        width: 75%;
        margin-left: 25%;
        padding-top: 1.5rem;
        margin-top: 0;
    }

    .topLevelLeft {
        width: 100%;
        margin-left: -15%;
    }

    .more1, .goDetails {
        width: 2.5rem;
        height: 1rem;
        line-height: 1rem;
    }

    .topLevelDetails a {
        font-size: 0.28rem;
    }

    .topLevelRight {
        width: 100%;
        margin: 1rem 0;
        margin-left: -15%;
    }

    .industrialImg {
        width: 100%;
    }

    .industrialContent {
        width: 75%;
        margin-left: 25%;
        margin-top: unset;
    }

    .industrialMain {
        width: 100%;
        flex-wrap: wrap;
        margin-left: -15%;
    }

    .industrialTitle {
        margin-left: 0;
    }

    .industrialParagraph {
        width: 100%;
    }

    .ideaContentList > li .ideaItem {
        flex-wrap: wrap;
    }

    .ideaBg2 {
        background: #d43a36 !important;
    }

    .ideaTitle {
        font-size: 0.4rem;
    }

    .ideaContentRNum {
        font-size: 1rem !important;
        font-weight: bold;
        right: 15px;
    }

    .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper {
        bottom: -2.5rem !important;
    }

    .rotation .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner {
        padding: 0.3rem !important;
        padding-top: 0.1rem!important;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner {
        padding: 0.4rem 0rem !important;
    }

    .col-md-6 {
        width: 75% !important;
        flex: inherit !important;
        max-width: inherit !important;
    }

    .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner h2 {
        font-size: 0.32rem;
    }

    .innerTitle {
        font-size: 0.32rem;
    }

    .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner p {
        font-size: 0.28rem;
    }

    .rotation .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner p {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .rotation .goInner {
        margin-top: 0.2rem;
    }

    .rotation .goDetails {
        padding: 0 0.2rem;
        font-size: 0.28rem;
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-top: 0 !important;
    }

    .rotation {
        padding-top: 1.5rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .numProduct, .intelligent {
        margin-top: 0;
        padding-top: 0;
    }

    .intelligent .transition-fade {
        width: 100%;
    }

    .paragraph.paragraph-news-slider .news-slider {
        margin-bottom: 3rem;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider {
        margin-bottom: 2rem;
    }

    .row {
        margin: 0;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding: 0;
    }

    .col-md-10 {
        flex: unset;
        max-width: initial;
    }

    .offset-md-1 {
        margin: 0;
    }

    .paragraph .container {
        padding: 0;
    }

    .wrapWidth {
        width: 100% !important;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider {
        margin-top: 2.5rem;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper {
        top: -1.5rem;
        max-height: 5.5rem;
    }

    .intelligent .row {
        justify-content: center;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button.next, .intelligent .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button.previous {
        right: 15%;
    }

    .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button.previous {
        bottom: 0.7rem;
    }

    .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button {
        width: 0.5rem;
        height: 0.5rem;
    }

    .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button.next svg, .paragraph.paragraph-news-slider .news-slider .flickity-prev-next-button.previous svg {
        position: absolute;
    }

    .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper .inner h2 {
        margin: 0 0 0.15rem;
    }

    .goDetails, .goHide {
        padding: 0 0.2rem;
        font-size: 0.28rem;
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .ideaConMainTit {
        line-height: initial;
    }

    .ideaList {
        font-size: 0.32rem;
        line-height: 0.6rem;
    }

    .paragraph.paragraph-news-slider .news-slider-nav {
        width: 100%;
    }

    .paragraph.paragraph-news-slider .news-slider-nav .carousel-cell {
        height: 0.25rem;
        background: #ccc;
        width: 0.25rem;
        border-radius: 50%;
        margin: 0 0.2rem;
        position: unset !important;
        float: left;
    }

    .paragraph.paragraph-news-slider .news-slider-nav .carousel-cell.is-selected {
        background: #EA1D2C;
        width: 0.5rem;
        border-radius: 0.4rem;
    }

    .swiper-container {
        margin-top: 1.5rem;
    }

    .intelligent .paragraph.paragraph-news-slider .news-slider .carousel-cell .caption-wrapper h1 {
        font-size: 2rem;
        right: 5%;
        bottom: -0.8rem;
    }

    .industrial {
        margin-top: 1.5rem;
        padding-top: 0;
    }

    .ideaContentL {
        margin-bottom: 0;
        margin-left: 5%;
    }

    .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
        margin-top: 1rem !important;
    }

    .goInner {
        margin-top: 0;
    }

    .ideaContentR {
        flex: inherit;
        max-width: unset;
        margin: 1rem 5% 0 5%;
        position: relative;
    }

    .rotation .paragraph.paragraph-news-slider .news-slider .flickity-viewport img {
        margin-left: 1%;
    }

    .more1 {
        margin-top: 0.2rem;
    }

    .industrialContent {
        padding: 15% 0 15% 0;
    }

    .pcIdeaImg {
        display: none;
    }

    .mIdeaImg {
        display: block;
    }

    .ideaList {
        margin: auto;
    }

    .paragraph.paragraph-news-slider .slider-wrapper {
        overflow: hidden;
    }

    .inner-md {
        float: initial;
    }

    .navBottom {
        bottom: -1.5rem !important;
        right: 5% !important;
    }

    .content {
        padding-top: 1.5rem;
    }

    .toLeveMainInfo, .toLeveMain {
        margin-top: 0;
        padding-top: 0;
    }
    .rotation .transition-fade{
        width: 90%;
    }

    .ideaContentB .line{
        bottom: unset;
        top: 33%;
    }
    .ideaBtnList{
        margin-top: 10%;
    }
    .ideaContent{
        position: relative;
        z-index: 2;
    }
    .ideaBg2{
        position: absolute;
        bottom: unset;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(172deg, rgba(234, 29, 44, 0) 50%, #EA1D2C 50%);
        z-index: 0;
    }
    .ideaCon{
        z-index: 0;
    }
    .midea{
        display: block!important;
    }
    .pcidea{
        display: none;
    }
    .intelligent .paragraph.paragraph-news-slider .news-slider .flickity-viewport {
        height: 5.7rem;
    }
}
.midea{
    display: none;
}

@media (max-width: 320px) {
    .ideaContentR {
        margin: 1rem 5% 0 5%;
    }

    .toLeveMainInfo, .toLeveMain {
        margin-top: 0;
        padding: 0;
    }
}
