<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍏叡 */

.sy-line {
    border: 2px solid #f4bc1d;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-line {
    border: 1px solid black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.more-btn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 70px;
}


/* 鍏叡 */

.sbanner {
    width: 100%;
    background: #f1f2f5;
}

.sbanner img {
    width: 100vw;
}

.smain {
    width: 100%;
    background: #fff;
    padding: 100px 0;
}


/* .smain .sm-item .sm-imgbox {
    width: 773px;
    height: 487px;
    overflow: hidden;
} */

.sm-item {
    cursor: pointer;
}

.sm-item .sm-pic {
    transition: all 1.0s linear;
}

.sm-item .sm-msg {
    transition: all 2.2s linear
}

.smain .sm-item:nth-child(odd):hover .sm-pic {
    /* margin-left: 425px;
    transition: all .5s; */
    transform: scale(1.1);
}


/* .smain .sm-item:nth-child(odd):hover .sm-msg {
    left: 0%;
    transition: all .5s;
    transform: scale(1.3);
} */

.smain .sm-item:nth-child(odd) {
    position: relative;
    margin-top: 90px;
}

.smain .sm-item:nth-child(odd) .smpc {
    width: 796px;
    height: 509px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgb(131, 131, 131);
    box-shadow: 10px 10px 10px 5px #d1d3d6;
    background: #fff;
}

.smain .sm-item:nth-child(odd) .sm-msg {
    width: 587px;
    /* height: 376px; */
    background: #f2f3f5;
    opacity: 0.95;
    position: absolute;
    top: 13%;
    left: 50%;
    padding: 20px;
    overflow: hidden;
}

.smain .sm-item:nth-child(odd) .sm-msg .smm-tle {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
}

.smain .sm-item:nth-child(odd) .sm-msg .smm-con {
    line-height: 28px;
    width: 571px;
    overflow: hidden;
    font-size: 17px;
    /* height: 216px; */
}


/* 绗簩涓� */

.smain .sm-item:nth-child(even) {
    position: relative;
    margin-top: 90px;
}


/* .smain .sm-item:nth-child(even):hover .sm-pic {
    margin-left: 0px;
    transition: all .5s;
}

.smain .sm-item:nth-child(even):hover .sm-msg {
    left: 50%;
    transition: all .5s;
} */

.smain .sm-item:nth-child(even) .sm-pic {
    /* margin-left: 425px; */
}

.smain .sm-item:nth-child(even) .smpc {
    width: 796px;
    height: 509px;
    margin-left: 425px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgb(131, 131, 131);
    box-shadow: 10px 10px 10px 5px #d1d3d6;
    background: #fff;
}

.smain .sm-item:nth-child(even):hover .sm-pic {
    /* margin-left: 425px;
    transition: all .5s; */
    transform: scale(1.1);
}

.smain .sm-item:nth-child(even) .sm-msg {
    width: 587px;
    /* height: 376px; */
    background: #f2f3f5;
    opacity: 0.95;
    position: absolute;
    top: 13%;
    left: 0%;
    padding: 20px;
    overflow: hidden;
}

.smain .sm-item:nth-child(even) .sm-msg .smm-tle {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
}

.smain .sm-item:nth-child(even) .sm-msg .smm-con {
    line-height: 30px;
    width: 571px;
    overflow: hidden;
    /* height: 235px; */
    font-size: 17px;
}</pre></body></html>