/* 产品优势 */

#editor-card,
#enterprise_section,
#enterprise {
    background-color: #f4f7fa;
}

#szls_example {
    background-color: white;
}

#editor-card>#editor_title>img,
#editor>#editor_title>img,
#szls_example>#example_title>img,
#enterprise>#enterprise_title>img {
    vertical-align: top;
    margin-top: -1px;
}

#editor-card>#cardBox {
    width: 1440px;
    margin: 25px auto 80px;
    height: 540px;
}

#editor-card>#cardBox>div {
    width: 450px;
    background-color: #f4f7fa;
    margin-bottom: 40px;
    float: left;
    margin-right: 45px;
    min-height: 250px;
}

#editor-card>#cardBox>div:nth-child(3n) {
    margin-right: 0px;
}

#editor-card>#cardBox>div>.cardImg {
    display: flex;
    margin: 30px auto 0px;
}

#editor-card>#cardBox>div>.cardImg>div {
    font-size: 20px;
    line-height: 30px;
    color: #1f3147;
    padding-top: 18px;
    display: flex;
    margin: auto;
}

#editor-card>#cardBox>div>.cardImg>div>div {
    margin-left: 22px;
    text-align: left;
}

#editor-card>#cardBox>div>.cardText {
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    padding: 30px 50px 0px;
    text-align: center;
}

#editor>#editor_content02>.editor_contentimg>.mobile,
#editor>#editor_content03>.editor_contentimg>.mobile,
#editor>#editor_content04>.editor_contentimg>.mobile,
#editor>#editor_content05>.editor_contentimg>.mobile,
#editor>#editor_content06>.editor_contentimg>.mobile {
    display: none;
}

@media(max-width:1440px) {
    #editor-card>#cardBox {
        width: 100%;
        padding: 0px 30px;
    }
    #editor-card>#cardBox>div {
        width: calc(33.3% - 20px);
        margin-right: 30px;
        min-height: 270px;
    }
    #editor-card>#cardBox>div>.cardImg {
        display: flex;
        margin: 30px auto 0px;
    }
}

@media(max-width:1024px) {
    #editor-card>#cardBox {
        width: 100%;
        padding: 0px 30px;
    }
    #editor-card>#cardBox>div {
        width: calc(50% - 10px);
    }
    #editor-card>#cardBox>div>.cardImg {
        display: flex;
        margin: 30px auto 0px;
    }
    #editor-card>#cardBox>div:nth-child(n) {
        margin-right: 20px;
    }
    #editor-card>#cardBox>div:nth-child(2n) {
        margin-right: 0px;
    }
}

@media(min-width:768px) {
    p {
        margin: 0;
    }
    #editor,
    #editor-card {
        width: 100%;
        overflow: hidden;
    }
    #editor>#editor_title,
    #editor-card>#editor_title,
    #szls_example>#example_title,
    #enterprise>#enterprise_title {
        font-size: 30px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        margin-top: 50px;
    }
    /* 编辑器介绍 */
    #editor>#editor_content01,
    #editor_content02,
    #editor_content03,
    #editor_content04,
    #editor_content05,
    #editor_content06 {
        width: 100%;
        height: 600px;
        margin: 25px auto 80px;
        display: flex;
        position: relative;
        overflow: hidden;
    }
    #editor>#editor_content02>.editor_contentimg>img,
    #editor>#editor_content04>.editor_contentimg>img,
    #editor>#editor_content06>.editor_contentimg>img {
        height: 600px;
    }
    #editor>#editor_content02>.editor_contentText,
    #editor>#editor_content04>.editor_contentText,
    #editor>#editor_content06>.editor_contentText {
        width: 720px;
        height: 300px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #editor>#editor_content01>.editor_contentimg,
    #editor>#editor_content03>.editor_contentimg,
    #editor>#editor_content05>.editor_contentimg {
        position: absolute;
        right: 0;
    }
    #editor>#editor_content01>.editor_contentimg>img,
    #editor>#editor_content03>.editor_contentimg>img,
    #editor>#editor_content05>.editor_contentimg>img {
        height: 600px;
    }
    #editor>#editor_content01>.editor_contentText,
    #editor>#editor_content03>.editor_contentText,
    #editor>#editor_content05>.editor_contentText {
        position: absolute;
        height: 300px;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 720px;
        background-color: #2d2f43;
    }
    #editor>#editor_content01>.editor_contentText>p:first-child,
    #editor>#editor_content02>.editor_contentText>p:first-child,
    #editor>#editor_content03>.editor_contentText>p:first-child,
    #editor>#editor_content04>.editor_contentText>p:first-child,
    #editor>#editor_content05>.editor_contentText>p:first-child,
    #editor>#editor_content06>.editor_contentText>p:first-child {
        width: max-content;
        font-size: 26px;
        line-height: 26px;
        background: linear-gradient(to right, #00a3ff, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        margin: 50px 0px 29px 50px;
        font-family: '微软雅黑';
    }
    #editor>#editor_content01>.editor_contentText>p:last-child,
    #editor>#editor_content02>.editor_contentText>p:last-child,
    #editor>#editor_content03>.editor_contentText>p:last-child,
    #editor>#editor_content04>.editor_contentText>p:last-child,
    #editor>#editor_content05>.editor_contentText>p:last-child,
    #editor>#editor_content06>.editor_contentText>p:last-child {
        font-size: 14px;
        line-height: 30px;
        color: #dddddd;
        padding: 0px 60px 138px 50px;
    }
}

@media(min-width:1024px) {
    /* 编辑器介绍 */
    #editor>#editor_content01,
    #editor_content02,
    #editor_content03,
    #editor_content04,
    #editor_content05,
    #editor_content06 {
        padding: 0px 30px;
    }
    #editor>#editor_content02>.editor_contentText,
    #editor>#editor_content04>.editor_contentText,
    #editor>#editor_content06>.editor_contentText {
        right: 30px;
    }
    #editor>#editor_content02>.editor_contentimg,
    #editor>#editor_content04>.editor_contentimg,
    #editor>#editor_content06>.editor_contentimg {
        overflow: hidden;
    }
    #editor>#editor_content01>.editor_contentimg,
    #editor>#editor_content03>.editor_contentimg,
    #editor>#editor_content05>.editor_contentimg {
        position: relative;
        width: 100%;
        height: 603px;
        overflow: hidden;
    }
    #editor>#editor_content01>.editor_contentimg>img,
    #editor>#editor_content03>.editor_contentimg>img,
    #editor>#editor_content05>.editor_contentimg>img {
        position: absolute;
        right: 0;
    }
    #editor>#editor_content01>.editor_contentimg>img,
    #editor>#editor_content03>.editor_contentimg>img,
    #editor>#editor_content05>.editor_contentimg>img {
        height: 600px;
    }
    #editor>#editor_content01>.editor_contentText,
    #editor>#editor_content03>.editor_contentText,
    #editor>#editor_content05>.editor_contentText {
        left: 30px;
    }
}

@media(min-width:1440px) {
    /* 编辑器介绍 */
    #editor>#editor_content01,
    #editor_content02,
    #editor_content03,
    #editor_content04,
    #editor_content05,
    #editor_content06 {
        width: 1440px;
        height: 600px;
        margin: 25px auto 80px;
        display: flex;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    #editor>#editor_content02>.editor_contentimg>img,
    #editor>#editor_content04>.editor_contentimg>img,
    #editor>#editor_content06>.editor_contentimg>img {
        width: 100%;
        height: 600px;
    }
    #editor>#editor_content02>.editor_contentText,
    #editor>#editor_content04>.editor_contentText,
    #editor>#editor_content06>.editor_contentText {
        width: 720px;
        height: 350px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #editor>#editor_content01>.editor_contentimg,
    #editor>#editor_content03>.editor_contentimg,
    #editor>#editor_content05>.editor_contentimg {
        position: absolute;
        right: 0;
    }
    #editor>#editor_content01>.editor_contentimg>img,
    #editor>#editor_content03>.editor_contentimg>img,
    #editor>#editor_content05>.editor_contentimg>img {
        height: 600px;
    }
    #editor>#editor_content01>.editor_contentText,
    #editor>#editor_content03>.editor_contentText,
    #editor>#editor_content05>.editor_contentText {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        height: 350px;
        width: 720px;
        background-color: #2d2f43;
    }
    #editor>#editor_content01>.editor_contentText>p:first-child,
    #editor>#editor_content02>.editor_contentText>p:first-child,
    #editor>#editor_content03>.editor_contentText>p:first-child,
    #editor>#editor_content04>.editor_contentText>p:first-child,
    #editor>#editor_content05>.editor_contentText>p:first-child,
    #editor>#editor_content06>.editor_contentText>p:first-child {
        font-size: 26px;
        line-height: 26px;
        background: linear-gradient(to right, #16c2fa, #0bb3fd, #00a3ff, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
    }
    #editor>#editor_content01>.editor_contentText>p:last-child,
    #editor>#editor_content02>.editor_contentText>p:last-child,
    #editor>#editor_content03>.editor_contentText>p:last-child,
    #editor>#editor_content04>.editor_contentText>p:last-child,
    #editor>#editor_content05>.editor_contentText>p:last-child,
    #editor>#editor_content06>.editor_contentText>p:last-child {
        font-size: 14px;
        line-height: 30px;
        color: #dddddd;
        padding: 0px 60px 138px 50px;
    }
}

@media(max-width:767px) {
    p {
        margin: 0;
    }
    #editor,
    #editor-card {
        width: 100%;
        overflow: hidden;
    }
    #editor>#editor_title,
    #editor-card>#editor_title,
    #szls_example>#example_title,
    #enterprise>#enterprise_title {
        font-size: 24px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        margin-top: 38px;
    }
    #editor>#editor_title>img,
    #editor-card>#editor_title>img,
    #szls_example>#example_title>img,
    #enterprise>#enterprise_title>img {
        vertical-align: top;
        width: 118px;
    }
    /* 产品优势 */
    #editor-card {
        background-color: #f4f7fa;
    }
    #editor-card>#cardBox {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 10px auto 48px;
        justify-content: space-between;
        height: auto;
        padding: 0px 20px;
    }
    #editor-card>#cardBox>div:nth-child(n) {
        margin-right: 0;
    }
    #editor-card>#cardBox>.cardbox {
        width: 100%;
        background-color: #ffffff;
        margin-bottom: 20px;
        min-height: 250px;
    }
    #editor-card>#cardBox>.cardbox>.cardImg {
        text-align: center;
        /* padding-top: 24px; */
    }
    #editor-card>#cardBox>.cardbox>.cardImg>div {
        font-size: 20px;
        line-height: 30px;
        color: #1f3147;
        padding-top: 18px;
    }
    #editor-card>#cardBox>.cardbox>.cardText {
        font-size: 14px;
        line-height: 22px;
        color: #555555;
        padding: 30px 20px 20px;
        text-align: center;
    }
    /* 编辑器介绍 */
    #editor>#editor_content01,
    #editor_content02,
    #editor_content03,
    #editor_content04,
    #editor_content05,
    #editor_content06 {
        width: 89%;
        margin: 0px auto 50px;
        position: relative;
    }
    #editor>#editor_content02>.editor_contentimg>.mobile,
    #editor>#editor_content03>.editor_contentimg>.mobile,
    #editor>#editor_content04>.editor_contentimg>.mobile,
    #editor>#editor_content05>.editor_contentimg>.mobile,
    #editor>#editor_content06>.editor_contentimg>.mobile {
        display: block;
    }
    #editor>#editor_content02>.editor_contentimg>.normal,
    #editor>#editor_content03>.editor_contentimg>.normal,
    #editor>#editor_content04>.editor_contentimg>.normal,
    #editor>#editor_content05>.editor_contentimg>.normal,
    #editor>#editor_content06>.editor_contentimg>.normal {
        display: none;
    }
    #editor>#editor_content02>.editor_contentimg>img,
    #editor>#editor_content04>.editor_contentimg>img,
    #editor>#editor_content06>.editor_contentimg>img {
        width: 100%;
    }
    #editor>#editor_content02>.editor_contentText,
    #editor>#editor_content04>.editor_contentText,
    #editor>#editor_content06>.editor_contentText {
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
    }
    #editor>#editor_content01>.editor_contentimg,
    #editor>#editor_content02>.editor_contentimg,
    #editor>#editor_content03>.editor_contentimg,
    #editor>#editor_content04>.editor_contentimg,
    #editor>#editor_content05>.editor_contentimg,
    #editor>#editor_content06>.editor_contentimg {
        width: 100%;
    }
    #editor>#editor_content01>.editor_contentimg>img,
    #editor>#editor_content03>.editor_contentimg>img,
    #editor>#editor_content05>.editor_contentimg>img {
        width: 100%;
    }
    #editor>#editor_content01>.editor_contentText,
    #editor>#editor_content03>.editor_contentText,
    #editor>#editor_content05>.editor_contentText {
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
    }
    #editor>#editor_content01>.editor_contentText>p:first-child,
    #editor>#editor_content02>.editor_contentText>p:first-child,
    #editor>#editor_content03>.editor_contentText>p:first-child,
    #editor>#editor_content04>.editor_contentText>p:first-child,
    #editor>#editor_content05>.editor_contentText>p:first-child,
    #editor>#editor_content06>.editor_contentText>p:first-child {
        width: max-content;
        font-size: 26px;
        line-height: 26px;
        background: linear-gradient(to right, #00a3ff, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        margin: 20px 0px 29px 20px;
        font-family: '微软雅黑';
    }
    #editor>#editor_content01>.editor_contentText>p:last-child,
    #editor>#editor_content02>.editor_contentText>p:last-child,
    #editor>#editor_content03>.editor_contentText>p:last-child,
    #editor>#editor_content04>.editor_contentText>p:last-child,
    #editor>#editor_content05>.editor_contentText>p:last-child,
    #editor>#editor_content06>.editor_contentText>p:last-child {
        font-size: 14px;
        line-height: 30px;
        color: #dddddd;
        padding: 0 20px 33px;
    }
}


/* 行业应用 */

@media (max-width:1024px) {
    #enterprise>#enterprise_outbox {
        flex-wrap: wrap;
        max-width: 1000px;
    }
}

#enterprise>#enterprise_description,
#szls_example>#example_description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-stretch: normal;
    text-align: center;
    color: #333333;
    padding: 5px 23%;
    margin: 5px;
}

@media(max-width:800px) {
    #enterprise>#enterprise_description,
    #szls_example>#example_description {
        padding: 5px 5%;
    }
}

#enterprise>#enterprise_outbox {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#enterprise>#enterprise_outbox>.enterprise_cardbox {
    width: 334px;
    /* display: inline-block; */
    float: left;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: -15px;
    min-height: 250px;
}

#enterprise>#enterprise_outbox>.enterprise_cardbox:hover {
    width: 334px;
    /* display: inline-block; */
    float: left;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: -15px;
    min-height: 250px;
}

#enterprise>#enterprise_outbox>.enterprise_cardbox>.enterprise_cardbox_imgdiv {
    width: 300px;
    height: 330px;
    margin: 0px;
    /* line-height: 400px; */
}

#enterprise>#enterprise_outbox>.enterprise_cardbox>.enterprise_cardbox_imgdivhover {
    width: 300px;
    height: 330px;
    position: absolute;
    top: 0px;
    display: none;
    /* line-height: 400px; */
}

#enterprise>#enterprise_outbox>.enterprise_cardbox:hover>.enterprise_cardbox_imgdivhover {
    width: 300px;
    height: 330px;
    position: absolute;
    top: 0px;
    display: block;
    /* line-height: 400px; */
}

.enterprise_cardbox_imgdiv>.enterprise_cardbox_text {
    /* position: relative; */
    text-align: center;
    /* vertical-align: bottom; */
    display: block;
    position: relative;
    top: 250px;
    font-size: 22px;
    color: #ffffff;
}

#enterprise>#enterprise_outbox>.enterprise_cardbox:hover>.enterprise_cardbox_imgdiv>.enterprise_cardbox_text {
    display: none;
    /* line-height: 400px; */
}

.enterprise_cardbox>.enterprise_cardbox_line {
    position: relative;
    left: 108px;
    bottom: 30px;
    /* line-height: 400px; */
}

.enterprise_cardbox_imgdivhover>.enterprise_cardbox_textHover>p {
    /* position: relative; */
    text-align: center;
    /* vertical-align: bottom; */
    display: block;
    position: relative;
    top: 20px;
    font-size: 22px;
    color: #ffffff;
}

.enterprise_cardbox_imgdivhover>.enterprise_cardbox_textHover2>a {
    /* position: relative; */
    text-align: center;
    /* vertical-align: bottom; */
    display: block;
    position: relative;
    top: 60px;
    margin: 8px;
    font-size: 16px;
    color: #ffffff;
}

.enterprise_cardbox_imgdivhover>.enterprise_cardbox_textHover3>a {
    /* position: relative; */
    text-align: center;
    /* vertical-align: bottom; */
    display: block;
    position: relative;
    top: 25px;
    margin: 8px;
    font-size: 16px;
    color: #ffffff;
}

#core_tech {
    width: 100%;
    overflow: hidden;
}

#cityWisdom_advantage>.cityWisdom_title {
    font-size: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}

#editor-card>.cityWisdom_title>img {
    margin-top: 5px;
}

#editor-card>.core_techbox {
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}


/* 核心技术 1440以下 */

@media (max-width:1024px) {
    /* #editor-card>.core_techbox:nth-child(2n) {
        clear: left;
        display: inline-block;
    } */
    #editor-card>.core_techbox {
        width: 100%;
        /* clear: left; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    #editor-card>.core_techbox>div {
        min-width: 340px;
        margin: 20px 0px;
    }
}

#editor-card>.core_techbox>div {
    width: 30%;
    min-height: 600px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(11, 3, 6, 0.15);
}

#editor-card>.core_techbox>div>img {
    width: 100%;
    height: 200px;
}

#editor-card>.core_techbox>div>.title {
    font-size: 20px;
    line-height: 26px;
    color: #1f3147;
    text-align: center;
    font-weight: 500;
    margin: 30px 0px 10px 0px;
}

#editor-card>.core_techbox>div>.eng_title {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    text-align: center;
    margin: 5px 0px 30px 0px;
}

#editor-card>.core_techbox>div>.text {
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 500;
    color: #555555;
    text-align: left;
    padding: 0px 12% 25% 12%
}

@media (max-width:768px) {
    #editor-card>.core_techbox>div>.text {
        line-height: 24px;
        font-size: 14px;
    }
}

#editor-card>.core_techbox>div>.btnGoMore {
    font-size: 12px;
    line-height: 12px;
    color: #0bb3fd;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    /* position: absolute; */
    margin: auto auto auto auto;
    width: 117px;
    height: 43px;
    background: url(../img/按钮-了解更多.png);
    border: none;
}

#editor-card>.core_techbox>div>.btnGoMore:hover,
#editor-card>.core_techbox>div>.btnGoMore:active {
    background: url(../img/按钮-了解更多点击.png);
}


/* 相关案例 */

#szls_example {
    width: 100%;
    overflow: hidden;
}

#szls_example>.cityWisdom_title {
    font-size: 30px;
    text-align: center;
    color: #333333;
    font-weight: 500;
    margin-top: 42px;
}

#szls_example .productCase {
    margin-right: 25px;
    width: 340px;
    position: relative;
    margin-bottom: 25px;
}

#szls_example .example_type {
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-weight: 500;
    margin-top: 20px;
    margin-left: -5px;
}

#szls_example .example_line {
    width: 2px;
    height: 700px;
    background-color: #dddddd;
    display: block;
    right: 2px;
    top: 70px;
    position: absolute;
}


/* .cityWisdom_example_container .btnGoMore {
    font-size: 12px;
    line-height: 12px;
    color: #0bb3fd;
    position: relative;
    left: 35%;
    bottom: 20px;
} */

.cityWisdom_example_container .btnGoMore {
    font-size: 12px;
    line-height: 12px;
    color: #0bb3fd;
    position: relative;
    left: 100px;
    bottom: 20px;
    /* position: absolute; */
    width: 117px;
    height: 43px;
    background: url(../img/按钮-了解更多.png);
    border: none;
}

.cityWisdom_example_container .btnGoMore:hover,
.cityWisdom_example_container .btnGoMore:active {
    background: url(../img/按钮-了解更多点击.png);
}

#szls_example .cityWisdom_example_container>.example_column .productCase:nth-child(4n) {
    margin-right: 0px;
}

#szls_example>.cityWisdom_title>img {
    margin-top: -3px;
    vertical-align: top;
}

#szls_example>.cityWisdom_example_container {
    width: 1440px;
    margin: 40px auto 55px;
    box-shadow: 0px 0px 10px 0px rgba(11, 3, 6, 0.15);
    padding: 0px 20px;
    /* display: flex;
    flex-wrap: wrap; */
    overflow: hidden;
}

#szls_example>.cityWisdom_example_container>.example_column {
    float: left;
    position: relative;
    /* width: 400px;
    flex-wrap: wrap; */
    width: 25%;
    margin: 0px 0px 0px 0px;
}

#szls_example>.cityWisdom_example_container>.example_column>div .cityWisdom_examplebox {
    height: auto;
    box-shadow: 0px 0px 0px 0px rgba(11, 3, 6, 0.15);
    margin: 0px 0px 0px 0px;
    padding: 10px 10px;
}

#szls_example>.cityWisdom_example_container>.example_column>div .case-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#szls_example>.cityWisdom_example_container>.example_column>div .case-box>img {
    width: 340px;
}

#szls_example>.cityWisdom_example_container>.example_column>div .cityWisdom_examplebox .case p {
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    color: #333333;
    text-indent: 0em;
}

@media (max-width: 1440px) {
    #szls_example>.cityWisdom_example_container {
        /* width: 1440px; */
        width: 800px;
        margin: 50px auto 55px;
        box-shadow: 0px 0px 10px 0px rgba(11, 3, 6, 0.15);
        padding: 0px 20px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    #szls_example>.cityWisdom_example_container>.example_column:first-child,
    #szls_example>.cityWisdom_example_container>.example_column:nth-child(3n) {
        margin-left: 5%;
    }
    #szls_example>.cityWisdom_example_container>.example_column {
        float: left;
        position: relative;
        width: 350px;
        flex-wrap: wrap;
        margin: 0px 0px 0px 0px;
    }
    #szls_example .productCase {
        margin-right: 25px;
        width: 340px;
        position: relative;
        margin-bottom: 25px;
    }
    #szls_example .example_column>.example_line {
        width: 2px;
        height: 700px;
        background-color: #dddddd;
        display: block;
        right: 3px;
        top: 70px;
        position: absolute;
    }
    #szls_example .example_column:nth-child(2n)>.example_line {
        display: none;
    }
    /* #szls_example .cityWisdom_example_container .productCase:nth-child(n) {
        margin-right: 0px;
    }
    #szls_example .cityWisdom_example_container .productCase:nth-child(3n) {
        margin-right: 0px;
    } */
}

@media (max-width: 680px) {
    #szls_example>.cityWisdom_example_container {
        /* width: 1440px; */
        width: 400px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    #szls_example>.cityWisdom_example_container>.example_column:first-child,
    #szls_example>.cityWisdom_example_container>.example_column:nth-child(3n) {
        margin: 0px auto;
    }
    #szls_example>.cityWisdom_example_container>.example_column {
        float: left;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        margin: 0px auto;
    }
    #szls_example .productCase {
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }
    #szls_example .example_column>.example_line {
        display: none;
    }
}

@media(max-width:375px) {
    #szls_example>.cityWisdom_example_container>.example_column>div .cityWisdom_examplebox {
        padding: 0px;
    }
}


/* @media (max-width: 1024px) {
    #szls_example .cityWisdom_example_container .productCase:nth-child(n) {
        margin-right: 25px;
    }
    #szls_example .cityWisdom_example_container .productCase:nth-child(2n) {
        margin-right: 0px;
    }
} */