<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æœ€å¤§çˆ¶çº§ */

#home {
    overflow: hidden;
}


/* å¯¼èˆªæ&nbsp; */

#home .header {
    background-color: #ff583c;
}

#home .header .navbar-brand img {
    height: 40px;
}

#fixedNavbar {
    background-color: #ff583c;
}


/* banner */

#home .hero-section {
    background: url('/static/index/img/banner/bg.png');
    margin-top: 60px;
}

#home .hero-section .hero-section-title {
    font-style: italic;
}

#home .hero-section .hero-section-subtitle {
    font-size: 24px;
    letter-spacing: 3px;
}

#home .hero-section .default-outline-btn {
    margin: 0 5px;
    width: 200px;
    height: 76px;
    border-radius: 10px;
    padding: 0px;
    color: #ff583c !important;
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
}

#home .hero-section .text-right {
    width: 388px;
    height: 790px;
}
#home .hero-section .default-outline-btn{flex: 1;cursor: pointer;height: 100%;}
#home .hero-section .hero-section-subtitle{display: flex;margin-bottom: 20px;line-height: 70px;}


/* å¼¹çª—css */

#cd-popup {
    background-color: rgba(255, 88, 60, .8)
}

#cd-popup .cd-popup-container {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 320px;
    padding: 0 10px;
}

#cd-popup .cd-popup-container .img {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}

#cd-popup .cd-popup-container .img img {
    width: 100%;
}


/* å¡ç‰‡å›žæ”¶ */

#services-area {
    background-color: #fff;
}

#services-area .align-items-center img {
    width: 100%;
}


/* ç§¯åˆ†å…‘æ¢ */

#about {
    background: linear-gradient(-80deg, rgba(255, 244, 218, 1), rgba(255, 225, 177, 1));
}

#about .about-inner h2 {
    color: #424242;
    line-height: 80px;
}

#about .about-list ul {
    font-size: 22px;
    color: #181818;
    line-height: 26px;
}

#about .about-list ul li {
    display: flex;
}

#about .about-list ul li p {
    margin-right: 22px;
}


/* æ”¯æŒå¡ç§ */

#features {
    background-color: rgba(244, 245, 246, 1);
}

#features .row img {
    width: 100%;
}


/* æ”¯æŒç§¯åˆ† */

#points {
    background-color: #fff;
}

#points .row img {
    width: 100%;
}


/* åº•éƒ¨ */

#footer {
    background-color: #3F3D4F;
}

#footer .top {
    margin-bottom: 60px;
}

#footer .top .item {
    display: flex;
    height: 75px;
    align-items: center;
    margin-bottom: 10px;
}

#footer .top .item .img {
    width: 75px;
}

#footer .top .item .img img {
    width: 100%;
    height: 100%;
}

#footer .top .item .desc {
    margin-left: 20px;
    line-height: 36px;
}

#footer .top .item .desc p:nth-of-type(1) {
    font-size: 22px;
}

#footer .top .item .desc p:nth-of-type(2) {
    font-size: 16px;
}

#footer .bottom .left {
    display: flex;
    margin-bottom: 50px;
}

#footer .bottom .left .img:nth-of-type(1) {
    margin-right: 20px;
}

#footer .bottom .left .img {
    width: 122px;
    height: 148px;
    display: flex;
    flex-direction: column;
}

#footer .bottom .left .img img {
    width: 100%;
    margin-bottom: 10px;
}

#footer .bottom .left .img p {
    font-size: 16px;
}

#footer .bottom .right .info {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(207, 206, 214, 1);
    padding-left: 40px;
}

#footer .bottom .right .info p:nth-of-type(1) {
    font-size: 26px;
    line-height: 36px;
    color: #BBB9CA;
    font-weight: 400;
    margin-bottom: 30px;
}

#footer .bottom .right .info p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    color: #BBB9CA;
}


/* è¿”å›žé¡¶éƒ¨ */

#goTop {
    background-color: #ff583c;
}


/* åˆæ¬¡è¿›æ¥åŠ¨ç”»å±•ç¤º */

#home .preloader-wrap {
    background-color: #ff583c;
}




.wow{
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#article ul li{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: bold;
}
#article ul li a{
    display: block;
    line-height: 33px;
}
#article ul li:last-child{
    border-bottom: none;
}
#article ul li:hover{
    color: #FF5539;
}
#article ul li:hover i{
    background: #FF5539;
}
#article ul li i{
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 10px;
}
#article ul li .time{
    float: right;
    font-weight: normal;
    font-size: 19px;
    color: #c2c2c2;
}
#article .more{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#article .more a{
    float: right;
    color: #FF5539;
    font-size: 19px;
}
#article .more i{
    width: 80px;
    height: 8px;
    background: #FF5539;
    display: inline-block;
}
@media (max-width: 800px) {
    #article ul li i{
        display: none;
    }
    #article ul li .text{
        font-size: 16px;
    }
    #article ul li .time{
        font-size: 14px;
    }
}
#article-detail{
    width: 80%;
    margin: 100px auto 0 auto;
    background-color: #fefefe;
    padding: 4rem 0;
}
#article-detail .head{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#article-detail .head .title{
    font-size: 1.4rem;
    color: #ff583c;
    font-weight: 700;
    text-align: center;
}
#article-detail .head .info{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: #999;
}
#article-detail .head .info p{
    margin:1rem 0;
}
#article-detail .head .info p .co{
    color: #ff583c;
}

#article-detail .detail{
    width: 100%;
    overflow-x: auto;
    word-break:break-all;
    word-wrap:break-word;
    margin-bottom: 20px;
}
#article-detail .detail img{
    max-width: 100%;
}

#article-detail .bottom p{
    color: #666;
}
#article-detail .bottom p a{
    color: #ff583c !important;
    cursor: pointer;
}
#article-detail .head .title{text-align: left;color: #333333;}
#article-detail .head .info{justify-content: flex-start;font-size: 14px;}
#article-detail .head .info p .co{color: #445D8B;}
#article-detail .head .info p{margin: 16px 15px 16px 0px;}
#article-detail .wrap{display: flex;}
#article-detail .left{width: 820px;margin-right: 40px;}
#article-detail .right{flex: 1;}
#article-detail .right .list{margin: 0;padding: 20px 15px;background-color: #FBFBFB;box-sizing: border-box;width: 280px;border-radius: 4px;margin-bottom: 30px;}
#article-detail .right .list .item{list-style: none;margin-bottom: 30px;}
#article-detail .right .list .item a{font-size: 14px;line-height: 22px;color: #676464;}
#article-detail .right .list .item a:hover{text-decoration:none;}
#article-detail .right .btn{width: 280px;height: 48px;background-color: #EE5745;padding: 0px;}
#article-detail .right .btn a{display: inline-block;width: 100%;height: 100%;text-align: center;line-height: 48px;color: #fff;}
#article-detail .right .btn a:hover{text-decoration: none;}
#article-detail .bottom p a{color: #445D8B;}
@media screen and (max-width: 900px) {
    #article-detail .right{
        display: none;
    }
}</pre></body></html>