<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-red {
    color: #f00;
}

.Content .mainBanner {
    position: relative;
    height: 100vh;
    background: #d3e7ed;
    padding: 0px 8%;
    text-align: center;
    background-image: url(../images/index/MainPic.jpg);
    background-size: cover;
}
.Content .mainBanner .mainTitle {
    color: #FFF;
    text-align: left;
    /*background-color: rgba(0,0,0,0.5);*/
    padding: 2rem;
    border-radius: 1rem;
}
.Content .mainBanner .mainTitle h2 {
    color: #d7c06f;
    font-size: 2.2rem;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.Content .mainBanner .mainTitle p {
    font-size: 1.2rem;
}
@media screen and ( max-width: 991px ) {
    .Content .mainBanner {
        padding: 70px 0 0 0;
        margin: 0;
        background-position: 90% top;
    }
    .Content .mainBanner .mainTitle {
        color: #FFF;
        text-align: left;
        background-color: rgba(0,0,0,0.5);
        padding: 2rem;
        border-radius: 0;
        position: relative;
        bottom: -30%;
    }
}


.Content .main-Title {
    margin: 15px auto 60px auto;
    text-align: center;
}
.Content .main-Title h3 {
    font-size: 2rem;
    color: #213d07;
    font-weight: bold;
}
.Content .main-Title h4 {
    font-size: 1.2rem;
    color: #213d07;
    font-weight: normal;
}


.Content .fifth_Block,
.Content .six_Block {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.Content .fourth_Block {
    width: 100%;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.Content .Sec_Block {
    background: #ffe589;
}
.Content .six_Block {
    background-image: url(../images/index/B1_BG.jpg);
}
.Content .fitst_Block,
.Content .third_Block {
    min-height: 60vh;
    padding: 13vh 0;
    background-image: url(../images/index/B1_BG.jpg);
    background-size: cover;
}
.Content .Sec_Block {
    display: flex;
    min-height: 720px;
    padding: 15vh 0;
    align-items: center;
    background-image: url(../images/index/B2_BG.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.Content .fourth_Block {
    padding: 15vh 0;
    background-image: url(../images/index/B4_BG.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.Content .main-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
@media screen and ( max-width: 991px ) {
    .Content .main-Title {
        margin: 15px auto 65px auto;
    }
    .Content .Sec_Block {
        padding: 8vh 0;
    }
}

.Content .fitst_Block .main-content .TxtBOX {
    width: 75%;
    margin: 0 auto;
}
.Content .fitst_Block .main-content .TxtBOX ul {
    list-style: decimal;
    text-align: left;
}
.Content .fitst_Block .main-content .TxtBOX p {
    text-align: center;
}
.Content .fitst_Block .main-content {
    min-height: 35vh;
    align-items: stretch;
}
.Content .fitst_Block .main-content .PaymemtTypeCard .icon {
    margin-bottom: 1em;
}
.Content .fitst_Block .main-content .PaymemtTypeCard .icon i {
    background-color: #ecbd1d;
    padding: 2rem;
    font-size: 2rem;
    color: #FFF;
    border-radius: 50%;
}
.Content .fitst_Block .main-content .PaymemtTypeCard .Title {
    color: #9b7906;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.Content .fitst_Block .main-content .PaymemtTypeCard .Desc {
    font-size: 1.1rem;
    font-weight: 300;
}

.Content .Sec_Block .main-content .infoBlock {
    text-align: left;
}
.Content .Sec_Block .main-content .infoBlock h2 {
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.Content .Sec_Block .main-content .infoBlock h4 {
    font-size: 1.3rem;
    font-weight: bold;
}
.Content .Sec_Block .main-content .infoBlock p {
    font-size: 1.1rem;
    margin: 2em 0;
}
.Content .Sec_Block .main-content .infoBlock .List {
    font-size: 1.1rem;
    line-height: 2em;
}
.Content .Sec_Block .main-content .infoBlock .List i {
    color: #d83c0f;
    font-size: 1.5rem;
    margin-right: 8px;
}
.Content .third_Block .main-content .B3_Block .img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.Content .third_Block .main-content .B3_Block .Title {
    color: #9b7906;
}
.Content .third_Block .main-content .B3_Block .Desc {
    margin-bottom: 2rem;
}

.Content .fifth_Block .sponsor {
    padding: 0 5%;
}
.Content .fifth_Block .sponsor:first-child {
    margin-bottom: 60px;
}
.Content .fifth_Block .sponsor .sponsorLOGO ul li {
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.Content .six_Block .main-content {
    margin: 0 auto;
    padding: 10vh 0;
}
.Content .six_Block .infoBlock h3 {
    font-size: 2rem;
    margin-bottom: 0.5em;
    color: #c2a423;
    font-weight: 600;
}
.Content .six_Block .infoBlock p {
    font-size: 1.1rem;
}
.Content .six_Block .infoBlock button {
    margin-top: 30px;
    padding: 1rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
}
.Content .six_Block .infoBlock button:hover {
    color: #FFF;
}
.Content .six_Block .infoBlock button.btn-outline-warning {
    color: #333;
}
.Content .main-content .Field_Top,
.Content .main-content .Field_Bottom {
    padding: 0;
    margin: -3px auto;
}

.Content .six_Block .Field_Content &gt; ul &gt; li {
    font-size: 1.5rem;
    font-weight: bold;
    color: #92871f;
    margin: 0 auto 10px auto;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    background: rgba(88, 62, 23, 0.1);
    border-radius: 10px;
}
.Content .six_Block .Field_Content &gt; ul &gt; li &gt; ul &gt; li {
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
}
.Content .six_Block .Field_Content &gt; ul {
    padding: 0 5%;
}
.Content .six_Block .Field_Content &gt; ul &gt; li i {
    color: #d1be77;
}
.Content .six_Block .Field_Content &gt; ul &gt; li &gt; ul {
    width: 95%;
    margin: 20px auto;
    display: none;
}


@media screen and ( max-width: 991px ) {
    .Content .fitst_Block .main-content .PaymemtTypeCard {
        margin-bottom: 40px;
    }
    .Content .Sec_Block .main-content .infoBlock {
        margin-bottom: 30px;
    }
    .Content .Sec_Block .main-content .B2Pic {
        margin-bottom: 30px;
    }
    .Content .fifth_Block .sponsor .sponsorLOGO ul li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .Content .six_Block {
        min-height: 500px;
        padding:  60px 0 200px 0;
        background-position: right top;
    }
    .Content .six_Block .subsidyInfo {
        background-color: rgba(255, 248, 235, 0.7);
        padding: 2rem;
        border-radius: 2rem;
    }
    .Content .six_Block .subsidyImg {
        margin-top: 60px;
    }
}

@media screen and ( max-width: 767px ) {
    .Content .main-Title h3 {
        font-size: 1.8rem;
    }
    .Content .main-Title h4 {
        font-size: 1rem;
    }
    .Content .fifth_Block .sponsor .sponsorLOGO ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

footer {
    background: #292c2e;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover {
    color: #FFF;
    text-decoration: none;
}
footer .footer_Content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFF;
    padding: 15px 0;
}
footer .footer_Content .footer_Left {
    text-align: center;
}
footer .footer_Content .footer_Left p {
    margin-bottom: 15px;
}
footer .footer_Content .footer_Left img {
    max-width: 150px;
}
footer .footer_Content .footer_Center {
    padding: 0 5%;
}
footer .footer_Content .footer_Center ul li {
    margin: 10px auto;
    text-align: center;
}
footer .footer_Content .footer_Center ul li i {
    margin-right: 8px;
}
footer .footer_Content .footer_Center ul li span {
    margin-right: 15px;
}
footer .footer_Content .footer_Right {
    font-size: 14px;
    text-align: center;
    vertical-align: sub;
}
footer .footer_Content .footer_Right i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
footer .footer_Content .footer_Right img {
    max-width: 120px;
}
footer .footer_Content .footer_Right a {
    color: #FFF;
    text-decoration: none;
}
footer .copyright {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    background: #292c2e;
    padding: 8px 0;
}
@media screen and ( max-width: 991px ) {
    footer .footer_Content .footer_Center ul {
        margin: 20px auto;
    }
    footer .footer_Content .footer_Center ul li {
        text-align: center;
        margin: 10px auto;
    }
    footer .footer_Content .footer_Center ul li span {
        display: block;
        margin: 0;
    }
    footer .footer_Content .footer_Right {
        text-align: center;
    }
}</pre></body></html>