.banner {
    height: 8.6rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-out;
    left: 0;
    top: 0;
}

.detail .nav-box {
    width: 100%;
    height: 0.6rem;
    min-height: 36px;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 999;
}

.detail .nav-box .basics-box {
    height: 100%;
    display: flex;
}

.detail .nav-box .basics-box .box {
    font-size: 16px;
    color: #333;
    height: 100%;
    flex: 1;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .nav-box .basics-box .box {
        font-size: 14px;
    }
}

.detail .nav-box .basics-box .box.active {
    color: #fff;
    background-color: #e70012;
}

.detail .nav-box .basics-box .box:hover {
    color: #fff;
    background-color: #e70012;
}

.detail .content {
    padding: 1rem 0 0;
    width: 100%;
    background-size: 100% auto;
    background-position: center 9rem;
    background-repeat: no-repeat;
}

.detail .content .ctx1 {
    margin-bottom: 1.1rem;
}

.detail .content .ctx1 p {
    font-size: 24px;
    line-height: 2;
}

@media only screen and (max-width: 1440px) {
    .detail .content .ctx1 p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detail .content .ctx1 p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail .content .ctx1 p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx1 p {
        font-size: 16px;
    }
}

.detail .content .ctx2 {
    display: flex;
    background: #f2f1f2;
    padding: 1rem 0 0.9rem;
}

.detail .content .ctx2 .left {
    box-sizing: border-box;
    width: 50%;
    padding-right: 0.6rem;
}

.detail .content .ctx2 p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0.35rem;
}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx2 p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx2 p {
        font-size: 14px;
    }
}

.detail .content .ctx2 p:last-child {
    margin-bottom: 0;
}

.detail .content .ctx2 .basics-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail .content .ctx2 .basics-box .img-box {
    width: 6rem;
    height: 4.46rem;
    overflow: hidden;
}

.detail .content .ctx2 .basics-box .img-box img {
    width: 100%;
    transition: all 0.4s ease-out;
}

.detail .content .ctx2 .basics-box .img-box:hover img {
    transform: scale(1.1);
}

.detail .content .ctx3 {
    padding: 1.2rem 0;
}

.detail .content .ctx3 .p1 {
    font-size: 16px;
    color: #555;
    line-height: 2;
    text-align: center;
}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .p1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .p1 {
        font-size: 14px;
    }
}

.detail .content .ctx3 .desc {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0.2rem;
    padding: 0.8rem;
    margin-top: 0.6rem;
}

.detail .content .ctx3 .desc .top ul {
    /* display: flex; */
    justify-content: space-between;
    /* padding-bottom: 0.8rem; */
    /* border-bottom: 1px solid #e0e0e0; */
}

.detail .content .ctx3 .desc .top ul li {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* width: 50%; */
}

.detail .content .ctx3 .desc .top ul li img {
    width: 40%;
    /* height: 2rem; */
    margin-bottom: 0.4rem;
}

.detail .content .ctx3 .desc .top ul li p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    position: relative;
    padding-left: 0.3rem;
    text-align: justify;
    width: 60%;
}

.detail .content .ctx3 .desc .top ul li p .itemtitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail .content .ctx3 .desc .top ul li p.iconfont {
    display: block;
}

.detail .content .ctx3 .desc .top ul li p .iconfont:before {
    content: '\e654';
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .desc .top ul li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .desc .top ul li{
        width: 100%;
        flex-direction: column;
    }
    .detail .content .ctx3 .desc .top ul li img{
        width: 100%;
    }
    .detail .content .ctx3 .desc .top ul li p {
        font-size: 14px;
        padding-left:0px;
        width: 100%;
        /* width: 100%;
        flex-direction: column; */
    }
}

.detail .content .ctx3 .desc .top ul li p:before {}

.detail .content .ctx3 .desc .bottom {
    padding-top: 0.6rem;
}

.detail .content .ctx3 .desc .bottom>div {
    display: flex;
    margin-bottom: 0.5rem;
}

.detail .content .ctx3 .desc .bottom .p1 {
    font-size: 16px;
    margin-bottom: 0.2rem;
    text-align: left;

}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .desc .bottom .p1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .desc .bottom .p1 {
        font-size: 14px;
    }
}

.detail .content .ctx3 .desc .bottom .p2 {
    font-size: 16px;
    position: relative;
    padding-left: 0.3rem;
}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .desc .bottom .p2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .desc .bottom .p2 {
        font-size: 14px;
    }
}

.detail .content .ctx3 .desc .bottom .p2 .iconfont:before {
    content: '\e654';
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
}

.detail .content .ctx3 .desc .bottom .left {
    width: 40%;
}

.detail .content .ctx3 .desc .bottom .right {
    box-sizing: border-box;
    width: 60%;
    padding-left: 0.55rem;
}

.detail .content .ctx3 .desc .bottom .right p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .desc .bottom .right p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .desc .bottom .right p {
        font-size: 14px;
    }
}

.detail .content .ctx3 .desc .bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.detail .content .ctx3 .desc .bottom ul li {
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-right: none;
    margin-bottom: 0.15rem;
    width: 25%;
}

.detail .content .ctx3 .desc .bottom ul li:nth-child(4n) {
    border-right: 1px solid #e0e0e0;
}

.detail .content .ctx3 .desc .bottom ul li img {
    width: 100%;
}

.detail .content .title {
    font-size: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.6rem;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .detail .content .title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .detail .content .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .detail .content .title {
        font-size: 24px;
    }
}

.detail .content .title.white {
    color: #fff;
}

.detail .content .title.white::after {
    background: #fff;
}

.detail .content .title::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.6rem;
    height: 4px;
    background: #e70012;
    bottom: -0.2rem;
}

.detail .content .title.title_left {
    left: 0;
    justify-content: start;
    text-align: left;
}

.detail .content .text {
    color: #333333;
}

@media screen and (max-width: 768px) {
    .detail .nav-box {
        top: 0;
    }

    .detail .nav-box .basics-box {
        width: 100%;
    }

    .detail .content .img-box {
        float: none;
        margin-right: 0;
    }

    .detail .content .img-box .img {
        width: 100%;
    }

    .detail .content .ctx2 .basics-box {
        flex-direction: column;
    }

    .detail .content .ctx2 .basics-box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5rem;
    }

    .detail .content .ctx2 .basics-box .img-box {
        width: 100%;
    }

    .detail .content .ctx3 .desc {
        padding: 0.8rem 0.5rem;
    }

    .detail .content .ctx3 .desc .top ul {
        flex-direction: column;
    }

    .detail .content .ctx3 .desc .top ul li {
        width: 100%;
    }

    .detail .content .ctx3 .desc .top ul li:first-child {
        margin-bottom: 0.5rem;
    }

    .detail .content .ctx3 .desc .bottom>div {
        flex-direction: column;
    }

    .detail .content .ctx3 .desc .bottom>div .left {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .detail .content .ctx3 .desc .bottom>div .right {
        width: 100%;
        padding-left: 0;
    }

}

/*# sourceMappingURL=intelligentManufacturing.css.map */