<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-family: Microsoft YaHei UI;
    line-height: 1;
}
body{
    font-family: "Source Han Sans CN" !important;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active{text-decoration: none !important;}
a:visited{text-decoration: none !important;}
.container{min-width: 1200px; }

/* background: tan; */
.full{min-width: 1200px;}
[v-cloak] {
    visibility: hidden;
}
@media screen and (max-width: 768px) {
    .container{min-width: 100%;}
    .full{min-width: 100%;}
    html{
        width: 100%;
        height: 100%;
        font-size: calc(100vw / 375 * 100);
    }
    .top-action{
        width: 100%;
        height:0.5rem;
    }
}
li{
    list-style:none;
    text-decoration: none;
}
.flex-column-space {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-row-space {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    align-content: space-between;
    -webkit-align-items: center;
}
.flex-row-left {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}
.flex-row-center {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.flex-column-center {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}



/* 鍏叡tab鍒囨崲鏍峰紡 */
.banner {
    width: 100%;
    height: 620px;
    position: relative;
}

.banner .title {
    position: absolute;
    top: 105px;
    left: 350px;
    font-size: 51px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 77px;
}

.banner .msg {
    width: 543px;
    position: absolute;
    left: 350px;
    top: 181px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
}

.banner .menulist {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 64px;
    width: 1200px;
    text-align: left;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
}

.banner .menulist a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8)
}

.banner .menulist .line {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}

.banner .tabar {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: saturate(180%) blur(20px);
}

.banner .tabar .tabbatitembox {
    display: flex;
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.banner .tabar .tabbatitemdefault {
    min-width: fit-content;
    height: 61px;
    box-sizing: content-box;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 61px;
    text-align: center;
    cursor: pointer;
    padding: 0px 12px;
}

.tabbatitem {
    min-width: 221px;
    height: 61px;
    box-sizing: content-box;
    background: #FFFFFF;
    border-top: 3px solid #E60113 !important;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222 !important;
    line-height: 61px;
    text-align: center;
}

.cpuproducebox {
    width: 100%;
    /* margin-bottom: 100px; */
    /* tab鍒囨崲浣跨敤 */
    display: none;
}

/* 榧犳爣绉诲叆鍥剧墖鏀惧ぇ */
.transitionimg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    /*Safari 鍜� Chrome*/
    -moz-transform: scale(1.05);
    /*Firefox*/
    -ms-transform: scale(1.05);
    /*IE9*/
    -o-transform: scale(1.05);
    /*Opera*/
    transition-duration: 0.25s;
}
.cont {
    width: 1220px;
    margin: auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.cont h2 {
    font-size: 51px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 77px;
    margin: 0;
    padding: 0;
}

.tab-nav {
    width: 100%;
    /* height: 64px; */
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-center {
    width: 1220px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tab-center a{
    min-width: 220px;
    padding: 0 30px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.nav-center {
    width: 1220px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 94px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.nav-center span {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}

.nav-center a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.nav-center a:last-child {
    color: #fff;
}

.tab-center p {
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    border-top: 3px solid transparent;
    color: #FFFFFF;
    text-decoration: none
}

.tab-center .active {
    font-weight: 500;
    color: #222222;
    background-color: #fff;
    border-top:3px solid #E60113;
}

.tab-contBox {
    width: 1220px;
    margin: 0 auto 100px;
}

.tab-contBox&gt;section {
    display: none;
}

.tab-contBox&gt;section:first-child {
    display: block;
}

.tab-contBox h3 {
    font-size: 38px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #222222;
    line-height: 57px;
    margin: 60px auto 40px;
    text-align: center;
}

.autonomousEcology {
    width: 100%;
}

.autonomousEcology .title {
    font-size: 38px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    line-height: 57px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 60px;
}

.autonomousEcology .autonomousEcologybox {
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 1220px;
    margin-bottom: 100px;
}

.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree {
    width: 400px;
    height: 340px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree{
    margin-right: 0;
}
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone .backbannerone,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo .backbannertwo,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree .backbannerthree {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
}
.backbanner{
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
}
.backbanner:hover{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.cloud-list section:hover .backbanner{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone .itemizemoreone,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo .itemizemoretwo,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree .itemizemorethree {
    width: 188px;
    height: 53px;
    background: #E60012;
    border-radius: 3px;
    border: 1px solid #E60012;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 53px;
    position: absolute;
    left: 50%;
    margin-left: -94px;
    bottom: 20px;
    text-align: center;
    transition: width 2s;
    -webkit-transition: width 2s;
    display: none;
    /* Safari */
}


.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone img,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo img,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 93px;
    margin-left: -50px;
}

.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone .linep,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo .linep,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree .linep {
    display: block;
    width: 24px;
    height: 3px;
    background: #E60012;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100px;
}


.autonomousEcology .autonomousEcologybox .autonomousEcologyitemone p,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemtwo p,
.autonomousEcology .autonomousEcologybox .autonomousEcologyitemthree p {
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 176px;
    left: 50%;
    transform: translate(-50%);
}



/* H5 */
.mobile .mobiletab-nav {
    width: 100%;
    background: #222222;
    backdrop-filter: blur(6px);
    flex-direction: column;
    align-items: center;
}

.mobile .mobiletab-center {
    width: 100%;
    padding: 0 0.37rem;
    height: auto;
    background: #222222;
    display: flex;
    flex-wrap: wrap;
}
.mobile .mobiletab-center  a{
    width: auto;
    padding: 0.37rem 0.24rem;
    margin-right: 0.32rem;
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: normal !important;
}
.mobile .mobiletab-center .active {
    width: auto;
    color: #fff !important;
    border-bottom: 0.08rem solid #E60113;
    font-size: 0.35rem;
    border-top: none;
    background: none;
}
/* 鍘绘帀type=number鐨勪笂涓嬬澶� */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance:textfield;
}
</pre></body></html>