﻿
.block2 {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
}


.block3 {
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 auto;
    margin-bottom: 1em;
}

    .block3 > header {
        font-size: 20px;
        margin-top: 1em;
    }

.table2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
}

    .table2 .cell2 {
        text-align: left;
    }

    .table2 .cell3 {
        text-align: left;
    }

    .table2 .cell4 {
        text-align: left;
    }

    .table2.right {
        flex-direction: row-reverse;
    }

        .table2.right .cell2 {
            text-align: right;
        }

        .table2.right .cell3 {
            text-align: right;
        }

        .table2.right .cell4 {
            text-align: right;
        }

.cell2 {
    width: 50%;
    box-sizing: border-box;
    padding: 1em 1em;
}

    .cell2 header {
        padding: 0.5em 0;
        font-size: 22px;
        line-height: 30px;
    }

    .cell2 img {
        margin: 0 auto;
    }

.cell3 {
    width: 60%;
    box-sizing: border-box;
}

    .cell3 header {
        padding: 0.5em 0;
        font-size: 22px;
        line-height: 30px;
    }

    .cell3 img {
        margin: 0 auto;
    }

.cell4 {
    width: 40%;
    box-sizing: border-box;
    padding: 1em 1em;
}

    .cell4 header {
        padding: 0.5em 0;
        font-size: 22px;
        line-height: 30px;
    }

    .cell4 img {
        margin: 0 auto;
    }

.subHeader {
    font-size: 0.8em;
    font-weight: normal;
    margin: 15px 0 0 0;
}



#ljzx {
    padding: 0.5em 1.8em;
    margin-top: 0.7em;
    margin-right: 0.7em;
    cursor: pointer;
    display: inline-block;
    color: #C4261D;
    background: #fff;
    width: 110px;
}

    #ljzx:hover {
        background: #a92019;
        color: #fff;
    }

#Worth .cell2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Worth .cell2 img {
        max-width: 100%;
    }

#Trait .cell2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait .cell2 ul {
        font-size: 16px;
    }

    #Trait .cell2 img {
        max-width: 100%;
    }

#Trait1 .cell2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait1 .cell2 ul {
        font-size: 16px;
    }

    #Trait1 .cell2 img {
        max-width: 100%;
    }



#Worth .cell3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Worth .cell3 img {
        max-width: 100%;
    }

#Trait .cell3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2em;
}

    #Trait .cell3 ul {
        font-size: 16px;
    }

    #Trait .cell3 img {
        max-width: 100%;
    }

#Trait1 .cell3 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait1 .cell3 ul {
        font-size: 16px;
    }

    #Trait1 .cell3 img {
        max-width: 100%;
    }


#Worth .cell4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Worth .cell4 img {
        max-width: 100%;
    }

#Trait .cell4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait .cell4 ul {
        font-size: 16px;
    }

    #Trait .cell4 img {
        max-width: 100%;
    }

#Trait1 .cell4 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #Trait1 .cell4 ul {
        font-size: 16px;
    }

    #Trait1 .cell4 img {
        max-width: 100%;
    }

#Banner .WarpBox.WarpBox2 {
    justify-content: center;
}

#BannerLeft {
    width: 32%;
    text-align: left;
}

#BannerRight {
    width: 60%;
    float: right;
}

#BannerLeft header {
    font-size: 28px;
    text-align: left;
    line-height: 1.5em;
    padding: 1em 0;
    margin-top: 2em;
}

#Case img {
    width: 150px;
    height: 85px;
    max-width: 50%;
}

#SIMBannerText1 {
    font-size: 31px;
    line-height: 31px;
    margin: 20px 0;
    font-weight: bold;
}

#SIMBannerText2 {
    font-size: 14px;
    line-height: 35px;
}



#SIMBannerText3 {
    width: 400px;
}

#Banner {
    background: url('../../../../Images/PLM/SIMULIA/banner-DS SUNULIA@3x.png') no-repeat center;
    height: auto;
    position: relative;
    background-size: 100% 100% !important;
}

#BannerImg {
    display: block;
    width: 100%;
}

.pc {
    display: block
}

.mobile {
    display: none
}



#Choose .block2 {
    text-align: left;
    margin: 1em 1%;
    box-sizing: border-box;
    width: 47%;
}

.Choose .block2 {
    text-align: left;
    margin: 1em 1%;
    box-sizing: border-box;
    width: 47%;
}

    .Choose .block2 img {
        margin-right: 12px;
        float: left;
        width: 4em;
    }

    .Choose .block2 header {
        font-size: 22px;
        margin: 0.2em 0;
    }

.showtext {
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
    text-align: left;
}

.plmvideodiv {
    padding: 1em 0em;
}



.linheightdiv {
    height: 1em;
}

.linheightdiv2 {
    height: 2em;
}

.backcolor1 {
    background-color: #f3f7fa
}

.backcolor2 {
    background-color: #ffffff
}

.imgul li {
    list-style-type: none;
    text-align: left;
    font-size: 14px !important;
}

.ul1 {
    height: 3.5em;
}

.imgdlv {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 1000px;
}

    .imgdlv img {
        width: 95%;
        height: auto;
    }

.divshow {
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
    text-align: left;
}

.divitem {
    height: 5em;
}

.dlvsub {
    width: 16%;
    float: left;
    text-align: center;
}



.divitem div span {
    font-size: 25px;
    color: #2ea2e9;
    position: relative;
    top: 0.5em;
}

.listtitle {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2.5em;
}

.listtitle1 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0.5em;
}

.listtitle2 {
    font-size: 14px;
    font-weight: bold;
    color: #0b3f77;
    margin-left: 0.5em;
}

.listtitle3 {
    font-size: 14px;
    font-weight: bold;
    color: #0b3f77;
}

.listtitle4 {
    font-size: 14px;
    font-weight: bold;
}

.lincenter {
    line-height: 30%
}

.lileft {
    width: 50%;
    float: left;
}

.liright {
    width: 50%;
    float: right;
}

.iconimg {
    max-width: 18px !important;
    margin-top: 0.1em !important;
}

.simimg1 {
    max-width: 450px !important;
}

.part {
    padding-bottom: 0.5em !important;
}

    .part > header {
        padding: 0.5em !important;
    }

.listimg2 {
    background-image: url('../../../../Images/PLM/SIMULIA/yuanjiaoxingzhuang@2x.png');
    max-width: 4em;
    height: 4em;
    color: white;
    float: left;
    width: 4em;
    background-size: 100% 100%;
}

.listspan2 {
    text-align: center;
    margin-left: 25%;
    font-size: 25px;
    position: relative;
    top: 25%;
}

ul.imgul.leftul {
    margin: 0px;
    padding: 0px 0px 0.2em 0.2em
}

ul.imgul.rigtul {
    margin: 0px;
    padding: 0px 0px 0.2em 0.2em
}

.block2 p {
    margin-top: 0.2em;
}

.plmvideo {
    width: 100%;
    margin: 0.5em auto;
    max-width: 676px;
    max-height: 359px;
}

.topul {
    padding: 2em 0px 0.2em 0.2em !important;
}


@media(max-width:900px) {
    .WarpBox.WarpBox2 {
        margin: 0 100px;
    }

    .simimg1 {
        max-width: 95% !important;
    }

    .cell2 ul {
        padding-left: 0.2em !important;
    }

    .iconimg {
        max-width: 15px !important;
        margin-top: 0.2em !important;
    }

    .showtext {
        margin: 0 100px;
    }

    #Banner .WarpBox.WarpBox2 {
        flex-direction: column-reverse;
    }

    #BannerLeft {
        width: 100%;
    }

    #BannerRight {
        width: 100%;
        float: none;
    }

    #BannerLeft header {
        margin-top: 0;
    }

    #ENOBannerText3 {
        display: none;
    }


    #Info .block3 {
        width: 49%;
    }

    #Info1 .block3 {
        width: 49%;
    }

    #Info2 .block3 {
        width: 49%;
    }

    .Choose .block2 img {
        width: 3em;
    }

    .Choose .block2 header {
        padding: 30px 0;
        margin: 0;
    }

    .divshow {
        font-size: 14px;
    }

    .divitem {
        height: 8em;
    }

    .listspan2 {
        text-align: center;
        margin-left: 30%;
        font-size: 20px;
        position: relative;
        top: 30%;
    }
}

@media(max-width:800px) {
    #Worth .cell2 {
        padding: 1em 0.5em;
    }

    .listspan2 {
        text-align: center;
        margin-left: 30%;
        font-size: 20px;
        position: relative;
        top: 30%;
    }

    #Worth .cell3 {
        padding: 1em 0.5em;
    }

    #Worth .cell4 {
        padding: 1em 0.5em;
    }

    .simimg1 {
        max-width: 95% !important;
    }

    #Trait .cell2 {
        padding: 1em 0.5em;
    }

    #Trait .cell3 {
        padding: 1em 0.5em;
    }

    #Trait .cell4 {
        padding: 1em 0.5em;
    }

    .iconimg {
        max-width: 15px !important;
        margin-top: 0.2em !important;
    }



    #Trait1 .cell2 {
        padding: 1em 0.5em;
    }

    #Trait1 .cell3 {
        padding: 1em 0.5em;
    }

    #Trait1 .cell4 {
        padding: 1em 0.5em;
    }

    #ENOBannerText2 {
        display: none;
    }

    .divshow {
        font-size: 14px;
    }

    .divitem {
        height: 9em;
    }

    #SIMBannerText1 {
        font-size: 18px;
        line-height: 18px;
        margin: 20px 0;
        font-weight: bold;
    }

    #SIMBannerText2 {
        font-size: 12px;
        line-height: 35px;
    }
}

@media(max-width:700px) {
    .divshow {
        font-size: 12px;
    }

    .cell2 ul {
        padding-left: 0.1em !important;
    }

    .simimg1 {
        max-width: 95% !important;
    }

    .iconimg {
        max-width: 14px !important;
        margin-top: 0.3em !important;
    }

    #Info .block3 {
        width: 100%;
        margin-top: 20px;
    }

    .listspan2 {
        text-align: center;
        margin-left: 30%;
        font-size: 18px;
        position: relative;
        top: 30%;
    }

    #Info1 .block3 {
        width: 100%;
        margin-top: 20px;
    }

    #Info2 .block3 {
        width: 100%;
        margin-top: 20px;
    }

    #Banner {
        height: 200px;
        background-position: center;
        background-size: cover;
    }

    #BannerImg {
        display: none;
    }


    .Choose .block2 {
        text-align: center;
    }

        .Choose .block2 img {
            float: none;
        }

        .Choose .block2 header {
            padding: 0;
            margin-top: 1em;
        }

        .Choose .block2 p {
            text-align: left;
        }

    .divitem {
        height: 10em;
    }

    #SIMBannerText1 {
        font-size: 18px;
        line-height: 18px;
        margin: 20px 0;
        font-weight: bold;
    }

    #SIMBannerText2 {
        font-size: 12px;
        line-height: 35px;
    }
}

@media(max-width:600px) {
    .divshow {
        font-size: 10px;
    }

    .WarpBox2 .cell2 {
        width: 100%
    }

    .cell2 ul {
        padding-left: 0.1em !important;
    }

    .listspan2 {
        text-align: center;
        margin-left: 30%;
        font-size: 16px;
        position: relative;
        top: 30%;
    }

    .simimg1 {
        max-width: 100% !important;
    }

    .iconimg {
        max-width: 14px !important;
        margin-top: 0.3em !important;
    }

    .WarpBox.WarpBox2 {
        margin: 0 30px;
    }

    .showtext {
        margin: 0 30px;
    }

    #Worth .table2, #Worth .table2.right {
        flex-direction: column;
    }

        #Worth .table2 .cell2 {
            width: 100%;
            text-align: left;
        }

            #Worth .table2 .cell2 header {
                text-align: center;
            }

        #Worth .table2 .cell3 {
            width: 100%;
            text-align: left;
        }

            #Worth .table2 .cell3 header {
                text-align: center;
            }

        #Worth .table2 .cell4 {
            width: 100%;
            text-align: left;
        }

            #Worth .table2 .cell4 header {
                text-align: center;
            }

    #Trait .table2, #Trait .table2.right {
        flex-direction: column;
    }

        #Trait .table2 .cell2 {
            width: 100%;
            text-align: left;
        }

    #info .table2 .cell2 {
        width: 100%;
        text-align: left;
    }

    #Trait .table2 .cell3 {
        width: 100%;
        text-align: left;
    }

    #Trait .table2 .cell4 {
        width: 100%;
        text-align: left;
    }

    #Trait .table2 .cell2 header {
        text-align: center;
    }

    #info .table2 .cell2 header {
        text-align: center;
    }

    #Trait .table2 .cell3 header {
        text-align: center;
    }

    #Trait .table2 .cell4 header {
        text-align: center;
    }

    #Trait1 .table2, #Trait1 .table2.right {
        flex-direction: column;
    }

        #Trait1 .table2 .cell2 {
            width: 98%;
            text-align: left;
        }

        #Trait1 .table2 .cell3 {
            width:100%;
            text-align: left;
        }

        #Trait1 .table2 .cell4 {
            width: 100%;
            text-align: left;
        }

        #Trait1 .table2 .cell2 header {
            text-align: center;
        }

        #Trait1 .table2 .cell3 header {
            text-align: center;
        }

        #Trait1 .table2 .cell4 header {
            text-align: center;
        }

    .pc {
        display: none
    }

    .mobile {
        display: block
    }

    .Choose .block2 {
        width: 100%;
    }

        .Choose .block2 header {
            font-size: 1.2rem;
            margin: 0.2em 0;
        }

    .divitem {
        height: 10em;
    }

    .leftshowimg {
        margin-left: 2em !important;
    }

    #SIMBannerText1 {
        font-size: 18px;
        line-height: 18px;
        margin: 20px 0;
        font-weight: bold;
    }

    #SIMBannerText2 {
        font-size: 12px;
        line-height: 35px;
    }

    .imgdlv {
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin: 0 1em;
        max-width: 1000px;
    }
    .cell2 {
        padding: 0.5em 0.5em;
    }
}
