<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "", "";
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

button.btn {
    margin-top: 40px;
    background: #66bb6a;
    border-radius: 4px;
}

section:nth-child(1) {
    background-color: #e3e3e3;
}

.imsection-bgImg {
    /*background: url(../images/02.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/*section:nth-child(3) {*/


/*  background: url(../images/03.jpg) no-repeat center center;*/


/*  background-size: cover;*/


/*  background-position: 50% 50%;*/


/*}*/


/*section:nth-child(4) {*/


/*  background: url(../images/04.jpg) no-repeat center center;*/


/*  background-size: cover;*/


/*  background-position: 50% 50%;*/


/*}*/

.fourth button {
    margin-top: 20px;
}

p {
    margin-bottom: 30px;
}

#fp-nav ul li a span {
    background: #fff;
}

img {
    margin: 0 auto;
}

#navigation {
    height: 146px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    /* 	border: 1px solid yellow; */
}

#nav-top {
    width: 100%;
    height: 72px;
}

#nav-logo {
    background: url(../images/logo.png);
    width: 320px;
    height: 85px;
    display: block;
    /* 	border: 1px solid red; */
    float: left;
    margin-top: -15px;
}

.link_lan1 {
    width: 220px;
    height: 30px;
    display: block;
    float: right;
    margin: 23px -30px 0 0;
}

.link_lan1 li a,
.link_lan2 li a {
    float: right;
    font-size: 12px;
}

.link_lan2 {
    width: 220px;
    height: 30px;
    display: block;
    float: right;
    margin: -25px -30px 0 0;
    clear: both;
}

#container1 {
    height: 96px;
    display: block;
    /* 	border: 1px solid green; */
    padding: 0;
}

#active,
#nav-nav1&gt;li&gt;a:hover {
    border-bottom: 5px solid #b5001f;
    padding-bottom: 10px;
    color: #b5001f;
}

.search {
    width: 210px;
    height: 49px;
    float: right;
    padding: -10px 0 0 0;
    margin-top: 24px;
}

.navbar-nav {
    margin-top: 24px;
}

.search input {
    width: 188px;
    height: 23px;
    border: 1px solid #787878;
    background: url(../images/search.png) no-repeat;
    background-position: 168px 3px;
    margin: 15px 0 0 0;
    float: right;
}

.search #search_btn {
    display: none;
}

.search #search-icon {
    background: url(../images/search.png);
}

.section_title {
    color: #b5001f;
    font-size: 1.5em;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 120px 0 25px;
}

.news_date {
    text-align: left;
    color: #b5001f;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 1.25em;
}

.news_title {
    text-align: left;
    color: #404040;
    height: 3em;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.news_summary {
    text-align: left;
    color: #494949;
    font-size: 0.875em;
    line-height: 2em;
    height: 6em;
    overflow: hidden;
}

.news_block {
    margin-bottom: 2em;
    padding-left: 3%;
    padding-right: 3%;
}

.btn_more {
    border: 2px solid #b5001f;
    color: #b5001f;
    border-radius: 0;
}

.btn_more:hover {
    color: #b5001f;
}

#info_co {
    color: #fff;
    padding: 2.25em 2.5em;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    background: rgba(0, 0, 0, .3);
}

.change_info {
    height: 4em;
    line-height: 4em;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: -4em;
    border: 1px solid red;
}

.view figure {
    margin: 0;
    position: relative;
}

.view figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.view .thumb {
    overflow: hidden;
}

.view .mask {
    position: relative;
    margin: -210px auto 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 218px;
    height: 200px;
}

.view .mask h2 {
    margin: 0 0 5px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.25em;
    line-height: 66px;
}

.view .mask p {
    font-size: 1em;
    margin: 15px 0;
    text-align: left;
}

.view .link {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.view-tenth figure {
    overflow: hidden;
    height: auto;
    max-height: 328px;
}

.view-tenth .mask {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.view-tenth figure:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.footer {
    background: #e3e3e3;
    text-align: center;
    font-size: 14px;
    line-height: 180px;
    padding: 40px;
    margin-top: 100px;
}

.footer a,
.footer span,
.footer .footer_info {
    color: #7e7e7e;
}

.footer span {
    text-align: left;
}

.footer .bj {
    background: url(../images/bj_w.png) no-repeat;
}

.footer .fd {
    background: url(../images/fd_w.png) no-repeat;
}

.footer .yt {
    background: url(../images/yt_w.png) no-repeat;
}

.media {
    width: 302px;
    height: 80px;
    margin: 0 auto 40px;
}

.weibo {
    display: block;
    width: 100px;
    height: 80px;
    background: url(../images/weibo.png) no-repeat;
    background-position-x: 4px;
    float: left;
    text-align: center;
    padding-top: 45px;
    border-right: 1px solid #858686;
    font-size: 14px;
}

.wechat {
    display: block;
    width: 100px;
    height: 80px;
    background: url(../images/wechat.png) no-repeat;
    float: left;
    text-align: center;
    padding-top: 45px;
    border-right: 1px solid #858686;
    font-size: 14px;
}

.map {
    display: block;
    width: 100px;
    height: 80px;
    background: url(../images/map.png) no-repeat;
    float: left;
    text-align: center;
    padding-top: 45px;
    font-size: 14px;
}

.link_friend {
    width: 450px;
    height: 80px;
    margin: 0 auto 40px;
    color: #333;
}

.link_friend span {
    display: block;
    width: 450px;
    height: 24px;
    float: left;
    font-size: 14px;
    text-align: left;
}

.fd,
.bj,
.yt {
    display: block;
    width: 150px;
    height: 53px;
    margin-top: 10px;
    float: left;
}

.fd {
    background: url(../images/fd.png) no-repeat;
}

.bj {
    background: url(../images/bj.png) no-repeat;
}

.yt {
    background: url(../images/yt.png) no-repeat;
}

.link_in_outer {
    width: 260px;
    height: 80px;
    margin: 0 auto 40px;
}

.link_in {
    width: 127px;
    height: 81px;
    float: left;
    border-left: 1px solid #858686;
    border-right: 1px solid #858686;
}

.link_in a {
    width: 127px;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.qcode {
    width: 80px;
    height: 80px;
    background: url(../images/qcode.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-left: 50px;
}

.footer_info {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    color: #333;
}

#footer {
    width: 100%;
    height: 195px;
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1.125em;
    line-height: 5em;
    position: absolute;
    bottom: 0;
}

#footer .media {
    height: 55px;
}

#footer .weibo,
#footer .wechat,
#footer .map {
    height: 55px;
    padding-top: 30px;
    background-position-y: -5px;
}

#footer .link_friend {
    width: 450px;
    height: 55px;
    margin: 0 auto 40px;
    color: #333;
}

#footer .link_in_outer {
    width: 260px;
    height: 71px;
    margin: 0 auto 40px;
}

#footer .link_in {
    height: 55px;
}

#footer .link_in a {
    line-height: 18px;
    font-size: 12px;
}

#footer .qcode {
    width: 55px;
    height: 55px;
    background-size: 100%;
}

#footer .footer_info {
    margin-top: 0;
}

#about_gk {
    margin-left: -15px;
}

#about_edu {
    margin-left: -14px;
}

#about_sev {
    margin-left: -25px;
}

#academy {
    margin-left: -46px;
}

#about_smart {
    margin-left: -13px;
}

#about_invest {
    margin-left: -7px;
}

.view .mask a .special1 {
    line-height: 33px;
}

#pp1 {
    text-align: justify;
}

#pp2 {
    display: none;
}

@media screen and (max-width: 768px) {
    .news_summary {
        display: none;
    }
    .section_title {
        padding: 50px 0 10px;
    }
    .view {
        margin-bottom: 30px;
    }
    .view figure img {
        max-width: 100%;
    }
    .view figure .mask {
        position: relative;
        margin: -180px auto 30px;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        max-width: 218px;
    }
    .view .mask {
        height: 60px;
    }
    .view figure .mask h2 {
        margin: 0 0;
        padding: 0 0 5px;
        font-size: 1em;
        line-height: 1.25em;
    }
    .view .mask p {
        display: none;
    }
    .view .mask a .special1 {
        line-height: 16px;
        font-size: 1em;
    }
    .view .mask a .special2 {
        margin-top: 30px;
    }
    #mask_special {}
    #pp1 {
        display: none !important;
    }
    #pp2 {
        display: block !important;
    }
    #link_friend,
    #link_in_outer {
        display: none;
    }
    #about_intro_r {
        display: none;
    }
    #info_co&gt;p {
        display: none
    }
    #info_co&gt;p:nth-child(1) {
        display: block;
    }
    .view-tenth figure {
        height: 170px;
    }
}

@media screen and (max-width: 1200px) {
    #navigation {
        height: 78px;
    }
    #container1 {
        height: 78px;
    }
    #nav-logo {
        background-position-y: -5px;
        height: 78px;
        width: 180px;
        background-size: 100%;background-size: 90% !important;
        background-repeat: no-repeat !important;
        background-position: 10px 14px !important;
    }
    .navbar-nav {
        margin-top: 7px;
    }
    #nav-nav1 {
        background-color: rgba(255, 255, 255, 0.8);
    }
    #about_gk {
        margin-left: 0;
    }
    #about_invest {
        margin-left: 0;
    }
    #about_smart {
        margin-left: 0;
    }
    .link_lan1,
    .search {
        display: none;
    }
    .link_lan2 {
        margin: -48px 0 0 65px;
        float: left;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .news_date {
        margin-bottom: 0.5em;
    }
    .news_title {
        height: 2em;
        font-size: 1em;
        margin-bottom: 0.5em;
    }
    .news_block {
        margin-bottom: 0.5em;
    }
    .link_friend {
        width: 350px;
    }
    .link_friend .fd,
    .link_friend .bj {
        width: 110px;
        margin-right: 10px;
        background-size: 110px auto;
    }
    .link_friend .yt {
        width: 110px;
        background-size: 110px auto;
    }
}

@media screen and (max-width: 990px) {
    .view .mask {
        position: relative;
        margin: -225px auto 0;
        width: 100%;
        padding: 15px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        max-width: 218px;
    }
    .view .mask h2 {
        margin: 0 0 5px;
        padding: 0 0 5px;
        font-size: 1em;
        line-height: 66px;
    }
    .view .mask p {
        font-size: 1em;
        margin: 16px 0;
        text-align: left;
    }
    .view .mask a .special1 {
        line-height: 16px;
    }
    .view .mask a .special2 {
        margin-top: 30px;
    }
    #mask_special {
        margin: -206px 0 23px;
    }
    .link_friend,
    .link_friend span {
        width: 300px;
    }
    .link_friend .fd,
    .link_friend .bj {
        width: 90px;
        margin-right: 10px;
        background-size: 90px auto;
    }
    .link_friend .yt {
        width: 90px;
        background-size: 90px auto;
    }
    #about_edu,
    #about_sev {
        margin-left: 0px;
    }
}</pre></body></html>