

.design-content-text ul {
    padding: 30px;
}

.design-content-text ul li {
    margin-bottom: 15px;
}

.design-content {
    display: flex;
}

.design-content-text {
    width: 60%;
}

.design-content-img {
    width: 40%;
}

.design-content-img img {
    width: 100%;
    max-width: 330px;
}


/* 模拟模块样式 */


/* .simulation-content-box {
    padding-left: 0;
} */

.simulation {
    padding: 50px 0;
}

.simulation-content-box .img-box img {
    width: 100%;
}

.simulation-content-box .text-box {
    padding: 10px;
    background-color: #fff;
}

.wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    position: relative;
    line-height: 1.5;
    max-height: 4.5rem;
    transition: .3s max-height;
}

.text::before {
    content: '';
    height: calc(100% - 24px);
    float: right;
}

.text::after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 #fff;
    margin-left: -100px;
}

.btn {
    position: relative;
    float: right;
    clear: both;
    margin-left: 20px;
    padding: 0 8px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    font-style: italic;
}

.btn::after {
    content: '查看更多→'
}

.exp {
    display: none;
}

.exp:checked+.text {
    max-height: none;
}

.exp:checked+.text::after {
    visibility: hidden;
}

.exp:checked+.text .btn::before {
    visibility: hidden;
}

.exp:checked+.text .btn::after {
    content: '收起'
}

.btn::before {
    content: '...';
    position: absolute;
    left: -5px;
    transform: translateX(-100%)
}



/* 移动端样式 */

@media (max-width:768px) {
    .title-en {
        font-size: 28px;
    }
    .title-cn {
        font-size: 22px;
    }
    .design-content {
        flex-wrap: wrap;
    }
    .design-content-text {
        width: 100%;
    }
    .design-content-img {
        width: 100%;
        text-align: center;
    }
    .design-content-img img {
        max-width: 230px;
    }
    .simulation-content-box {
        margin-top: 20px;
    }
}
.tab-bac {
    background-color: #fff;
}


/* 左上小导航 */

.bredbg {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bredbg ol li {
    display: inline-block;
}

.bredbg ol li a {
    font-size: 14px;
    color: #333;
}

.bredbg .icon-arrow-right {
    font-size: 14px;
    color: #333;
}

.manufacturing-conent-box h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
}

.row {
    display: flex;
}

.row .manufacturing-img-box {
    width: 40%;
    height: auto;
}

.row .manufacturing-conent-box {
    padding-right: 60px;
    width: 60%;
}

.row .manufacturing-conent-box p {
    margin-bottom: 16px;
    text-indent: 32px;
    color: #333;
}

.row img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.manufacturing-conent-box ul li {
    margin-top: 15px;
}

.manufacturing-conent-box ul li i {
    margin-right: 24px;
    margin-bottom: 3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #005ac9;
    border-radius: 50%;
}


/* tab栏切换区域 */

.tab {
    margin-top: 50px;
}

.tab-box {
    overflow: hidden;
    margin-bottom: 50px;
}

.tab-ul {
    display: flex;
    justify-content: space-between;
}

.tab-list li {
    display: inline-block;
    width: 31.5%;
    height: 60px;
    line-height: 60px;
    /* padding: 0 20px; */
    text-align: center;
    font-size: 18px;
    background-color:#fff;
    cursor: pointer;
     margin-right: 30px; 
}

.tab-list .current {
    background-color: #005ac9;
    color: #fff;
}

.item {
    display: none;
}

.item>p {
    text-indent: 2rem;
    margin-top: 20px;
}

.item-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tab-text {
    width: 60%;
    padding: 30px 30px 0 0;
}

.tab-text p {
    text-indent: 2rem;
}

.tab-text ul li {
    margin-top: 15px;
}

.tab-text ul li i {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 3px;
    width: 8px;
    height: 8px;
    background-color: #005ac9;
    border-radius: 50%;
}

.tab-img {
    width: 40%;
    padding-top: 30px;
}

.tab-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.tab-con {
    width: 100%;
    /*float: left;*/
    margin: auto;
    
}

.ft {
    clear: both;
}

@media(max-width:768px) {
    .row .manufacturing-conent-box {
        padding: 0;
        width: 100%;
    }
    .row {
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
    }
    .row img {
        max-width: 240px;
    }
    .manufacturing-img-box {
        width: 100%;
    }
    .row .manufacturing-conent-box h2 {
        font-size: 20px;
    }
    .ft {
        margin-top: 50px;
    }
    /* tab切换 */
    .tab {
        margin-top: 30px;
    }
    .tab-ul {
        flex-wrap: wrap;
    }
    .tab-list li {
        width: 100%;
    }
    .item-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab-text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab-img {
        width: 100%;
        text-align: center;
    }
    .tab-img img {
        max-width: 240px;
    }
    .tab-text {
        padding-right: 0;
    }
}