<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main banner ì‹œìž‘*/

.mainbanner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.mainbanner_bg {
    background-image: url("/img/industry_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: sb_ani 2s ease-in-out;
}

@keyframes sb_ani {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.0);
    }
}

.mainbannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    white-space: nowrap;
}

.mainbanner h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    line-height: 100%;
}

.mainbanner h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 100%;
}

/* main banner ë*/
/* íƒ­ ë©”ë‰´ ì‹œìž‘ */

.tab_menu {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
}

.tab_menu ul {
    display: flex;
    justify-content: center;
}

.tab_menu ul li {
    height: 60px;
}

.tab_menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    height: 60px;
    line-height: 60px;
    margin: 0 35px;
    position: relative;
    display: inline-block;
}

.tab_menu ul li a.active {
    font-weight: 700;
    color: #222;
    position: relative;
}

.tab_menu ul li a.active:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #003C85;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.tab_menu ul li a:hover {
    font-weight: 700;
    color: #222;
}

/* íƒ­ ë©”ë‰´ ë */
/* íƒ€ì´í‹€ ì‹œìž‘ */

.title {
    margin-top: 100px;
}

.titleBox {
    margin-bottom: 100px;
}

.title .titleText {
    display: flex;
    align-items: flex-end;
}

.title .titleName {
    width: 384px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003C85;
    color: #fff;
    margin-top: -68px;
    position: relative;
    z-index: 5;
    margin-right: 30px;
}

.title .titleName h2 {
    font-size: 40px;
    font-weight: 700;
}

.title .titleName h3 {
    font-size: 18px;
    font-weight: 500;
}

.title .titleContent {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 150%;
}

/* íƒ€ì´í‹€ ë */
/* ì&nbsp;œí’ˆ ì‹œìž‘*/

.product_gray {
    width: 100%;
    height: 550px;
    background-color: #F7FAFD;
}

.product_safe_size {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_gray .productName {
    font-size: 40px;
    font-weight: 700;
    color: #003C85;
    line-height: 100%;
}

.product_gray .productContent dl {
    display: flex;
    margin-bottom: 12px;
}

.product_gray .productContent dl:last-child {
    margin-bottom: 0;
}

.product_gray .productContent dl dt {
    width: 49px;
    font-size: 24px;
    font-weight: 500;
    color: #383838;
    line-height: 100%;
    margin-right: 30px;
}

.product_gray .productContent dl dd {
    font-size: 24px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 100%;
}

.product_white {
    width: 100%;
    height: 550px;
    background-color: #fff;
}

.product_safe_size {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_white .productName {
    font-size: 40px;
    font-weight: 700;
    color: #003C85;
    line-height: 100%;
}

.product_white .productContent dl {
    display: flex;
    margin-bottom: 12px;
}

.product_white .productContent dl:last-child {
    margin-bottom: 0;
}

.product_white .productContent dl dt {
    width: 49px;
    font-size: 24px;
    font-weight: 500;
    color: #383838;
    line-height: 100%;
    margin-right: 30px;
}

.product_white .productContent dl dd {
    font-size: 24px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 100%;
}

.product_white .productContent dl.mb6 {
    margin-bottom: 6px;
}

.product_white .productContent dl dt.lh150 {
    line-height: 150%;
}

.product_white .productContent dl dd.lh150 {
    line-height: 150%;
}

@media screen and (-ms-high-contrast : active), (-ms-high-contrast : none) {
    .iotImg01 {
        width: 522px;
        height: auto;
    }

    .iotImg01 img {
        width: 100%;
        height: auto;
    }

    .iotImg02 {
        width: 535px;
        height: auto;
    }

    .iotImg02 img {
        width: 100%;
        height: auto;
    }

    .iotImg03 {
        width: 430px;
        height: auto;
    }

    .iotImg03 img {
        width: 100%;
        height: auto;
    }

    .iotImg04 {
        width: 400px;
        height: auto;
    }

    .iotImg04 img {
        width: 100%;
        height: auto;
    }

    .iotImg05 {
        width: 577px;
        height: auto;
    }

    .iotImg05 img {
        width: 100%;
        height: auto;
    }

    .iotImg06 {
        width: 595px;
        height: auto;
    }

    .iotImg06 img {
        width: 100%;
        height: auto;
    }

    .iotImg07 {
        width: 425px;
        height: auto;
    }

    .iotImg07 img {
        width: 100%;
        height: auto;
    }

    .iotImg08 {
        width: 632px;
        height: auto;
    }

    .iotImg08 img {
        width: 100%;
        height: auto;
    }
}

/* ì&nbsp;œí’ˆ ë */
/* ë°°ë„ˆ, ì•ˆì&nbsp;„ì‚¬ì´ì¦ˆ, íƒ­ ë©”ë‰´ */
@media screen and (max-width : 1240px) {
    .safe_size {
        width: 100%;
        padding: 0 25px;
    }

    .titleImg {
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 16px;
    }
}

@media screen and (max-width : 1168px) {
    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 1085px) {
    .mainbanner {
        height: 500px;
    }

    .mainbanner_bg {
        background-image: url("/img/industry_bg_768.png");
        background-position: center;
    }

    .mainbanner h1 {
        font-size: 50px;
    }

    .mainbanner h2 {
        font-size: 20px;
    }

    .tab_menu ul {
        overflow: hidden;
        padding: 0 25px;
        justify-content: center;
    }

    .tab_menu ul li {
        height: 50px;
    }

    .tab_menu ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 0;
        margin-right: 35px;
        white-space: nowrap;
    }

    .tab_menu ul li:last-child a {
        margin-right: 0;
    }

    .tab_menu ul li a.active:after {
        width: 50px;
        bottom: 0px;
    }

    .title {
        margin-top: 70px;
    }

    .titleBox {
        margin-bottom: 70px;
    }

    .title .titleName {
        width: 247px;
        height: 120px;
        margin-top: -60px;
        margin-right: 20px;
    }

    .title .titleName h2 {
        font-size: 30px;
    }

    .title .titleName h3 {
        font-size: 14px;
    }

    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 934px) {
    .title .titleText {
        flex-direction: column;
        align-items: flex-start;
    }

    .title .titleName {
        margin-bottom: 10px;
    }

    .title .titleContent {
        text-align: justify;
    }

    .title .titleContent br {
        display: none;
    }

    .title .titleContent p {
        display: none;
    }

    .title .titleContent span {
        display: inline-block;
    }

}

@media screen and (max-width : 767px) {
    .tab_menu ul {
        justify-content: center;
    }
}
@media screen and (max-width : 670px) {
    .tab_menu ul {
        justify-content: flex-start;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media screen and (max-width : 580px) {
    .mainbanner {
        height: 400px;
    }

    .mainbanner_bg {
        background-image: url("/img/industry_bg_360.png");
        background-position: center;
    }

    .mainbanner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .mainbanner h2 {
        font-size: 16px;
        white-space: pre-wrap;
        line-height: 130%;
        width: 247px;
    }

    .tab_menu ul li {
        height: 40px;
    }

    .tab_menu ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 25px;
    }

    .tab_menu ul li a.active:after {
        width: 40px;
        bottom: 0px;
    }

    .title {
        margin-top: 40px;
    }

    .titleBox {
        margin-bottom: 40px;
    }

    .title .titleName {
        width: 180px;
        height: 60px;
        margin-top: -35px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .title .titleName h2 {
        font-size: 18px;
    }

    .title .titleName h3 {
        font-size: 12px;
    }

    .titleImg {
        content: url("/img/industry_iot_bg_360.png");
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 12px;
    }
}

@media screen and (max-width : 442px) {
    .title .titleContent br {
        display: block;
    }
}

/* ë³¸ë¬¸ */
@media screen and (max-width : 1240px) {

    .product_gray,
    .product_white {
        height: 300px;
    }

    .product_safe_size {
        width: 100%;
        padding: 0 25px;
    }

    .product_gray .productName,
    .product_white .productName {
        font-size: 25px;
    }

    .iotImg01 {
        width: 316px;
        height: auto;
    }

    .iotImg01 img {
        width: 100%;
        height: auto;
    }

    .iotImg02 {
        width: 341px;
        height: auto;
    }

    .iotImg02 img {
        width: 100%;
        height: auto;
    }

    .iotImg03 {
        width: 264px;
        height: auto;
    }

    .iotImg03 img {
        width: 100%;
        height: auto;
    }

    .iotImg04 {
        width: 242px;
        height: auto;
    }

    .iotImg04 img {
        width: 100%;
        height: auto;
    }

    .iotImg05 {
        width: 384px;
        height: auto;
    }

    .iotImg05 img {
        width: 100%;
        height: auto;
    }

    .iotImg06 {
        width: 371px;
        height: auto;
    }

    .iotImg06 img {
        width: 100%;
        height: auto;
    }

    .iotImg07 {
        width: 269px;
        height: auto;
    }

    .iotImg07 img {
        width: 100%;
        height: auto;
    }

    .iotImg08 {
        width: 404px;
        height: auto;
    }

    .iotImg08 img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width : 785px) {

    .product_gray,
    .product_white {
        height: 350px;
    }

    .product_gray .product_safe_size {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .product_white .product_safe_size {
        flex-direction: column;
        justify-content: center
    }

    .product_gray .productName,
    .product_white .productName {
        font-size: 18px;
    }

    .iotImg01,
    .iotImg02,
    .iotImg03,
    .iotImg04,
    .iotImg05,
    .iotImg06,
    .iotImg07,
    .iotImg08 {
        margin-bottom: 30px;
    }

    .iotImg01 {
        width: 266px;
    }

    .iotImg02 {
        width: 291px;
    }

    .iotImg03 {
        width: 189px;
    }

    .iotImg04 {
        width: 173px;
    }

    .iotImg05 {
        width: 275px;
    }

    .iotImg06 {
        width: 303px;
    }

    .iotImg07 {
        width: 258px;
    }

    .iotImg08 {
        width: 289px;
    }
}
@media screen and (max-width : 785px) and (-ms-high-contrast : active), (-ms-high-contrast : none) {
    .iotImg01 {
        width: 266px;
        height: 186.23px;
    }

    .iotImg02 {
        width: 291px;
        height: 215.48px;
    }

    .iotImg03 {
        width: 189px;
        height: 189.15px;
    }

    .iotImg04 {
        width: 173px;
        height: 167.65px;
    }

    .iotImg05 {
        width: 275px;
        height: 197.22px;
    }

    .iotImg06 {
        width: 303px;
        height: 116.36px;
    }

    .iotImg07 {
        width: 258px;
        height: 238.1px;
    }

    .iotImg08 {
        width: 289px;
        height: 173.76px;
    }
}</pre></body></html>